summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2022-02-1162-1917/+2076
|\
| * kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang2022-02-111-9/+1
| * mm/damon: remove redundant page validationBaolin Wang2022-02-111-6/+0
| * mm/damon: remove the target id conceptSeongJae Park2022-02-117-122/+128
| * mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park2022-02-114-52/+52
| * mm/damon/dbgfs/init_regions: use target index instead of target idSeongJae Park2022-02-112-23/+22
| * mm/gup: make migrate_device_page() fails always if !CONFIG_DEVICE_PRIVATESeongJae Park2022-02-111-0/+9
| * mm/gup.c: migrate device coherent pages when pinning instead of failingAlistair Popple2022-02-111-10/+95
| * migrate.c: remove vma check in migrate_vma_setup()Alistair Popple2022-02-111-17/+17
| * mm/gup: fail get_user_pages for LONGTERM dev coherent typeAlex Sierra2022-02-111-0/+7
| * mm: add device coherent vma selection for memory migrationAlex Sierra2022-02-111-3/+9
| * mm: add zone device coherent type memory supportAlex Sierra2022-02-115-31/+47
| * mm/hmm.c: remove unneeded local variable retMiaohe Lin2022-02-111-2/+1
| * mm/highmem: remove unnecessary done labelMiaohe Lin2022-02-111-5/+4
| * mm-outline-copy_overflow-fixAndrew Morton2022-02-111-0/+1
| * mm: uninline copy_overflow()Christophe Leroy2022-02-111-0/+5
| * mm: remove usercopy_warn()Christophe Leroy2022-02-111-11/+0
| * mm/zswap.c: allow handling just same-value filled pagesMaciej S. Szmigiero2022-02-111-1/+14
| * mm/rmap: convert from atomic_t to refcount_t on anon_vma->refcountXiyu Yang2022-02-111-7/+7
| * mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins2022-02-112-5/+8
| * mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)Hugh Dickins2022-02-111-2/+8
| * mm/munlock: page migration needs mlock pagevec drainedHugh Dickins2022-02-112-0/+6
| * mm/internal: Implement no-op mlock_page_drain() for !CONFIG_MMUSeongJae Park2022-02-111-0/+2
| * mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins2022-02-113-47/+199
| * mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()Hugh Dickins2022-02-111-28/+9
| * mm/migrate: __unmap_and_move() push good newpage to LRUHugh Dickins2022-02-111-12/+19
| * mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins2022-02-112-21/+90
| * mm/munlock: maintain page->mlock_count while unevictableHugh Dickins2022-02-115-17/+67
| * mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins2022-02-114-59/+24
| * mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-1110-116/+102
| * mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins2022-02-115-47/+12
| * mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins2022-02-112-68/+8
| * mm/munlock: delete page_mlock() and all its worksHugh Dickins2022-02-113-434/+25
| * mm/memory_hotplug: fix misplaced comment in offline_pagesMiaohe Lin2022-02-111-1/+1
| * mm/memory_hotplug: clean up try_offline_nodeMiaohe Lin2022-02-111-5/+4
| * mm/memory_hotplug: avoid calling zone_intersects() for ZONE_NORMALMiaohe Lin2022-02-111-1/+1
| * mm-memory_hotplug-remove-obsolete-comment-of-__add_pages-fixAndrew Morton2022-02-111-3/+0
| * mm/memory_hotplug: remove obsolete comment of __add_pagesMiaohe Lin2022-02-111-4/+1
| * memcg: do not tweak node in alloc_mem_cgroup_per_node_infoWei Yang2022-02-111-12/+2
| * mm: make free_area_init_node aware of memory less nodesMichal Hocko2022-02-111-3/+8
| * mm, memory_hotplug: reorganize new pgdat initializationMichal Hocko2022-02-112-27/+26
| * mm, memory_hotplug: drop arch_free_nodedataMichal Hocko2022-02-111-10/+0
| * mm-handle-uninitialized-numa-nodes-gracefully-fixAndrew Morton2022-02-111-5/+9
| * mm: handle uninitialized numa nodes gracefullyMichal Hocko2022-02-113-16/+43
| * mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira2022-02-112-2/+25
| * mm/balloon_compaction: make balloon page compaction callbacks staticMiaohe Lin2022-02-111-3/+3
| * mm/hwpoison: check the subpage, not the head pageMatthew Wilcox (Oracle)2022-02-111-2/+2
| * mm/vmstat: add event for ksm swapping in copyYang Yang2022-02-112-0/+6
| * memory tiering: skip to scan fast memoryHuang Ying2022-02-112-10/+33
| * NUMA balancing: optimize page placement for memory tiering systemHuang Ying2022-02-112-2/+34