loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-20 12:57:29 to 2023-06-26 16:14:34 UTC [more...]

[PATCH v3 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-26 16:13 UTC  (13+ messages)
` [PATCH v3 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v3 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v3 03/13] arm/kexec: "
` [PATCH v3 04/13] ia64/kexec: "
` [PATCH v3 05/13] arm64/kexec: "
` [PATCH v3 06/13] loongarch/kexec: "
` [PATCH v3 07/13] m68k/kexec: "
` [PATCH v3 08/13] mips/kexec: "
` [PATCH v3 09/13] parisc/kexec: "
` [PATCH v3 10/13] powerpc/kexec: "
` [PATCH v3 11/13] riscv/kexec: "
` [PATCH v3 12/13] s390/kexec: "

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-26 13:01 UTC  (22+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()

[PATCH v15 00/30] Add KVM LoongArch support
 2023-06-26  8:47 UTC  (31+ messages)
` [PATCH v15 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v15 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v15 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v15 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v15 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v15 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v15 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v15 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v15 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v15 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v15 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v15 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v15 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v15 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v15 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v15 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v15 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v15 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v15 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v15 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v15 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v15 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v15 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v15 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v15 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v15 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v15 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v15 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v15 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v15 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH V5 0/5] Add rtc driver for the Loongson family chips
 2023-06-26  7:19 UTC  (7+ messages)
` [PATCH V5 4/5] MIPS: Loongson64: DTS: Add RTC support to LS7A PCH
` [PATCH V5 5/5] MIPS: Loongson64: DTS: Add RTC support to Loongson-2K1000
` (subset) [PATCH V5 0/5] Add rtc driver for the Loongson family chips

[PATCH v5] PCI: Align pci memory space base address with page size
 2023-06-26  1:30 UTC  (2+ messages)

[patch 00/17] init, treewide, x86: Cleanup check_bugs() and start sanitizing the x86 boot process
 2023-06-25 21:45 UTC  (20+ messages)
` [patch 03/17] ARM: cpu: Switch to arch_cpu_finalize_init()
` [patch 04/17] ia64/cpu: "
` [patch 05/17] loongarch/cpu: "
` [patch 07/17] mips/cpu: "
` [patch 08/17] sh/cpu: "
` [patch 09/17] sparc/cpu: "
` [patch 10/17] um/cpu: "
` [patch 11/17] init: Remove check_bugs() leftovers
` [patch 13/17] init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()

[PATCH v3 0/8] LoongArch: Preliminary ClangBuiltLinux enablement
 2023-06-25  9:56 UTC  (9+ messages)
` [PATCH v3 1/8] LoongArch: Calculate various sizes in the linker script
` [PATCH v3 2/8] LoongArch: extable: Also recognize ABI names of registers
` [PATCH v3 3/8] LoongArch: Prepare for assemblers with proper FCSR class support
` [PATCH v3 4/8] LoongArch: Make the CPUCFG and CSR ops simple aliases of compiler built-ins
` [PATCH v3 5/8] LoongArch: Simplify the invtlb wrappers
` [PATCH v3 6/8] LoongArch: Tweak CFLAGS for Clang compatibility
` [PATCH v3 7/8] LoongArch: Mark Clang LTO as working
` [PATCH v3 8/8] Makefile: Add loongarch target flag for Clang compilation

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-25  8:51 UTC  (37+ messages)
` [PATCH v5 01/33] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v5 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v5 03/33] pgtable: Create struct ptdesc
` [PATCH v5 04/33] mm: add utility functions for ptdesc
` [PATCH v5 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v5 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v5 07/33] mm: Convert ptlock_ptr() "
` [PATCH v5 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH v5 09/33] mm: Convert ptlock_init() "
` [PATCH v5 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH v5 11/33] mm: Convert ptlock_free() "
` [PATCH v5 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v5 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH v5 14/33] x86: "
` [PATCH v5 15/33] s390: Convert various gmap "
` [PATCH v5 16/33] s390: Convert various pgalloc "
` [PATCH v5 17/33] mm: Remove page table members from struct page
` [PATCH v5 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH v5 19/33] arm: "
` [PATCH v5 20/33] arm64: "
` [PATCH v5 21/33] csky: Convert __pte_free_tlb() "
` [PATCH v5 22/33] hexagon: "
` [PATCH v5 23/33] loongarch: Convert various functions "
` [PATCH v5 24/33] m68k: "
` [PATCH v5 25/33] mips: "
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH v5 27/33] openrisc: "
` [PATCH v5 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v5 29/33] sh: Convert pte_free_tlb() "
` [PATCH v5 30/33] sparc64: Convert various functions "
` [PATCH v5 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v5 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v5 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v2 0/9] LoongArch: Preliminary ClangBuiltLinux enablement
 2023-06-25  8:13 UTC  (19+ messages)
` [PATCH v2 1/9] LoongArch: Calculate various sizes in the linker script
` [PATCH v2 2/9] LoongArch: extable: Also recognize ABI names of registers
` [PATCH v2 3/9] LoongArch: Prepare for assemblers with proper FCSR class support
` [PATCH v2 4/9] LoongArch: Make the CPUCFG and CSR ops simple aliases of compiler built-ins
` [PATCH v2 5/9] LoongArch: Simplify the invtlb wrappers
` [PATCH v2 6/9] LoongArch: Remove all -G0 switches from CFLAGS
` [PATCH v2 7/9] LoongArch: Tweak CFLAGS for Clang compatibility
` [PATCH v2 8/9] LoongArch: Mark Clang LTO as working
` [PATCH v2 9/9] Makefile: Add loongarch target flag for Clang compilation

[PATCH v3 17/19] arch/sparc: Implement fb_is_primary_device() in source file
 2023-06-24 14:21 UTC  (5+ messages)
` [v3,17/19] "

[PATCH v2] perf symbol: Add LoongArch case in get_plt_sizes()
 2023-06-23 18:01 UTC  (6+ messages)

[PATCH] LoongArch: Add SMT (Simultaneous Multi-Threading) support
 2023-06-23 17:34 UTC  (5+ messages)

[PATCH 0/9] LoongArch: Preliminary ClangBuiltLinux enablement
 2023-06-23 17:06 UTC  (21+ messages)
` [PATCH 1/9] LoongArch: Calculate various sizes in the linker script
` [PATCH 2/9] LoongArch: extable: Also recognize ABI names of registers
` [PATCH 3/9] LoongArch: Prepare for assemblers with proper FCSR bank support
` [PATCH 4/9] LoongArch: Make {read,write}_fcsr compatible with LLVM/Clang
` [PATCH 5/9] LoongArch: Make the CPUCFG and CSR ops simple aliases of compiler built-ins
` [PATCH 6/9] LoongArch: Simplify the invtlb wrappers
` [PATCH 7/9] LoongArch: Tweak CFLAGS for Clang compatibility
` [PATCH 8/9] Makefile: Add loongarch target flag for Clang compilation
` [PATCH 9/9] LoongArch: Mark Clang LTO as working

[PATCH v2 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-22 17:51 UTC  (17+ messages)
` [PATCH v2 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v2 08/13] mips/kexec: "
` [PATCH v2 12/13] s390/kexec: "
` [PATCH v2 13/13] sh/kexec: "

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-06-22 15:09 UTC  (4+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v3 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze

[PATCH v2 0/2] Unify uapi bitsperlong.h
 2023-06-22 12:50 UTC  (5+ messages)
` [PATCH v2 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v2 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze

[PATCH] LoongArch: Add guard for the larch_insn_gen_xxx functions
 2023-06-22  5:40 UTC 

[PATCH] perf annotate: Fix instruction association and parsing for LoongArch
 2023-06-21 17:28 UTC  (5+ messages)

[PATCH 0/2] Modify vDSO selftests
 2023-06-21 10:16 UTC  (2+ messages)

[PATCH v5] selftests/clone3: Fix broken test under !CONFIG_TIME_NS
 2023-06-21 10:15 UTC  (2+ messages)

[PATCH] LoongArch: Set CPU#0 as the io master for FDT
 2023-06-21 10:05 UTC 

[PATCH] Documentation/features: LoongArch supports ARCH_HAS_ELF_RANDOMIZE
 2023-06-21  8:38 UTC  (2+ messages)

[RFC PATCH] LoongArch: KGDB: Add Basic KGDB support
 2023-06-21  6:24 UTC  (2+ messages)

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-20 23:10 UTC  (6+ messages)
` [PATCH v4 04/34] pgtable: Create struct ptdesc

[PATCH v11 5/8] riscv: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
 2023-06-20 19:54 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).