summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner
2020-06-03mm: memcontrol: fix stat-corrupting race in charge movingJohannes Weiner
2020-06-03mm: fix NUMA node file count error in replace_page_cache()Johannes Weiner
2020-06-03mm/vmscan: update the comment of should_continue_reclaim()Qiwu Chen
2020-06-03mm/vmscan.c: change prototype for shrink_page_listManinder Singh
2020-06-03mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim
2020-06-03mm/vmscan.c: use update_lru_size() in update_lru_sizes()Wei Yang
2020-06-03mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)
2020-06-03mm/hugetlb: avoid unnecessary check on pud and pmd entry in huge_pte_offsetLi Xinhai
2020-06-03hugetlbfs: fix changes to command line processingMike Kravetz
2020-06-03hugetlbfs: clean up command line processingMike Kravetz
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz
2020-06-03khugepaged: introduce 'max_ptes_shared' tunableKirill A. Shutemov
2020-06-03thp: change CoW semantics for anon-THPKirill A. Shutemov
2020-06-03khugepaged: allow to collapse PTE-mapped compound pagesKirill A. Shutemov
2020-06-03khugepaged: allow to collapse a page shared across forkKirill A. Shutemov
2020-06-03khugepaged: drain LRU add pagevec after swapinKirill A. Shutemov
2020-06-03khugepaged: drain all LRU caches before scanning pagesKirill A. Shutemov
2020-06-03khugepaged: do not stop collapse if less than half PTEs are referencedKirill A. Shutemov
2020-06-03mm/page_alloc.c: add missing newlineChen Tao
2020-06-03mm: make deferred init's max threads arch-specificDaniel Jordan
2020-06-03mm: parallelize deferred_init_memmap()Daniel Jordan
2020-06-03mm: don't track number of pages during deferred initializationDaniel Jordan
2020-06-03mm: call cond_resched() from deferred_init_memmap()Pavel Tatashin
2020-06-03mm: initialize deferred pages with interrupts enabledPavel Tatashin
2020-06-03mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred...Daniel Jordan
2020-06-03mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual
2020-06-03mm, page_alloc: reset the zone->watermark_boost earlyCharan Teja Reddy
2020-06-03mm/page_alloc.c: reset numa stats for boot pagesetsSandipan Das
2020-06-03mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang
2020-06-03mm/page_alloc.c: use NODE_MASK_NONE in build_zonelists()Wei Yang
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim
2020-06-03mm/page_alloc: use ac->high_zoneidx for classzone_idxJoonsoo Kim
2020-06-03mm/vmstat.c: do not show lowmem reserve protection information of empty zoneBaoquan He
2020-06-03mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is emptyBaoquan He
2020-06-03mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changi...Baoquan He
2020-06-03mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He
2020-06-03mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocationsRoman Gushchin
2020-06-03mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_...Wei Yang
2020-06-03mm/page_alloc.c: rename free_pages_check() to check_free_page()Wei Yang
2020-06-03mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad()Wei Yang
2020-06-03mm/page_alloc.c: bad_flags is not necessary for bad_page()Wei Yang
2020-06-03mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoisonWei Yang
2020-06-03mm: simplify find_min_pfn_with_active_regions()Mike Rapoport
2020-06-03mm: clean up free_area_init_node() and its helpersMike Rapoport
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport
2020-06-03mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport
2020-06-03mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport