LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2026-02-23 23:02:33 to 2026-02-28 04:41:49 UTC [more...]

cleanup the RAID5 XOR library
 2026-02-28  4:41 UTC  (40+ messages)
` [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
` [PATCH 02/25] arm/xor: remove in_interrupt() handling
` [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
` [PATCH 04/25] xor: move to lib/raid/
` [PATCH 05/25] xor: small cleanups
` [PATCH 06/25] xor: cleanup registration and probing
` [PATCH 07/25] xor: split xor.h
` [PATCH 08/25] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/25] alpha: move the XOR code to lib/raid/
` [PATCH 11/25] arm: "
` [PATCH 12/25] arm64: "
` [PATCH 13/25] loongarch: "
` [PATCH 14/25] powerpc: "
` [PATCH 15/25] riscv: "
` [PATCH 16/25] sparc: "
` [PATCH 17/25] s390: "
` [PATCH 18/25] x86: "
` [PATCH 19/25] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/25] xor: add a better public API
` [PATCH 22/25] async_xor: use xor_gen
` [PATCH 23/25] btrfs: "
` [PATCH 24/25] xor: pass the entire operation to the low-level ops
` [PATCH 25/25] xor: use static_call for xor_gen

[PATCH v7 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-28  1:21 UTC  (9+ messages)
` [PATCH v7 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v7 2/5] crash: Exclude crash kernel memory in crash core
` [PATCH v7 3/5] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v7 4/5] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v7 5/5] riscv: "

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

[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
 2026-02-27 20:31 UTC  (8+ messages)
` [PATCH v3 23/29] arch, mm: consolidate initialization of nodes, zones and memory map
` [PATCH v3 24/29] arch, mm: consolidate initialization of SPARSE memory model

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

[PATCH 0/2] kbuild: Switch from '-fms-extensions' to '-fms-anonymous-structs' when available
 2026-02-27 16:36 UTC  (8+ messages)
` [PATCH 1/2] kbuild: Consolidate C dialect options
` [PATCH 2/2] kbuild: Use '-fms-anonymous-structs' if it is available

[PATCH v2] LoongArch: vDSO: Emit GNU_EH_FRAME correctly
 2026-02-27 10:08 UTC  (5+ messages)

[PATCH v2] LoongArch: Fix calling smp_processor_id() in preemptible code
 2026-02-27  9:59 UTC  (2+ messages)

[PATCH v1 0/3] LoongArch: BPF: Support more features for trampoline
 2026-02-27  9:55 UTC  (5+ messages)
` [PATCH v1 1/3] LoongArch: BPF: Open code and remove invoke_bpf_mod_ret()
` [PATCH v1 2/3] LoongArch: BPF: Support small struct arguments for trampoline
` [PATCH v1 3/3] LoongArch: BPF: support 12 function "

[PATCH v2 00/15] vDSO: header file cleanups
 2026-02-27  6:44 UTC  (16+ messages)
` [PATCH v2 01/15] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v2 02/15] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v2 03/15] ARM: vdso: gettimeofday: "
` [PATCH v2 04/15] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v2 05/15] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v2 06/15] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v2 07/15] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v2 08/15] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v2 09/15] random: vDSO: add explicit includes
` [PATCH v2 10/15] vdso/gettimeofday: Add "
` [PATCH v2 11/15] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v2 12/15] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v2 13/15] vdso/datapage: Trim down unnecessary includes
` [PATCH v2 14/15] random: vDSO: trim vDSO includes
` [PATCH v2 15/15] random: vDSO: remove ifdeffery

[PATCH 0/3] bpf: fsession support for LoongArch
 2026-02-27  1:59 UTC  (5+ messages)
