summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim2020-08-124-16/+32
* mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-128-19/+17
* mm/vmscan: make active/inactive ratio as 1:1 for anon lruJoonsoo Kim2020-08-121-1/+1
* mm/hugetlb: add mempolicy check in the reservation routineMuchun Song2020-08-122-5/+19
* mm: memcg: charge memcg percpu memory to the parent cgroupRoman Gushchin2020-08-121-4/+16
* mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin2020-08-122-1/+13
* mm: memcg/percpu: account percpu memory to memory cgroupsRoman Gushchin2020-08-125-40/+246
* percpu: return number of released bytes from pcpu_free_area()Roman Gushchin2020-08-121-3/+10
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-1/+1
|\
| * kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-0748-2257/+2704
|\ \
| * | mm: vmscan: consistent update to pgrefillShakeel Butt2020-08-071-1/+2
| * | mm/vmscan.c: fix typodylan-meiners2020-08-071-1/+1
| * | khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins2020-08-071-4/+1
| * | khugepaged: retract_page_tables() remember to test exitHugh Dickins2020-08-071-10/+14
| * | khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins2020-08-071-25/+19
| * | khugepaged: collapse_pte_mapped_thp() flush the right rangeHugh Dickins2020-08-071-1/+1
| * | mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu2020-08-071-14/+10
| * | mm: thp: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-071-2/+2
| * | mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim2020-08-071-10/+21
| * | mm/page_alloc.c: skip setting nodemask when we are in interruptMuchun Song2020-08-071-1/+5
| * | mm/page_alloc: fallbacks at most has 3 elementsWei Yang2020-08-071-1/+1
| * | mm/page_alloc: silence a KASAN false positiveQian Cai2020-08-071-0/+3
| * | mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_m...Wei Yang2020-08-071-10/+5
| * | mm/page_alloc.c: simplify pageblock bitmap accessWei Yang2020-08-071-7/+6
| * | mm/page_alloc.c: extract the common part in pfn_to_bitidx()Wei Yang2020-08-071-2/+1
| * | mm/shuffle: remove dynamic reconfigurationDavid Hildenbrand2020-08-072-43/+2
| * | mm/memory_hotplug: document why shuffle_zone() is relevantDavid Hildenbrand2020-08-071-0/+8
| * | mm/page_alloc: remove nr_free_pagecache_pages()David Hildenbrand2020-08-071-14/+2
| * | mm: remove vm_total_pagesDavid Hildenbrand2020-08-074-12/+4
| * | mm, page_alloc: skip ->waternark_boost for atomic order-0 allocationsCharan Teja Reddy2020-08-071-4/+20
| * | page_alloc: consider highatomic reserve in watermark fastJaewon Kim2020-08-071-30/+36
| * | mm, page_alloc: use unlikely() in task_capc()Vlastimil Babka2020-08-071-3/+2
| * | kasan: remove kasan_unpoison_stack_above_sp_to()Vincenzo Frascino2020-08-071-15/+0
| * | kasan: record and print the free trackWalter Wu2020-08-077-45/+80
| * | rcu: kasan: record and print call_rcu() call stackWalter Wu2020-08-074-7/+55
| * | mm/vmalloc.c: remove BUG() from the find_va_links()Uladzislau Rezki (Sony)2020-08-071-9/+32
| * | mm: vmalloc: remove redundant assignment in unmap_kernel_range_noflush()Mike Rapoport2020-08-071-1/+0
| * | mm/vmalloc: update the header about KVA reworkUladzislau Rezki (Sony)2020-08-071-0/+1
| * | mm/vmalloc: switch to "propagate()" callbackUladzislau Rezki (Sony)2020-08-071-19/+6
| * | mm/vmalloc: simplify augment_tree_propagate_check()Uladzislau Rezki (Sony)2020-08-071-34/+8
| * | mm/vmalloc: simplify merge_or_add_vmap_area()Uladzislau Rezki (Sony)2020-08-071-11/+14
| * | vmalloc: convert to XArrayMatthew Wilcox (Oracle)2020-08-071-29/+11
| * | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-073-29/+13
| * | mm/sparse: only sub-section aligned range would be populatedWei Yang2020-08-071-14/+6
| * | mm/sparse: never partially remove memmap for early sectionWei Yang2020-08-071-3/+7
| * | mm/mremap: start addresses are properly alignedWei Yang2020-08-072-6/+0
| * | mm/mremap: calculate extent in one placeWei Yang2020-08-071-3/+3
| * | mm/mremap: it is sure to have enough space when extent meets requirementWei Yang2020-08-072-11/+6
| * | mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne2020-08-074-14/+14