summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds48-2257/+2704
2020-08-07mm: vmscan: consistent update to pgrefillShakeel Butt1-1/+2
2020-08-07mm/vmscan.c: fix typodylan-meiners1-1/+1
2020-08-07khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins1-4/+1
2020-08-07khugepaged: retract_page_tables() remember to test exitHugh Dickins1-10/+14
2020-08-07khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins1-25/+19
2020-08-07khugepaged: collapse_pte_mapped_thp() flush the right rangeHugh Dickins1-1/+1
2020-08-07mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu1-14/+10
2020-08-07mm: thp: replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-08-07mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim1-10/+21
2020-08-07mm/page_alloc.c: skip setting nodemask when we are in interruptMuchun Song1-1/+5
2020-08-07mm/page_alloc: fallbacks at most has 3 elementsWei Yang1-1/+1
2020-08-07mm/page_alloc: silence a KASAN false positiveQian Cai1-0/+3
2020-08-07mm/page_alloc.c: remove unnecessary end_bitidx for [set|get]_pfnblock_flags_m...Wei Yang1-10/+5
2020-08-07mm/page_alloc.c: simplify pageblock bitmap accessWei Yang1-7/+6
2020-08-07mm/page_alloc.c: extract the common part in pfn_to_bitidx()Wei Yang1-2/+1
2020-08-07mm/shuffle: remove dynamic reconfigurationDavid Hildenbrand2-43/+2
2020-08-07mm/memory_hotplug: document why shuffle_zone() is relevantDavid Hildenbrand1-0/+8
2020-08-07mm/page_alloc: remove nr_free_pagecache_pages()David Hildenbrand1-14/+2
2020-08-07mm: remove vm_total_pagesDavid Hildenbrand4-12/+4
2020-08-07mm, page_alloc: skip ->waternark_boost for atomic order-0 allocationsCharan Teja Reddy1-4/+20
2020-08-07page_alloc: consider highatomic reserve in watermark fastJaewon Kim1-30/+36
2020-08-07mm, page_alloc: use unlikely() in task_capc()Vlastimil Babka1-3/+2
2020-08-07kasan: remove kasan_unpoison_stack_above_sp_to()Vincenzo Frascino1-15/+0
2020-08-07kasan: record and print the free trackWalter Wu7-45/+80
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu4-7/+55
2020-08-07mm/vmalloc.c: remove BUG() from the find_va_links()Uladzislau Rezki (Sony)1-9/+32
2020-08-07mm: vmalloc: remove redundant assignment in unmap_kernel_range_noflush()Mike Rapoport1-1/+0
2020-08-07mm/vmalloc: update the header about KVA reworkUladzislau Rezki (Sony)1-0/+1
2020-08-07mm/vmalloc: switch to "propagate()" callbackUladzislau Rezki (Sony)1-19/+6
2020-08-07mm/vmalloc: simplify augment_tree_propagate_check()Uladzislau Rezki (Sony)1-34/+8
2020-08-07mm/vmalloc: simplify merge_or_add_vmap_area()Uladzislau Rezki (Sony)1-11/+14
2020-08-07vmalloc: convert to XArrayMatthew Wilcox (Oracle)1-29/+11
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport3-29/+13
2020-08-07mm/sparse: only sub-section aligned range would be populatedWei Yang1-14/+6
2020-08-07mm/sparse: never partially remove memmap for early sectionWei Yang1-3/+7
2020-08-07mm/mremap: start addresses are properly alignedWei Yang2-6/+0
2020-08-07mm/mremap: calculate extent in one placeWei Yang1-3/+3
2020-08-07mm/mremap: it is sure to have enough space when extent meets requirementWei Yang2-11/+6
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne4-14/+14
2020-08-07mm: mmap: merge vma after call_mmap() if possibleMiaohe Lin1-1/+21
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual1-15/+13
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual1-5/+11
2020-08-07mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang2-6/+57
2020-08-07mm/util.c: make vm_memory_committed() more accurateFeng Tang1-1/+6
2020-08-07mm/mmap: optimize a branch judgment in ksys_mmap_pgoff()Zhen Lei1-3/+4
2020-08-07mm: move p?d_alloc_track to separate header fileJoerg Roedel3-0/+54
2020-08-07mm: move lib/ioremap.c to mm/Mike Rapoport2-1/+288
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-1/+1
2020-08-07mm/memory.c: make remap_pfn_range() reject unaligned addrAlex Zhang1-1/+4