summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-31selftests/damon/sysfs_memcg_path_leak.sh: use kmemleakSeongJae Park
2026-01-31selftests/mm: remove virtual_address_range testLorenzo Stoakes
2026-01-31mm: hugetlb_cma: mark hugetlb_cma{_only} as __ro_after_initKefeng Wang
2026-01-31mm: hugetlb_cma: optimize hugetlb_cma_alloc_frozen_folio()Kefeng Wang
2026-01-31mm: hugetlb: optimize replace_free_hugepage_folios()Kefeng Wang
2026-01-31mm: page_alloc: optimize pfn_range_valid_contig()Kefeng Wang
2026-01-31mm: page_isolation: introduce page_is_unmovable()Kefeng Wang
2026-01-31selftests/mm: report SKIP in pfnmap if a check failsKevin Brodsky
2026-01-31selftests/mm: fix exit code in pagemap_ioctlKevin Brodsky
2026-01-31selftests/mm: fix faulting-in code in pagemap_ioctl testKevin Brodsky
2026-01-31selftests/mm: introduce helper to read every pageKevin Brodsky
2026-01-31selftests/mm: check that FORCE_READ() succeededKevin Brodsky
2026-01-31selftests/mm: fix usage of FORCE_READ() in cow testsKevin Brodsky
2026-01-31selftests/mm: pass down full CC and CFLAGS to check_config.shKevin Brodsky
2026-01-31selftests/mm: remove flaky header checkKevin Brodsky
2026-01-31selftests/mm: default KDIR to build directoryKevin Brodsky
2026-01-31sparc/mm: export symbols for lazy_mmu_mode KUnit testsKevin Brodsky
2026-01-31mm: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-01-31mm: replace use of system_wq with system_percpu_wqMarco Crivellari
2026-01-31mm: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2026-01-31mm/hugetlb: enforce brace styleJoshua Hahn
2026-01-31mm/hugetlb: remove unnecessary if conditionJoshua Hahn
2026-01-31mm/highmem: fix __kmap_to_page() build errorWilliam Tambe
2026-01-31mm/vmscan: add tracepoint and reason for kswapd_failures resetJiayuan Chen
2026-01-31mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaimJiayuan Chen
2026-01-31mm: fix OOM killer inaccuracy on large many-core systemsMathieu Desnoyers
2026-01-31alloc_tag: fix rw permission issue when handling boot parameterRan Xiaokai
2026-01-31mm: drop filename from page_alloc.c header commentManish Kumar
2026-01-31zram: rename init_lock to dev_lockSergey Senozhatsky
2026-01-31MAINTAINERS: move memory balloon infrastructure to "MEMORY MANAGEMENT - BALLOON"David Hildenbrand (Red Hat)
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)
2026-01-31mm/kconfig: make BALLOON_COMPACTION depend on MIGRATIONDavid Hildenbrand (Red Hat)
2026-01-31mm: rename balloon_compaction.(c|h) to balloon.(c|h)David Hildenbrand (Red Hat)
2026-01-31mm/vmscan: drop inclusion of balloon_compaction.hDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: remove "extern" from functionsDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: mark remaining functions for having proper kerneldocDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: assert that the balloon_pages_lock is heldDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: move internal helpers to balloon_compaction.cDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()David Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: remove balloon_page_push/pop()David Hildenbrand (Red Hat)
2026-01-31drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()David Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: drop fs.h include from balloon_compaction.hDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: make balloon_mops staticDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: remove dependency on page lockDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: use a device-independent balloon (list) lockDavid Hildenbrand (Red Hat)
2026-01-31vmw_balloon: stop using the balloon_dev_info lockDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: centralize adjust_managed_page_count() handlingDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: centralize basic page migration handlingDavid Hildenbrand (Red Hat)
2026-01-31mm/balloon_compaction: improve comments for WARN_ON_ONCE(!b_dev_info)David Hildenbrand (Red Hat)