summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm/hugetlb: fix avoid_reserve to allow taking folio from subpoolPeter Xu2025-01-251-19/+3
| * | | mm: shmem: skip swapcache for swapin of synchronous swap deviceBaolin Wang2025-01-251-5/+105
| * | | mm/memmap: prevent double scanning of memmap by kmemleakGuo Weikang2025-01-252-4/+9
| * | | mm/fake-numa: allow later numa node hotplugBruno Faccini2025-01-252-8/+39
| * | | mm/damon: remove DAMON debugfs interfaceSeongJae Park2025-01-253-1165/+0
| * | | mm/damon: remove DAMON debugfs interface kunit testsSeongJae Park2025-01-254-194/+0
| * | | mm/damon/sysfs-schemes: expose per-region filter-passed bytesSeongJae Park2025-01-253-3/+21
| * | | mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...SeongJae Park2025-01-252-4/+5
| * | | mm/damon/syfs-schemes: implement per-scheme filter-passed bytes statSeongJae Park2025-01-251-0/+16
| * | | mm/damon/core: implement per-scheme ops-handled filter-passed bytes statSeongJae Park2025-01-251-2/+4
| * | | mm/damon/paddr: report filter-passed bytes back for DAMOS_STAT actionSeongJae Park2025-01-251-1/+34
| * | | mm/damon/paddr: report filter-passed bytes back for normal actionsSeongJae Park2025-01-251-11/+22
| * | | mm/damon: ask apply_scheme() to report filter-passed region-internal bytesSeongJae Park2025-01-253-3/+5
| * | | mm/damon/sysfs: remove unused code for schemes tried regions updateSeongJae Park2025-01-253-282/+2
| * | | mm/damon/sysfs: use damos_walk() for update_schemes_tried_{bytes,regions}SeongJae Park2025-01-253-0/+96
| * | | mm/damon/core: implement damos_walk()SeongJae Park2025-01-251-0/+132
| * | | mm/damon/sysfs: use damon_call() for update_schemes_effective_quotasSeongJae Park2025-01-251-8/+7
| * | | mm/damon/sysfs: use damon_call() for commit_schemes_quota_goalsSeongJae Park2025-01-251-5/+6
| * | | mm/damon/sysfs: use damon_call() for update_schemes_statsSeongJae Park2025-01-251-10/+21
| * | | mm/damon/core: introduce damon_call()SeongJae Park2025-01-251-0/+86
| * | | mm/damon/sysfs: handle clear_schemes_tried_regions from DAMON sysfs contextSeongJae Park2025-01-252-15/+4
| * | | mm/damon/sysfs-schemes: remove unnecessary schemes existence check in damon_s...SeongJae Park2025-01-253-14/+7
| * | | mm/debug: prefer VM_WARN_ON_VMG() to report VMG debug warningsLorenzo Stoakes2025-01-251-16/+17
| * | | mm/debug: introduce VM_WARN_ON_VMG() to dump VMA merge stateLorenzo Stoakes2025-01-251-0/+71
| * | | mm: pgtable: move __tlb_remove_table_one() in x86 to generic fileQi Zheng2025-01-251-2/+18
| * | | mm: pgtable: introduce pagetable_dtor()Qi Zheng2025-01-251-1/+2
| * | | mm: remove unnecessary calls to lru_add_drainRik van Riel2025-01-254-6/+0
| * | | mm: add build-time option for hotplug memory default online typeGregory Price2025-01-252-14/+76
| * | | mm: replace free hugepage folios after migrationyangge2025-01-252-1/+53
| * | | mm/swap_cgroup: decouple swap cgroup recording and clearingKairui Song2025-01-252-32/+47
| * | | mm/swap_cgroup: remove global swap cgroup lockKairui Song2025-01-251-28/+49
| * | | mm/swap_cgroup: remove swap_cgroup_cmpxchgKairui Song2025-01-251-29/+0
| * | | mm, memcontrol: avoid duplicated memcg enable checkKairui Song2025-01-251-1/+1
| * | | mm/page_idle: constify 'struct bin_attribute'Thomas Weißschuh2025-01-251-5/+5
| * | | mm/huge_memory.c: rename shadowed localAndrew Morton2025-01-251-4/+5
| * | | mm: unexport apply_to_existing_page_rangeChristoph Hellwig2025-01-251-1/+0
| * | | mm: fix outdated incorrect code comments for handle_mm_fault()Jinliang Zheng2025-01-251-1/+2
| * | | mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereferenceGuo Weikang2025-01-131-1/+7
| * | | mm: add comments to do_mmap(), mmap_region() and vm_mmap()Lorenzo Stoakes2025-01-132-1/+95
| * | | mm: assert mmap write lock held on do_mmap(), mmap_region()Lorenzo Stoakes2025-01-131-0/+4
| * | | memcg/hugetlb: remove memcg hugetlb try-commit-cancel protocolJoshua Hahn2025-01-131-62/+3
| * | | memcg/hugetlb: introduce mem_cgroup_charge_hugetlbJoshua Hahn2025-01-132-21/+48
| * | | memcg/hugetlb: introduce memcg_accounts_hugetlbJoshua Hahn2025-01-131-3/+14
| * | | mm/migrate: remove slab checks in isolate_movable_page()Hyeonggon Yoo2025-01-132-12/+0
| * | | mm/memory_hotplug: don't use __GFP_HARDWALL when migrating pages via memory o...David Hildenbrand2025-01-131-1/+1
| * | | mm/page_alloc: don't use __GFP_HARDWALL when migrating pages via alloc_contig*()David Hildenbrand2025-01-131-3/+3
| * | | mseal: remove can_do_mseal()Jeff Xu2025-01-132-19/+3
| * | | mm/hugetlb: support FOLL_FORCE|FOLL_WRITEGuillaume Morin2025-01-132-55/+53
| * | | mm: perform all memfd seal checks in a single placeLorenzo Stoakes2025-01-133-10/+52
| * | | mm: enforce __must_check on VMA merge and splitLorenzo Stoakes2025-01-132-14/+20