messages from 2026-07-10 08:51:49 to 2026-07-10 20:17:38 UTC [more...]
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-10 20:16 UTC
[PATCH] x86/mm/pat: acquire mmap lock on page table free to avoid ptdump UAF
2026-07-10 19:50 UTC (5+ messages)
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-07-10 19:38 UTC (41+ messages)
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
[PATCH v2] mm/vmalloc: widen guard region to defeat ENTER-based stack pivot
2026-07-10 18:58 UTC (7+ messages)
[PATCH] mm/zswap: flush dcache in the compressed decompression path
2026-07-10 18:43 UTC (5+ messages)
[akpm-mm:mm-new] BUILD SUCCESS WITH UNVERIFIED WARNING 1e692e85500fd3a971da0241f044f4572b2be8b6
2026-07-10 18:33 UTC
[PATCH] mm/zswap: use ratelimited stats flush in zswap_shrinker_count()
2026-07-10 18:27 UTC (12+ messages)
cgroup/test_zswap failed with "zswpout does not increase after test program"
2026-07-10 18:25 UTC (10+ messages)
[PATCH v7 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-10 18:07 UTC (22+ messages)
` [PATCH v7 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v7 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v7 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v7 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v7 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v7 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v7 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults
[PATCH v3] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
2026-07-10 18:03 UTC (3+ messages)
[PATCH] mm: remove wb_writeout_inc
2026-07-10 17:58 UTC (3+ messages)
[PATCH] mm: thp: unlock i_mmap before releasing split folios
2026-07-10 17:17 UTC (5+ messages)
[PATCH v2 06/10] memory-failure: Prevent UAF in raw_hwp_page list
2026-07-10 17:16 UTC (3+ messages)
[PATCH 0/5] RDMA, IB: replace __get_free_pages() with kmalloc()
2026-07-10 16:48 UTC (8+ messages)
` [PATCH 1/5] RDMA/umem: ib_umem_get(): use kmalloc() to allocate page array
[PATCH v5 0/9] mm/page_owner: misc cleanups
2026-07-10 15:56 UTC (4+ messages)
` [PATCH v5 9/9] mm/page_owner: use memcg_data snapshot instead of PageMemcgKmem() to avoid TOCTOU VM_BUG_ON
[PATCH v5] mm: mglru: fix stale batch updates after memcg reparenting
2026-07-10 15:43 UTC
[PATCH] mm/migrate_device: avoid overflowing migrate_vma collection arrays
2026-07-10 15:35 UTC (7+ messages)
[PATCH v3 1/1] mm: let node_reclaim() return the number of pages reclaimed
2026-07-10 15:23 UTC
[PATCH] mm/page_alloc: free allocated PFNs if the range does not match
2026-07-10 15:11 UTC (6+ messages)
[BUG] mm/hugetlb: possible temporary resv underflow
2026-07-10 15:02 UTC
[PATCH 00/19] mm/damon: introduce data attributes only monitoring
2026-07-10 14:59 UTC (21+ messages)
` [PATCH 01/19] mm/damon/core: introduce damon_probe->weight
` [PATCH 02/19] mm/damon/core: ask apply_probes() ops callback to set sampling address
` [PATCH 03/19] mm/damon/paddr: set samples in apply_probes() if requested
` [PATCH 04/19] mm/damon/core: ask apply_probe() to return max probe hits weighted sum
` [PATCH 05/19] mm/damon/core: implement damon_probe_hits_wsum()
` [PATCH 06/19] mm/damon/paddr: respect return_max_wsum
` [PATCH 07/19] mm/damon/core: use abs_diff() instead of abs()
` [PATCH 08/19] mm/damon/core: extend merge function to work with probe hits
` [PATCH 09/19] mm/damon/core: disallow probe_hits overflow on attrs only monitoring
` [PATCH 10/19] mm/damon/core: validate params for probe hits weighted sum overflow
` [PATCH 11/19] mm/damon/core: disable access monitoring when probe weights are set
` [PATCH 12/19] mm/damon/core: set samples in apply_probes() if "
` [PATCH 13/19] mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
` [PATCH 14/19] mm/damon/core: get merge threshold from probe hits when weights are set
` [PATCH 15/19] mm/damon/core: implement damon_has_probe_weight()
` [PATCH 16/19] mm/damon/sysfs: implement probe/weight file
` [PATCH 17/19] Docs/mm/damon/design: document attrs-only monitoring
` [PATCH 18/19] Docs/admin-guide/mm/damon/usage: document weight sysfs file
` [PATCH 19/19] Docs/ABI/damon: document probe weight file
[PATCH v2 05/10] memory-failure: Remove raw_hwp_list_head()
2026-07-10 14:55 UTC (2+ messages)
[RFC PATCH v3] mm: retry page faults under per-VMA lock when mmap_lock is not required
2026-07-10 14:54 UTC (3+ messages)
[PATCH v2 04/10] hugetlb: Set mapping folio order
2026-07-10 14:49 UTC (2+ messages)
[PATCH v2 03/10] filemap: Remove checks in mapping_set_folio_order_range()
2026-07-10 14:42 UTC (2+ messages)
[PATCH v2 02/10] hugetlb: Mark some function arguments as const
2026-07-10 14:28 UTC (2+ messages)
[PATCH 0/4] Docs/ABI/damon: sysfs ABI document fixes and additions
2026-07-10 14:28 UTC (3+ messages)
[PATCH v2 01/10] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
2026-07-10 14:27 UTC (2+ messages)
[PATCH 4/4] Docs/ABI/damon: document tried_regions probe hits
2026-07-10 14:25 UTC (2+ messages)
[PATCH v2 00/10] Use generic_file_read_iter() in hugetlbfs
2026-07-10 14:25 UTC (2+ messages)
[PATCH 3/4] Docs/ABI/damon: document update_tuned_intervals state command
2026-07-10 14:24 UTC (2+ messages)
[RFC PATCH 00/14] driver core: defer per-VF sysfs creation for fast SR-IOV bring-up
2026-07-10 14:19 UTC (5+ messages)
` [RFC PATCH 05/14] driver core: add struct device_sysfs_entry and walker
` [RFC PATCH 09/14] iommu: lazy-populate iommu_group reserved_regions/type attrs
[PATCH 2/4] Docs/ABI/damon: fix typos
2026-07-10 14:18 UTC (2+ messages)
[PATCH 1/4] Docs/ABI/damon: fix typo in intervals_goal sysfs path
2026-07-10 14:17 UTC (2+ messages)
[PATCH 0/2] mm/page_alloc: couple of followups for recent cleanups
2026-07-10 14:14 UTC (5+ messages)
` [PATCH 1/2] mm/page_alloc: don't spin_trylock() in NMI on UP
` [PATCH 2/2] mm/page_alloc: rename FPI_TRYLOCK -> FPI_NOLOCK
[PATCH] ext4: fix use-after-free in ext4 delayed I/O completion
2026-07-10 14:06 UTC (3+ messages)
[PATCH] mm/damon/tests/core-kunit: test damon_nr_accesses_mvsum()
2026-07-10 14:02 UTC (2+ messages)
[PATCH slab/for-next-fixes v2 0/3] mm/slab: fix unbounded recursion in free path with memalloc profiling
2026-07-10 13:44 UTC (3+ messages)
[RFC/discuss] memfd_secret(): opt-in visibility for security monitoring (eBPF/audit)
2026-07-10 13:40 UTC (3+ messages)
` İlt: "
[PATCH] mm/ptdump: always stabilise against page table freeing using init_mm
2026-07-10 13:29 UTC
[PATCH 0/2] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-10 13:24 UTC (7+ messages)
` [PATCH 1/2] mm/vmalloc: acquire init_mm read lock on huge vmap promotion
` [PATCH 2/2] Revert "arm64: Enable vmalloc-huge with ptdump"
[PATCH v2 0/5] mm/rmap: Refactor try_to_unmap_one
2026-07-10 13:16 UTC (9+ messages)
` [PATCH v2 1/5] mm/rmap: convert page -> folio for hwpoison checks
` [PATCH v2 2/5] mm/rmap: Add try_to_unmap_hugetlb_one
` [PATCH v2 5/5] mm/rmap: add anon folio unmap dispatcher
[PATCH v3 0/5] Keep tail page private zero at free and folio split time
2026-07-10 12:51 UTC (3+ messages)
` [PATCH v3 4/5] mm/page_alloc: make sure tail_page->private is zero at page free time
[PATCH v6 00/10] dax/kmem: atomic whole-device hotplug via sysfs
2026-07-10 12:44 UTC (5+ messages)
` [PATCH v6 02/10] mm/memory_hotplug: add mhp_online_type_to_str() and export string helpers
[PATCH v3 0/4] tty: replace __get_free_pages() with kmalloc()
2026-07-10 12:44 UTC (2+ messages)
[PATCH v3 0/3] mm: handle device-private PMDs in walk callbacks
2026-07-10 12:41 UTC (6+ messages)
` [PATCH v3 1/3] mm/mempolicy: skip non-present PMDs when queueing folios
` [PATCH v3 2/3] mm/madvise: skip device-private PMDs in cold and pageout walks
` [PATCH v3 3/3] mm/huge_memory: skip device-private PMDs in madvise_free_huge_pmd
[PATCH] fork: Honor task_struct's declared alignment
2026-07-10 12:39 UTC
[PATCH -next] memcg: move mem_cgroup_swappiness to memcontrol.h
2026-07-10 12:21 UTC (2+ messages)
[PATCH v2 0/5] mm: mincore: misc cleanups
2026-07-10 12:19 UTC (11+ messages)
` [PATCH v2 1/5] mm: mincore: remove special handling for VM_PFNMAP
` [PATCH v2 2/5] mm: mincore: replace __get_free_page() with kmalloc()
` [PATCH v2 3/5] mm: mincore: remove xa_is_value() in mincore_swap()
` [PATCH v2 4/5] mm: mincore: improve mincore_hugetlb()
` [PATCH v2 5/5] mm: mincore: refactor mincore_page()
[PATCH] mm/mm_slot.h: add a helper function mm_slot_remove
2026-07-10 12:17 UTC (2+ messages)
[PATCH slab/for-next] mm/slab: simplify freeing remote objects in free_to_pcs_bulk()
2026-07-10 12:17 UTC (2+ messages)
[PATCH] binfmt_elf_fdpic: reject PT_LOAD segments with p_filesz > p_memsz
2026-07-10 12:14 UTC
[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
2026-07-10 12:01 UTC (7+ messages)
[PATCH v4] mm: mglru: fix stale batch updates after memcg reparenting
2026-07-10 11:50 UTC (6+ messages)
[PATCH 2/2] fs: stable_page_flags(): use folio_test_*() helpers
2026-07-10 11:29 UTC
[PATCH] selftests/mm: remove obsolete hugetlb vmemmap test
2026-07-10 11:12 UTC (3+ messages)
[PATCH v2] mm: nommu: free unused resources when mremap shrinks the vma
2026-07-10 11:09 UTC (3+ messages)
[PATCH v2 00/23] binfmt_misc: write access fixes, RCU handler lookup and cleanups
2026-07-10 10:53 UTC (3+ messages)
` [PATCH v2 04/23] binfmt_misc: use RCU for the handler lookup
[harry:kmalloc-no-objext-rfc-v1r1] [mm/slab] 6bc21472e7: BUG:kernel_NULL_pointer_dereference,address
2026-07-10 10:04 UTC (4+ messages)
[PATCH v5 0/6] mm/zswap: Implement per-cgroup proactive writeback
2026-07-10 10:04 UTC (10+ messages)
` [PATCH v5 4/6] mm/zswap: Implement "
[PATCH] mm/slab: extract __free_to_pcs_batch() from free_to_pcs_bulk()
2026-07-10 10:02 UTC (5+ messages)
[PATCH v3 00/24] binfmt_misc: write access fixes, RCU handler lookup and cleanups
2026-07-10 9:33 UTC (25+ messages)
` [PATCH v3 01/24] binfmt_misc: restore write access when removing an entry
` [PATCH v3 02/24] binfmt_misc: use exe_file_deny_write_access() for the interpreter clone
` [PATCH v3 03/24] binfmt_misc: reject a flag character as the field delimiter
` [PATCH v3 04/24] binfmt_misc: convert entry list to an hlist
` [PATCH v3 05/24] binfmt_misc: use RCU for the handler lookup
` [PATCH v3 06/24] binfmt_misc: annotate racy accesses to ->enabled
` [PATCH v3 07/24] binfmt_misc: turn the entry bit numbers into a proper enum
` [PATCH v3 08/24] binfmt_misc: turn the entry behavior flags into an enum
` [PATCH v3 09/24] binfmt_misc: rename Node to struct binfmt_misc_entry
` [PATCH v3 10/24] binfmt_misc: remove the VERBOSE_STATUS toggle
` [PATCH v3 11/24] binfmt_misc: use print_hex_dump_debug() for the register debug output
` [PATCH v3 12/24] binfmt_misc: convert the entry file to seq_file
` [PATCH v3 13/24] binfmt_misc: factor out the entry matching
` [PATCH v3 14/24] binfmt_misc: rename load_binfmt_misc() to current_binfmt_misc()
` [PATCH v3 15/24] binfmt_misc: return errors directly in load_misc_binary()
` [PATCH v3 16/24] binfmt_misc: give the parse_command() results names
` [PATCH v3 17/24] binfmt_misc: factor out the entry removal
` [PATCH v3 18/24] binfmt_misc: simplify check_special_flags()
` [PATCH v3 19/24] binfmt_misc: use a flexible array member for the register string
` [PATCH v3 20/24] binfmt_misc: split the field parsing out of create_entry()
` [PATCH v3 21/24] binfmt_misc: use __free(kfree) in bm_register_write()
` [PATCH v3 22/24] binfmt_misc: assorted small cleanups
` [PATCH v3 23/24] binfmt_misc: include what is used
` [PATCH v3 24/24] binfmt_misc: allow removing entries via unlink(2)
[PATCH v8] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
2026-07-10 9:33 UTC (5+ messages)
[PATCH 6.18.y v2] mm: shmem: fix potential livelock issue for shmem direct swapin
2026-07-10 9:15 UTC (2+ messages)
[PATCH v6 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
2026-07-10 8:59 UTC (4+ messages)
[PATCH] mm: kmemleak: confirm suspected leaks with a second scan
2026-07-10 8:51 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