summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-07396-3399/+4868
|\
| * 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-072-17/+22
| * 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-073-17/+9
| * mm/page_alloc.c: simplify pageblock bitmap accessWei Yang2020-08-072-22/+13
| * mm/page_alloc.c: extract the common part in pfn_to_bitidx()Wei Yang2020-08-071-2/+1
| * mm/page_alloc.c: replace the definition of NR_MIGRATETYPE_BITS with PB_migrat...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-072-15/+2
| * mm: remove vm_total_pagesDavid Hildenbrand2020-08-075-13/+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: adjust kasan_stack_oob for tag-based modeAndrey Konovalov2020-08-071-1/+1
| * kasan: allow enabling stack tagging for tag-based modeAndrey Konovalov2020-08-071-1/+2
| * kasan, arm64: don't instrument functions that enable kasanAndrey Konovalov2020-08-072-2/+2
| * efi: provide empty efi_enter_virtual_mode implementationAndrey Konovalov2020-08-071-0/+4
| * kasan: don't tag stacks allocated with pageallocAndrey Konovalov2020-08-071-1/+2
| * lib/test_kasan.c: fix KASAN unit tests for tag-based KASANWalter Wu2020-08-071-17/+32
| * kasan: remove kasan_unpoison_stack_above_sp_to()Vincenzo Frascino2020-08-072-17/+0
| * kasan: update documentation for generic kasanWalter Wu2020-08-071-0/+3
| * kasan: add tests for call_rcu stack recordingWalter Wu2020-08-071-0/+30
| * kasan: record and print the free trackWalter Wu2020-08-077-45/+80
| * rcu: kasan: record and print call_rcu() call stackWalter Wu2020-08-076-7/+59
| * kasan: update required compiler versions in documentationMarco Elver2020-08-072-14/+17
| * kasan: improve and simplify Kconfig.kasanMarco Elver2020-08-071-7/+8
| * 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-0723-101/+19
| * 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
| * selftests: add mincore() testsRicardo CaƱuelo2020-08-074-0/+370
| * mm/mremap: start addresses are properly alignedWei Yang2020-08-072-6/+0
| * mm/mremap: calculate extent in one placeWei Yang2020-08-071-3/+3