Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-29 19:26:37 to 2026-06-30 10:09:09 UTC [more...]

[PATCH] mm: memcg: reset zswap settings in css_reset
 2026-06-30 10:08 UTC 

[PATCH] mm/memory: refactor finish_fault
 2026-06-30  9:57 UTC  (3+ messages)

[PATCH v3 0/4] tty: replace __get_free_pages() with kmalloc()
 2026-06-30  9:54 UTC  (5+ messages)
` [PATCH v3 1/4] serial: pch: replace __get_free_page() "
` [PATCH v3 2/4] tty: amiserial: replace get_zeroed_page() with kzalloc()
` [PATCH v3 3/4] tty: serial: men_z135_uart: replace __get_free_page() with kmalloc()
` [PATCH v3 4/4] vc_screen: replace __get_free_pages() "

[PATCH 0/3] ovl: make cachestat() work
 2026-06-30  9:45 UTC  (9+ messages)
` [PATCH 1/3] fs, mm: add ->cachestat() file operation

[PATCH 1/2] selftests/mm: handle EINVAL when configuring gigantic hugepages
 2026-06-30  9:35 UTC  (2+ messages)

[PATCH 0/2] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-06-30  9:34 UTC  (4+ messages)
` [PATCH 2/2] selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes

[PATCH v2 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-06-30  9:32 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages
` [PATCH v2 2/3] selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes
` [PATCH v2 3/3] selftests/mm: fix ternary operator precedence in ksm_tests

[PATCH v2] mm/shmem: Fix data-race in shmem_fault
 2026-06-30  9:30 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] mm/memblock: Remove redundant pageblock_align() in free_unused_memmap()
 2026-06-30  9:23 UTC  (2+ messages)

[PATCH] mm/mm_init: fix incorrect node_spanned_pages
 2026-06-30  9:22 UTC  (2+ messages)

[PATCH RFC v8 00/24] pkeys-based page table hardening
 2026-06-30  9:16 UTC  (16+ messages)
` [PATCH RFC v8 01/24] mm: Introduce kpkeys
` [PATCH RFC v8 02/24] set_memory: Introduce set_memory_pkey() stub
` [PATCH RFC v8 04/24] arm64: Introduce por_elx_set_pkey_perms() helper
` [PATCH RFC v8 05/24] arm64: Implement asm/kpkeys.h using POE

[PATCH] selftests/mm: hmm-tests: include linux/mman.h to access MADV_COLLAPSE
 2026-06-30  8:59 UTC  (2+ messages)

[PATCH v3 0/2] mm/kmemleak: dedupe verbose scan output
 2026-06-30  8:43 UTC  (3+ messages)
` [PATCH v3 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-06-30  8:28 UTC  (29+ messages)
` [PATCH v2 12/13] x86: Add support for dynamic kernel stacks via FRED

[PATCH v2 0/8] treewide: remove unnecessary invalid range checks in memblock iteration loops
 2026-06-30  8:25 UTC  (3+ messages)
` [PATCH v2 8/8] mm/hugetlb: remove unnecessary empty range check in hugetlb_bootmem_set_nodes()

[PATCH v4] coredump: Add /proc/<pid>/coredump_pre_exit for pre-exit before dumping
 2026-06-30  8:09 UTC  (2+ messages)

[PATCH] mm/vmalloc: widen guard region to defeat ENTER-based stack pivot
 2026-06-30  8:09 UTC  (13+ messages)

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-06-30  7:57 UTC  (11+ messages)
` [PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH 12/13] mm/mprotect: convert mprotect "
` [PATCH 13/13] mm/mremap: convert mremap "

[PATCH v5] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-06-30  7:56 UTC 

[PATCH v4] riscv: mm: Avoid spurious fault after hotplugging vmemmap
 2026-06-30  7:51 UTC 

[PATCH] mm/page_alloc: free allocated PFNs if the range does not match
 2026-06-30  7:44 UTC  (4+ messages)

[PATCH v8 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-06-30  7:32 UTC  (6+ messages)
` [PATCH v8 1/5] selftests/mm: move pkey selftest helpers to pkey_util.c
` [PATCH v8 2/5] selftests/mm: unify pkey sighandler selftest assertions and tracing
` [PATCH v8 3/5] selftests/mm: use pkey_assert on clone_raw failure in pkey test
` [PATCH v8 4/5] selftests/mm: add missing mmap() return checks in pkey tests
` [PATCH v8 5/5] selftests/mm: add missing pthread_create() "

[PATCH v4 0/6] vdso/datastore: Allow prefaulting by mlockall()
 2026-06-30  7:32 UTC  (7+ messages)
` [PATCH v4 1/6] vdso/datastore: Rename data pages variable
` [PATCH v4 2/6] vdso/datastore: Map pages in terms of the faults pgoff
` [PATCH v4 3/6] vdso/datastore: Map zeroed pages for unavailable data
` [PATCH v4 4/6] vdso/datastore: Explicitly prevent remote access to timens vvar page
` [PATCH v4 5/6] vdso/datastore: Allow prefaulting by mlockall()
` [PATCH v4 6/6] vdso/datastore: Simplify the mapping logic for VDSO_TIME_PAGE_OFFSET

[PATCH v3 0/7] mm/page_owner: misc cleanups
 2026-06-30  7:30 UTC  (13+ messages)
` [PATCH v3 1/7] mm/page_owner: extract skip_buddy_pages() helper to unify buddy page skipping
` [PATCH v3 2/7] mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrate_reason
` [PATCH v3 3/7] mm: use enum migrate_reason instead of int for migration reason parameters
` [PATCH v3 4/7] mm/page_owner: hoist CONFIG_MEMCG to function level for print_page_owner_memcg()
` [PATCH v3 5/7] mm/page_owner: add missing newline to count_threshold format string
` [PATCH v3 6/7] mm/page_owner: move free_ts_nsec output to free section in __dump_page_owner()
` [PATCH v3 7/7] mm/page_owner: drop redundant page_owner prefix from static symbols

[PATCH RFC v6 0/5] Accelerate page migration with batch copying and hardware offload
 2026-06-30  7:28 UTC  (6+ messages)
` [PATCH RFC v6 1/5] mm/migrate: skip data copy for already-copied folios
` [PATCH RFC v6 2/5] mm/migrate: add batch-copy path in migrate_pages_batch
` [PATCH RFC v6 3/5] mm/migrate: add copy offload registration infrastructure
` [PATCH RFC v6 4/5] drivers/migrate_offload: add DMA batch copy driver (dcbm)
` [PATCH RFC v6 5/5] mm/migrate: adjust NR_MAX_BATCHED_MIGRATION for testing

[PATCH 0/2] mm: memory-failure: fix HWPoison flag race with non-atomic page flag ops
 2026-06-30  7:25 UTC  (27+ messages)

[PATCH v2 0/2] mm/mm_init: don't overlap zones with kernelcore=mirror
 2026-06-30  7:22 UTC  (3+ messages)
` [PATCH v2 1/2] mm/mm_init: don't overlap NORMAL and MOVABLE "
` [PATCH v2 2/2] mm/mm_init: drop overlap_memmap_init()

[PATCH v9] mm: fix ASSERT_EXCLUSIVE_BITS by passing memdesc_flags_t by pointer
 2026-06-30  7:08 UTC 

[PATCH] mm: do file ownership checks with the proper mount idmap
 2026-06-30  7:07 UTC  (5+ messages)

[PATCH] mm/slub: serve slabobj_ext array from a strictly larger kmalloc cache
 2026-06-30  7:03 UTC  (20+ messages)

[RESEND PATCH v2] mm/memcontrol: Avoid stuck FLUSHING_CACHED_CHARGE on isolated CPU
 2026-06-30  7:00 UTC 

[PATCH v8] mm: fix ASSERT_EXCLUSIVE_BITS by passing memdesc_flags_t by pointer
 2026-06-30  6:42 UTC  (2+ messages)

[PATCH 1/5] mm/damon/core: use kvmalloc for target regions array
 2026-06-30  5:57 UTC  (2+ messages)

[PATCH v5 0/3] tools/mm/page_owner_sort: fix filtering and cleanup issues
 2026-06-30  5:50 UTC  (4+ messages)
