summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-01-22mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple2-34/+95
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-38/+138
2022-01-20delayacct: track delays from memory compactwangyong1-0/+3
2022-01-20delayacct: support swapin delay accounting for swapping without blkioYang Yang2-4/+3
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang1-5/+71
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang1-31/+47
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang1-5/+9
2022-01-20mm: percpu: generalize percpu related configKefeng Wang1-0/+12
2022-01-18Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds60-838/+2032
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park1-1/+3
2022-01-15mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure logSeongJae Park1-2/+8
2022-01-15mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure loggingSeongJae Park1-1/+1
2022-01-15mm/damon/dbgfs: remove an unnecessary variableSeongJae Park1-3/+2
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang1-11/+0
2022-01-15mm/damon: add access checking for hugetlb pagesBaolin Wang1-0/+96
2022-01-15mm/damon/dbgfs: support all DAMOS statsSeongJae Park1-2/+4
2022-01-15mm/damon/reclaim: provide reclamation statisticsSeongJae Park1-0/+46
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park1-0/+2
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park4-26/+32
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park2-3/+8
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao2-8/+0
2022-01-15mm/damon/schemes: add the validity judgment of thresholdsXin Hao1-0/+7
2022-01-15mm/damon/vaddr: remove swap_ranges() and replace it with swap()Yihao Han1-13/+3
2022-01-15mm/damon: remove some unneeded function definitions in damon.hXin Hao2-13/+16
2022-01-15mm/damon/core: use abs() instead of diff_of()Xin Hao1-4/+2
2022-01-15mm/damon: unified access_check function naming rulesXin Hao1-4/+4
2022-01-15mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple1-2/+3
2022-01-15mm: make some vars and functions static or __initTing Liu2-4/+4
2022-01-15mm: fix some comment errorsQuanfa Fu4-4/+4
2022-01-15zpool: remove the list of pools_headZhaoyu Liu1-12/+0
2022-01-15mm/rmap: fix potential batched TLB flush raceHuang Ying1-7/+36
2022-01-15mm: memcg/percpu: account extra objcg space to memory cgroupsQi Zheng2-5/+23
2022-01-15mm/hwpoison: fix unpoison_memory()Naoya Horiguchi2-19/+117
2022-01-15mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGENaoya Horiguchi1-2/+0
2022-01-15mm/hwpoison: mf_mutex for soft offline and unpoisonNaoya Horiguchi1-44/+18
2022-01-15mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copyNanyong Sun1-2/+2
2022-01-15mm/migrate: remove redundant variables used in a for-loopColin Ian King1-3/+2
2022-01-15mm/migrate: move node demotion code to near its userHuang Ying1-133/+132
2022-01-15mm: migrate: add more comments for selecting target node randomlyBaolin Wang1-0/+8
2022-01-15mm: migrate: support multiple target nodes demotionBaolin Wang1-35/+129
2022-01-15mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()Baolin Wang1-3/+4
2022-01-15mm: migrate: correct the hugetlb migration statsBaolin Wang1-9/+8
2022-01-15mm: migrate: fix the return value of migrate_pages()Baolin Wang1-16/+47
2022-01-15mm, oom: OOM sysrq should always kill a processJann Horn1-1/+1
2022-01-15mm/mempolicy: fix all kernel-doc warningsRandy Dunlap1-2/+3
2022-01-15mm/mempolicy: add set_mempolicy_home_node syscallAneesh Kumar K.V1-0/+79
2022-01-15mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANYAneesh Kumar K.V1-2/+3
2022-01-15mm/page_isolation: unset migratetype directly for non Buddy pageChen Wandun1-1/+1