aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-26mm: add Kernel Electric-Fence infrastructureAlexander Potapenko5-0/+1197
2021-02-26mm/early_ioremap.c: use __func__ instead of function nameStephen Zhang1-6/+6
2021-02-26mm/backing-dev.c: use might_alloc()Daniel Vetter1-1/+2
2021-02-26mm/dmapool: use might_alloc()Daniel Vetter1-1/+2
2021-02-26mm/zsmalloc.c: use page_private() to access page->privateMiaohe Lin1-1/+1
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan1-6/+11
2021-02-26mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()Miaohe Lin1-2/+1
2021-02-26mm: set the sleep_mapped to true for zbud and z3foldTian Tao2-0/+2
2021-02-26mm/zswap: add the flag can_sleep_mappedTian Tao2-5/+59
2021-02-26mm: zswap: clean up confusing commentRandy Dunlap1-3/+3
2021-02-26mm/rmap: correct obsolete comment of page_get_anon_vma()Miaohe Lin1-2/+2
2021-02-26mm/rmap: use page_not_mapped in try_to_unmap()Miaohe Lin1-8/+3
2021-02-26mm/rmap: fix obsolete comment in __page_check_anon_rmap()Miaohe Lin1-2/+1
2021-02-26mm/rmap: remove unneeded semicolon in page_not_mapped()Miaohe Lin1-1/+1
2021-02-26mm/rmap: correct some obsolete comments of anon_vmaMiaohe Lin1-2/+2
2021-02-26mm/mlock: stop counting mlocked pages when none vma is foundMiaohe Lin1-1/+1
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual2-20/+66
2021-02-26mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfnMiaohe Lin1-5/+4
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand1-1/+1
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual1-6/+6
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams2-0/+21
2021-02-26mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams1-0/+38
2021-02-26mm: teach pfn_to_online_page() to consider subsection validityDan Williams1-4/+19
2021-02-26mm: move pfn_to_online_page() out of lineDan Williams1-0/+16
2021-02-26mm/vmstat.c: erase latency in vmstat_shepherdJiang Biao1-0/+2
2021-02-26mm: vmstat: add some comments on internal storage of byte itemsJohannes Weiner1-0/+12
2021-02-26mm: vmstat: fix NOHZ wakeups for node stat changesJohannes Weiner1-6/+9
2021-02-26mm: cma: print region name on failurePatrick Daly1-2/+2
2021-02-26mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand2-2/+5
2021-02-26mm/cma: expose all pages to the buddy if activation of an area failsDavid Hildenbrand1-22/+21
2021-02-26mm: cma: allocate cma areas bottom-upRoman Gushchin1-0/+17
2021-02-26mm,shmem,thp: limit shmem THP allocations to requested zonesRik van Riel1-1/+5
2021-02-26mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel1-6/+16
2021-02-26mm,thp,shm: limit gfp mask to no more than specifiedRik van Riel1-0/+21
2021-02-26mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel2-6/+8
2021-02-26mm: remove pagevec_lookup_entriesMatthew Wilcox (Oracle)2-36/+4
2021-02-26mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)3-18/+12
2021-02-26mm: remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)2-5/+4
2021-02-26mm: add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)2-35/+14
2021-02-26mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)3-13/+8
2021-02-26mm: add and use find_lock_entriesMatthew Wilcox (Oracle)4-97/+78
2021-02-26iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)1-5/+32
2021-02-26mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)2-70/+80
2021-02-26mm/filemap: add helper for finding pagesMatthew Wilcox (Oracle)1-55/+42
2021-02-26mm/filemap: rename find_get_entry to mapping_get_entryMatthew Wilcox (Oracle)1-3/+4
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)4-41/+12
2021-02-26mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle)1-3/+1
2021-02-26mm/shmem: use pagevec_lookup in shmem_unlock_mappingMatthew Wilcox (Oracle)1-10/+1
2021-02-26mm: make pagecache tagged lookups return only head pagesMatthew Wilcox (Oracle)1-5/+6
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz1-23/+14