summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-205-38/+138
|\
| * delayacct: track delays from memory compactwangyong2022-01-201-0/+3
| * delayacct: support swapin delay accounting for swapping without blkioYang Yang2022-01-202-4/+3
| * mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-5/+71
| * mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-31/+47
| * mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-5/+9
| * mm: percpu: generalize percpu related configKefeng Wang2022-01-201-0/+12
* | Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-181-6/+0
|\ \
| * | mm: Remove slab from struct pageMatthew Wilcox (Oracle)2022-01-061-6/+0
* | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-2/+1
|\ \ \
| * | | exit: Remove profile_task_exit & profile_munmapEric W. Biederman2022-01-081-1/+0
| * | | signal: Have the oom killer detect coredumps using signal->core_stateEric W. Biederman2022-01-081-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-1560-838/+2032
|\ \ \ \
| * | | | mm/damon: hide kernel pointer from tracepoint eventSeongJae Park2022-01-151-1/+3
| * | | | mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure logSeongJae Park2022-01-151-2/+8
| * | | | mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure loggingSeongJae Park2022-01-151-1/+1
| * | | | mm/damon/dbgfs: remove an unnecessary variableSeongJae Park2022-01-151-3/+2
| * | | | mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang2022-01-151-11/+0
| * | | | mm/damon: add access checking for hugetlb pagesBaolin Wang2022-01-151-0/+96
| * | | | mm/damon/dbgfs: support all DAMOS statsSeongJae Park2022-01-151-2/+4
| * | | | mm/damon/reclaim: provide reclamation statisticsSeongJae Park2022-01-151-0/+46
| * | | | mm/damon/schemes: account how many times quota limit has exceededSeongJae Park2022-01-151-0/+2
| * | | | mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park2022-01-154-26/+32
| * | | | mm/damon: convert macro functions to static inline functionsSeongJae Park2022-01-152-3/+8
| * | | | mm/damon: move damon_rand() definition into damon.hXin Hao2022-01-152-8/+0
| * | | | mm/damon/schemes: add the validity judgment of thresholdsXin Hao2022-01-151-0/+7
| * | | | mm/damon/vaddr: remove swap_ranges() and replace it with swap()Yihao Han2022-01-151-13/+3
| * | | | mm/damon: remove some unneeded function definitions in damon.hXin Hao2022-01-152-13/+16
| * | | | mm/damon/core: use abs() instead of diff_of()Xin Hao2022-01-151-4/+2
| * | | | mm/damon: unified access_check function naming rulesXin Hao2022-01-151-4/+4
| * | | | mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple2022-01-151-2/+3
| * | | | mm: make some vars and functions static or __initTing Liu2022-01-152-4/+4
| * | | | mm: fix some comment errorsQuanfa Fu2022-01-154-4/+4
| * | | | zpool: remove the list of pools_headZhaoyu Liu2022-01-151-12/+0
| * | | | mm/rmap: fix potential batched TLB flush raceHuang Ying2022-01-151-7/+36
| * | | | mm: memcg/percpu: account extra objcg space to memory cgroupsQi Zheng2022-01-152-5/+23
| * | | | mm/hwpoison: fix unpoison_memory()Naoya Horiguchi2022-01-152-19/+117
| * | | | mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGENaoya Horiguchi2022-01-151-2/+0
| * | | | mm/hwpoison: mf_mutex for soft offline and unpoisonNaoya Horiguchi2022-01-151-44/+18
| * | | | mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copyNanyong Sun2022-01-151-2/+2
| * | | | mm/migrate: remove redundant variables used in a for-loopColin Ian King2022-01-151-3/+2
| * | | | mm/migrate: move node demotion code to near its userHuang Ying2022-01-151-133/+132
| * | | | mm: migrate: add more comments for selecting target node randomlyBaolin Wang2022-01-151-0/+8
| * | | | mm: migrate: support multiple target nodes demotionBaolin Wang2022-01-151-35/+129
| * | | | mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()Baolin Wang2022-01-151-3/+4
| * | | | mm: migrate: correct the hugetlb migration statsBaolin Wang2022-01-151-9/+8
| * | | | mm: migrate: fix the return value of migrate_pages()Baolin Wang2022-01-151-16/+47
| * | | | mm, oom: OOM sysrq should always kill a processJann Horn2022-01-151-1/+1
| * | | | mm/mempolicy: fix all kernel-doc warningsRandy Dunlap2022-01-151-2/+3
| * | | | mm/mempolicy: add set_mempolicy_home_node syscallAneesh Kumar K.V2022-01-151-0/+79