summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-01-26mm: shmem: skip swapcache for swapin of synchronous swap deviceBaolin Wang1-5/+105
2025-01-26mm/memmap: prevent double scanning of memmap by kmemleakGuo Weikang2-4/+9
2025-01-26mm/fake-numa: allow later numa node hotplugBruno Faccini2-8/+39
2025-01-26mm/damon: remove DAMON debugfs interfaceSeongJae Park3-1165/+0
2025-01-26mm/damon: remove DAMON debugfs interface kunit testsSeongJae Park4-194/+0
2025-01-26mm/damon/sysfs-schemes: expose per-region filter-passed bytesSeongJae Park3-3/+21
2025-01-26mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->wal...SeongJae Park2-4/+5
2025-01-26mm/damon/syfs-schemes: implement per-scheme filter-passed bytes statSeongJae Park1-0/+16
2025-01-26mm/damon/core: implement per-scheme ops-handled filter-passed bytes statSeongJae Park1-2/+4
2025-01-26mm/damon/paddr: report filter-passed bytes back for DAMOS_STAT actionSeongJae Park1-1/+34
2025-01-26mm/damon/paddr: report filter-passed bytes back for normal actionsSeongJae Park1-11/+22
2025-01-26mm/damon: ask apply_scheme() to report filter-passed region-internal bytesSeongJae Park3-3/+5
2025-01-26mm/damon/sysfs: remove unused code for schemes tried regions updateSeongJae Park3-282/+2
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