` [PATCH] tools/mm/page_owner_sort: report get_comm failures at source

[PATCH v2 0/4] mm: drop redundant lru_add_drain in anon folio reuse paths
 2026-06-30  5:48 UTC  (17+ messages)
` [PATCH v2 1/4] mm: avoid unnecessary lru drain for wp_can_reuse_anon_folio()
` [PATCH v2 4/4] mm: try to free swapcache for non-LRU folios

[PATCH v2] MAINTAINERS: s/SeongJae/SJ/
 2026-06-30  5:18 UTC  (2+ messages)

[PATCH v2] mm/slub: serve slabobj_ext array from a strictly larger kmalloc cache
 2026-06-30  5:11 UTC  (2+ messages)

[PATCH 00/18] mm/damon: optimize out nr_accesses_bp
 2026-06-30  4:52 UTC  (21+ messages)
` [PATCH 01/18] mm/damon/core: introduce damon_nr_accesses_mvsum()
` [PATCH 02/18] mm/damon/tests/core-kunit: test damon_mvsum()
` [PATCH 03/18] mm/damon/core: always update ->last_nr_accesses for intervals change
` [PATCH 04/18] mm/damon/core: handle unreset nr_accesses in damon_nr_accesses_mvsum()
` [PATCH 05/18] mm/damon/core: use damon_nr_accesses_mvsum() in __damos_valid_target()
` [PATCH 06/18] mm/damon/core: use damon_nr_accesses_mvsum() for damos region tracing
` [PATCH 07/18] mm/damon/sysfs-schemes: use damon_nr_accesses_mvsum() for damo regions
` [PATCH 08/18] mm/damon/core: remove damon_warn_fix_nr_accesses_corruption()
` [PATCH 09/18] mm/damon/core: remove damon_verify_reset_aggregated()
` [PATCH 10/18] mm/damon/core: remove damon_verify_merge_regions_of()
` [PATCH 11/18] mm/damon/tests/core-kunit: remove nr_accesses_bp setup and tests
` [PATCH 12/18] selftests/damon/drgn_dump_damon_status: do not dump nr_accesses_bp
` [PATCH 13/18] mm/damon/core: remove nr_accesses_bp setups and updates
` [PATCH 14/18] mm/damon/core: remove attrs param from damon_update_region_access_rate()
` [PATCH 15/18] mm/damon/paddr: remove attrs param from __damon_pa_check_access()
` [PATCH 16/18] mm/damon/vaddr: remove attrs param from __damon_va_check_access()
` [PATCH 17/18] mm/damon/core: remove damon_moving_sum() and its unit test
` [PATCH 18/18] mm/damon/core: remove damon_region->nr_accesses_bp

[PATCH] mm/damon/core: validate ranges in damon_set_regions()
 2026-06-30  4:26 UTC  (2+ messages)

[PATCH] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-06-30  4:10 UTC 

[PATCH] tmpfs/ramfs: Let memfd_create() work on nommu
 2026-06-30  3:58 UTC  (2+ messages)

[Patch mm-hotfixes v5] mm/page_vma_mapped: fix device-private PMD handling
 2026-06-30  3:57 UTC  (3+ messages)

[PATCH] mm: fix mapping_seek_hole_data() overflow on last page
 2026-06-30  3:12 UTC 

[akpm-mm:mm-new 59/142] mm/vmalloc.c:3590:23: warning: unused variable 'start'
 2026-06-30  3:06 UTC  (3+ messages)

[PATCH v6 0/4] mm/zsmalloc: reduce lock contention in zs_free()
 2026-06-30  2:50 UTC  (3+ messages)
` [PATCH v6 2/4] mm/zsmalloc: drop pool->lock from zs_free on 64-bit systems

[PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
 2026-06-30  2:21 UTC  (15+ messages)

[PATCH v3 00/16] mm: Some cleanups for page allocator APIs
 2026-06-30  1:55 UTC  (3+ messages)
` [PATCH v3 15/16] mm: replace __GFP_NO_CODETAG with ALLOC_NO_CODETAG

[PATCH v5 0/6] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-30  1:49 UTC  (7+ messages)
` [PATCH v5 2/6] mm/zswap: Support batch writeback in shrink_memcg()
` [PATCH v5 4/6] mm/zswap: Implement proactive writeback

[PATCH v7 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-06-30  1:47 UTC  (3+ messages)

[PATCH 0/4] Keep subpage private zero at free and folio split time
 2026-06-30  1:37 UTC  (4+ messages)
` [PATCH 1/4] mm/compaction: stop recording free page order in page->private

[PATCH v2 0/4] memcg: bail out reclaim when memcg is dying
 2026-06-30  1:29 UTC  (5+ messages)
` [PATCH v2 1/4] memcg: bail out memory.high "
` [PATCH v2 2/4] memcg: bail out memory.max "
` [PATCH v2 3/4] memcg: bail out proactive reclaim "
` [PATCH v2 4/4] memcg-v1: bail out "

[PATCH v5 0/3] mm: clean up folio LRU and swap declarations
 2026-06-30  1:23 UTC  (6+ messages)
` [PATCH v5 1/3] mm/swap: colocate page-cluster sysctl with swap readahead
` [PATCH v5 2/3] mm: rename swap.c to folio_lru.c
` [PATCH v5 3/3] mm: move reclaim-internal declarations out of swap.h

[PATCH v2] mm/vmalloc: widen guard region to defeat ENTER-based stack pivot
 2026-06-30  1:22 UTC  (5+ messages)

[PATCH] mm/damon/vaddr: remove redundant RCU lock
 2026-06-30  1:00 UTC  (2+ messages)

[PATCH v2 0/6] mm/page_owner: misc cleanups
 2026-06-30  0:59 UTC  (6+ messages)
` [PATCH v2 2/6] mm/page_owner: use MIGRATE_REASON_NONE instead of -1 for last_migrate_reason

[PATCH v2] docs/mm: Fix braces
 2026-06-30  0:13 UTC  (3+ messages)

[PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
 2026-06-30  0:11 UTC  (2+ messages)

[PATCH] lib: test_hmm: use device devt for coherent device range selection
 2026-06-30  0:06 UTC  (2+ messages)

[PATCH] mempool: optimize mempool resizing
 2026-06-29 23:37 UTC  (2+ messages)

[PATCH v2 0/3] mm: cleanup clear_not_present_full_ptes()
 2026-06-29 21:08 UTC  (5+ messages)
` [PATCH v2 2/3] mm: drop pte_clear_not_present_full()


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