Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-22 15:38:07 to 2026-05-23 14:26:16 UTC [more...]

[PATCH 4/5] mm: enable map_anon_folio_pmd_nopf to handle unshare
 2026-05-23 14:25 UTC  (2+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-05-23 14:00 UTC  (3+ messages)
` DEPT (the dependency tracker) as AI review prompt? (was: DEPT v18)

[PATCH v4 0/4] cleanup: Remove NULL check from unconditional guards
 2026-05-23 13:54 UTC  (4+ messages)
` [PATCH v4 3/4] cleanup: Annotate guard constructors with __nonnull()

[PATCH v2] mm/page_alloc: fix defrag_mode for non-reclaimable allocations
 2026-05-23 13:50 UTC  (5+ messages)

[PATCH 2/2] selftests/mm: add test for vrealloc() shrink page freeing
 2026-05-23 13:34 UTC  (2+ messages)

[PATCH] tmpfs/ramfs: Let memfd_create() work on nommu
 2026-05-23 13:04 UTC 

[syzbot] Monthly mm report (May 2026)
 2026-05-23 12:32 UTC 

[PATCH v2 0/7] mm: speed up ZONE_DEVICE memmap initialization
 2026-05-23 12:10 UTC  (11+ messages)
` [PATCH v2 1/7] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v2 2/7] mm: add a set_page_section_from_pfn() helper
` [PATCH v2 3/7] mm: add a template-based fast path for zone-device page init
` [PATCH v2 4/7] mm: extend the template fast path to zone-device compound tails
` [PATCH v2 7/7] mm: use memcpy_streaming() in zone-device template copies

[PATCH v3 00/16] userfaultfd: working set tracking for VM guest memory
 2026-05-23 10:37 UTC  (9+ messages)
` [PATCH v3 05/16] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v3 13/16] selftests/mm: add userfaultfd RWP tests
` [PATCH v3 14/16] Documentation/userfaultfd: document RWP working set tracking
` [PATCH v3 15/16] userfaultfd.2: Add read-write protect mode

[PATCH v3 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-05-23  8:26 UTC  (5+ messages)
` [PATCH v3 6/6] mm/vmalloc: align vm_area so vmap() can batch mappings

[linus:master] [maple_tree] 280b792cac: will-it-scale.per_process_ops 6.0% regression
 2026-05-23  7:51 UTC  (5+ messages)

[PATCH] mm/cma_sysfs: Skip inactive CMA areas in sysfs
 2026-05-23  6:21 UTC  (4+ messages)
    `  "

[PATCH v2] mm/cma: fix reserved page leak on activation failure
 2026-05-23  6:01 UTC 

[Linux Memory Hotness and Promotion] Notes from May 21, 2026
 2026-05-23  5:21 UTC 

[PATCH v6 0/6] KSM: performance optimizations for rmap_walk_ksm
 2026-05-23  4:13 UTC  (3+ messages)
  ` 答复: "

[PATCH 0/7 v2] mm/memcontrol, page_counter: move stock from mem_cgroup to page_counter
 2026-05-23  4:00 UTC  (10+ messages)
` [PATCH 1/7 v2] mm/page_counter: introduce per-page_counter stock
` [PATCH 2/7 v2] mm/page_counter: use page_counter_stock in page_counter_try_charge
` [PATCH 3/7 v2] mm/page_counter: introduce stock drain APIs
` [PATCH 4/7 v2] mm/memcontrol: convert memcg to use page_counter_stock
` [PATCH 5/7 v2] mm/memcontrol: optimize memsw stock for cgroup v1
` [PATCH 6/7 v2] mm/memcontrol: optimize stock usage for cgroup v2
` [PATCH 7/7 v2] mm/memcontrol: remove unused memcg_stock code

[PATCH resend] mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoison
 2026-05-23  3:50 UTC  (2+ messages)

[PATCH 0/4] mm: misc cleanups from __GFP_UNMAPPED series
 2026-05-23  3:11 UTC  (7+ messages)

[PATCH v8 0/4] mm/page_owner: add per-fd filter infrastructure for print_mode and NUMA filtering
 2026-05-23  3:04 UTC  (4+ messages)

[PATCH v2 0/4] memcg: shrink obj_stock_pcp and cache multiple objcgs
 2026-05-23  2:34 UTC  (8+ messages)
` [PATCH v2 2/4] memcg: uint16_t for nr_bytes in obj_stock_pcp
` [PATCH v2 4/4] memcg: multi objcg charge support

[PATCH v2 2/2] Docs/admin-guide/mm/damon/usage: clarify current_value of quota goals
 2026-05-23  1:58 UTC  (2+ messages)

[PATCH 0/2] mm/damon/core: detect internal variation above max_nr_regions/2
 2026-05-23  1:43 UTC  (2+ messages)

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-23  0:45 UTC  (9+ messages)
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-05-23  0:18 UTC  (43+ messages)
` [PATCH v7 01/42] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v7 02/42] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v7 03/42] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v7 04/42] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH v7 05/42] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v7 06/42] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v7 08/42] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH v7 09/42] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v7 11/42] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v7 12/42] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v7 13/42] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v7 14/42] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v7 15/42] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v7 16/42] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v7 17/42] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v7 18/42] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v7 19/42] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v7 20/42] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v7 21/42] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v7 22/42] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v7 23/42] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v7 24/42] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v7 25/42] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v7 26/42] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v7 27/42] KVM: selftests: Test basic single-page conversion flow
` [PATCH v7 28/42] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v7 29/42] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v7 30/42] KVM: selftests: Test conversion before allocation
` [PATCH v7 31/42] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v7 32/42] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v7 33/42] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v7 34/42] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v7 35/42] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v7 36/42] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v7 37/42] KVM: selftests: Provide common function to set memory attributes
` [PATCH v7 38/42] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v7 39/42] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v7 40/42] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v7 41/42] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH v7 42/42] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH] mm/dmapool: remove redundant DMAPOOL_DEBUG macro
 2026-05-23  0:10 UTC  (3+ messages)
  ` 答复: [外部邮件] "

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-05-22 23:17 UTC  (9+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure
` [PATCH v6 3/4] buffer: add dropbehind writeback support
` [PATCH v6 4/4] block: enable RWF_DONTCACHE for block devices

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-22 23:02 UTC  (5+ messages)
` [PATCH v6 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v6 25/43] KVM: selftests: Add support for mmap() on guest_memfd in core library

[PATCH v3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-05-22 22:44 UTC  (12+ messages)

[PATCH v2] f2fs: another way to set large folio by remembering inode number
 2026-05-22 22:41 UTC  (9+ messages)
            ` [f2fs-dev] "

[PATCH v2] x86/mm: fix freeing of PMD-sized vmemmap pages
 2026-05-22 22:35 UTC  (6+ messages)

[PATCH RFC v3 0/4] exec: introduce task_exec_state for exec-time metadata
 2026-05-22 22:32 UTC  (7+ messages)
` [PATCH RFC v3 1/4] sched/coredump: introduce enum task_dumpable
` [PATCH RFC v3 2/4] exec: introduce struct task_exec_state
` [PATCH RFC v3 3/4] ptrace: add ptracer_access_allowed()

[PATCHSET v4 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-22 22:07 UTC  (10+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 3/8] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [PATCH 4/8] bpf: Add bpf_struct_ops_for_each_prog()
` [PATCH 5/8] bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()
` [PATCH 6/8] sched_ext: Require an arena for cid-form schedulers
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
` [PATCH 8/8] sched_ext: Convert ops.set_cmask() to arena-resident cmask

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-05-22 21:58 UTC  (21+ messages)
` [PATCH mm-unstable v18 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH mm-unstable v18 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH mm-unstable v18 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH mm-unstable v18 07/14] mm/khugepaged: skip collapsing mTHP to smaller orders
` [PATCH mm-unstable v18 14/14] Documentation: mm: update the admin guide for mTHP collapse

[PATCH] exec: free the old mm outside the exec locks
 2026-05-22 21:49 UTC  (4+ messages)

[PATCH v3 0/4] Introduce QPW for per-cpu operations (v3)
 2026-05-18 16:24 UTC  (2+ messages)

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-22 21:31 UTC  (29+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-05-22 20:24 UTC  (13+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v6 03/12] PCI: liveupdate: Track incoming "
` [PATCH v6 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v6 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v6 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v6 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v6 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v6 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v6 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v6 12/12] Documentation: PCI: Add documentation for Live Update

[PATCH 00/14] mm/damon: minor improvements for code readability and tests
 2026-05-22 20:22 UTC  (17+ messages)
` [PATCH 01/14] mm/damon/core: safely handle no region case in damon_set_regions()
` [PATCH 02/14] mm/damon/core: do not use region out of a loop "
` [PATCH 03/14] samples/damon/mtier: replace damon_add_region() with damon_set_regions()
` [PATCH 04/14] mm/damon/tests/vaddr-kunit: "
` [PATCH 05/14] mm/damon/core: hide damon_add_region()
` [PATCH 06/14] mm/damon/core: hide damon_insert_region()
` [PATCH 07/14] mm/damon/core: hide damon_destroy_region()
` [PATCH 08/14] mm/damon/core: add kdamond_call() debug_sanity check
` [PATCH 09/14] mm/damon/core: remove damon_verify_nr_regions()
` [PATCH 10/14] mm/damon/tests/core-kunit: add damon_set_regions() test cases
` [PATCH 11/14] selftests/damon/sysfs.py: stop kdamonds before failing
` [PATCH 12/14] selftests/damon/sysfs.sh: test monitoring intervals goal dir
` [PATCH 13/14] selftests/damon/sysfs.sh: test addr_unit file existence
` [PATCH 14/14] selftests/damon/sysfs.sh: test pause "

[PATCH v2 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
 2026-05-22 20:11 UTC  (9+ messages)
` [PATCH v2 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v2 2/6] alloc_tag: add ioctl filters "
` [PATCH v2 3/6] alloc_tag: add size-based filtering to ioctl
` [PATCH v2 4/6] alloc_tag: add accuracy based "
` [PATCH v2 5/6] kselftest: alloc_tag: add kselftest for ioctl interface
` [PATCH v2 6/6] kselftest: alloc_tag: extend the allocinfo ioctl kselftest

[PATCH v5 0/2] mm: improve large folio readahead for exec memory
 2026-05-22 19:20 UTC  (4+ messages)
` [PATCH v5 1/2] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v5 2/2] mm: use mapping_max_folio_order() for force_thp_readahead order

[PATCH] block: Add bvec_folio()
 2026-05-22 18:21 UTC 

[PATCH v5 10/11] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
 2026-05-22 18:01 UTC  (2+ messages)

[PATCH v5 05/11] PCI: liveupdate: Keep bus numbers constant during Live Update
 2026-05-22 17:59 UTC  (2+ messages)

[PATCH v3 0/2] mm, slab: optimize returning objects after a partial refill
 2026-05-22 17:40 UTC  (3+ messages)
` [PATCH v3 1/2] mm, slab: add an optimistic __slab_try_return_freelist()

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-05-22 17:13 UTC  (7+ messages)
` [PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of "

[PATCH v3] cgroup/dmem: introduce a peak file
 2026-05-22 16:48 UTC  (2+ messages)

[PATCH] selftests/cgroup: enable memory controller in hugetlb memcg test
 2026-05-22 16:24 UTC  (2+ messages)

[PATCH v2 0/2] cgroup/dmem: allow double-charging dmem allocations to memcg
 2026-05-22 16:17 UTC  (7+ messages)
` [PATCH v2 1/2] mm/memcontrol: add dmem charge/uncharge functions
` [PATCH v2 2/2] cgroup/dmem: add dmem.memcg control file for double-charging to memcg

[PATCH v3] memcg: cache obj_stock by memcg, not by objcg pointer
 2026-05-22 16:16 UTC  (8+ messages)

[PATCH v2 0/3] remove mmap_action success, error hooks
 2026-05-22 16:07 UTC  (5+ messages)
` [PATCH v2 1/3] drivers/char/mem: eliminate unnecessary use of success_hook
` [PATCH v2 2/3] mm/vma: remove mmap_action->success_hook
` [PATCH v2 3/3] mm/vma: eliminate mmap_action->error_hook, introduce error_filter


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