messages from 2026-05-04 16:14:49 to 2026-05-05 18:45:08 UTC [more...]
[PATCH v10 0/5] Migrate on fault for device pages
2026-05-05 18:44 UTC (5+ messages)
` [PATCH v10 1/5] mm/Kconfig: changes for migrate "
` [PATCH v10 2/5] mm: Add helper to convert HMM pfn to migrate pfn
` [PATCH v10 3/5] mm/hmm: do the plumbing for HMM to participate in migration
` [PATCH v10 4/5] mm: setup device page migration in HMM pagewalk
[PATCH v9 0/5] Migrate on fault for device pages
2026-05-05 18:01 UTC (9+ messages)
` [PATCH v9 1/5] mm/Kconfig: changes for migrate "
` [PATCH v9 2/5] mm: Add helper to convert HMM pfn to migrate pfn
` [PATCH v9 3/5] mm/hmm: do the plumbing for HMM to participate in migration
` [PATCH v9 4/5] mm: setup device page migration in HMM pagewalk
` [PATCH v9 5/5] lib/test_hmm:: add a new testcase for the migrate on fault
[PATCH v2] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
2026-05-05 17:59 UTC (8+ messages)
[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
2026-05-05 17:09 UTC (8+ messages)
` [PATCH v6 1/7] tracing/lock: Remove unnecessary linux/sched.h include
` [PATCH v6 2/7] locking/percpu-rwsem: Extract __percpu_up_read()
` [PATCH v6 3/7] locking: Add contended_release tracepoint to sleepable locks
` [PATCH v6 4/7] locking: Factor out queued_spin_release()
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock
` [PATCH v6 6/7] locking: Factor out __queued_read_unlock()/__queued_write_unlock()
` [PATCH v6 7/7] locking: Add contended_release tracepoint to qrwlock
[PATCH 0/6] mm: Make per-VMA locks available in all builds
2026-05-05 16:39 UTC (4+ messages)
` [PATCH 6/6] x86/mm: Avoid mmap lock for shadow stack pop fast path
[PATCH] zram: fix use-after-free in zram_writeback_endio
2026-05-05 16:37 UTC (3+ messages)
[PATCH v3 0/6] selftests/liveupdate: add memfd tests
2026-05-05 16:32 UTC (5+ messages)
[PATCH RFC v7 00/24] pkeys-based page table hardening
2026-05-05 16:06 UTC (25+ messages)
` [PATCH RFC v7 01/24] mm: Introduce kpkeys
` [PATCH RFC v7 02/24] set_memory: Introduce set_memory_pkey() stub
` [PATCH RFC v7 03/24] arm64: mm: Enable overlays for all EL1 indirect permissions
` [PATCH RFC v7 04/24] arm64: Introduce por_elx_set_pkey_perms() helper
` [PATCH RFC v7 05/24] arm64: Implement asm/kpkeys.h using POE
` [PATCH RFC v7 06/24] arm64: set_memory: Implement set_memory_pkey()
` [PATCH RFC v7 07/24] arm64: Context-switch POR_EL1
` [PATCH RFC v7 08/24] arm64: Initialize POR_EL1 register on cpu_resume()
` [PATCH RFC v7 09/24] arm64: Enable kpkeys
` [PATCH RFC v7 10/24] memblock: Move INIT_MEMBLOCK_* macros to header
` [PATCH RFC v7 11/24] mm: kpkeys: Introduce kpkeys_hardened_pgtables feature
` [PATCH RFC v7 12/24] mm: kpkeys: Protect regular page tables
` [PATCH RFC v7 13/24] mm: kpkeys: Introduce early page table allocator
` [PATCH RFC v7 14/24] mm: kpkeys: Protect vmemmap page tables
` [PATCH RFC v7 15/24] mm: kpkeys: Introduce hook for protecting static "
` [PATCH RFC v7 16/24] arm64: kpkeys: Implement arch_supports_kpkeys_early()
` [PATCH RFC v7 17/24] arm64: kpkeys: Support KPKEYS_CTX_PGTABLES
` [PATCH RFC v7 18/24] arm64: kpkeys: Ensure the linear map can be modified
` [PATCH RFC v7 19/24] arm64: kpkeys: Protect early page tables
` [PATCH RFC v7 20/24] arm64: kpkeys: Protect init_pg_dir
` [PATCH RFC v7 21/24] arm64: kpkeys: Guard page table writes
` [PATCH RFC v7 22/24] arm64: kpkeys: Batch KPKEYS_CTX_PGTABLES switches
` [PATCH RFC v7 23/24] arm64: kpkeys: Enable kpkeys_hardened_pgtables support
` [PATCH RFC v7 24/24] mm: Add basic tests for kpkeys_hardened_pgtables
[PATCH] memfd: deny writeable mappings when implying SEAL_WRITE
2026-05-05 15:52 UTC (4+ messages)
[PATCH v6 00/30] pkeys-based page table hardening
2026-05-05 15:42 UTC (3+ messages)
` [PATCH v6 07/30] arm64: Reset POR_EL1 on exception entry
[PATCH v12 0/5] mm/vmalloc: free unused pages on vrealloc() shrink
2026-05-05 15:42 UTC (2+ messages)
[PATCH v6 00/22] Virtual Swap Space
2026-05-05 15:38 UTC (23+ messages)
` [PATCH v6 01/22] mm/swap: decouple swap cache from physical swap infrastructure
` [PATCH v6 02/22] swap: rearrange the swap header file
` [PATCH v6 03/22] mm: swap: add an abstract API for locking out swapoff
` [PATCH v6 04/22] zswap: add new helpers for zswap entry operations
` [PATCH v6 05/22] mm/swap: add a new function to check if a swap entry is in swap cached
` [PATCH v6 06/22] mm: swap: add a separate type for physical swap slots
` [PATCH v6 07/22] mm: create scaffolds for the new virtual swap implementation
` [PATCH v6 08/22] zswap: prepare zswap for swap virtualization
` [PATCH v6 09/22] mm: swap: allocate a virtual swap slot for each swapped out page
` [PATCH v6 10/22] swap: move swap cache to virtual swap descriptor
` [PATCH v6 11/22] zswap: move zswap entry management to the "
` [PATCH v6 12/22] swap: implement the swap_cgroup API using virtual swap
` [PATCH v6 13/22] swap: manage swap entry lifecycle at the virtual swap layer
` [PATCH v6 14/22] mm: swap: decouple virtual swap slot from backing store
` [PATCH v6 15/22] zswap: do not start zswap shrinker if there is no physical swap slots
` [PATCH v6 16/22] swap: do not unnecessarily pin readahead swap entries
` [PATCH v6 17/22] swapfile: remove zeromap bitmap
` [PATCH v6 18/22] memcg: swap: only charge physical swap slots
` [PATCH v6 19/22] swap: simplify swapoff using virtual swap
` [PATCH v6 20/22] swapfile: replace the swap map with bitmaps
` [PATCH v6 21/22] vswap: batch contiguous vswap free calls
` [PATCH v6 22/22] vswap: cache cluster lookup
[PATCH v3 00/54] make MM selftests more CI friendly
2026-05-05 15:26 UTC (14+ messages)
` [PATCH v3 30/54] selftests/mm: compaction_test: use HugeTLB helpers
` [PATCH v3 40/54] selftests/mm: hugetlb-mremap: add setup of HugeTLB pages
` [PATCH v3 41/54] selftests/mm: hugetlb-shm: "
` [PATCH v3 42/54] selftests/mm: hugetlb-soft-online: "
` [PATCH v3 49/54] selftests/mm: uffd-unit-tests: "
` [PATCH v3 50/54] selftests/mm: uffd-wp-mremap: "
[PATCH v2] selftests/mm: use pattern matching in .gitignore
2026-05-05 15:22 UTC
[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
2026-05-05 14:53 UTC (3+ messages)
` [PATCH v1 1/3] mm: process_mrelease: expedite clean file folio reclaim via mmu_gather
[PATCH v2] mm/damon: replace damon_rand() with a per-ctx lockless PRNG
2026-05-05 14:52 UTC
[PATCH] mm: fix __vm_normal_page() to handle missing support for pmd_special()/pud_special()
2026-05-05 14:36 UTC (3+ messages)
[PATCH v9 0/6] x86/vdso: VDSO updates and fixes for sframes
2026-05-05 14:25 UTC (8+ messages)
` [PATCH v10 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v10 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v10 3/6] x86/asm: Use CFI_* macros in SYM_FUNC_* macros so they can be added to VDSO
` [PATCH v10 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v10 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v10 6/6] x86/vdso: Enable sframe generation in VDSO
[PATCH v7 0/7] mm: Hot page tracking and promotion infrastructure
2026-05-05 13:42 UTC (10+ messages)
` [PATCH v7 2/7] mm: migrate: Add promote_misplaced_memcg_folios()
` [PATCH v7 4/7] mm: pghot: Precision mode for pghot
` [PATCH v7 5/7] mm: sched: move NUMA balancing tiering promotion to pghot
[PATCH v14 00/19] unwind_deferred: Implement sframe handling
2026-05-05 12:25 UTC (21+ messages)
` [PATCH v14 01/19] unwind_user: Add generic and arch-specific headers to MAINTAINERS
` [PATCH v14 02/19] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v14 03/19] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v14 04/19] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v14 05/19] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v14 06/19] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v14 07/19] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v14 08/19] unwind_user: Stop when reaching an outermost frame
` [PATCH v14 09/19] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v14 10/19] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v14 11/19] unwind_user/sframe: Show file name in debug output
` [PATCH v14 12/19] unwind_user/sframe: Add .sframe validation option
` [PATCH v14 13/19] unwind_user: Enable archs that pass RA in a register
` [PATCH v14 14/19] unwind_user: Flexible FP/RA recovery rules
` [PATCH v14 15/19] unwind_user: Flexible CFA "
` [PATCH v14 16/19] unwind_user/sframe: Add support for SFrame V3 flexible FDEs
` [PATCH v14 17/19] unwind_user/sframe: Separate reading of FRE from reading of FRE data words
` [PATCH v14 18/19] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v14 19/19] unwind_user/sframe: Add prctl() interface for registering .sframe sections
[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
2026-05-05 13:12 UTC (5+ messages)
` [PATCH 01/12] kho: generalize radix tree APIs
[PATCH] MAINTAINERS: fix regex pattern in CORE MM category
2026-05-05 10:56 UTC (2+ messages)
[RFC PATCH] selftests/mm: use pattern matching in .gitignore
2026-05-05 10:53 UTC (2+ messages)
[PATCH] Revert "tmpfs: don't enable large folios if not supported"
2026-05-05 10:47 UTC (3+ messages)
[PATCH] mm/mseal: use min/max in mseal_apply
2026-05-05 10:31 UTC (2+ messages)
[RFC PATCH] userfaultfd: allow registration of ranges below mmap_min_addr
2026-05-05 10:10 UTC (5+ messages)
[PATCH] mm: move phys_mem_access_prot_allowed to header
2026-05-05 9:22 UTC (6+ messages)
[PATCH v9 00/10] x86: Defer some IPIs until a user->kernel transition
2026-05-05 8:23 UTC (10+ messages)
` [PATCH v9 01/10] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v9 02/10] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v9 03/10] objtool: Always pass a section to validate_unwind_hints()
` [PATCH v9 04/10] x86/retpoline: Make warn_thunk_thunk .noinstr
` [PATCH v9 05/10] jump_label: Add annotations for validating .entry.text key usage
` [PATCH v9 06/10] objtool: Add .entry.text validation for static branches
` [PATCH v9 08/10] x86/mm/pti: Introduce a kernel/user CR3 software signal
` [PATCH v9 09/10] context_tracking,x86: Defer kernel text patching IPIs when tracking CR3 switches
` [PATCH v9 10/10] x86/mm, mm/vmalloc: Defer kernel TLB flush "
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-05-05 7:45 UTC (7+ messages)
[PATCH v4 0/3] riscv: improve percpu helpers and PIO mapping
2026-05-05 7:20 UTC (8+ messages)
` [PATCH v4 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
` [PATCH v4 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v4 3/3] riscv: store percpu offset into thread_info
[PATCH v4] mm/mempolicy: track user-defined mempolicy allocations
2026-05-05 6:22 UTC (3+ messages)
[RFC] Precarious macro in tools/include/linux/string.h
2026-05-05 4:21 UTC
[PATCH] mm/khugepaged: clear MMF_VM_HUGEPAGE on mm_slot_alloc() failure
2026-05-05 4:17 UTC (3+ messages)
[PATCH 0/2] mm/huge_memory: optimize migration when huge PMD needs split
2026-05-05 3:15 UTC (10+ messages)
` [PATCH 1/2] mm/huge_memory: return true if split_huge_pmd_locked() split PMD to migration entry
[RFC PATCH 0/4] dma-mapping: Add preservation of direct allocations
2026-05-05 0:29 UTC (2+ messages)
[RFC PATCH 0/4] dma-mapping: Add preservation of direct allocations
2026-05-05 0:27 UTC (5+ messages)
` [RFC PATCH 1/4] dma: Add DMA allocation preservation KHO ABI
` [RFC PATCH 2/4] dma/pool: Add an API to check if DMA allocation is from pool
` [RFC PATCH 3/4] dma-direct: Add API to preserve/restore allocations
` [RFC PATCH 4/4] dma-mapping: Add API to preserve/restore DMA allocation
[PATCH 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
2026-05-04 23:36 UTC (7+ messages)
` [PATCH 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH 2/6] alloc_tag: add ioctl filters "
` [PATCH 3/6] alloc_tag: add size-based filtering to ioctl
` [PATCH 4/6] alloc_tag: add accuracy based "
` [PATCH 5/6] kselftest: alloc_tag: add kselftest for ioctl interface
` [PATCH 6/6] kselftest: alloc_tag: extend the allocinfo ioctl kselftest
[PATCH v3 1/2] slab: support for compiler-assisted type-based slab cache partitioning
2026-05-04 21:22 UTC (3+ messages)
[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
2026-05-04 20:51 UTC (4+ messages)
` [syzbot] [mm?] [exfat?] [f2fs?] "
[PATCH 0/2] Documentation: maple_tree: Improve statements on reserved values
2026-05-04 20:32 UTC (4+ messages)
` [PATCH 1/2] Documentation: maple_tree: Point out constraint when using xa_{mk, to}_value
` [PATCH 2/2] Documentation: maple_tree: Clarify behavior when using reserved values
[PATCH 6.18.y v1 0/9] mm: backport sticky VMA flags and soft-dirty fix
2026-05-04 19:58 UTC (6+ messages)
` [PATCH v2] mm: fix VM_SOFTDIRTY propagation on VMA merge
` [PATCH 6.18.y v3] "
[PATCH v4 0/9] mm: thp: always enable mTHP support
2026-05-04 19:11 UTC (3+ messages)
[syzbot] [mm?] BUG: sleeping function called from invalid context in kvm_mmu_notifier_invalidate_range_start
2026-05-04 17:54 UTC (2+ messages)
[PATCH v4 00/11] PCI: liveupdate: PCI core support for Live Update
2026-05-04 17:23 UTC (3+ messages)
` [PATCH v4 07/11] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
[fuse-devel] Debugging a stale kernel cache during file growth
2026-05-04 16:49 UTC (5+ messages)
[PATCH v2 0/2] mm: improve folio refcount scalability
2026-05-04 16:14 UTC (4+ messages)
` [PATCH v2 1/2] mm: drop page refcount zero state semantics
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