messages from 2026-02-12 08:58:47 to 2026-03-12 21:47:40 UTC [more...]
[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
2026-03-12 21:11 UTC (12+ messages)
` [PATCH 01/53] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH 02/53] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH 03/53] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH 04/53] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 05/53] VFS: introduce d_alloc_noblock()
` [PATCH 06/53] VFS: add d_duplicate()
` [PATCH 07/53] VFS: Add LOOKUP_SHARED flag
` [PATCH 08/53] VFS/xfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH 09/53] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH 10/53] nfs: use d_splice_alias() in nfs_link()
` [PATCH 11/53] nfs: don't d_drop() before d_splice_alias()
[PATCH 02/20] tools/testing/vma: add unit tests for vma_flags_[empty, diff_pair, and]()
2026-03-12 19:30 UTC (2+ messages)
[PATCH 00/20] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-12 19:28 UTC (21+ messages)
` [PATCH 01/20] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH 03/20] mm/vma: add further vma_flags_t unions
` [PATCH 04/20] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH 05/20] mm/vma: use new VMA flags for sticky flags logic
` [PATCH 06/20] tools/testing/vma: fix VMA flag tests
` [PATCH 07/20] mm/vma: add append_vma_flags() helper
` [PATCH 08/20] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH 09/20] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH 10/20] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH 11/20] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH 12/20] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH 13/20] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH 14/20] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH 15/20] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH 16/20] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH 17/20] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH 18/20] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH 19/20] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH 20/20] mm/vma: convert __mmap_region() "
` [PATCH 02/20] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
cleanup the RAID5 XOR library v2
2026-03-12 13:46 UTC (35+ 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 v5 00/15] mm/kasan: make kasan=on|off work for all three modes
2026-03-12 12:53 UTC (19+ 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
cleanup the RAID5 XOR library
2026-03-10 14:00 UTC (71+ 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] um: Remove CONFIG_FRAME_WARN from x86_64_defconfig
2026-03-08 6:04 UTC
[PATCH] kbuild: Split .modinfo out from ELF_DETAILS
2026-03-05 0:36 UTC (2+ messages)
[PATCH 0/2] um: Minor pgtable fixes
2026-03-02 23:52 UTC (3+ messages)
` [PATCH 1/2] um: Fix potential race condition in TLB sync
` [PATCH 2/2] um: Fix pte_read() and pte_exec() for kernel mappings
[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
2026-02-27 20:31 UTC (9+ 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
[PATCH] um: time-travel: clean up kernel-doc warnings
2026-02-26 22:11 UTC
[PATCH 00/11] VFS: prepare for changes to directory locking
2026-02-26 1:34 UTC (5+ messages)
` [PATCH 08/11] VFS: allow d_splice_alias() and d_add() to work on hashed dentries
[PATCH v2] regulator: RT5133: add missing HAS_IOMEM dependency
2026-02-25 5:47 UTC
[PATCH] ubd: Use pointer-to-pointers for io_thread_req arrays
2026-02-23 21:52 UTC (2+ messages)
[PATCH v2 0/4] arch, mm: consolidate empty_zero_page
2026-02-23 16:20 UTC (7+ messages)
` [PATCH v2 1/4] mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
` [PATCH v2 3/4] arch, mm: consolidate empty_zero_page
` [PATCH v2 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()
[PATCH 00/19] printk cleanup - part 3
2026-02-20 11:43 UTC (2+ messages)
[PATCH 3.5] arm: make initialization of zero page independent of the memory map (was Re: [PATCH v2 22/28] arch, mm: consolidate initialization of nodes, zones and memory map)
2026-02-20 4:11 UTC (2+ messages)
Mainline UML Rust stable io.rs unused imports
2026-02-16 13:22 UTC (4+ messages)
[PATCH 1/2] um: fix address-of CMSG_DATA() rvalue in stub
2026-02-15 14:28 UTC (2+ messages)
` [PATCH 2/2] um: avoid struct sigcontext redefinition with musl
[GIT PULL] uml-for-7.0-rc1
2026-02-13 20:17 UTC (2+ messages)
[PATCH v3 0/4] arch, mm: consolidate empty_zero_page
2026-02-12 18:40 UTC (14+ messages)
` [PATCH v3 1/4] mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
` [PATCH v3 2/4] mm: rename my_zero_pfn() to zero_pfn()
` [PATCH v3 3/4] arch, mm: consolidate empty_zero_page
` [PATCH v3 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()
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