summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-01-31mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IOKairui Song3-85/+85
2026-01-31mm, swap: split swap cache preparation loop into a standalone helperKairui Song1-88/+109
2026-01-31mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folioKairui Song4-19/+39
2026-01-31percpu: add double free check to pcpu_free_area()Dennis Zhou1-1/+14
2026-01-31hugetlb: increase hugepage reservations when using node-specific "hugepages="...Li Zhe1-0/+7
2026-01-31kasan: remove unnecessary sync argument from start_report()Maninder Singh1-4/+4
2026-01-31mm/pagewalk: use min() to simplify the codezenghongling1-1/+2
2026-01-31mm/vma: add and use vma_assert_stabilised()Lorenzo Stoakes1-3/+1
2026-01-31mm/vma: improve and document __is_vma_write_locked()Lorenzo Stoakes1-3/+3
2026-01-31mm/vma: introduce helper struct + thread through exclusive lock fnsLorenzo Stoakes1-69/+83
2026-01-31mm/vma: clean up __vma_enter/exit_locked()Lorenzo Stoakes1-18/+40
2026-01-31mm/vma: de-duplicate __vma_enter_locked() error pathLorenzo Stoakes1-9/+12
2026-01-31mm/vma: add+use vma lockdep acquire/release definesLorenzo Stoakes1-5/+5
2026-01-31mm/vma: rename is_vma_write_only(), separate out shared refcount putLorenzo Stoakes1-7/+10
2026-01-31mm/vma: document possible vma->vm_refcnt values and reference commentLorenzo Stoakes1-0/+6
2026-01-31mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAGLorenzo Stoakes1-7/+10
2026-01-31mm: update kernel-doc for __swap_cache_clear_shadow()Taeyang Kim1-1/+1
2026-01-31mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park5-43/+45
2026-01-31mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park6-17/+17
2026-01-31mm/damon/core: rename damos_filter_out() to damos_core_filter_out()SeongJae Park1-2/+2
2026-01-31mm/damon/core: process damon_call_control requests on a local listSeongJae Park1-37/+20
2026-01-31mm/damon/core: cancel damos_walk() before damon_ctx->kdamond resetSeongJae Park1-2/+1
2026-01-31mm/damon/core: cleanup targets and regions at once on kdamond terminationSeongJae Park1-7/+1
2026-01-31mm/damon: remove damon_operations->cleanup()SeongJae Park3-4/+0
2026-01-31mm: hugetlb_cma: mark hugetlb_cma{_only} as __ro_after_initKefeng Wang1-2/+2
2026-01-31mm: hugetlb_cma: optimize hugetlb_cma_alloc_frozen_folio()Kefeng Wang1-1/+4
2026-01-31mm: hugetlb: optimize replace_free_hugepage_folios()Kefeng Wang1-10/+49
2026-01-31mm: page_alloc: optimize pfn_range_valid_contig()Kefeng Wang1-17/+8
2026-01-31mm: page_isolation: introduce page_is_unmovable()Kefeng Wang1-88/+99
2026-01-31sparc/mm: export symbols for lazy_mmu_mode KUnit testsKevin Brodsky1-1/+0
2026-01-31mm: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari3-3/+5
2026-01-31mm: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2026-01-31mm: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari3-6/+6
2026-01-31mm/hugetlb: enforce brace styleJoshua Hahn1-7/+13
2026-01-31mm/hugetlb: remove unnecessary if conditionJoshua Hahn1-7/+4
2026-01-31mm/highmem: fix __kmap_to_page() build errorWilliam Tambe1-1/+2
2026-01-31mm/vmscan: add tracepoint and reason for kswapd_failures resetJiayuan Chen5-15/+25
2026-01-31mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaimJiayuan Chen1-2/+20
2026-01-31mm: fix OOM killer inaccuracy on large many-core systemsMathieu Desnoyers1-11/+11
2026-01-31mm: drop filename from page_alloc.c header commentManish Kumar1-1/+0
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)3-5/+5
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)5-12/+12
2026-01-31mm/kconfig: make BALLOON_COMPACTION depend on MIGRATIONDavid Hildenbrand (Red Hat)1-9/+6
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)2-5/+4
2026-01-31mm/vmscan: drop inclusion of balloon_compaction.hDavid Hildenbrand (Red Hat)1-1/+0
2026-01-31mm/balloon_compaction: mark remaining functions for having proper kerneldocDavid Hildenbrand (Red Hat)1-5/+5
2026-01-31mm/balloon_compaction: assert that the balloon_pages_lock is heldDavid Hildenbrand (Red Hat)1-0/+2
2026-01-31mm/balloon_compaction: move internal helpers to balloon_compaction.cDavid Hildenbrand (Red Hat)1-0/+37
2026-01-31mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()David Hildenbrand (Red Hat)1-4/+8
2026-01-31mm/balloon_compaction: remove balloon_page_push/pop()David Hildenbrand (Red Hat)1-3/+2