summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-2957-1292/+2245
|\
| * mm,hwpoison: make get_hwpoison_page() call get_any_page()Naoya Horiguchi2021-06-292-85/+111
| * mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi2021-06-291-1/+149
| * mm/page_alloc: split pcp->high across all online CPUs for cpuless nodesMel Gorman2021-06-291-5/+9
| * mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman2021-06-293-48/+125
| * mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport2021-06-293-8/+4
| * mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-295-19/+9
| * mm: remove CONFIG_DISCONTIGMEMMike Rapoport2021-06-292-35/+3
| * mm/page_alloc: move free_the_pageMel Gorman2021-06-291-8/+8
| * mm/page_alloc: fix counting of managed_pagesLiu Shixin2021-06-291-6/+6
| * mm/page_alloc: improve memmap_pages dbg msgDong Aisheng2021-06-291-1/+1
| * mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman2021-06-291-7/+62
| * mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeMel Gorman2021-06-292-1/+53
| * mm/page_alloc: scale the number of pages that are batch freedMel Gorman2021-06-291-2/+39
| * mm/page_alloc: adjust pcp->high after CPU hotplug eventsMel Gorman2021-06-292-12/+28
| * mm/page_alloc: disassociate the pcp->high from pcp->batchMel Gorman2021-06-292-21/+47
| * mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman2021-06-291-51/+4
| * mm: page_alloc: dump migrate-failed pages only at -EBUSYMinchan Kim2021-06-291-1/+2
| * mm/page_alloc: update PGFREE outside the zone lock in __free_pages_okMel Gorman2021-06-291-1/+2
| * mm/page_alloc: avoid conflating IRQs disabled with zone->lockMel Gorman2021-06-291-26/+49
| * mm/page_alloc: explicitly acquire the zone lock in __free_pages_okMel Gorman2021-06-291-8/+8
| * mm/page_alloc: reduce duration that IRQs are disabled for VM countersMel Gorman2021-06-291-6/+6
| * mm/page_alloc: batch the accounting updates in the bulk allocatorMel Gorman2021-06-291-17/+13
| * mm/vmstat: inline NUMA event counter updatesMel Gorman2021-06-291-9/+0
| * mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman2021-06-293-113/+74
| * mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman2021-06-291-15/+46
| * mm/page_alloc: split per cpu page lists and zone statsMel Gorman2021-06-292-84/+99
| * mm/page_alloc: switch to pr_debugHeiner Kallweit2021-06-291-10/+6
| * mm: constify get_pfnblock_flags_mask and get_pfnblock_migratetypeMatthew Wilcox (Oracle)2021-06-291-6/+7
| * mm/page_owner: constify dump_page_ownerMatthew Wilcox (Oracle)2021-06-291-1/+1
| * mm/debug: factor PagePoisoned out of __dump_pageMatthew Wilcox (Oracle)2021-06-291-18/+7
| * mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attemptAaron Tomlin2021-06-291-0/+3
| * mm: make __dump_page staticMatthew Wilcox (Oracle)2021-06-292-3/+2
| * kasan: add memory corruption identification support for hardware tag-based modeKuan-Ying Lee2021-06-291-1/+1
| * kasan: integrate the common part of two KASAN tag-based modesKuan-Ying Lee2021-06-297-113/+112
| * kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFYKuan-Ying Lee2021-06-293-5/+5
| * kasan: use MAX_PTRS_PER_* for early shadow tablesDaniel Axtens2021-06-291-3/+3
| * kasan: allow architectures to provide an outline readiness checkDaniel Axtens2021-06-294-0/+18
| * kasan: use dump_stack_lvl(KERN_ERR) to print stacksAlexander Potapenko2021-06-291-3/+3
| * mm: vmalloc: add cond_resched() in __vunmap()Rafael Aquini2021-06-291-0/+1
| * mm/vmalloc: fallback to a single page allocatorUladzislau Rezki2021-06-291-29/+52
| * mm/vmalloc: remove quoted strings split across linesUladzislau Rezki (Sony)2021-06-291-12/+9
| * mm/vmalloc: print a warning message first on failureUladzislau Rezki (Sony)2021-06-291-1/+1
| * mm/vmalloc: switch to bulk allocator in __vmalloc_area_node()Uladzislau Rezki (Sony)2021-06-291-34/+42
| * mm/dmapool: use DEVICE_ATTR_RO macroYueHaibing2021-06-291-3/+2
| * mm/mempolicy: use vma_lookup() in __access_remote_vm()Liam Howlett2021-06-291-1/+1
| * mm/memory.c: use vma_lookup() in __access_remote_vm()Liam Howlett2021-06-291-2/+2
| * mm/mremap: use vma_lookup() in vma_to_resize()Liam Howlett2021-06-291-2/+3
| * mm/migrate: use vma_lookup() in do_pages_stat_array()Liam Howlett2021-06-291-2/+2
| * mm/ksm: use vma_lookup() in find_mergeable_vma()Liam Howlett2021-06-291-4/+2