linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 21/30] maple_tree: Add cp_is_new_root() helper
 2026-02-02 15:56 UTC  (4+ messages)

[PATCHv6 00/17] mm: Eliminate fake head pages from vmemmap optimization
 2026-02-02 15:56 UTC  (10+ messages)
` [PATCHv6 01/17] mm: Move MAX_FOLIO_ORDER definition to mmzone.h
` [PATCHv6 02/17] mm: Change the interface of prep_compound_tail()
` [PATCHv6 03/17] mm: Rename the 'compound_head' field in the 'struct page' to 'compound_info'
` [PATCHv6 04/17] mm: Move set/clear_compound_head() next to compound_head()
` [PATCHv6 05/17] riscv/mm: Align vmemmap to maximal folio size
` [PATCHv6 06/17] LoongArch/mm: "
` [PATCHv6 07/17] mm: Rework compound_head() for power-of-2 sizeof(struct page)
` [PATCHv6 08/17] mm: Make page_zonenum() use head page
` [PATCHv6 09/17] mm/sparse: Check memmap alignment for compound_info_has_mask()

[PATCH v4 0/3] targeted TLB sync IPIs for lockless page table walkers
 2026-02-02 15:52 UTC  (19+ messages)
` [PATCH v4 1/3] mm: use targeted IPIs for TLB sync with "
` [PATCH v4 2/3] mm: switch callers to tlb_remove_table_sync_mm()
` [PATCH v4 3/3] x86/tlb: add architecture-specific TLB IPI optimization support
  ` [PATCH v4 0/3] targeted TLB sync IPIs for lockless page table

[RFC 00/12] mm: PUD (1GB) THP implementation
 2026-02-02 15:50 UTC  (22+ messages)
` [RFC 01/12] mm: add PUD THP ptdesc and rmap support
` [RFC 02/12] mm/thp: add mTHP stats infrastructure for PUD THP
` [RFC 03/12] mm: thp: add PUD THP allocation and fault handling
` [RFC 04/12] mm: thp: implement PUD THP split to PTE level
` [RFC 05/12] mm: thp: add reclaim and migration support for PUD THP
` [RFC 06/12] selftests/mm: add PUD THP basic allocation test
` [RFC 07/12] selftests/mm: add PUD THP read/write access test
` [RFC 08/12] selftests/mm: add PUD THP fork COW test
` [RFC 09/12] selftests/mm: add PUD THP partial munmap test
` [RFC 10/12] selftests/mm: add PUD THP mprotect split test
` [RFC 11/12] selftests/mm: add PUD THP reclaim test
` [RFC 12/12] selftests/mm: add PUD THP migration test

[Question] Dead code in copy_pud_range() for copy_huge_pud() error check?
 2026-02-02 15:50 UTC  (5+ messages)

[PATCH v3 00/30] maple_tree: Replace big node with maple copy
 2026-02-02 15:40 UTC  (3+ messages)

[RFC PATCH v1 0/4] mm/damon: Support hot application detections
 2026-02-02 14:56 UTC  (5+ messages)
` [RFC PATCH v1 1/4] mm/damon: Generic context creation for modules
` [RFC PATCH v1 2/4] mm/damon: Support for synchrounous huge pages collapse
` [RFC PATCH v1 3/4] mm/damon: New module with hot application detection
` [RFC PATCH v1 4/4] documentation/mm/damon: Documentation for the dynamic_hugepages module

[PATCH v3] arm64: mm: fix pass user prot to ioremap_prot in generic_access_phys
 2026-02-02 14:55 UTC  (2+ messages)

[PATCH] selftests/memfd: use IPC semaphore instead of SIGSTOP/SIGCONT
 2026-02-02 14:38 UTC 

[PATCH 0/2] Introduce IORING_OP_MMAP
 2026-02-02 14:34 UTC  (5+ messages)

[Kernel Bug] KASAN: slab-use-after-free Read in filemap_free_folio
 2026-02-02 14:14 UTC  (2+ messages)

[PATCH] mm/hmm: Fix a hmm_range_fault() livelock / starvation problem
 2026-02-02 14:07 UTC  (21+ messages)

[PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier
 2026-02-02 13:15 UTC  (5+ messages)

[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2026-02-02 13:04 UTC  (19+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`

