summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/oom_kill.c: fix vm_oom_kill_table[] ifdefferyAndrew Morton2022-04-071-29/+29
* Merge branch 'akpm-current/current'Stephen Rothwell2022-04-0749-1091/+1994
|\
| * damon: vaddr-test: tweak code to make the logic clearerXiaomeng Tong2022-04-061-3/+5
| * mm: simplify follow_invalidate_pte()Muchun Song2022-04-061-58/+23
| * mm: pvmw: add support for walking devmap pagesMuchun Song2022-04-061-8/+9
| * mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song2022-04-062-20/+71
| * mm: rmap: fix cache flush on THP pagesMuchun Song2022-04-061-1/+2
| * mm-memory_hotplug-refactor-hotadd_init_pgdat-and-try_online_node-checkpatch-f...Andrew Morton2022-04-061-1/+1
| * mm/memory_hotplug: refactor hotadd_init_pgdat and try_online_nodeOscar Salvador2022-04-061-21/+14
| * mm/memory_hotplug: reset node's state when empty during offlineOscar Salvador2022-04-062-63/+44
| * mm/page_alloc: do not calculate node's total pages and memmap pages when emptyOscar Salvador2022-04-061-0/+10
| * mm: untangle config dependencies for demote-on-reclaimOscar Salvador2022-04-062-7/+6
| * mm/vmstat: add events for ksm cowYang Yang2022-04-062-0/+7
| * ksm-count-ksm-merging-pages-for-each-process-fixAndrew Morton2022-04-061-3/+0
| * ksm: count ksm merging pages for each processxu xin2022-04-061-0/+11
| * mm/migration: fix possible do_pages_stat_array racing with memory offlineMiaohe Lin2022-04-061-2/+7
| * mm/migration: fix potential invalid node access for reclaim-based migrationMiaohe Lin2022-04-061-3/+3
| * mm/migration: fix potential page refcounts leak in migrate_pagesMiaohe Lin2022-04-061-0/+8
| * mm/migration: remove some duplicated codes in migrate_pagesMiaohe Lin2022-04-061-24/+12
| * mm/migration: avoid unneeded nodemask_t initializationMiaohe Lin2022-04-061-2/+2
| * mm/migration: use helper macro min in do_pages_statMiaohe Lin2022-04-061-6/+2
| * mm/migration: use helper function vma_lookup() in add_page_for_migrationMiaohe Lin2022-04-061-2/+2
| * mm/migration: fix the confusing PageTransHuge checkMiaohe Lin2022-04-061-1/+1
| * mm/migration: remove unneeded local variable page_lruMiaohe Lin2022-04-061-3/+1
| * mm/migration: remove unneeded out labelMiaohe Lin2022-04-061-5/+2
| * mm/migration: remove unneeded local variable mapping_lockedMiaohe Lin2022-04-061-4/+2
| * mm: compaction: use helper isolation_suitable()Miaohe Lin2022-04-061-1/+1
| * mm/z3fold: remove unneeded PAGE_HEADLESS check in free_handle()Miaohe Lin2022-04-061-3/+0
| * mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_freeMiaohe Lin2022-04-061-3/+0
| * mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()Miaohe Lin2022-04-061-29/+12
| * mm/z3fold: remove confusing local variable l reassignmentMiaohe Lin2022-04-061-1/+0
| * mm/z3fold: remove unneeded page_mapcount_reset and ClearPagePrivateMiaohe Lin2022-04-061-3/+0
| * mm/z3fold: minor clean up for z3fold_freeMiaohe Lin2022-04-061-4/+4
| * mm/z3fold: remove obsolete comment in z3fold_allocMiaohe Lin2022-04-061-3/+0
| * mm/z3fold: declare z3fold_mount with __initMiaohe Lin2022-04-061-1/+1
| * mm/vmscan: sc->reclaim_idx must be a valid zone indexWei Yang2022-04-061-2/+2
| * mm-vmscan-make-sure-wakeup_kswapd-with-managed-zone-v2Wei Yang2022-04-061-2/+2
| * mm/vmscan: make sure wakeup_kswapd with managed zoneWei Yang2022-04-062-1/+3
| * mm/vmscan: reclaim only affects managed_zonesWei Yang2022-04-061-2/+2
| * mm: mmap: register suitable readonly file vmas for khugepagedYang Shi2022-04-062-4/+6
| * mm: khugepaged: introduce khugepaged_enter_vma() helperYang Shi2022-04-063-31/+15
| * mm: khugepaged: move some khugepaged_* functions to khugepaged.cYang Shi2022-04-061-0/+20
| * mm: khugepaged: make khugepaged_enter() void functionYang Shi2022-04-062-13/+9
| * mm: thp: only regular file could be THP eligibleYang Shi2022-04-062-16/+4
| * mm: khugepaged: skip DAX vmaYang Shi2022-04-061-0/+4
| * mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGEDYang Shi2022-04-061-3/+6
| * mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song2022-04-064-7/+7
| * mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song2022-04-062-6/+6
| * mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song2022-04-063-37/+35
| * hugetlb: remove use of list iterator variable after loopJakob Koschel2022-04-061-14/+19