messages from 2026-07-26 22:23:31 to 2026-07-27 14:58:35 UTC [more...]
[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
2026-07-27 14:58 UTC (13+ messages)
` [PATCH RFC v4 01/12] x86/mm: add untagged_addr_remote_unlocked()
` [PATCH RFC v4 02/12] riscv/mm: "
` [PATCH RFC v4 03/12] mm: rename get_user_page_vma_remote() to get_user_page_lookup_vma()
` [PATCH RFC v4 11/12] mm/gup: batch contiguous PTE-mapped large folios in follow_page_mask()
` [PATCH RFC v4 12/12] selftests/mm: add a slow-GUP content and COW test for mTHP
[PATCH RFC v2 00/20] mm: optimize unnecessary loads due to ptep_get() and friends out
2026-07-27 14:53 UTC (5+ messages)
` [PATCH RFC v2 09/20] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [PATCH RFC v2 10/20] riscv: "
[PATCH v5 00/12] Use generic_file_read_iter() in hugetlbfs
2026-07-27 14:51 UTC (5+ messages)
` [PATCH v5 01/12] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v5 02/12] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
2026-07-27 14:44 UTC (12+ messages)
` [PATCH v2 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
` [PATCH v2 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
[PATCH v2 0/3] mm: zswap: free cold writeback folios promptly
2026-07-27 14:36 UTC (4+ messages)
` [PATCH v2 1/3] mm: swap: move LRU insertion out of the swap cache allocator
` [PATCH v2 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion
` [PATCH v2 3/3] mm: zswap: drop cold writeback folios via swap dropbehind
[RFC PATCH v2.1 00/17] mm/damon: introduce data access-as-a-data attribute
2026-07-27 14:38 UTC (18+ messages)
` [RFC PATCH v2.1 01/17] mm/damon/core: introduce DAMON_FILTER_TYPE_PGIDLE_UNSET
` [RFC PATCH v2.1 02/17] mm/damon/paddr: support PGIDLE_UNSET probe filter type
` [RFC PATCH v2.1 03/17] mm/damon/sysfs: support pgidle_unset "
` [RFC PATCH v2.1 04/17] Docs/mm/damon/design: document "
` [RFC PATCH v2.1 05/17] mm/damon/core: introduce damon_prep struct
` [RFC PATCH v2.1 06/17] mm/damon/core: commit preps
` [RFC PATCH v2.1 07/17] mm/damon/core: introduce damon_operations->prep_probes()
` [RFC PATCH v2.1 08/17] mm/damon/paddr: support damon_prep
` [RFC PATCH v2.1 09/17] mm/damon/sysfs: implement preps directory
` [RFC PATCH v2.1 10/17] mm/damon/sysfs: implement preps/nr_preps file
` [RFC PATCH v2.1 11/17] mm/damon/sysfs: create directories for nr_preps writes
` [RFC PATCH v2.1 12/17] mm/damon/sysfs: implement prep_action file
` [RFC PATCH v2.1 13/17] mm/damon/sysfs: pass preps to DAMON core
` [RFC PATCH v2.1 14/17] selftests/damon/sysfs.sh: test probe prep sysfs files
` [RFC PATCH v2.1 15/17] Docs/mm/damon/design: document probe preps
` [RFC PATCH v2.1 16/17] Docs/admin-guide/mm/damon/usage: document probe preps sysfs files
` [RFC PATCH v2.1 17/17] Docs/ABI/damon: document probe prep "
[RFC] Robust futex causing memcg OOM storm on exit
2026-07-27 14:36 UTC (2+ messages)
[PATCH v5 0/3] mm: make persistent huge zero folio read-only
2026-07-27 14:34 UTC (4+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] arm64/mm: add set_direct_map_ro_noflush()
` [PATCH v5 3/3] x86/mm: "
[PATCH 1/2] mm/damon/core: cover discrete System RAM areas with per-range regions
2026-07-27 14:34 UTC (4+ messages)
` [PATCH 2/2] mm/damon/sysfs-schemes: report the number of tried regions
[PATCH v4 0/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
2026-07-27 14:28 UTC (7+ messages)
` [PATCH v4 2/2] "
[PATCH] mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()
2026-07-27 14:24 UTC (2+ messages)
[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
2026-07-27 14:20 UTC (3+ messages)
[PATCH v3 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
2026-07-27 14:07 UTC (15+ messages)
` [PATCH v3 01/13] mm/slab: skip kfence objects in allocation profiling
` [PATCH v3 02/13] mm/slab: remove objs_per_slab()
` [PATCH v3 03/13] mm: move struct slabobj_ext to mm/slab.h
` [PATCH v3 04/13] mm/slab: make slab_obj_ext() determine object index
` [PATCH v3 05/13] mm/slab: abstract slabobj_ext.objcg access
` [PATCH v3 06/13] mm/slab: abstract slabobj_ext.ref access
` [PATCH v3 07/13] mm/slab: replace slab.stride with obj_exts_in_object
` [PATCH v3 08/13] mm/slab: change struct slabobj_ext to a union
` [PATCH v3 09/13] mm/slab: introduce slab_obj_ext_has_codetag()
` [PATCH v3 10/13] mm/slab: reduce slabobj_ext memory with allocation profiling disabled
` [PATCH v3 11/13] mm/slab: add cache_ and slab_needs_objcg() helpers
` [PATCH v3 12/13] mm/slab: stop allocating objcg pointers when unnecessary
` [PATCH v3 13/13] mm/slab, kfence, memcg: completely remove obj_ext for kfence objects
[RFC PATCH 00/11] mm, swap: dynamic cluster management for xswap devices
2026-07-27 14:05 UTC (12+ messages)
` [RFC PATCH 01/11] mm: xswap support for zswap
` [RFC PATCH 02/11] mm, swap: add CONFIG_XSWAP and xswap fields to swap_info_struct
` [RFC PATCH 03/11] mm, swap: add xswap cluster grow via VM_SPARSE vmalloc
` [RFC PATCH 04/11] mm, swap: add xswap grow trigger on cluster allocation
` [RFC PATCH 05/11] mm, swap: add xswap_try_shrink and shrink trigger on cluster free
` [RFC PATCH 06/11] mm, swap: free backing pages in xswap_unmap_clusters
` [RFC PATCH 07/11] mm, swap: add nr_free_tail for O(1) xswap shrink detection
` [RFC PATCH 08/11] mm, swap: add adjustable runtime ceiling (nr_clusters) for xswap
` [RFC PATCH 09/11] mm, swap: add debugfs knob for xswap per-device cluster limit
` [RFC PATCH 10/11] mm, swap: defer xswap shrink to workqueue to avoid lock recursion
` [RFC PATCH 11/11] mm, swap: serialize xswap map/unmap with a mutex
[PATCH v2] mm/page_reporting: Add page_reporting_delay_ms sysctl
2026-07-27 14:00 UTC (4+ messages)
[PATCH v2 2/2] mm: Extract non-swap page handling to do_non_swap_page()
2026-07-27 13:58 UTC (4+ messages)
[PATCH] mm: memcg: stop reclaim when a limit update is superseded
2026-07-27 13:58 UTC (4+ messages)
[PATCH 0/5] mm: add basic PTE const type-safety
2026-07-27 13:44 UTC (13+ messages)
` [PATCH 1/5] mm: constify generic pte_get*()
` [PATCH 3/5] mm/parisc: constify ptep_get() argument
[RFC PATCH] mm/thp: order huge zero folio PFN invalidation before removal
2026-07-27 13:40 UTC (5+ messages)
` [RFC PATCH v2] mm/thp: serialize huge-zero folio state transitions
[PATCH RFC 0/3] efi: mm/memory-failure: keep hardware-poisoned pages out of the next kexec
2026-07-27 13:22 UTC (3+ messages)
[PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back
2026-07-27 12:59 UTC (10+ messages)
[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
2026-07-27 13:04 UTC (8+ messages)
[PATCH 00/36] treewide: remove conditional returns with no effect
2026-07-27 12:59 UTC (7+ messages)
[PATCH V3] mm: Standardize printing for pgtable entries
2026-07-27 12:50 UTC (8+ messages)
[PATCH] ksm: Stop iterating VMAs when ksm_test_exit returns true
2026-07-27 12:43 UTC (2+ messages)
[PATCH v8 0/9] mm: optimize zone-device memmap initialization
2026-07-27 12:34 UTC (10+ messages)
` [PATCH v8 1/9] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v8 2/9] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v8 3/9] mm: add a set_page_section_from_pfn() helper
` [PATCH v8 4/9] mm: add a template-based fast path for zone-device page init
` [PATCH v8 5/9] mm: extend the template fast path to zone-device compound tails
` [PATCH v8 6/9] string: introduce memcpy_nontemporal()
` [PATCH v8 7/9] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v8 8/9] mm: use memcpy_nontemporal() in zone-device template copies
` [PATCH v8 9/9] mm: always use the zone-device template init path
[PATCH] selftests/mm: unpoison pages in memory-failure teardown
2026-07-27 12:31 UTC (2+ messages)
[RFC PATCH 9/9] arm64/debug: Mark debug exception helpers __always_inline
2026-07-27 12:25 UTC
[PATCH v2] nodemask: reduce bitmap width to nr_node_ids in __nodemask_pr_numnodes()
2026-07-27 11:56 UTC (3+ messages)
` 答复: [????] "
BUG: possible recursive locking detected in sleepable task_vma iterator
2026-07-27 11:55 UTC (2+ messages)
[PATCH -v4 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
2026-07-27 11:37 UTC (8+ messages)
` [PATCH -v4 1/4] mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=max
` [PATCH -v4 4/4] mm/mglru: "
[PATCH mm-hotfixes v5 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-27 11:25 UTC (6+ messages)
` [PATCH mm-hotfixes v5 3/5] x86/mm/pat: acquire init_mm read lock on attribute change to avoid UAF
` [REGRESSION]: "
[PATCH v3] mm/migrate_device: Clear stale mapping after freeing swapcache
2026-07-27 10:58 UTC (3+ messages)
[RFC PATCH] mm/khugepaged: cap pageblock contribution to min_free_kbytes
2026-07-27 10:54 UTC (6+ messages)
[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
2026-07-27 10:40 UTC (29+ messages)
` [PATCH v3 01/26] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v3 02/26] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v3 03/26] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v3 04/26] x86/mm: split out preallocate_sub_pgd()
` [PATCH v3 05/26] x86: move PAE PMD preallocation defines to header
` [PATCH v3 06/26] x86/tlb: Expose some flush function declarations to modules
` [PATCH v3 07/26] x86/mm: introduce mm-local region
` [PATCH v3 08/26] x86/mm: move LDT remap into "
` [PATCH v3 09/26] mm: Create flags arg for __apply_to_page_range()
` [PATCH v3 10/26] mm: Add more flags "
` [PATCH v3 11/26] x86/mm: introduce the mermap
` [PATCH v3 12/26] mm: KUnit tests for "
` [PATCH v3 13/26] mm: introduce freetype_t
` [PATCH v3 14/26] mm: move migratetype definitions to freetype.h
` [PATCH v3 15/26] mm/page_alloc: add support for freetypes with no freelist
` [PATCH v3 16/26] mm: add definitions for allocating unmapped pages
` [PATCH v3 17/26] mm: encode freetype flags in pageblock flags
` [PATCH v3 18/26] mm/page_alloc: separate pcplists by freetype flags
` [PATCH v3 19/26] mm/page_alloc: rename ALLOC_NON_BLOCK back to _HARDER
` [PATCH v3 20/26] mm/page_alloc: introduce ALLOC_NOBLOCK
` [PATCH v3 21/26] mm/page_alloc: implement FREETYPE_UNMAPPED allocations
` [PATCH v3 22/26] mm: Minimal KUnit tests for some new page_alloc logic
` [PATCH v3 23/26] mm: Split out NR_FREE_PAGES_BLOCKS_[UN]MAPPED
` [PATCH v3 24/26] mm/page_alloc: always direct compact for unmapped allocs
` [PATCH v3 25/26] mm: plumb alloc flags into some alloc funcs
` [PATCH v3 26/26] mm: add fast path for AS_NO_DIRECT_MAP
[PATCH RFC 00/18] arch, mm: create a generic set_memory/change_page_attr core
2026-07-27 10:22 UTC (6+ messages)
[PATCH v4 00/21] kho: make boot time huge page allocation work nicely with KHO
2026-07-27 10:08 UTC (5+ messages)
` [PATCH v4 16/21] mm/mm_init: simplify deferred_free_pages() migratetype init
[PATCH v3 0/5] selftests/mm: Handle unsupported and transient test conditions
2026-07-27 9:52 UTC (6+ messages)
` [PATCH v3 1/5] selftests/mm: skip COW tmpfile cases when fallocate() is unsupported
` [PATCH v3 2/5] selftests/mm: skip guard hole-punch test if MADV_REMOVE "
` [PATCH v3 3/5] selftests/mm: skip khugepaged swap tests without swap
` [PATCH v3 4/5] selftests/mm: skip hard dirty page-cache test on NFS
` [PATCH v3 5/5] selftests/mm: retry migration failures for the full runtime
[PATCH v6 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
2026-07-27 9:49 UTC (4+ messages)
` [PATCH v6 2/2] mm/memory_hotplug: improve shrink_zone_span() subsection boundary checks
[PATCH] mm/usercopy: harden bounds checking for vmalloc allocations
2026-07-27 9:26 UTC (5+ messages)
[akpm-mm:mm-unstable 340/601] include/linux/compiler_types.h:702:38: error: call to '__compiletime_assert_501' declared with attribute error: BUILD_BUG failed
2026-07-27 9:25 UTC (3+ messages)
[PATCH v2 0/5] selftests/mm: Handle unsupported and transient test conditions
2026-07-27 9:21 UTC (11+ messages)
` [PATCH v2 4/5] selftests/mm: skip hard dirty page-cache test on NFS
` [PATCH v2 5/5] selftests/mm: retry migration failures for the full runtime
[PATCH v4 0/3] promote mapped executable folios after first usage for MGLRU
2026-07-27 8:08 UTC (3+ messages)
[PATCH v3] mm/mmu_notifier: Add async OOM cleanup via call_srcu()
2026-07-27 8:01 UTC (2+ messages)
[PATCH v3 00/24] binfmt_misc: write access fixes, RCU handler lookup and cleanups
2026-07-27 7:42 UTC (7+ messages)
` [PATCH v3 03/24] binfmt_misc: reject a flag character as the field delimiter
` [PATCH v3 09/24] binfmt_misc: rename Node to struct binfmt_misc_entry
mm: opaque hardware page-table entry handles
2026-07-27 7:11 UTC (8+ messages)
[PATCH v2 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
2026-07-27 6:22 UTC (16+ messages)
` [PATCH v2 01/13] mm/slab: skip kfence objects in allocation profiling
` [PATCH v2 09/13] mm/slab: change struct slabobj_ext to a union
` [PATCH v2 12/13] mm/slab: add cache_ and slab_needs_objcg() helpers
[PATCH v2 0/6] remove dead NULL checks after GFP_NOFAIL allocations and fix xive use-after-free
2026-07-27 6:16 UTC (7+ messages)
` [PATCH v2 1/6] powerpc/xive: remove dead NULL check after GFP_NOFAIL allocation
` [PATCH v2 5/6] lib/test_hmm: remove dead NULL checks after GFP_NOFAIL allocations
[PATCH] slub: print just the function name in /sys/kernel/slab/*/ctor
2026-07-27 5:27 UTC (2+ messages)
[PATCH v2 0/2] make unused huge shrinker memcg aware
2026-07-27 5:11 UTC (3+ messages)
` [PATCH v2 2/2] mm: shmem: "
[PATCH v2] mm/migrate_device: Clear stale mapping after freeing swapcache
2026-07-27 5:06 UTC (9+ messages)
[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
2026-07-27 4:20 UTC (4+ messages)
[PATCH] mm/page_alloc: only update NUMA min ratios on sysctl write
2026-07-27 3:55 UTC (2+ messages)
[RFC v2 0/3] mm/mglru: proactive aging via memory.aging
2026-07-27 3:54 UTC (2+ messages)
[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
2026-07-27 1:46 UTC (2+ messages)
[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
2026-07-27 0:40 UTC (3+ messages)
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-07-26 23:50 UTC (6+ messages)
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
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