aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20delayacct: track delays from memory compactwangyong
2022-01-20delayacct: support swapin delay accounting for swapping without blkioYang Yang
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang
2022-01-20mm: percpu: generalize percpu related configKefeng Wang
2022-01-18Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-16filemap: Use folio_put_refs() in filemap_free_folio()Matthew Wilcox (Oracle)
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15bitmap: unify find_bit operationsYury Norov
2022-01-15mm/percpu: micro-optimize pcpu_is_populated()Yury Norov
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park
2022-01-15mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure logSeongJae Park
2022-01-15mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure loggingSeongJae Park
2022-01-15mm/damon/dbgfs: remove an unnecessary variableSeongJae Park
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang
2022-01-15mm/damon: add access checking for hugetlb pagesBaolin Wang
2022-01-15mm/damon/dbgfs: support all DAMOS statsSeongJae Park
2022-01-15mm/damon/reclaim: provide reclamation statisticsSeongJae Park
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao
2022-01-15mm/damon/schemes: add the validity judgment of thresholdsXin Hao
2022-01-15mm/damon/vaddr: remove swap_ranges() and replace it with swap()Yihao Han
2022-01-15mm/damon: remove some unneeded function definitions in damon.hXin Hao
2022-01-15mm/damon/core: use abs() instead of diff_of()Xin Hao
2022-01-15mm/damon: unified access_check function naming rulesXin Hao
2022-01-15mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple
2022-01-15mm: make some vars and functions static or __initTing Liu
2022-01-15mm: fix some comment errorsQuanfa Fu
2022-01-15zpool: remove the list of pools_headZhaoyu Liu
2022-01-15mm/rmap: fix potential batched TLB flush raceHuang Ying
2022-01-15mm: memcg/percpu: account extra objcg space to memory cgroupsQi Zheng
2022-01-15mm/hwpoison: fix unpoison_memory()Naoya Horiguchi
2022-01-15mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGENaoya Horiguchi
2022-01-15mm/hwpoison: mf_mutex for soft offline and unpoisonNaoya Horiguchi
2022-01-15mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copyNanyong Sun
2022-01-15mm/migrate: remove redundant variables used in a for-loopColin Ian King
2022-01-15mm/migrate: move node demotion code to near its userHuang Ying
2022-01-15mm: migrate: add more comments for selecting target node randomlyBaolin Wang
2022-01-15mm: migrate: support multiple target nodes demotionBaolin Wang
2022-01-15mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()Baolin Wang
2022-01-15mm: migrate: correct the hugetlb migration statsBaolin Wang
2022-01-15mm: migrate: fix the return value of migrate_pages()Baolin Wang
2022-01-15mm, oom: OOM sysrq should always kill a processJann Horn
2022-01-15mm/mempolicy: fix all kernel-doc warningsRandy Dunlap
2022-01-15mm/mempolicy: add set_mempolicy_home_node syscallAneesh Kumar K.V