messages from 2026-07-28 04:14:02 to 2026-07-28 16:48:57 UTC [more...]
[PATCH v7 0/9] mm: optimize zone-device memmap initialization
2026-07-28 16:48 UTC (5+ messages)
` [PATCH v7 9/9] mm: always use the zone-device template init path
[PATCH] audit: add CLONE3 auxiliary record to log process cloning
2026-07-28 16:31 UTC (2+ messages)
[PATCH] kexec: keep the next kernel off hardware-poisoned pages
2026-07-28 16:22 UTC
[PATCH] hugetlb: Move poison to pages before clearing bugetlb page type
2026-07-28 16:22 UTC
[PATCH v4 00/21] kho: make boot time huge page allocation work nicely with KHO
2026-07-28 16:07 UTC (4+ messages)
[PATCH 0/5] x86/mm/pat: CPA fixes
2026-07-28 16:01 UTC (23+ messages)
` [PATCH 1/5] x86/mm/pat: introcude cpa_lock() and cpa_unlock()
` [PATCH 2/5] x86/mm/pat: acquire init_mm write lock on collapse to avoid UAF
` [PATCH 3/5] x86/mm/pat: acquire init_mm read lock on attribute change "
` [PATCH 4/5] x86/mm/pat: allocate split page tables as kernel page tables
` [PATCH 5/5] x86/mm/pat: fix effective RW computation in lookup_address_in_pgd_attr()
[PATCH 0/2] mm/swap: skip empty clusters in the swapoff scan
2026-07-28 15:59 UTC (3+ messages)
` [PATCH 1/2] mm/swap: fix stale comment on swap_info_struct::cluster_info
` [PATCH 2/2] mm/swap: scan by cluster in find_next_to_unuse()
[PATCH v2 0/3] mm: zswap: free cold writeback folios promptly
2026-07-28 15:54 UTC (7+ messages)
` [PATCH v2 3/3] mm: zswap: drop cold writeback folios via swap dropbehind
[PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()
2026-07-28 15:53 UTC (15+ messages)
[PATCH 1/3] mm/huge_memory: add folio_split_driver_managed()
2026-07-28 15:52 UTC (10+ messages)
[PATCH mm-hotfixes 0/2] mm/huge_memory: fix huge_zero_pfn race
2026-07-28 15:41 UTC (5+ messages)
` [PATCH mm-hotfixes 1/2] mm/huge_memory: separate out CONFIG_PERSISTENT_HUGE_ZERO_FOLIO logic
` [PATCH mm-hotfixes 2/2] mm/huge_memory: fix huge_zero_pfn race
[PATCH RFC] mm/zswap: reference the pool by index to shrink struct zswap_entry
2026-07-28 15:34 UTC (7+ messages)
[PATCH] mm/filemap: __filemap_add_folio() restore index before retrying
2026-07-28 15:29 UTC (4+ messages)
[PATCH 1/2] mm/damon/core: cover discrete System RAM areas with per-range regions
2026-07-28 15:17 UTC (4+ messages)
[PATCH] hugetlb: only adjust reservation during unmapping if mapcount is 0
2026-07-28 15:08 UTC (2+ messages)
[PATCH] mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macro
2026-07-28 14:57 UTC (3+ messages)
[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
2026-07-28 14:29 UTC (4+ messages)
` [PATCH RFC v4 04/12] mm/gup: let check_vma_flags() ignore selected VMA flags
[PATCH] selftests/mm: unpoison pages in memory-failure teardown
2026-07-28 14:22 UTC (3+ messages)
[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
2026-07-28 14:09 UTC (5+ messages)
[PATCH] mm/damon: adjust isolated pages stat for DAMOS_MIGRATE_{HOT,COLD}
2026-07-28 14:04 UTC
[PATCH] binfmt_misc: don't leak the user namespace when the mount fails
2026-07-28 13:48 UTC
[PATCH v3 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
2026-07-28 13:41 UTC (6+ messages)
` [PATCH v3 05/13] mm/slab: abstract slabobj_ext.objcg access
` [PATCH v3 06/13] mm/slab: abstract slabobj_ext.ref access
[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
2026-07-28 13:40 UTC (8+ messages)
` [PATCH v2 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
[PATCH RFC] mm/huge_memory: eliminate reference-counted huge zero folio
2026-07-28 13:06 UTC
[PATCH] params: fix charp corruption on allocation failure
2026-07-28 12:57 UTC (4+ messages)
[PATCH v4] mm/migrate_device: Clear stale mapping after freeing swapcache
2026-07-28 12:50 UTC (3+ messages)
[RFC PATCH v2 4/5] mm: mglru: run aging when pages are severely imbalanced across gens
2026-07-28 12:27 UTC (4+ messages)
[PATCH 0/2] binfmt_misc: don't let an 'F' entry pin its own instance
2026-07-28 12:26 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/exec: check that a binfmt_misc instance cannot be pinned
[PATCH -v4 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
2026-07-28 12:18 UTC (8+ messages)
` [PATCH -v4 1/4] mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=max
[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
2026-07-28 12:11 UTC (12+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 02/11] KVM: Introduce kvm_create_vm_file() helper
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()
` [PATCH v4 04/11] KVM: Track weak reference to vm_file in struct kvm
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
` [PATCH v4 06/11] KVM: guest_memfd: Move internal definitions to internal header
` [PATCH v4 07/11] KVM: guest_memfd: Add support for freezing mappings
` [PATCH v4 08/11] KVM: guest_memfd: Add support for preservation via LUO
` [PATCH v4 09/11] docs: liveupdate: Add documentation for VM and guest_memfd preservation
` [PATCH v4 10/11] KVM: selftests: Split ____vm_create() and add vm_create_from_fd()
` [PATCH v4 11/11] KVM: selftests: Add guest_memfd_preservation_test
[PATCH v7 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
2026-07-28 12:08 UTC (5+ messages)
` [PATCH v7 1/7] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup
` [PATCH v7 2/7] arm64/vmalloc: Allow arch_vmap_pte_range_map_size to batch multiple CONT_PTE
[PATCH v3] mm/page_reporting: Add page_reporting_delay_ms module parameter
2026-07-28 11:17 UTC (5+ messages)
[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
2026-07-28 11:08 UTC (8+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock
[PATCH] mm/page_alloc: only update lowmem_reserve_ratio on sysctl write
2026-07-28 10:32 UTC
[PATCH] mm/page_alloc: only update NUMA min ratios on sysctl write
2026-07-28 10:31 UTC (3+ messages)
[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-07-28 9:35 UTC (7+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test
[PATCH RFC v2 0/4] KVM: guest_memfd: folio migration for non-confidential VMs
2026-07-28 9:05 UTC (5+ messages)
` [PATCH RFC v2 1/4] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH RFC v2 2/4] KVM: guest_memfd: implement folio migration for non-confidential VMs
` [PATCH RFC v2 3/4] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE
` [PATCH RFC v2 4/4] KVM: selftests: exercise guest_memfd folio migration
[PATCH] mm: do file ownership checks with the proper mount idmap
2026-07-28 9:02 UTC (3+ messages)
[PATCH v3 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
2026-07-28 8:33 UTC (5+ messages)
[PATCH 0/4] add anon mTHP collapse test cases
2026-07-28 8:13 UTC (5+ messages)
` [PATCH 1/4] selftests: mm: extend the check_huge() to support mTHP check
` [PATCH 2/4] selftests: mm: move gather_after_split_folio_orders() into vm_util.c file
` [PATCH 3/4] selftests: mm: implement the mTHP-sized hugepage check helpers
` [PATCH 4/4] selftests: mm: add mTHP collapse test cases
[PATCH] mm/shmem: downgrade final i_blocks check in shmem_evict_inode() to pr_warn()
2026-07-28 9:10 UTC
[PATCH v3] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
2026-07-28 7:47 UTC (2+ messages)
[RFC] Robust futex causing memcg OOM storm on exit
2026-07-28 7:27 UTC (5+ messages)
[PATCH v2 0/2] make unused huge shrinker memcg aware
2026-07-28 7:12 UTC (4+ messages)
` [PATCH v2 2/2] mm: shmem: "
[PATCH] mm/zsmalloc: fix release order of locks in zs_page_migrate()
2026-07-28 6:39 UTC (2+ messages)
[PATCH v8 0/9] mm: optimize zone-device memmap initialization
2026-07-28 6:18 UTC (3+ messages)
[PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure
2026-07-28 6:17 UTC (14+ messages)
` [PATCH v8 1/8] mm: migrate: Allow misplaced migration without VMA
` [PATCH v8 2/8] mm: migrate: Add promote_misplaced_memcg_folios()
` [PATCH v8 3/8] mm: Hot page tracking and promotion - pghot
` [PATCH v8 4/8] mm: pghot: Precision mode for pghot
` [PATCH v8 5/8] mm: sched: move NUMA balancing tiering promotion to pghot
` [PATCH v8 6/8] x86/ibs: Move IBS caps definitions into its own header
` [PATCH v8 7/8] x86/mm/ibs: In-kernel driver for AMD IBS Memory Profiler
` [PATCH v8 8/8] x86/mm/ibs: Add runtime controls for IBS memprofiler
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - microbenchmark numbers
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - NAS BT
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - Graph500
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - redis-memtier
` [PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure - llama-bench
[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
2026-07-28 5:34 UTC (4+ messages)
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
[RFC PATCH 00/10] mm/damon: cleanup code, add test cases, and update guidances in docs
2026-07-28 5:28 UTC (11+ messages)
` [RFC PATCH 01/10] mm/damon/core: use damon_nr_samples_per_aggr() for max merge threshold
` [RFC PATCH 02/10] mm/damon/core: remove debug messages
` [RFC PATCH 03/10] mm/damon/vaddr: remove a debug message
` [RFC PATCH 04/10] mm/damon/tests/core-kunit: extend set_regions() test for error case
` [RFC PATCH 05/10] mm/damon/tests/core-kunit: test <=0 size damon_set_regions() inputs
` [RFC PATCH 06/10] mm/damon/tests/core-kunit: test overlapping ranges for set_regions()
` [RFC PATCH 07/10] mm/damon/tests/core-kunit: test damon_nr_samples_per_aggr()
` [RFC PATCH 08/10] selftests/damon/sysfs.sh: test hugepage_mem_bp quota goal
` [RFC PATCH 09/10] Docs/mm/damon/maintainer-profile: update AI review for Sashiko replies
` [RFC PATCH 10/10] Docs/ABI/damon: recommend subsystem doc instead of admin-guide
[PATCH v3 0/1] mm/page_table_check: skip special zero mappings
2026-07-28 4:57 UTC (3+ messages)
` [PATCH v3 1/1] "
[RFC PATCH v2.2 00/17] mm/damon: introduce data access-as-a-data attribute
2026-07-28 4:12 UTC (3+ messages)
` [RFC PATCH v2.2 16/17] Docs/admin-guide/mm/damon/usage: document probe preps sysfs files
` [RFC PATCH v2.2 17/17] Docs/ABI/damon: document probe prep "
page: | 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