summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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/page_alloc.c: replace the definition of NR_MIGRATETYPE_BITS with PB_migrat...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: adjust kasan_stack_oob for tag-based modeAndrey Konovalov
2020-08-07kasan: allow enabling stack tagging for tag-based modeAndrey Konovalov
2020-08-07kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov
2020-08-07efi: provide empty efi_enter_virtual_mode implementationAndrey Konovalov
2020-08-07kasan: don't tag stacks allocated with pageallocAndrey Konovalov
2020-08-07lib/test_kasan.c: fix KASAN unit tests for tag-based KASANWalter Wu
2020-08-07kasan: remove kasan_unpoison_stack_above_sp_to()Vincenzo Frascino
2020-08-07kasan: update documentation for generic kasanWalter Wu
2020-08-07kasan: add tests for call_rcu stack recordingWalter Wu
2020-08-07kasan: record and print the free trackWalter Wu
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu
2020-08-07kasan: update required compiler versions in documentationMarco Elver
2020-08-07kasan: improve and simplify Kconfig.kasanMarco Elver
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-07selftests: add mincore() testsRicardo CaƱuelo
2020-08-07mm/mremap: start addresses are properly alignedWei Yang
2020-08-07mm/mremap: calculate extent in one placeWei Yang