[PATCH v6 00/13] Remove device private pages from physical address space
 2026-02-02 11:36 UTC  (14+ messages)
` [PATCH v6 01/13] mm/migrate_device: Introduce migrate_pfn_from_page() helper
` [PATCH v6 02/13] drm/amdkfd: Use migrate pfns internally
` [PATCH v6 03/13] mm/migrate_device: Make migrate_device_{pfns,range}() take mpfns
` [PATCH v6 04/13] mm/migrate_device: Add migrate PFN flag to track device private pages
` [PATCH v6 05/13] mm/page_vma_mapped: Add flag to page_vma_mapped_walk::flags "
` [PATCH v6 06/13] mm: Add helpers to create migration entries from struct pages
` [PATCH v6 07/13] mm: Add a new swap type for migration entries of device private pages
` [PATCH v6 08/13] mm: Add softleaf support for device private migration entries
` [PATCH v6 09/13] mm: Begin creating "
` [PATCH v6 10/13] mm: Add helpers to create device private entries from struct pages
` [PATCH v6 11/13] mm/util: Add flag to track device private pages in page snapshots
` [PATCH v6 12/13] mm/hmm: Add flag to track device private pages
` [PATCH v6 13/13] mm: Remove device private pages from the physical address space

[PATCH v4 0/3] Migrate on fault for device pages
 2026-02-02 11:26 UTC  (4+ messages)
` [PATCH v4 1/3] mm: unified hmm fault and migrate device pagewalk paths
` [PATCH v4 2/3] mm: add new testcase for the migrate on fault case
` [PATCH v4 3/3] mm:/migrate_device.c: remove migrate_vma_collect_*() functions

[PATCH 0/2] liveupdate: fixes in error handling
 2026-02-02 11:14 UTC  (8+ messages)
` [PATCH 1/2] liveupdate: luo_file: do not clear serialized_data on unfreeze
` [PATCH 2/2] liveupdate: luo_file: remember retrieve() status

[PATCH] lsm: preserve /proc/sys/vm/mmap_min_addr when !CONFIG_SECURITY
 2026-02-02 10:53 UTC  (2+ messages)

[PATCH v6 0/2] Generalize vmemmap_populate_hugepages to sparc
 2026-02-02  9:09 UTC  (4+ messages)
` [PATCH v6 1/2] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
` [PATCH v6 2/2] mm: Convert vmemmap_p?d_populate() to static functions

[PATCH v2] mm: khugepaged: fix NR_FILE_PAGES and NR_SHMEM in collapse_file()
 2026-02-02  8:55 UTC  (5+ messages)

[PATCH 0/4] memcg: cleanup the memcg stats interfaces
 2026-02-02  8:53 UTC  (7+ messages)
` [PATCH 1/4] memcg: use mod_node_page_state to update stats

[Kernel Bug] WARNING in mempool_alloc_noprof
 2026-02-02  8:39 UTC  (2+ messages)

[PATCH v8 0/5] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2026-02-02  8:11 UTC  (5+ messages)
` [PATCH v8 4/5] arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUs

[PATCH bpf-next v3 00/17] mm: BPF OOM
 2026-02-02  5:39 UTC  (18+ messages)
` [PATCH bpf-next v3 05/17] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH bpf-next v3 06/17] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [PATCH bpf-next v3 07/17] mm: introduce BPF OOM struct ops
` [PATCH bpf-next v3 08/17] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH bpf-next v3 10/17] mm: introduce bpf_task_is_oom_victim() kfunc

[RFC PATCH] mm/page_alloc: fix use-after-free in swap due to stale page data after split_page()
 2026-02-02  5:27 UTC  (5+ messages)

[PATCH v8 0/2] mm/vmscan: select the closest preferred node in demote_folio_list()
 2026-02-02  4:15 UTC  (6+ messages)
