summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry2021-06-303-59/+41
* mm/vmalloc: enable mapping of huge pages at pte level in vmallocChristophe Leroy2021-06-301-6/+7
* mm/vmalloc: enable mapping of huge pages at pte level in vmapChristophe Leroy2021-06-301-3/+18
* mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2021-06-302-3/+7
* mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin2021-06-301-1/+1
* mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmdMiaohe Lin2021-06-301-3/+0
* mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-06-303-6/+12
* mm/huge_memory.c: use page->deferred_listMiaohe Lin2021-06-301-2/+2
* mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...Shixin Liu2021-06-301-3/+3
* mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...Shixin Liu2021-06-301-52/+39
* mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song2021-06-303-4/+40
* mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabledMuchun Song2021-06-301-0/+1
* mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song2021-06-301-0/+24
* mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song2021-06-305-17/+201
* mm: hugetlb: defer freeing of HugeTLB pagesMuchun Song2021-06-303-19/+93
* mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song2021-06-305-12/+443
* mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song2021-06-304-116/+129
* 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