aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2020-08-12mm: proactive compactionNitin Gupta
2020-08-12mm/vmscan: restore active/inactive ratio for anonymous LRUJoonsoo Kim
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim
2020-08-12mm/swapcache: support to handle the shadow entriesJoonsoo Kim
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim
2020-08-12mm/vmscan: make active/inactive ratio as 1:1 for anon lruJoonsoo Kim
2020-08-12mm/hugetlb: add mempolicy check in the reservation routineMuchun Song
2020-08-12mm: memcg: charge memcg percpu memory to the parent cgroupRoman Gushchin
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin
2020-08-12mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin
2020-08-12percpu: return number of released bytes from pcpu_free_area()Roman Gushchin
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm: vmscan: consistent update to pgrefillShakeel Butt
2020-08-07mm/vmscan.c: fix typodylan-meiners
2020-08-07khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins
2020-08-07khugepaged: retract_page_tables() remember to test exitHugh Dickins
2020-08-07khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins
2020-08-07khugepaged: collapse_pte_mapped_thp() flush the right rangeHugh Dickins
2020-08-07mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu
2020-08-07mm: thp: replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-07mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim
2020-08-07mm/page_alloc.c: skip setting nodemask when we are in interruptMuchun Song
2020-08-07mm/page_alloc: fallbacks at most has 3 elementsWei Yang
2020-08-07mm/page_alloc: silence a KASAN false positiveQian Cai
2020-08-07mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_m...Wei Yang
2020-08-07mm/page_alloc.c: simplify pageblock bitmap accessWei Yang
2020-08-07mm/page_alloc.c: extract the common part in pfn_to_bitidx()Wei Yang
2020-08-07mm/shuffle: remove dynamic reconfigurationDavid Hildenbrand
2020-08-07mm/memory_hotplug: document why shuffle_zone() is relevantDavid Hildenbrand
2020-08-07mm/page_alloc: remove nr_free_pagecache_pages()David Hildenbrand
2020-08-07mm: remove vm_total_pagesDavid Hildenbrand
2020-08-07mm, page_alloc: skip ->waternark_boost for atomic order-0 allocationsCharan Teja Reddy
2020-08-07page_alloc: consider highatomic reserve in watermark fastJaewon Kim
2020-08-07mm, page_alloc: use unlikely() in task_capc()Vlastimil Babka
2020-08-07kasan: remove kasan_unpoison_stack_above_sp_to()Vincenzo Frascino
2020-08-07kasan: record and print the free trackWalter Wu
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu
2020-08-07mm/vmalloc.c: remove BUG() from the find_va_links()Uladzislau Rezki (Sony)
2020-08-07mm: vmalloc: remove redundant assignment in unmap_kernel_range_noflush()Mike Rapoport
2020-08-07mm/vmalloc: update the header about KVA reworkUladzislau Rezki (Sony)
2020-08-07mm/vmalloc: switch to "propagate()" callbackUladzislau Rezki (Sony)
2020-08-07mm/vmalloc: simplify augment_tree_propagate_check()Uladzislau Rezki (Sony)
2020-08-07mm/vmalloc: simplify merge_or_add_vmap_area()Uladzislau Rezki (Sony)
2020-08-07vmalloc: convert to XArrayMatthew Wilcox (Oracle)
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-08-07mm/sparse: only sub-section aligned range would be populatedWei Yang
2020-08-07mm/sparse: never partially remove memmap for early sectionWei Yang
2020-08-07mm/mremap: start addresses are properly alignedWei Yang