summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mm: mmap: merge vma after call_mmap() if possibleMiaohe Lin2020-08-071-1/+21
| * | mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual2020-08-071-15/+13
| * | mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual2020-08-071-5/+11
| * | mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang2020-08-072-6/+57
| * | mm/util.c: make vm_memory_committed() more accurateFeng Tang2020-08-071-1/+6
| * | mm/mmap: optimize a branch judgment in ksys_mmap_pgoff()Zhen Lei2020-08-071-3/+4
| * | mm: move p?d_alloc_track to separate header fileJoerg Roedel2020-08-073-0/+54
| * | mm: move lib/ioremap.c to mm/Mike Rapoport2020-08-072-1/+288