LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2026-01-17 02:27:22 to 2026-01-28 18:32:55 UTC [more...]

[PATCH v4 0/3] Fix bugs and performance of kstack offset randomisation
 2026-01-28 18:32 UTC  (23+ messages)
` [PATCH v4 1/3] randomize_kstack: Maintain kstack_offset per task
` [PATCH v4 2/3] prandom: Add __always_inline version of prandom_u32_state()
` [PATCH v4 3/3] randomize_kstack: Unify random source across arches

[PATCHv5 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-01-28 13:54 UTC  (18+ messages)
` [PATCHv5 01/17] mm: Move MAX_FOLIO_ORDER definition to mmzone.h
` [PATCHv5 02/17] mm: Change the interface of prep_compound_tail()
` [PATCHv5 03/17] mm: Rename the 'compound_head' field in the 'struct page' to 'compound_info'
` [PATCHv5 04/17] mm: Move set/clear_compound_head() next to compound_head()
` [PATCHv5 05/17] riscv/mm: Align vmemmap to maximal folio size
` [PATCHv5 06/17] LoongArch/mm: "
` [PATCHv5 07/17] mm: Rework compound_head() for power-of-2 sizeof(struct page)
` [PATCHv5 08/17] mm: Make page_zonenum() use head page
` [PATCHv5 09/17] mm/sparse: Check memmap alignment for compound_info_has_mask()
` [PATCHv5 10/17] mm/hugetlb: Refactor code around vmemmap_walk
` [PATCHv5 11/17] mm/hugetlb: Remove fake head pages
` [PATCHv5 12/17] mm: Drop fake head checks
` [PATCHv5 13/17] hugetlb: Remove VMEMMAP_SYNCHRONIZE_RCU
` [PATCHv5 14/17] mm/hugetlb: Remove hugetlb_optimize_vmemmap_key static key
` [PATCHv5 15/17] mm: Remove the branch from compound_head()
` [PATCHv5 16/17] hugetlb: Update vmemmap_dedup.rst
` [PATCHv5 17/17] mm/slab: Use compound_head() in page_slab()

[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
 2026-01-28 12:18 UTC  (17+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v10 03/15] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v10 05/15] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v10 06/15] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v10 07/15] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v10 08/15] KVM: arm64: "
` [PATCH v10 09/15] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v10 10/15] KVM: selftests: load elf via bounce buffer
` [PATCH v10 11/15] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v10 12/15] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v10 13/15] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v10 14/15] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v10 15/15] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v2 0/2] i2c: Add Loongson-2K0300 I2C controller support
 2026-01-28  9:08 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: i2c: loongson,ls2x: Add ls2k0300-i2c compatible
` [PATCH v2 2/2] i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controller

[PATCH v2 0/3] LoongArch: KVM: Add FPU delay load support
 2026-01-28  7:38 UTC  (7+ messages)
` [PATCH v2 1/3] LoongArch: KVM: Move LSX capability check in LSX exception handler
` [PATCH v2 2/3] LoongArch: KVM: Move LASX capability check in LASX "
` [PATCH v2 3/3] LoongArch: KVM: Add FPU delay load support

[PATCH v2 0/4] LoongArch: Fix errors about "cannot find unwind pc"
 2026-01-28  7:35 UTC  (7+ messages)
` [PATCH v2 1/4] LoongArch: Use %px to print unmodified unwinding address
` [PATCH v2 2/4] LoongArch: Handle percpu handler address for ORC unwinder
` [PATCH v2 3/4] LoongArch: Guard percpu handler under !CONFIG_PREEMPT_RT
` [PATCH v2 4/4] LoongArch: Remove some extern variables in source files

[PATCH v10 loongarch-next 0/3] LoongArch: Add 128-bit atomic cmpxchg support
 2026-01-28  4:26 UTC  (3+ messages)
` [PATCH v10 loongarch-next 2/3] "

[PATCH 0/4] LoongArch: KVM: Code cleanup about feature detect
 2026-01-28  3:03 UTC  (5+ messages)
` [PATCH 1/4] LoongArch: KVM: Move feature detection in function kvm_vm_init_features
` [PATCH 2/4] LoongArch: KVM: Add msgint registers in function kvm_init_gcsr_flag
` [PATCH 3/4] LoongArch: KVM: Check VM msgint feature during interrupt handling
` [PATCH 4/4] LoongArch: KVM: Add register LOONGARCH_CSR_IPR during vCPU context switch

[PATCH v4 0/8] enable PT_RECLAIM on more 64-bit architectures
 2026-01-28  2:07 UTC  (11+ messages)
` [PATCH v4 1/8] mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h
` [PATCH v4 2/8] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH v4 3/8] LoongArch: "
` [PATCH v4 4/8] mips: "
` [PATCH v4 5/8] parisc: "
` [PATCH v4 6/8] um: "
` [PATCH v4 7/8] mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config
` [PATCH v4 8/8] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-28  0:29 UTC  (26+ messages)
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map

[PATCH mm-unstable] arch, mm: consolidate empty_zero_page
 2026-01-27 18:11 UTC  (4+ messages)

