Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-05 11:35:03 to 2026-07-06 08:44:10 UTC [more...]

[PATCH v2] virtio_balloon: prime stats vq after virtio_device_ready()
 2026-07-06  8:43 UTC  (5+ messages)

[PATCH v5 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-06  8:42 UTC  (3+ messages)
` [PATCH v5 1/6] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup
` [PATCH v5 2/6] arm64/vmalloc: Allow arch_vmap_pte_range_map_size to batch multiple CONT_PTE

[PATCH] mm/secretmem: disable under HIGHMEM
 2026-07-06  8:42 UTC  (5+ messages)

[PATCH v2 0/5] Keep tail page private zero at free and folio split time
 2026-07-06  8:37 UTC  (9+ messages)
` [PATCH v2 1/5] mm/percpu-km: clear page->private before free them
` [PATCH v2 3/5] mm/huge_memory: add page->private check back in __split_folio_to_order()
` [PATCH v2 5/5] mm/page_alloc: remove set_page_private() in prep_compound_tail()

[PATCH] selftests/mm/mseal_test: Fix mmap return value check in test_seal_zero_address
 2026-07-06  8:30 UTC 

[PATCH] mm: nommu: point to the write iterator upon split_vma
 2026-07-06  8:27 UTC  (4+ messages)

[PATCH v3] cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed
 2026-07-06  8:20 UTC 

[PATCH v3 2/4] mm: drop stale folio_ref_count()==1 check in do_swap_page reuse logic
 2026-07-06  8:18 UTC  (2+ messages)
    ` [PATCH v3 1/4] mm: avoid unnecessary lru drain for wp_can_reuse_anon_folio()

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

[PATCH] mm: vmscan: abort proactive reclaim early when freezing
 2026-07-06  8:12 UTC 

[PATCH v5 4/8] mm: add a template-based fast path for zone-device page init
 2026-07-06  7:45 UTC  (2+ messages)

[PATCH v5 7/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
 2026-07-06  7:43 UTC  (2+ messages)

[PATCH v9 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-07-06  7:32 UTC  (2+ messages)

[PATCH v4 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-06  7:22 UTC  (5+ messages)
` [PATCH v4 5/6] mm/vmalloc: map contiguous pages in batches for vmap() if possible

[PATCH] block: split out a new blk_plug.h helper
 2026-07-06  7:04 UTC  (5+ messages)

[PATCH v3] mm/hugetlb: Fix null nodemask in alloc_fresh_hugetlb_folio
 2026-07-06  6:55 UTC  (4+ messages)

[PATCH v11 3/3] ksm: add mremap selftests for ksm_rmap_walk
 2026-07-06  6:55 UTC  (2+ messages)

[PATCH v11 2/3] ksm: Optimize rmap_walk_ksm by passing a suitable page index
 2026-07-06  6:53 UTC  (2+ messages)

[PATCH v11 0/3] KSM: performance optimizations for rmap_walk_ksm
 2026-07-06  6:49 UTC  (3+ messages)

[PATCH 0/4] tracing: add ref_trace_final_put tracing
 2026-07-04 23:19 UTC  (5+ messages)
` [PATCH 1/4] tracing: add ref_trace_final_put tracepoint
` [PATCH 2/4] refcount: "
` [PATCH 3/4] percpu-refcount: add ref_trace_final_put trace
` [PATCH 4/4] kunit: add test for ref_trace_final_put

[PATCH 0/4] tracing: add ref_trace_final_put tracing
 2026-07-05  0:36 UTC  (5+ messages)
` [PATCH 1/4] tracing: add ref_trace_final_put tracepoint
` [PATCH 2/4] refcount: "
` [PATCH 3/4] percpu-refcount: add ref_trace_final_put trace
` [PATCH 4/4] kunit: add test for ref_trace_final_put

[PATCH 2/4] refcount: add ref_trace_final_put tracepoint
 2026-07-04 11:34 UTC  (2+ messages)
` [PATCH 3/4] percpu-refcount: add ref_trace_final_put trace

[PATCH v2] mm: memcg: reset zswap settings in css_reset
 2026-07-06  6:28 UTC  (3+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-06  6:19 UTC  (41+ messages)
` [PATCH v19 01/40] dept: implement "
` [PATCH v19 02/40] dept: add single event dependency tracker APIs
` [PATCH v19 03/40] dept: add lock "
` [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 09/40] dept: record the latest one out of consecutive waits of the same class
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v19 14/40] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 16/40] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 20/40] dept: apply timeout consideration to dma fence wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v19 25/40] dept: add documents for dept
` [PATCH v19 26/40] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 37/40] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
` [PATCH v19 40/40] dept: implement a basic unit test for dept

[PATCH 6.18.y] mm: shmem: fix potential livelock issue for shmem direct swapin
 2026-07-06  5:59 UTC  (2+ messages)

[PATCH v4] riscv: mm: Avoid spurious fault after hotplugging vmemmap
 2026-07-06  5:48 UTC  (5+ messages)

[PATCH] mm: memcontrol: use 'unsigned int' instead of bare 'unsigned'
 2026-07-06  4:43 UTC 

[PATCH] mm/slub: fix lost local objects when bulk remote free batch fills
 2026-07-06  4:36 UTC  (4+ messages)

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

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-07-06  4:19 UTC  (4+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH] mm: nommu: fix the error path when vma_iter_prealloc() fails
 2026-07-06  2:49 UTC  (2+ messages)

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-07-06  2:41 UTC  (4+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean

[PATCH] userfaultfd: wait on source PMD during UFFDIO_MOVE
 2026-07-06  2:18 UTC  (5+ messages)

[PATCH] mm: nommu: add sysctl_max_map_count() check for do_mmap()
 2026-07-06  2:03 UTC  (5+ messages)

[PATCH v2 0/6] Remove __folio_index again
 2026-07-06  1:58 UTC  (3+ messages)
` [PATCH v2 2/6] ntfs: Remove use of __folio_index in handle_bounds_compressed_page()

[PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
 2026-07-06  1:42 UTC  (3+ messages)

[PATCH] selftests: mincore: use default huge page size for hugetlb test
 2026-07-06  1:18 UTC  (2+ messages)

[PATCH 1/1] MAINTAINERS: add Usama as a THP reviewer
 2026-07-06  0:37 UTC 

[PATCH v21 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-07-06  0:03 UTC  (3+ messages)
` [PATCH v21 1/2] ACPI:RAS2: Add driver for the "
` [PATCH v21 2/2] ras: mem: Add ACPI RAS2 memory driver

[PATCH v7] mm: pgtable: free kernel page tables via RCU to fix ptdump UAF
 2026-07-05 21:24 UTC  (2+ messages)

[PATCH 0/6] mm: preparatory patches for PMD level swap entries
 2026-07-05 21:10 UTC  (2+ messages)

[RFC PATCH 00/16] mm/damon: introduce data attributes only monitoring
 2026-07-05 20:57 UTC  (17+ messages)
` [RFC PATCH 01/16] mm/damon/core: introduce damon_probe->weight
` [RFC PATCH 02/16] mm/damon/core: ask apply_probes() ops callback to set sampling address
` [RFC PATCH 03/16] mm/damon/paddr: set samples in apply_probes() if requested
` [RFC PATCH 04/16] mm/damon/core: ask apply_probe() to return max probe hits weighted sum
` [RFC PATCH 05/16] mm/damon/core: implement damon_probe_hits_wsum()
` [RFC PATCH 06/16] mm/damon/paddr: respect return_max_wsum
` [RFC PATCH 07/16] mm/damon/core: extend merge function to work with probe hits
` [RFC PATCH 08/16] mm/damon/core: disable access monitoring when probe weights are set
` [RFC PATCH 09/16] mm/damon/core: set samples in apply_probes() if "
` [RFC PATCH 10/16] mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
` [RFC PATCH 11/16] mm/damon/core: get merge threshold from probe hits when weights are set
` [RFC PATCH 12/16] mm/damon/core: implement damon_has_probe_weight()
` [RFC PATCH 13/16] mm/damon/sysfs: implement probe/weight file
` [RFC PATCH 14/16] Docs/mm/damon/design: document attrs-only monitoring
` [RFC PATCH 15/16] Docs/admin-guide/mm/damon/usage: document weight sysfs file
` [RFC PATCH 16/16] Docs/ABI/damon: document probe weight file

[PATCH 0/8] mm/damon: validate all parameters in the core
 2026-07-05 19:43 UTC  (12+ messages)
` [PATCH 1/8] mm/damon/core: safely validate src on damon_commit_ctx()
` [PATCH 2/8] mm/damon/core: do parameter testing commit on damon_start()
` [PATCH 3/8] mm/damon/sysfs: remove duplicated commit input validity check
` [PATCH 4/8] mm/damon/reclaim: remove duplicated min_region_sz power of 2 check
` [PATCH 5/8] mm/damon/lru_sort: remove duplicated min_region_sz power_of_2() check
` [PATCH 6/8] mm/damon: document region size validation in damon_set_regions()
` [PATCH 7/8] mm/damon/core: remove start, end check in damon_set_region_system_rams()
` [PATCH 8/8] mm/damon/sysfs: remove region size validation

[PATCH v7 0/3] mm: clean up folio LRU and swap declarations
 2026-07-05 19:21 UTC  (5+ messages)
` [PATCH v7 1/3] mm/swap: colocate page-cluster sysctl with swap readahead
` [PATCH v7 2/3] mm: rename swap.c to folio.c
` [PATCH v7 3/3] mm: move reclaim-internal declarations out of swap.h

[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
 2026-07-05 18:50 UTC  (7+ messages)
` [PATCH v6 1/5] mm/page_alloc: introduce __free_prepared_contig_range() with fpi_t
` [PATCH v6 2/5] mm/page_alloc: only free healthy pages in high-order has_hwpoisoned folio
` [PATCH v6 3/5] mm/memory-failure: set has_hwpoisoned flags on dissolved HugeTLB folio
` [PATCH v6 4/5] mm/memory-failure: skip take_page_off_buddy after dissolving HWPoison HugeTLB page
` [PATCH v6 5/5] selftests/mm: add hard memory failure anonymous HugeTLB test

[PATCH v3] mm: page_reporting: allow driver to set batch capacity
 2026-07-05 18:06 UTC  (8+ messages)

[PATCH v5 0/4] Only free healthy pages in high-order has_hwpoisoned folio
 2026-07-05 17:58 UTC  (19+ messages)
` [PATCH v5 1/4] mm/page_alloc: only "
` [PATCH v5 4/4] selftests/mm: add hard memory failure anonymous 1G HugeTLB page test

[RFC PATCH v1.1 00/11] mm/damon: refactor damon_{start,stop,commit}() for simple error handling
 2026-07-05 16:01 UTC  (12+ messages)
` [RFC PATCH v1.1 01/11] mm/damon/core: stop ctxs in damon_start() before returning an error
` [RFC PATCH v1.1 02/11] samples/damon/mtier: do not stop first context for damon_start() failure
` [RFC PATCH v1.1 03/11] mm/damon/core: make damon_stop() never fails
` [RFC PATCH v1.1 04/11] mm/damon/sysfs: ignore damon_stop() return value
` [RFC PATCH v1.1 05/11] mm/damon/reclaaim: "
` [RFC PATCH v1.1 06/11] mm/damon/lru_sort: "
` [RFC PATCH v1.1 07/11] mm/damon/core: change damon_stop() return type to void
` [RFC PATCH v1.1 08/11] samples/damon/mtier: stop all contexts with single damon_stop() call
` [RFC PATCH v1.1 09/11] mm/damon/core: wait ctx stop in damon_call() before reruning an error
` [RFC PATCH v1.1 10/11] samples/damon/wsse: do not stop ctx for damon_call() failure
` [RFC PATCH v1.1 11/11] samples/damon/prcl: do not stop DAMON "

[PATCH v20 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-07-05 15:13 UTC  (2+ messages)

[PATCH] virtio_balloon: prime stats vq after virtio_device_ready()
 2026-07-05 12:29 UTC 


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