Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-07 12:53:53 to 2026-09-07 22:26:04 UTC [more...]

[PATCH v5 0/7] move stock from mem_cgroup to page_counter
 2026-09-07 22:25 UTC  (3+ messages)
` [PATCH v5 3/7] mm/page_counter: introduce per-page_counter stock

[PATCH] mm: remove PageWriteback
 2026-09-07 22:04 UTC  (4+ messages)

[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-07 21:54 UTC  (26+ messages)
` [PATCH v2 1/8] "
` [PATCH v2 2/8] mm/oom_kill: convert process/thread iterators to for_each_*_rculock
` [PATCH v2 3/8] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v2 4/8] mm/memory-failure: "
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock
` [PATCH v2 6/8] fs: "
` [PATCH v2 7/8] lib: convert process iterator to for_each_process_rculock
` [PATCH v2 8/8] security/landlock: convert thread iterator to for_each_thread_rculock

[PATCH v2 0/8] Optimize anonymous swapbacked large folio unmapping
 2026-09-07 21:33 UTC  (5+ messages)
` [PATCH v2 5/8] mm/internal: rename swap offset helpers to softleaf offset

[PATCH v3] mm: vmscan: avoid anon scanning for GFP_NOIO with low swapcache
 2026-09-07 21:25 UTC  (2+ messages)

