summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2026-01-31mm/vma: add+use vma lockdep acquire/release definesLorenzo Stoakes-5/+5
2026-01-31mm/vma: rename is_vma_write_only(), separate out shared refcount putLorenzo Stoakes-7/+10
2026-01-31mm/vma: document possible vma->vm_refcnt values and reference commentLorenzo Stoakes-0/+6
2026-01-31mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAGLorenzo Stoakes-7/+10
2026-01-31mm: update kernel-doc for __swap_cache_clear_shadow()Taeyang Kim-1/+1
2026-01-31mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park-43/+45
2026-01-31mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park-17/+17
2026-01-31mm/damon/core: rename damos_filter_out() to damos_core_filter_out()SeongJae Park-2/+2
2026-01-31mm/damon/core: process damon_call_control requests on a local listSeongJae Park-38/+21
2026-01-31mm/damon/core: cancel damos_walk() before damon_ctx->kdamond resetSeongJae Park-2/+1
2026-01-31mm/damon/core: cleanup targets and regions at once on kdamond terminationSeongJae Park-7/+1
2026-01-31mm/damon: remove damon_operations->cleanup()SeongJae Park-4/+0
2026-01-31mm: hugetlb_cma: mark hugetlb_cma{_only} as __ro_after_initKefeng Wang-2/+2
2026-01-31mm: hugetlb_cma: optimize hugetlb_cma_alloc_frozen_folio()Kefeng Wang-1/+4
2026-01-31mm: hugetlb: optimize replace_free_hugepage_folios()Kefeng Wang-10/+49
2026-01-31mm: page_alloc: optimize pfn_range_valid_contig()Kefeng Wang-17/+8
2026-01-31mm: page_isolation: introduce page_is_unmovable()Kefeng Wang-88/+99
2026-01-31sparc/mm: export symbols for lazy_mmu_mode KUnit testsKevin Brodsky-1/+0
2026-01-31mm: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-3/+5
2026-01-31mm: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2026-01-31mm: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-6/+6
2026-01-31mm/hugetlb: enforce brace styleJoshua Hahn-7/+13
2026-01-31mm/hugetlb: remove unnecessary if conditionJoshua Hahn-7/+4
2026-01-31mm/highmem: fix __kmap_to_page() build errorWilliam Tambe-1/+2
2026-01-31mm/vmscan: add tracepoint and reason for kswapd_failures resetJiayuan Chen-15/+25
2026-01-31mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaimJiayuan Chen-2/+20
2026-01-31mm: fix OOM killer inaccuracy on large many-core systemsMathieu Desnoyers-11/+11
2026-01-31mm: drop filename from page_alloc.c header commentManish Kumar-1/+0
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)-5/+5
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)-12/+12
2026-01-31mm/kconfig: make BALLOON_COMPACTION depend on MIGRATIONDavid Hildenbrand (Red Hat)-10/+7
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)-5/+4
2026-01-31mm/vmscan: drop inclusion of balloon_compaction.hDavid Hildenbrand (Red Hat)-1/+0
2026-01-31mm/balloon_compaction: mark remaining functions for having proper kerneldocDavid Hildenbrand (Red Hat)-5/+5
2026-01-31mm/balloon_compaction: assert that the balloon_pages_lock is heldDavid Hildenbrand (Red Hat)-0/+2
2026-01-31mm/balloon_compaction: move internal helpers to balloon_compaction.cDavid Hildenbrand (Red Hat)-0/+37
2026-01-31mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()David Hildenbrand (Red Hat)-4/+8
2026-01-31mm/balloon_compaction: remove balloon_page_push/pop()David Hildenbrand (Red Hat)-3/+2
2026-01-31mm/balloon_compaction: make balloon_mops staticDavid Hildenbrand (Red Hat)-1/+1
2026-01-31mm/balloon_compaction: remove dependency on page lockDavid Hildenbrand (Red Hat)-26/+12
2026-01-31mm/balloon_compaction: use a device-independent balloon (list) lockDavid Hildenbrand (Red Hat)-14/+20
2026-01-31mm/balloon_compaction: centralize adjust_managed_page_count() handlingDavid Hildenbrand (Red Hat)-0/+17
2026-01-31mm/balloon_compaction: centralize basic page migration handlingDavid Hildenbrand (Red Hat)-4/+27
2026-01-31mm/balloon_compaction: improve comments for WARN_ON_ONCE(!b_dev_info)David Hildenbrand (Red Hat)-2/+10
2026-01-31mm/khugepaged: make khugepaged_collapse_control staticShivank Garg-1/+1
2026-01-31mm/khugepaged: use enum scan_result for result variables and return typesShivank Garg-53/+46
2026-01-31mm/khugepaged: change collapse_pte_mapped_thp() to return voidShivank Garg-17/+23
2026-01-31mm/khugepaged: remove unnecessary goto 'skip' labelShivank Garg-3/+4
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton-75/+186
2026-01-29Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/s...Linus Torvalds-75/+186