summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* mm: cma: print region name on failurePatrick Daly2021-02-261-2/+2
* mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand2021-02-262-2/+5
* mm/cma: expose all pages to the buddy if activation of an area failsDavid Hildenbrand2021-02-261-22/+21
* mm: cma: allocate cma areas bottom-upRoman Gushchin2021-02-261-0/+17
* mm,shmem,thp: limit shmem THP allocations to requested zonesRik van Riel2021-02-261-1/+5
* mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel2021-02-261-6/+16
* mm,thp,shm: limit gfp mask to no more than specifiedRik van Riel2021-02-261-0/+21
* mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel2021-02-262-6/+8
* mm: remove pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-02-262-36/+4
* mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)2021-02-263-18/+12
* mm: remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-02-262-5/+4
* mm: add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-02-262-35/+14
* mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)2021-02-263-13/+8
* mm: add and use find_lock_entriesMatthew Wilcox (Oracle)2021-02-264-97/+78
* iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-02-261-5/+32
* mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-02-262-70/+80
* mm/filemap: add helper for finding pagesMatthew Wilcox (Oracle)2021-02-261-55/+42
* mm/filemap: rename find_get_entry to mapping_get_entryMatthew Wilcox (Oracle)2021-02-261-3/+4
* mm: add FGP_ENTRYMatthew Wilcox (Oracle)2021-02-264-41/+12
* mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle)2021-02-261-3/+1
* mm/shmem: use pagevec_lookup in shmem_unlock_mappingMatthew Wilcox (Oracle)2021-02-261-10/+1
* mm: make pagecache tagged lookups return only head pagesMatthew Wilcox (Oracle)2021-02-261-5/+6
* mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz2021-02-241-23/+14
* mm, oom: fix a comment in dump_task()Tang Yizhou2021-02-241-3/+2
* mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()Miaohe Lin2021-02-241-1/+1
* numa balancing: migrate on fault among multiple bound nodesHuang Ying2021-02-241-0/+16
* mm, compaction: make fast_isolate_freepages() stay within zoneVlastimil Babka2021-02-241-5/+11
* mm/compaction: fix misbehaviors of fast_find_migrateblock()Wonhyuk Yang2021-02-241-15/+12
* mm/compaction: correct deferral logic for proactive compactionCharan Teja Reddy2021-02-241-6/+14
* mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLockedMiaohe Lin2021-02-241-1/+0
* mm/compaction: remove rcu_read_lock during page compactionAlex Shi2021-02-241-4/+1
* z3fold: simplify the zhdr initialization code in init_z3fold_page()Miaohe Lin2021-02-241-7/+1
* z3fold: remove unused attribute for release_z3fold_pageMiaohe Lin2021-02-241-2/+1
* mm/vmscan: restore zone_reclaim_mode ABIDave Hansen2021-02-241-2/+7
* hugetlb: fix uninitialized subpool pointerMike Kravetz2021-02-241-0/+1
* hugetlb: convert PageHugeFreed to HPageFreed flagMike Kravetz2021-02-241-19/+4
* hugetlb: convert PageHugeTemporary() to HPageTemporary flagMike Kravetz2021-02-241-29/+7
* hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz2021-02-242-35/+19
* hugetlb: use page.private for hugetlb specific page flagsMike Kravetz2021-02-241-23/+25
* mm: workingset: clarify eviction order and distance calculationOscar Salvador2021-02-241-1/+1
* mm/vmscan.c: make lruvec_lru_size() staticYu Zhao2021-02-241-1/+2
* mm: VM_BUG_ON lru page flagsYu Zhao2021-02-242-3/+0
* mm: add __clear_page_lru_flags() to replace page_off_lru()Yu Zhao2021-02-242-6/+3
* mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao2021-02-244-21/+14
* mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()Yu Zhao2021-02-241-4/+1
* mm: don't pass "enum lru_list" to lru list addition functionsYu Zhao2021-02-242-12/+9
* mm/vmscan.c: use add_page_to_lru_list()Yu Zhao2021-02-241-5/+1
* mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()Miaohe Lin2021-02-241-3/+2
* mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi2021-02-242-38/+32
* mm/hugetlb: suppress wrong warning info when alloc gigantic pageChen Wandun2021-02-241-2/+2