summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabledMuchun Song2021-07-012-0/+9
* mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song2021-07-015-2/+69
* mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song2021-07-019-17/+227
* mm: hugetlb: defer freeing of HugeTLB pagesMuchun Song2021-07-013-19/+93
* mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song2021-07-017-13/+473
* mm: hugetlb: gather discrete indexes of tail pageMuchun Song2021-07-012-10/+30
* mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAPMuchun Song2021-07-012-1/+6
* mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song2021-07-018-144/+172
* 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