[PATCH] loongarch: retrieve CPU package ID from PPTT when available
 2026-01-27 14:16 UTC 

[PATCH v3 0/7] enable PT_RECLAIM on all 64-bit architectures
 2026-01-27 11:47 UTC  (17+ messages)
` [PATCH v3 7/7] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE

[PATCH 0/3] LoongArch: Fix problems about KASAN
 2026-01-27  8:46 UTC  (4+ messages)
` [PATCH 1/3] LoongArch: Prefer top-down allocation after arch_mem_init()
  ` [PATCH 2/3] LoongArch: Disable instrumentation for setup_ptwalker()
  ` [PATCH 3/3] LoongArch: Rework KASAN initialization for PTW-enabled systems

[PATCH 1/1] KVM: Add KVM_GET_REG_LIST ioctl for LoongArch
 2026-01-26 10:03 UTC  (9+ messages)

[PATCH v2] KVM: Add KVM_GET_REG_LIST ioctl for LoongArch
 2026-01-26  9:55 UTC 

[PATCH 1/2] LoongArch: dts: loongson-2k0500: Add nand controller support
 2026-01-26  6:42 UTC  (2+ messages)
` [PATCH 2/2] LoongArch: dts: loongson-2k1000: "

[PATCH v2] LoongArch: KVM: Add more CPUCFG mask bit
 2026-01-26  2:48 UTC 

[PATCH] loongarch: wire up memfd_secret system call
 2026-01-25  9:58 UTC  (5+ messages)

[PATCH v2 0/3] LoongArch: More BPF features
 2026-01-25  4:09 UTC  (5+ messages)
` [PATCH v2 1/3] LoongArch: BPF: Use BPF prog pack allocator
` [PATCH v2 2/3] LoongArch: BPF: Implement PROBE_MEM32 pseudo instructions
` [PATCH v2 3/3] LoongArch: BPF: Implement bpf_addr_space_cast instruction

[PATCH] loongarch/kgdb: use IS_ERR_PCPU() macro
 2026-01-25  4:07 UTC  (2+ messages)

[PATCH v2 0/4] Make cpumask_of_node() robust against NUMA_NO_NODE
 2026-01-25  3:55 UTC  (6+ messages)
` [PATCH v2 2/4] LoongArch: "
` [PATCH v2 3/4] MIPS: Loongson: "

[PATCH] loongarch: retrieve CPU package ID from PPTT when available
 2026-01-23 15:56 UTC 

[PATCH 00/15] vDSO: header file cleanups
 2026-01-22 23:29 UTC  (5+ messages)
` [PATCH 09/15] random: vDSO: Add explicit includes
` [PATCH 15/15] random: vDSO: remove ifdeffery

[PATCH 0/3] LoongArch: KVM: Add FPU delay load support
 2026-01-22 11:14 UTC  (4+ messages)
` [PATCH 1/3] LoongArch: KVM: Move LSX capability check in LSX exception handler
` [PATCH 2/3] LoongArch: KVM: Move LASX capability check in LASX "
` [PATCH 3/3] LoongArch: KVM: Add FPU delay load support

[PATCH v3 0/3] RTC: Add Loongson-2K0300 support
 2026-01-21 18:28 UTC  (12+ messages)
` [PATCH v3 1/3] dt-bindings: rtc: loongson: Correct Loongson-1C interrupts property
` [PATCH v3 2/3] dt-bindings: rtc: loongson: Document Loongson-2K0300 compatible
` [PATCH v3 3/3] rtc: loongson: Add Loongson-2K0300 support

[PATCH v7] PCI: loongson: Override PCIe bridge supported speeds for Loongson-3C6000 series
 2026-01-21  8:22 UTC 

[PATCH v1 0/4] LoongArch: Fix errors about "cannot find unwind pc at"
 2026-01-21  2:30 UTC  (13+ messages)
` [PATCH v1 1/4] LoongArch: Use %px to print address in unwind_next_frame()
` [PATCH v1 2/4] LoongArch: Handle percpu handler address in bt_address()
` [PATCH v1 3/4] LoongArch: Remove some extern variables in source files
` [PATCH v1 4/4] LoongArch: Guard percpu handler under !CONFIG_PREEMPT_RT

[BUG?]: bpf/selftests: ns_bpf_qdisc libbpf: loading object 'tc_bpf' from buffer
 2026-01-19 16:19 UTC  (5+ messages)

[GIT PULL] LoongArch fixes for v6.19-rc6
 2026-01-19 13:53 UTC  (2+ messages)

[PATCH v3 0/3] Fix bugs and performance of kstack offset randomisation
 2026-01-19 12:59 UTC  (11+ messages)
` [PATCH v3 1/3] randomize_kstack: Maintain kstack_offset per task
` [PATCH v3 2/3] prandom: Convert prandom_u32_state() to __always_inline
` [PATCH v3 3/3] randomize_kstack: Unify random source across arches

[PATCH] mm/pgtable: convert pgtable_t to ptdesc pointer
 2026-01-18 14:10 UTC  (8+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox