summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/vmscan: never demote for memcg reclaimDave Hansen2021-09-031-2/+7
* mm/vmscan: Consider anonymous pages without swapKeith Busch2021-09-031-4/+30
* mm/vmscan: add helper for querying ability to age anonymous pagesDave Hansen2021-09-031-2/+18
* mm/vmscan: add page demotion counterYang Shi2021-09-032-0/+7
* mm/migrate: demote pages during reclaimDave Hansen2021-09-031-0/+85
* mm/migrate: enable returning precise migrate_pages() success countYang Shi2021-09-037-10/+15
* mm/migrate: update node demotion order on hotplug eventsDave Hansen2021-09-031-1/+89
* mm/numa: automatically generate node migration orderDave Hansen2021-09-033-1/+222
* userfaultfd: change mmap_changing to atomicNadav Amit2021-09-031-7/+8
* hugetlb: fix hugetlb cgroup refcounting during vma splitMike Kravetz2021-09-031-1/+3
* hugetlb: before freeing hugetlb page set dtor to appropriate valueMike Kravetz2021-09-031-1/+21
* hugetlb: drop ref count earlier after page allocationMike Kravetz2021-09-031-22/+78
* hugetlb: simplify prep_compound_gigantic_page ref count racing codeMike Kravetz2021-09-031-10/+7
* mm: fix panic caused by __page_handle_poison()Michael Wang2021-09-031-2/+2
* mm: hwpoison: dump page for unhandlable pageYang Shi2021-09-031-3/+3
* mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi2021-09-032-11/+9
* mm/hwpoison: fix some obsolete commentsMiaohe Lin2021-09-031-3/+3
* mm/hwpoison: change argument struct page **hpagep to *hpageMiaohe Lin2021-09-031-4/+3
* mm/hwpoison: fix potential pte_unmap_unlock pte errorMiaohe Lin2021-09-031-3/+4
* mm/hwpoison: remove unneeded variable unmap_successMiaohe Lin2021-09-031-2/+1
* mm/page_isolation: tracing: trace all test_pages_isolated failuresGeorge G. Davis2021-09-031-3/+10
* mm/page_alloc.c: use in_task()Vasily Averin2021-09-031-3/+3
* mm/page_alloc: make alloc_node_mem_map() __init rather than __refMike Rapoport2021-09-031-2/+2
* mm/page_alloc.c: fix 'zone_id' may be used uninitialized in this function war...Nico Pache2021-09-031-1/+1
* memblock: stop poisoning raw allocationsMike Rapoport2021-09-031-16/+4
* mm: introduce memmap_alloc() to unify memory map allocationMike Rapoport2021-09-033-6/+28
* mm/page_alloc: always initialize memory map for the holesMike Rapoport2021-09-031-8/+0
* mm/kasan: move kasan.fault to mm/kasan/report.cWoody Lin2021-09-033-47/+26
* mm/vmalloc: fix wrong behavior in vreadChen Wandun2021-09-031-1/+28
* mm/vmalloc: remove gfpflags_allow_blocking() checkUladzislau Rezki (Sony)2021-09-031-10/+8
* mm/vmalloc: use batched page requests in bulk-allocatorUladzislau Rezki (Sony)2021-09-031-5/+27
* mm/sparse: clarify pgdat_to_physMiles Chen2021-09-031-1/+2
* include/linux/mmzone.h: avoid a warning in sparse memory supportMatthew Wilcox2021-09-031-1/+1
* mm: sparse: remove __section_nr() functionOhhoon Kwon2021-09-031-26/+0
* mm: sparse: pass section_nr to section_mark_presentOhhoon Kwon2021-09-031-5/+4
* mm/bootmem_info.c: mark __init on register_page_bootmem_info_sectionMuchun Song2021-09-031-2/+2
* mm/mremap: fix memory account on do_munmap() failureChen Wandun2021-09-031-1/+1
* remap_file_pages: Use vma_lookup() instead of find_vma()Liam R. Howlett2021-09-031-4/+1
* mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo2021-09-031-0/+2
* mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing codeHuang Ying2021-09-031-26/+0
* memcg: make memcg->event_list_lock irqsafeShakeel Butt2021-09-031-4/+4
* memcg: fix up drain_local_stock commentMichal Hocko2021-09-031-2/+3
* mm, memcg: save some atomic ops when flush is already trueMiaohe Lin2021-09-031-1/+1
* mm: memcontrol: set the correct memcg swappiness restrictionBaolin Wang2021-09-031-1/+1
* memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin2021-09-031-1/+1
* memcg: infrastructure to flush memcg statsShakeel Butt2021-09-032-0/+40
* memcg: switch lruvec stats to rstatShakeel Butt2021-09-031-76/+38
* mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan2021-09-032-14/+5
* mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan2021-09-031-21/+12
* mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...Suren Baghdasaryan2021-09-033-1/+12