summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-01-26mm/damon/sysfs: use damos_walk() for update_schemes_tried_{bytes,regions}SeongJae Park3-0/+96
2025-01-26mm/damon/core: implement damos_walk()SeongJae Park1-0/+132
2025-01-26mm/damon/sysfs: use damon_call() for update_schemes_effective_quotasSeongJae Park1-8/+7
2025-01-26mm/damon/sysfs: use damon_call() for commit_schemes_quota_goalsSeongJae Park1-5/+6
2025-01-26mm/damon/sysfs: use damon_call() for update_schemes_statsSeongJae Park1-10/+21
2025-01-26mm/damon/core: introduce damon_call()SeongJae Park1-0/+86
2025-01-26mm/damon/sysfs: handle clear_schemes_tried_regions from DAMON sysfs contextSeongJae Park2-15/+4
2025-01-26mm/damon/sysfs-schemes: remove unnecessary schemes existence check in damon_s...SeongJae Park3-14/+7
2025-01-26mm/debug: prefer VM_WARN_ON_VMG() to report VMG debug warningsLorenzo Stoakes1-16/+17
2025-01-26mm/debug: introduce VM_WARN_ON_VMG() to dump VMA merge stateLorenzo Stoakes1-0/+71
2025-01-26mm: pgtable: move __tlb_remove_table_one() in x86 to generic fileQi Zheng1-2/+18
2025-01-26mm: pgtable: introduce pagetable_dtor()Qi Zheng1-1/+2
2025-01-26mm: remove unnecessary calls to lru_add_drainRik van Riel4-6/+0
2025-01-26mm: add build-time option for hotplug memory default online typeGregory Price2-14/+76
2025-01-26mm: replace free hugepage folios after migrationyangge2-1/+53
2025-01-26mm/swap_cgroup: decouple swap cgroup recording and clearingKairui Song2-32/+47
2025-01-26mm/swap_cgroup: remove global swap cgroup lockKairui Song1-28/+49
2025-01-26mm/swap_cgroup: remove swap_cgroup_cmpxchgKairui Song1-29/+0
2025-01-26mm, memcontrol: avoid duplicated memcg enable checkKairui Song1-1/+1
2025-01-26mm/page_idle: constify 'struct bin_attribute'Thomas Weißschuh1-5/+5
2025-01-26mm/huge_memory.c: rename shadowed localAndrew Morton1-4/+5
2025-01-26mm: unexport apply_to_existing_page_rangeChristoph Hellwig1-1/+0
2025-01-26mm: fix outdated incorrect code comments for handle_mm_fault()Jinliang Zheng1-1/+2
2025-01-24Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-0/+126
2025-01-22cachestat: fix page cache statistics permission checkingLinus Torvalds1-0/+17
2025-01-22Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-45/+6
2025-01-22Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+2
2025-01-22Merge tag 'slab-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2-2/+882
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+2
2025-01-20Merge tag 'vfs-6.14-rc1.libfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2025-01-17Merge branch 'slab/for-6.14/kfree_rcu_move' into slab/for-nextVlastimil Babka1-0/+880
2025-01-16mm: zswap: move allocations during CPU init outside the lockYosry Ahmed1-18/+24
2025-01-16mm: khugepaged: fix call hpage_collapse_scan_file() for anonymous vmaLiu Shixin1-2/+2
2025-01-16mm: shmem: use signed int for version handling in casefold optionKaran Sanghavi1-1/+1
2025-01-16mm: page_alloc: fix missed updates of lowmem_reserve in adjust_managed_page_c...zihan zhou1-0/+3
2025-01-15saner replacement for debugfs_rename()Al Viro1-14/+2
2025-01-15slub: don't mess with ->d_nameAl Viro1-8/+5
2025-01-14mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereferenceGuo Weikang1-1/+7
2025-01-14mm: add comments to do_mmap(), mmap_region() and vm_mmap()Lorenzo Stoakes2-1/+95
2025-01-14mm: assert mmap write lock held on do_mmap(), mmap_region()Lorenzo Stoakes1-0/+4
2025-01-14memcg/hugetlb: remove memcg hugetlb try-commit-cancel protocolJoshua Hahn1-62/+3
2025-01-14memcg/hugetlb: introduce mem_cgroup_charge_hugetlbJoshua Hahn2-21/+48
2025-01-14memcg/hugetlb: introduce memcg_accounts_hugetlbJoshua Hahn1-3/+14
2025-01-14mm/migrate: remove slab checks in isolate_movable_page()Hyeonggon Yoo2-12/+0
2025-01-14mm/memory_hotplug: don't use __GFP_HARDWALL when migrating pages via memory o...David Hildenbrand1-1/+1
2025-01-14mm/page_alloc: don't use __GFP_HARDWALL when migrating pages via alloc_contig*()David Hildenbrand1-3/+3
2025-01-14mseal: remove can_do_mseal()Jeff Xu2-19/+3
2025-01-14mm/hugetlb: support FOLL_FORCE|FOLL_WRITEGuillaume Morin2-55/+53
2025-01-14mm: perform all memfd seal checks in a single placeLorenzo Stoakes3-10/+52