summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-03mm: memcontrol: update page->mem_cgroup stability rulesJohannes Weiner1-14/+7
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner11-70/+19
2020-06-03mm: memcontrol: document the new swap control behaviorAlex Shi1-12/+7
2020-06-03mm: memcontrol: charge swapin pages on instantiationJohannes Weiner4-59/+75
2020-06-03mm: memcontrol: make swap tracking an integral part of memory controlJohannes Weiner3-52/+24
2020-06-03mm: memcontrol: prepare swap controller setup for integrationJohannes Weiner3-34/+31
2020-06-03mm: memcontrol: drop unused try/commit/cancel charge APIJohannes Weiner2-147/+17
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner9-82/+31
2020-06-03mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner4-29/+31
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner10-50/+51
2020-06-03mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner6-43/+50
2020-06-03mm: memcontrol: prepare cgroup vmstat infrastructure for native anon countersJohannes Weiner2-5/+9
2020-06-03mm: memcontrol: prepare move_account for removal of private page type countersJohannes Weiner1-12/+13
2020-06-03mm: memcontrol: prepare uncharging for removal of private page type countersJohannes Weiner1-11/+12
2020-06-03mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner4-59/+77
2020-06-03mm: memcontrol: move out cgroup swaprate throttlingJohannes Weiner3-14/+11
2020-06-03mm: shmem: remove rare optimization when swapin races with hole punchingJohannes Weiner1-18/+7
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner11-98/+77
2020-06-03mm: memcontrol: fix stat-corrupting race in charge movingJohannes Weiner1-12/+14
2020-06-03mm: fix NUMA node file count error in replace_page_cache()Johannes Weiner1-2/+2
2020-06-03mm/vmscan: update the comment of should_continue_reclaim()Qiwu Chen1-1/+1
2020-06-03mm/vmscan.c: change prototype for shrink_page_listManinder Singh3-14/+14
2020-06-03mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim2-6/+21
2020-06-03mm/vmscan.c: use update_lru_size() in update_lru_sizes()Wei Yang1-4/+1
2020-06-03mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)3-8/+5
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual12-28/+9
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual12-56/+11
2020-06-03arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GETAnshuman Khandual2-7/+1
2020-06-03mm/hugetlb: avoid unnecessary check on pud and pmd entry in huge_pte_offsetLi Xinhai1-17/+11
2020-06-03hugetlbfs: fix changes to command line processingMike Kravetz1-16/+4
2020-06-03hugetlbfs: clean up command line processingMike Kravetz3-44/+190
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz6-34/+17
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz8-109/+17
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz8-39/+103
2020-06-03khugepaged: introduce 'max_ptes_shared' tunableKirill A. Shutemov4-5/+140
2020-06-03thp: change CoW semantics for anon-THPKirill A. Shutemov1-225/+25
2020-06-03khugepaged: allow to collapse PTE-mapped compound pagesKirill A. Shutemov1-34/+65
2020-06-03khugepaged: allow to collapse a page shared across forkKirill A. Shutemov1-9/+37
2020-06-03khugepaged: drain LRU add pagevec after swapinKirill A. Shutemov1-0/+5
2020-06-03khugepaged: drain all LRU caches before scanning pagesKirill A. Shutemov1-0/+2
2020-06-03khugepaged: do not stop collapse if less than half PTEs are referencedKirill A. Shutemov1-16/+11
2020-06-03khugepaged: add self testKirill A. Shutemov3-0/+954
2020-06-03mm/page_alloc.c: add missing newlineChen Tao1-1/+1
2020-06-03padata: document multithreaded jobsDaniel Jordan1-10/+31
2020-06-03mm: make deferred init's max threads arch-specificDaniel Jordan3-5/+23
2020-06-03mm: parallelize deferred_init_memmap()Daniel Jordan2-9/+43
2020-06-03mm: don't track number of pages during deferred initializationDaniel Jordan1-4/+4
2020-06-03padata: add basic support for multithreaded jobsDaniel Jordan2-3/+178
2020-06-03padata: allocate work structures for parallel jobs from a poolDaniel Jordan2-48/+78
2020-06-03padata: initialize earlierDaniel Jordan3-9/+16