summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-01sparc/mm: export symbols for lazy_mmu_mode KUnit testsKevin Brodsky2-1/+6
2026-02-01mm: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari3-3/+5
2026-02-01mm: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2026-02-01mm: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari3-6/+6
2026-02-01mm/hugetlb: enforce brace styleJoshua Hahn1-7/+13
2026-02-01mm/hugetlb: remove unnecessary if conditionJoshua Hahn1-7/+4
2026-02-01mm/highmem: fix __kmap_to_page() build errorWilliam Tambe1-1/+2
2026-02-01mm/vmscan: add tracepoint and reason for kswapd_failures resetJiayuan Chen7-19/+91
2026-02-01mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaimJiayuan Chen2-2/+22
2026-02-01mm: fix OOM killer inaccuracy on large many-core systemsMathieu Desnoyers2-11/+18
2026-02-01alloc_tag: fix rw permission issue when handling boot parameterRan Xiaokai1-6/+16
2026-02-01mm: drop filename from page_alloc.c header commentManish Kumar1-1/+0
2026-02-01zram: rename init_lock to dev_lockSergey Senozhatsky2-32/+32
2026-02-01MAINTAINERS: move memory balloon infrastructure to "MEMORY MANAGEMENT - BALLOON"David Hildenbrand (Red Hat)1-2/+11
2026-02-01mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)7-10/+10
2026-02-01mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)11-35/+35
2026-02-01mm/kconfig: make BALLOON_COMPACTION depend on MIGRATIONDavid Hildenbrand (Red Hat)1-10/+7
2026-02-01mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)8-17/+15
2026-02-01mm/vmscan: drop inclusion of balloon_compaction.hDavid Hildenbrand (Red Hat)1-1/+0
2026-02-01mm/balloon_compaction: remove "extern" from functionsDavid Hildenbrand (Red Hat)1-8/+8
2026-02-01mm/balloon_compaction: mark remaining functions for having proper kerneldocDavid Hildenbrand (Red Hat)1-5/+5
2026-02-01mm/balloon_compaction: assert that the balloon_pages_lock is heldDavid Hildenbrand (Red Hat)1-0/+2
2026-02-01mm/balloon_compaction: move internal helpers to balloon_compaction.cDavid Hildenbrand (Red Hat)2-44/+37
2026-02-01mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()David Hildenbrand (Red Hat)2-11/+8
2026-02-01mm/balloon_compaction: remove balloon_page_push/pop()David Hildenbrand (Red Hat)2-33/+2
2026-02-01drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()David Hildenbrand (Red Hat)1-10/+15
2026-02-01mm/balloon_compaction: drop fs.h include from balloon_compaction.hDavid Hildenbrand (Red Hat)1-1/+0
2026-02-01mm/balloon_compaction: make balloon_mops staticDavid Hildenbrand (Red Hat)2-2/+1
2026-02-01mm/balloon_compaction: remove dependency on page lockDavid Hildenbrand (Red Hat)2-38/+25
2026-02-01mm/balloon_compaction: use a device-independent balloon (list) lockDavid Hildenbrand (Red Hat)2-18/+22
2026-02-01vmw_balloon: stop using the balloon_dev_info lockDavid Hildenbrand (Red Hat)1-8/+12
2026-02-01mm/balloon_compaction: centralize adjust_managed_page_count() handlingDavid Hildenbrand (Red Hat)4-29/+22
2026-02-01mm/balloon_compaction: centralize basic page migration handlingDavid Hildenbrand (Red Hat)4-73/+35
2026-02-01mm/balloon_compaction: improve comments for WARN_ON_ONCE(!b_dev_info)David Hildenbrand (Red Hat)1-2/+10
2026-02-01powerpc/pseries/cmm: remove cmm_balloon_compaction_init()David Hildenbrand (Red Hat)1-11/+5
2026-02-01vmw_balloon: remove vmballoon_compaction_init()David Hildenbrand (Red Hat)1-25/+5
2026-02-01vmw_balloon: adjust BALLOON_DEFLATE when deflating while migratingDavid Hildenbrand (Red Hat)1-0/+2
2026-02-01mm/khugepaged: make khugepaged_collapse_control staticShivank Garg1-1/+1
2026-02-01mm/khugepaged: use enum scan_result for result variables and return typesShivank Garg1-53/+46
2026-02-01mm/khugepaged: change collapse_pte_mapped_thp() to return voidShivank Garg2-22/+27
2026-02-01mm/khugepaged: remove unnecessary goto 'skip' labelShivank Garg1-3/+4
2026-02-01Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton23-87/+239
2026-01-27mm/damon: hide kdamond and kdamond_lock of damon_ctxSeongJae Park1-15/+14
2026-01-27mm/damon/reclaim: use damon_kdamond_pid()SeongJae Park1-1/+3
2026-01-27mm/damon/lru_sort: use damon_kdamond_pid()SeongJae Park1-1/+3
2026-01-27mm/damon/sysfs: use damon_kdamond_pid()SeongJae Park1-4/+3
2026-01-27mm/damon/core: implement damon_kdamond_pid()SeongJae Park2-0/+18
2026-01-27cgroup: use nodes_and() output where appropriateYury Norov1-4/+3
2026-01-27mm: use nodes_and() return value to simplify client codeYury Norov2-4/+2
2026-01-27nodemask: propagate boolean for nodes_and{,not}Yury Norov1-4/+4