` [PATCH 1/3] LoongArch: BPF: Introduce emit_store_stack_imm64() helper
` [PATCH 2/3] LoongArch: BPF: Add fsession support for trampolines
` [PATCH bpf-next 3/3] bpf/selftests: Enable fsession tests for LoongArch

[PATCH] LoongArch: Only use SC.Q when supported by the assembler
 2026-02-26 14:01 UTC  (3+ messages)

[PATCH] LoongArch: Fix calling smp_processor_id() in preemptible code
 2026-02-26 10:16 UTC  (6+ messages)

[PATCH] LoongArch: vDSO: Emit GNU_EH_FRAME correctly
 2026-02-26  9:44 UTC  (5+ messages)

[PATCH v6 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-26  9:35 UTC  (14+ messages)
` [PATCH v6 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v6 2/5] crash: Exclude crash kernel memory in crash core
` [PATCH v6 3/5] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v6 4/5] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v6 5/5] riscv: "

[PATCH v3 0/6] dmaengine: Add Loongson Multi-Channel DMA controller support
 2026-02-26  8:18 UTC  (12+ messages)
` [PATCH v3 1/6] dmaengine: loongson: New directory for Loongson DMA controllers drivers
` [PATCH v3 2/6] dmaengine: loongson: loongson2-apb: Convert to dmaenginem_async_device_register()
` [PATCH v3 3/6] dmaengine: loongson: loongson2-apb: Convert to devm_clk_get_enabled()
` [PATCH v3 4/6] dmaengine: loongson: loongson2-apb: Simplify locking with guard() and scoped_guard()
` [PATCH v3 5/6] dt-bindings: dmaengine: Add Loongson Multi-Channel DMA controller
` [PATCH v3 6/6] dmaengine: loongson: New driver for the "

[PATCH v2 0/4] dmaengine: Add Loongson Multi-Channel DMA controller support
 2026-02-26  8:07 UTC  (11+ messages)
` [PATCH v2 1/4] dmaengine: loongson: New directory for Loongson DMA controllers drivers
` [PATCH v2 4/4] dmaengine: loongson: New driver for the Loongson Multi-Channel DMA controller

[PATCH v7] PCI: loongson: Override PCIe bridge supported speeds for Loongson-3C6000 series
 2026-02-26  7:36 UTC  (5+ messages)

[PATCH] kbuild: Split .modinfo out from ELF_DETAILS
 2026-02-25 22:02 UTC 

[PATCH] vdso/datapage: Define vdso data pointers as arrays
 2026-02-25 17:24 UTC  (2+ messages)

[PATCH v3 0/2] i2c: Add Loongson-2K0300 I2C controller support
 2026-02-25 10:06 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: i2c: loongson,ls2x: Add ls2k0300-i2c compatible
` [PATCH v3 2/2] i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controller

[PATCH v5 00/15] mm/kasan: make kasan=on|off work for all three modes
 2026-02-25  8:14 UTC  (16+ messages)
` [PATCH v5 01/15] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
` [PATCH v5 02/15] mm/kasan: rename 'kasan_arg' to 'kasan_arg_disabled'
` [PATCH v5 03/15] mm/kasan: mm/kasan: move kasan= code to common place
` [PATCH v5 04/15] mm/kasan: make kasan=on|off take effect for all three modes
` [PATCH v5 05/15] mm/kasan/sw_tags: don't initialize kasan if it's disabled
` [PATCH v5 06/15] arch/arm: "
` [PATCH v5 07/15] arch/arm64: "
` [PATCH v5 08/15] arch/loongarch: "
` [PATCH v5 09/15] arch/powerpc: "
` [PATCH v5 10/15] arch/riscv: "
` [PATCH v5 11/15] arch/x86: "
` [PATCH v5 12/15] arch/xtensa: "
` [PATCH v5 13/15] arch/um: "
` [PATCH v5 14/15] mm/kasan: add document into kernel-parameters.txt
` [PATCH v5 15/15] mm/kasan: clean up unneeded ARCH_DEFER_KASAN and kasan_arch_is_ready

[PATCH] KVM: MIPS/LoongArch: Fix typo in pfn_to_pfn_prot comments
 2026-02-24  3:04 UTC 


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