[PATCH v3 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-09-07 21:00 UTC  (4+ messages)
` [PATCH v3 1/3] proc: refactor /proc/$pid/mem to use struct as private_data
` [PATCH v3 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
` [PATCH v3 3/3] selinux: require PROCESS__PTRACE for FOLL_FORCE introspection

[PATCH 00/12] mm: make userland page table freeing RCU-safe
 2026-09-07 21:07 UTC  (9+ messages)
` [PATCH 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH 12/12] mm: change the contract for free_pgtables(), update docs

[PATCH 0/1] liveupdate: Add documentation for file dependencies
 2026-09-07 21:01 UTC  (4+ messages)
` [PATCH 1/1] liveupdate: luo_file: Add documentation for dependencies

[PATCH] mm/secretmem: Fix the enable parameter description
 2026-09-07 20:55 UTC  (3+ messages)

[PATCH v4 00/17] mm/huge_memory: clean up and decouple the anon and file split helpers
 2026-09-07 20:39 UTC  (22+ messages)
` [PATCH v4 01/17] mm/swap: fix off-by-one in swap cache replace sanity check
` [PATCH v4 02/17] mm/huge_memory: fix rejection of swap cache folios with a mapping
` [PATCH v4 03/17] mm/huge_memory: invert folio_ref_freeze() check to reduce indentation
` [PATCH v4 04/17] mm/huge_memory: split the routine for splitting anon and file folio
` [PATCH v4 05/17] mm/huge_memory: rename __split_unmapped_folio() to __split_frozen_folio()
` [PATCH v4 06/17] mm/huge_memory: consolidate irq and locking for folio split
` [PATCH v4 07/17] mm/huge_memory: move EOF trimming into the file split helper
` [PATCH v4 08/17] mm/huge_memory: move unmap and remap into the split helpers
` [PATCH v4 09/17] mm/huge_memory: rename remap_page() to remap_folio()
` [PATCH v4 10/17] mm/huge_memory: move the racy refcount check into unmap_folio()
` [PATCH v4 11/17] mm/huge_memory: move filemap management into the file split helper
` [PATCH v4 12/17] mm/huge_memory: move anon_vma handling into the anon "
` [PATCH v4 13/17] mm/huge_memory: move memcg switch into the file "
` [PATCH v4 14/17] mm/huge_memory: drop the unused do_lru argument of "
` [PATCH v4 15/17] mm/huge_memory: clean up after-split folio freeing in __folio_split
` [PATCH v4 16/17] mm/huge_memory: count only swap cache refs in anon folio split
` [PATCH v4 17/17] mm/huge_memory: drop the redundant mapping argument of __split_frozen_folio

[PATCH bpf-next v5 0/7] bpf: Add user memory access kfuncs for mm_struct
 2026-09-07 20:06 UTC  (9+ messages)
` [PATCH bpf-next v5 1/7] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v5 2/7] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v5 3/7] bpf: Add user memory access kfuncs for mm_struct
` [PATCH bpf-next v5 4/7] bpf: Allow reads through trusted-or-null BTF pointers
` [PATCH bpf-next v5 5/7] selftests/bpf: Cover trusted-or-null BTF pointer reads
` [PATCH bpf-next v5 6/7] bpf: Mark linux_binprm->mm as trusted-or-null
` [PATCH bpf-next v5 7/7] selftests/bpf: Test mm_struct user memory kfuncs with linux_binprm

[PATCH v2] mm/huge_memory: bypass THP tuneables for huge pfnmap mappings
 2026-09-07 20:02 UTC  (2+ messages)

[PATCH] mm/huge_memory: add folio_reset_partially_mapped()
 2026-09-07 19:57 UTC  (3+ messages)

[PATCH v3 00/18] mm/huge_memory: clean up folio split and lift swapcache split limits
 2026-09-07 19:56 UTC  (7+ messages)
` [PATCH v3 09/18] mm/huge_memory: move anon_vma and filemap management into split helpers

[PATCH 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
 2026-09-07 19:54 UTC  (14+ messages)
` [PATCH 1/6] mm: move drivers/char/mem.c to mm/char-mem.c
` [PATCH 2/6] mm: implement file_is_dev_zero() to uniquely identify /dev/zero
` [PATCH 3/6] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH 6/6] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[PATCH 00/12] mm/collapse: separate a collapse from its callers
 2026-09-07 19:40 UTC  (5+ messages)
` [PATCH 05/12] mm/collapse: state what a collapse may do in the policy

[RFC PATCH v2 0/7] mm/damon: introduce probe_hits_wsum DAMOS core filter
 2026-09-07 19:21 UTC  (9+ messages)
` [RFC PATCH v2 1/7] mm/damon/api: introduce DAMOS_FILTER_TYPE_PROBE_HITS_WSUM
` [RFC PATCH v2 2/7] mm/damon/core: extend probe_hits_wsum() for moving sum based calculation
` [RFC PATCH v2 3/7] mm/damon/core: support probe_hits_wsum damos core filter
` [RFC PATCH v2 4/7] mm/damon/sysfs-schemes: rename sysfs_filter->sz_range to range_{min,max}
` [RFC PATCH v2 5/7] mm/damon/sysfs-schemes: support probe_hits_wsum damos core filter
` [RFC PATCH v2 6/7] Docs/mm/damon/design: update for probe_hits_wsum DAMOS "
` [RFC PATCH v2 7/7] Docs/admin-guide/mm/damon/usage: update for probe_hits_wsum DAMOS filter

[PATCH bpf-next v8 0/2] bpf: BPF-driven proactive memcg reclaim
 2026-09-07 18:51 UTC  (3+ messages)
` [PATCH bpf-next v8 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc

[PATCH] mm/damon/vaddr: avoid hw-driven pte updates during damon_hugetlb_mkold()
 2026-09-07 18:08 UTC  (2+ messages)

[PATCH] mm/damon/core: reset invalid quota->charge_target_from
 2026-09-07 17:28 UTC  (2+ messages)

[PATCH v6 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-09-07 17:23 UTC  (3+ messages)
` [PATCH v6 1/5] mm: Make per-VMA locks available universally

[PATCH] mm/memory: fix hugetlb_zap_begin() call in zap_vma_range_batched()
 2026-09-07 17:05 UTC  (3+ messages)

[PATCH] mm/huge_memory: bypass THP tuneables for huge pfnmap mappings
 2026-09-07 17:05 UTC  (12+ messages)

[PATCH v9 00/10] arm64: Unmap FF-A lent memory from direct map
 2026-09-07 17:03 UTC  (6+ messages)
` [PATCH v9 02/10] of: reserved_mem: Introduce "ll-map" property

[PATCH v2 2/5] proc/task_mmu: remove unnecessary inlines in function definitions
 2026-09-07 16:49 UTC  (2+ messages)

[PATCH v2 0/9] drm/tyr: add VM and BO ioctl support
 2026-09-07 16:47 UTC  (10+ messages)
` [PATCH v2 1/9] rust: sizes: add SZ_4G constant
` [PATCH v2 2/9] rust: mm: add `task_size` helper
` [PATCH v2 3/9] rust: sync: arc: relax `ForeignOwnable` for `Arc<T>`
` [PATCH v2 4/9] drm/tyr: add per-file VM pool
` [PATCH v2 5/9] drm/tyr: add user and MCU VM specifications
` [PATCH v2 6/9] drm/tyr: add BO creation and lookup helpers
` [PATCH v2 7/9] drm/tyr: refactor new_dummy_object to use new_object
` [PATCH v2 8/9] drm/tyr: add VM-related ioctls
` [PATCH v2 9/9] drm/tyr: add BO-related ioctls

[PATCH v2 1/5] proc/task_mmu: remove unnecessary helpers
 2026-09-07 16:44 UTC  (2+ messages)

[PATCH] docs: locking: Fix bracket
 2026-09-07 16:43 UTC  (2+ messages)

[PATCH] selftests/damon: stop kdamond on error exits of no-op commit test
 2026-09-07 16:41 UTC  (2+ messages)

[PATCH] docs: maple_tree: Replace removed bulk insertion API
 2026-09-07 16:35 UTC  (2+ messages)

[PATCH v2.1] mm/damon/core: fix false positive in damos_quota_is_full() when esz is zero
 2026-09-07 16:33 UTC  (2+ messages)

[PATCH 1/1] mm/zswap: enable static key after runtime pool recovery
 2026-09-07 16:22 UTC  (6+ messages)

[PATCH] mm: zswap: don't fail a large-folio swapin whose range is not in zswap
 2026-09-07 16:19 UTC 

[RFC PATCH 0/2] mm/slub: reduce list_lock contention with slab parking
 2026-09-07 16:19 UTC  (6+ messages)
` [RFC PATCH 1/2] mm/slub: make the case handling in __slab_free() easier to follow
  ` [RFC PATCH 2/2] mm/slub: introduce slab parking to reduce list_lock contention

[RFC PATCH 00/18] mm: arm64: Add kernel replication feature
 2026-09-07 16:15 UTC  (3+ messages)

[PATCH RFC v9 00/25] pkeys-based page table hardening
 2026-09-07 16:05 UTC  (19+ messages)
` [PATCH RFC v9 01/25] mm: Introduce kpkeys
` [PATCH RFC v9 02/25] set_memory: Introduce set_memory_pkey() stub
` [PATCH RFC v9 11/25] mm: kpkeys: Introduce kpkeys_hardened_pgtables feature
` [PATCH RFC v9 12/25] mm: kpkeys: Protect regular page tables
` [PATCH RFC v9 13/25] mm: kpkeys: Introduce early page table allocator

[PATCH] mm/rmap: remove stale hugetlb check in try_to_unmap_one
 2026-09-07 15:57 UTC  (2+ messages)

[PATCH 0/2] arm64/mm: Standardize printing for pgtable entries
 2026-09-07 15:48 UTC  (3+ messages)
` [PATCH 1/2] arm64/mm: Move __check_safe_pte_update()

[PATCH 0/2] Make HWPoison helpers config-independent
 2026-09-07 15:42 UTC  (5+ messages)
` [PATCH 1/2] mm/page-flags: Define HWPoison test-and-change helpers unconditionally
` [PATCH 2/2] nvdimm/pmem: Remove test_and_clear_pmem_poison()

[PATCH 0/2] sched/numa: stop VMA scan filters from gating promotion
 2026-09-07 15:35 UTC  (4+ messages)
` [PATCH 2/2] sched/numa: scan read-only file mappings in tiering mode

[PATCH] mm/hugetlb: fix overbroad MMU notifiers for unshared PMDs
 2026-09-07 15:29 UTC  (3+ messages)

[PATCH] mm/memory_hotplug: factor out node_is_memoryless()
 2026-09-07 15:28 UTC  (2+ messages)

[PATCH] mm/madvise: swap in CoW'd MAP_PRIVATE-file mappings on MADV_WILLNEED
 2026-09-07 15:27 UTC  (8+ messages)

[PATCH v3 0/5] efi: mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-09-07 15:23 UTC  (11+ messages)
` [PATCH v3 1/5] mm/memory-failure: efi: add the LINUX_EFI_POISONED_MEMORY configuration table
` [PATCH v3 2/5] mm/memory-failure: libstub: install the poisoned-memory EFI table
` [PATCH v3 3/5] mm/memory-failure: efi: record hardware-poisoned frames into the poisoned-memory table

[PATCH] selftests/mm: fix size truncation in pagemap_ioctl test
 2026-09-07 15:22 UTC  (3+ messages)

[PATCH v2 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
 2026-09-07 15:21 UTC  (4+ messages)

[PATCH v9 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-09-07 15:15 UTC  (5+ messages)
` [PATCH v9 5/6] tools/mm: make gup_bench a benchmark only tool
` [PATCH v9 6/6] selftests/mm: add a GUP selftest

[PATCH] mm/slub: unify slub stat definitions to simplify metric additions
 2026-09-07 15:03 UTC  (3+ messages)

[PATCH] mm: page_alloc: add trace_mm_page_alloc to bulk allocation path
 2026-09-07 14:53 UTC  (2+ messages)

[PATCH v4] mm/gup_test: safely calculate GUP batch size
 2026-09-07 14:50 UTC  (2+ messages)

[PATCH v7 0/3] mm: make persistent huge zero folio read-only
 2026-09-07 14:48 UTC  (10+ messages)
` [PATCH v7 1/3] "

[PATCH v2 0/4] KVM: s390: replace page allocator calls with kzalloc()
 2026-09-07 14:43 UTC  (7+ messages)
` [PATCH v2 2/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the STSI buffer
` [PATCH v2 3/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the GIB
` [PATCH v2 4/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for sie_page2 and CMMA

[PATCH v2] kselftest: mm: remove HPAGE_SIZE and HPAGE_SHIFT macro
 2026-09-07 14:36 UTC  (2+ messages)

[PATCH v2 0/2] Fix deferred_split_isolate() and drop the split workaround
 2026-09-07 14:30 UTC  (7+ messages)
` [PATCH v2 1/2] mm/huge_memory: do not touch frozen folios in deferred_split_isolate()
` [PATCH v2 2/2] mm/huge_memory: dequeue the deferred split after the split freeze

[BUG] mm/memory_hotplug: panic due to race between compaction and memory hot-unplug
 2026-09-07 14:27 UTC  (2+ messages)

[PATCH] mm: memcontrol: fix compilation
 2026-09-07 14:14 UTC 

[PATCH v2 0/2] mm: remove three unused helpers from mm.h
 2026-09-07 14:09 UTC  (5+ messages)
` [PATCH v2 1/2] mm: remove unused mark_page_reserved()
` [PATCH v2 2/2] mm: remove unused totalram_pages_inc() and totalram_pages_dec()

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-09-07 14:06 UTC  (9+ messages)
` [PATCH v20 4/8] rust: page: convert to `Ownable`
  ` [PATCH v20 4/8] rust: page: convert to `Ownable`'

[PATCH v4 00/12] crash: Rework and add arm64 crash hotplug support
 2026-09-07 14:05 UTC  (10+ messages)
` [PATCH v4 04/12] arm64: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v4 05/12] LoongArch: kexec_file: Fix CMA page leaks in segment placement retry loops
` [PATCH v4 06/12] LoongArch: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v4 08/12] crash: Fix TOCTOU race in crash memory range collection
` [PATCH v4 09/12] elf: Introduce elf64_phdr_size() helper
` [PATCH v4 10/12] crash: Introduce crash_extra_elfcorehdr_size() helper
` [PATCH v4 11/12] arm64: kexec_file: Simplify load_other_segments()
` [PATCH v4 12/12] arm64: crash: Add crash hotplug support

[PATCH bpf-next v4 1/7] mm: Add copy_remote_mm_str()
 2026-09-07 14:04 UTC  (4+ messages)

[PATCH] tools/testing/selftests/mm: add missing .gitignore entries
 2026-09-07 14:02 UTC  (4+ messages)

[PATCH] mm: vmpressure: scale window size based on machine memory
 2026-09-07 13:59 UTC  (3+ messages)

[PATCH] mm/rmap: fix missing barrier between anon_vma init and vma->anon_vma publish
 2026-09-07 13:52 UTC  (2+ messages)

[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
 2026-09-07 13:46 UTC  (6+ messages)
          ` Linux MM Alignment Session on hwpoison (was: Re: [PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio)
            ` Linux MM Alignment Session on hwpoison

[PATCH v2] mm/gup_test: report actual pinned bytes
 2026-09-07 13:44 UTC  (2+ messages)

[PATCH v4 00/19] selftests/mm: improve khugepaged coverage
 2026-09-07 13:40 UTC  (10+ messages)
` [PATCH v4 08/19] selftests/mm: add folio-order check for address ranges
` [PATCH v4 09/19] selftests/mm: add folio-order detection self-check
` [PATCH v4 12/19] selftests/mm: parameterize the mixed-source collapse case by source order

fs/ocfs2/xattr.c:643:5-8: Unneeded variable: "ret". Return "0" on line 665
 2026-09-07 13:22 UTC  (2+ messages)
` [PATCH] ocfs2: remove unnecessary ret variable in ocfs2_calc_xattr_init()

[PATCH] mm/hugetlb: fix subpool minimum reservation rollback
 2026-09-07 13:20 UTC 

[PATCH 1/1] mm/zswap: publish the initial pool with list_add_rcu()
 2026-09-07 13:18 UTC  (2+ messages)


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