summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-30259-2804/+3757
|\
| * 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-293-3/+165
| * 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-294-49/+144
| * mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport2021-06-295-11/+7
| * mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-2936-69/+59
| * docs: remove description of DISCONTIGMEMMike Rapoport2021-06-292-49/+8
| * arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport2021-06-297-27/+6
| * mm: remove CONFIG_DISCONTIGMEMMike Rapoport2021-06-294-71/+12
| * m68k: remove support for DISCONTIGMEMMike Rapoport2021-06-295-76/+1
| * arc: remove support for DISCONTIGMEMMike Rapoport2021-06-293-61/+0
| * arc: update comment about HIGHMEM implementationMike Rapoport2021-06-291-8/+5
| * alpha: remove DISCONTIGMEM and NUMAMike Rapoport2021-06-2915-540/+4
| * 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: drop SECTION_SHIFT in code commentsDong Aisheng2021-06-291-2/+0
| * mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman2021-06-294-7/+94
| * mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeMel Gorman2021-06-293-1/+54
| * mm/page_alloc: scale the number of pages that are batch freedMel Gorman2021-06-292-3/+41
| * mm/page_alloc: adjust pcp->high after CPU hotplug eventsMel Gorman2021-06-293-13/+29
| * 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-294-81/+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-292-17/+21
| * mm/vmstat: inline NUMA event counter updatesMel Gorman2021-06-292-10/+9
| * mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman2021-06-296-148/+113
| * mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman2021-06-293-15/+51
| * mm/page_alloc: split per cpu page lists and zone statsMel Gorman2021-06-294-96/+113
| * kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21Andrii Nakryiko2021-06-291-0/+4
| * mm/page_alloc: switch to pr_debugHeiner Kallweit2021-06-291-10/+6
| * mm: optimise nth_page for contiguous memmapMatthew Wilcox (Oracle)2021-06-291-0/+4
| * mm: constify page_count and page_ref_countMatthew Wilcox (Oracle)2021-06-291-2/+2
| * mm: constify get_pfnblock_flags_mask and get_pfnblock_migratetypeMatthew Wilcox (Oracle)2021-06-292-7/+8
| * mm: make compound_head const-preservingMatthew Wilcox (Oracle)2021-06-291-5/+5
| * mm/page_owner: constify dump_page_ownerMatthew Wilcox (Oracle)2021-06-292-4/+4
| * 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-293-5/+3
| * mm/mmzone.h: simplify is_highmem_idx()Mike Rapoport2021-06-291-12/+1
| * mm: report which part of mem is being freed on initmem caseJungseung Lee2021-06-291-1/+1
| * kasan: add memory corruption identification support for hardware tag-based modeKuan-Ying Lee2021-06-292-2/+2
| * 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-294-6/+6
| * kasan: use MAX_PTRS_PER_* for early shadow tablesDaniel Axtens2021-06-292-6/+6