` [PATCH v9 0/2] mm/vmscan: fix demotion targets checks in reclaim/demotion
  ` [PATCH v9 1/2] "

[RFC PATCH 0/5] Separate compound page from folio
 2026-02-02  3:59 UTC  (6+ messages)
` [RFC PATCH 1/5] io_uring: allocate folio in io_mem_alloc_compound() and function rename
` [RFC PATCH 3/5] mm/hugetlb: set large_rmappable on hugetlb and avoid deferred_list handling

[PATCH v2 00/12] mm, swap: swap table phase III: remove swap_map
 2026-02-02  3:27 UTC  (10+ messages)
` [PATCH v2 02/12] mm, swap: clean up swapon process and locking
` [PATCH v2 06/12] mm, swap: implement helpers for reserving data in the swap table
` [PATCH v2 09/12] mm, swap: use the swap table to track the swap count

[PATCH v3 00/30] Eliminate Dying Memory Cgroup
 2026-02-02  3:15 UTC  (9+ messages)
` [PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local

[Linux Memory Hotness and Promotion] Notes from January 29, 2026
 2026-02-02  2:51 UTC 

[PATCH v4 0/8] enable PT_RECLAIM on more 64-bit architectures
 2026-02-01 22:01 UTC  (3+ messages)
` [PATCH v4 2/8] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE

Subject: Regression: CONFIG_ASYNC_KERNEL_PGTABLE_FREE causes memory exhaustion and stalls on busy Cascade Lake server (6.18.7 only)
 2026-02-01 18:16 UTC  (3+ messages)
`  "

[PATCH] mm/zswap: remove SWP_SYNCHRONOUS_IO swapcache bypass workaround
 2026-02-01 17:47 UTC  (2+ messages)

[PATCH] mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for shared thp
 2026-02-01 14:20 UTC  (6+ messages)

[PATCH v5 13/13] mm: Remove device private pages from the physical address space
 2026-02-01 13:03 UTC  (2+ messages)

[PATCH mm-new v6 0/5] Improve khugepaged scan logic
 2026-02-01 12:25 UTC  (6+ messages)
` [PATCH mm-new v6 1/5] mm: khugepaged: add trace_mm_khugepaged_scan event
` [PATCH mm-new v6 2/5] mm: khugepaged: refine scan progress number
` [PATCH mm-new v6 3/5] mm: add folio_test_lazyfree helper
` [PATCH mm-new v6 4/5] mm: khugepaged: skip lazy-free folios
` [PATCH mm-new v6 5/5] mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELY

[PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-01  8:23 UTC  (2+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-02-01  6:38 UTC  (3+ messages)
` [PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update

[syzbot] [mm?] INFO: rcu detected stall in shmem_file_write_iter (3)
 2026-02-01  5:31 UTC  (2+ messages)

[PATCH v14 00/26] zswap compression batching with optimized iaa_crypto driver
 2026-02-01  2:53 UTC  (9+ messages)
` [PATCH v14 25/26] mm: zswap: Store large folios in batches
` [PATCH v14 26/26] mm: zswap: Batched zswap_compress() for compress batching of large folios

[Hypervisor Live Update] Notes from January 26, 2026
 2026-02-01  2:39 UTC 

[PATCH] mm/fadvise: validate offset in generic_fadvise
 2026-02-01  0:43 UTC  (5+ messages)

[PATCH v4 00/54] tree-in-dcache stuff
 2026-02-01  0:11 UTC  (23+ messages)

[PATCH] rust: page: add volatile memory copy methods
 2026-01-31 21:31 UTC  (20+ messages)

[RFC PATCH v2 0/3] mm/damon: Introduce node_target_mem_bp Quota Goal Metric
 2026-01-31 19:54 UTC  (2+ messages)

[RFC PATCH 0/2] mm/damon/core: improve DAMOS quota efficiency for core layer filters
 2026-01-31 19:41 UTC  (3+ messages)
` [RFC PATCH 1/2] mm/damon/core: set quota-score histogram with core filters
` [RFC PATCH 2/2] mm/damon/core: do non-safe region walk on kdamond_apply_schemes()

page:  |  | latest

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