messages from 2026-03-04 08:49:12 to 2026-04-04 07:18:31 UTC [more...]
[PATCH 0/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
2026-04-04 7:17 UTC (3+ messages)
` [PATCH 4/4] sparc/mm: drop vmemmap_check_pmd helper and use generic code
` [PATCH 5/5] "
[PATCH v2] cmpxchg: allow const-qualified old value in cmpxchg()
2026-04-03 1:19 UTC
[PATCH 0/3] crypto: Remove arch-optimized des and des3_ede code
2026-04-03 1:07 UTC (12+ messages)
` [PATCH 1/3] crypto: s390 - Remove "
` [PATCH 2/3] crypto: sparc "
` [PATCH 3/3] crypto: x86 "
[PATCH] cmpxchg: allow const-qualified old value in cmpxchg()
2026-04-02 13:07 UTC (4+ messages)
[PATCH] oradax: allocate ccb_buf with ctx
2026-03-30 21:23 UTC
[PATCH] lib/crypto: sparc: Drop optimized MD5 code
2026-03-30 19:37 UTC (6+ messages)
[PATCH v2 0/9] memblock: improve late freeing of reserved memory
2026-03-30 9:00 UTC (15+ messages)
` [PATCH v2 1/9] memblock: reserve_mem: fix end caclulation in reserve_mem_release_by_name()
` [PATCH v2 2/9] powerpc: fadump: pair alloc_pages_exact() with free_pages_exact()
` [PATCH v2 3/9] powerpc: opal-core: "
` [PATCH v2 4/9] mm: move free_reserved_area() to mm/memblock.c
` [PATCH v2 5/9] memblock: make free_reserved_area() more robust
` [PATCH v2 6/9] memblock: extract page freeing from free_reserved_area() into a helper
` [PATCH v2 7/9] memblock: make free_reserved_area() update memblock if ARCH_KEEP_MEMBLOCK=y
` [PATCH v2 8/9] memblock, treewide: make memblock_free() handle late freeing
` [PATCH v2 9/9] memblock: warn when freeing reserved memory before memory map is initialized
` Warning from free_reserved_area() in next-20260325+
[PATCH 2/4] sparc: led: reject zero-length proc writes
2026-03-30 6:29 UTC
cleanup the RAID5 XOR library v4
2026-03-30 5:26 UTC (37+ messages)
` [PATCH 01/28] xor: assert that xor_blocks is not call from interrupt context
` [PATCH 02/28] arm/xor: remove in_interrupt() handling
` [PATCH 03/28] arm64/xor: fix conflicting attributes for xor_block_template
` [PATCH 04/28] um/xor: cleanup xor.h
` [PATCH 05/28] xor: move to lib/raid/
` [PATCH 06/28] xor: small cleanups
` [PATCH 07/28] xor: cleanup registration and probing
` [PATCH 08/28] xor: split xor.h
` [PATCH 09/28] xor: remove macro abuse for XOR implementation registrations
` [PATCH 10/28] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 11/28] alpha: move the XOR code to lib/raid/
` [PATCH 12/28] arm: "
` [PATCH 13/28] arm64: "
` [PATCH 14/28] loongarch: "
` [PATCH 15/28] powerpc: "
` [PATCH 16/28] riscv: "
` [PATCH 17/28] sparc: "
` [PATCH 18/28] s390: "
` [PATCH 19/28] x86: "
` [PATCH 20/28] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 21/28] xor: make xor.ko self-contained in lib/raid/
` [PATCH 22/28] xor: add a better public API
` [PATCH 23/28] "
` [PATCH 24/28] async_xor: use xor_gen
` [PATCH 25/28] btrfs: "
` [PATCH 26/28] xor: pass the entire operation to the low-level ops
` [PATCH 27/28] xor: use static_call for xor_gen
` [PATCH 28/28] xor: add a kunit test case
cleanup the RAID5 XOR library v3
2026-03-26 5:18 UTC (31+ messages)
` [PATCH 01/26] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/26] arm/xor: remove in_interrupt() handling
` [PATCH 03/26] um/xor: cleanup xor.h
` [PATCH 04/26] xor: move to lib/raid/
` [PATCH 05/26] xor: small cleanups
` [PATCH 06/26] xor: cleanup registration and probing
` [PATCH 07/26] xor: split xor.h
` [PATCH 08/26] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/26] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/26] alpha: move the XOR code to lib/raid/
` [PATCH 11/26] arm: "
` [PATCH 12/26] arm64: "
` [PATCH 13/26] loongarch: "
` [PATCH 14/26] powerpc: "
` [PATCH 15/26] riscv: "
` [PATCH 16/26] sparc: "
` [PATCH 17/26] s390: "
` [PATCH 18/26] x86: "
` [PATCH 19/26] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/26] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/26] xor: add a better public API
` [PATCH 22/26] async_xor: use xor_gen
` [PATCH 23/26] btrfs: "
` [PATCH 24/26] xor: pass the entire operation to the low-level ops
` [PATCH 25/26] xor: use static_call for xor_gen
` [PATCH 26/26] xor: add a kunit test case
Does the SPARC optimized crypto and CRC code actually work?
2026-03-23 18:20 UTC (10+ messages)
fix architecture-specific compat_ftruncate64 implementations
2026-03-23 11:44 UTC (8+ messages)
` [PATCH 1/3] fs: fix archiecture-specific compat_ftruncate64
` [PATCH 2/3] fs: pass on FTRUNCATE_* flags to do_truncate
` [PATCH 3/3] fs: remove do_sys_truncate
[PATCH] sparc32: remove deadwood swift_flush_tlb_page() debug code
2026-03-21 10:59 UTC
[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
2026-03-19 14:27 UTC (6+ messages)
` [PATCH 07/15] RISC-V: "
` [PATCH 14/15] alpha: remove "
[PATCH 0/8] memblock: improve late freeing of reserved memory
2026-03-18 20:52 UTC (11+ messages)
` [PATCH 1/8] powerpc: fadump: pair alloc_pages_exact() with free_pages_exact()
` [PATCH 2/8] powerpc: opal-core: "
` [PATCH 3/8] mm: move free_reserved_area() to mm/memblock.c
` [PATCH 4/8] memblock: make free_reserved_area() more robust
` [PATCH 5/8] memblock: extract page freeing from free_reserved_area() into a helper
` [PATCH 6/8] memblock: make free_reserved_area() update memblock if ARCH_KEEP_MEMBLOCK=y
` [PATCH 7/8] memblock, treewide: make memblock_free() handle late freeing
` [PATCH 8/8] memblock: warn when freeing reserved memory before memory map is initialized
` [PATCH 9/8] memblock tests: add stubs required for free_reserved_area()
[PATCH v6 0/2] Generalize vmemmap_populate_hugepages to sparc
2026-03-18 15:07 UTC (3+ messages)
` [PATCH v6 1/2] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
[PATCH v5 0/2] Generalize vmemmap_populate_hugepages to sparc
2026-03-18 15:03 UTC (5+ messages)
` [PATCH v5 1/2] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
cleanup the RAID5 XOR library v2
2026-03-16 22:12 UTC (36+ messages)
` [PATCH 01/27] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/27] arm/xor: remove in_interrupt() handling
` [PATCH 03/27] um/xor: cleanup xor.h
` [PATCH 04/27] xor: move to lib/raid/
` [PATCH 05/27] xor: small cleanups
` [PATCH 06/27] xor: cleanup registration and probing
` [PATCH 07/27] xor: split xor.h
` [PATCH 08/27] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/27] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/27] alpha: move the XOR code to lib/raid/
` [PATCH 11/27] arm: "
` [PATCH 12/27] arm64: "
` [PATCH 13/27] loongarch: "
` [PATCH 14/27] powerpc: "
` [PATCH 15/27] riscv: "
` [PATCH 16/27] sparc: "
` [PATCH 17/27] s390: "
` [PATCH 18/27] x86: "
` [PATCH 19/27] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/27] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/27] xor: add a better public API
` [PATCH 22/27] async_xor: use xor_gen
` [PATCH 23/27] btrfs: "
` [PATCH 24/27] xor: pass the entire operation to the low-level ops
` [PATCH 25/27] xor: use static_call for xor_gen
` [PATCH 26/27] random: factor out a __limit_random_u32_below helper
` [PATCH 27/27] xor: add a kunit test case
[PATCH] sparc: uapi: Add ucontext.h
2026-03-14 12:17 UTC
cleanup the RAID5 XOR library
2026-03-10 14:00 UTC (18+ messages)
` [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
` [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 21/25] xor: add a better public API
[PATCH RESEND] sparc: vio: Use sysfs_emit in sysfs show functions
2026-03-09 22:44 UTC
[GIT PULL] PCI fixes for v7.0
2026-03-06 21:56 UTC (2+ messages)
[PATCH v2 0/5] vDSO: Use 32-bit CHECKFLAGS for compat vDSO
2026-03-06 13:26 UTC (4+ messages)
[PATCH v6 00/14] sparc64: vdso: Switch to the generic vDSO library
2026-03-05 15:17 UTC (4+ messages)
` [PATCH v6 03/14] vdso/datastore: Allocate data pages dynamically
[PATCH] kbuild: Split .modinfo out from ELF_DETAILS
2026-03-05 0:36 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox