aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29mm: remove CONFIG_DISCONTIGMEMMike Rapoport2-35/+3
2021-06-29mm/page_alloc: move free_the_pageMel Gorman1-8/+8
2021-06-29mm/page_alloc: fix counting of managed_pagesLiu Shixin1-6/+6
2021-06-29mm/page_alloc: improve memmap_pages dbg msgDong Aisheng1-1/+1
2021-06-29mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman1-7/+62
2021-06-29mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeMel Gorman2-1/+53
2021-06-29mm/page_alloc: scale the number of pages that are batch freedMel Gorman1-2/+39
2021-06-29mm/page_alloc: adjust pcp->high after CPU hotplug eventsMel Gorman2-12/+28
2021-06-29mm/page_alloc: disassociate the pcp->high from pcp->batchMel Gorman2-21/+47
2021-06-29mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman1-51/+4
2021-06-29mm: page_alloc: dump migrate-failed pages only at -EBUSYMinchan Kim1-1/+2
2021-06-29mm/page_alloc: update PGFREE outside the zone lock in __free_pages_okMel Gorman1-1/+2
2021-06-29mm/page_alloc: avoid conflating IRQs disabled with zone->lockMel Gorman1-26/+49
2021-06-29mm/page_alloc: explicitly acquire the zone lock in __free_pages_okMel Gorman1-8/+8
2021-06-29mm/page_alloc: reduce duration that IRQs are disabled for VM countersMel Gorman1-6/+6
2021-06-29mm/page_alloc: batch the accounting updates in the bulk allocatorMel Gorman1-17/+13
2021-06-29mm/vmstat: inline NUMA event counter updatesMel Gorman1-9/+0
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman3-113/+74
2021-06-29mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman1-15/+46
2021-06-29mm/page_alloc: split per cpu page lists and zone statsMel Gorman2-84/+99
2021-06-29mm/page_alloc: switch to pr_debugHeiner Kallweit1-10/+6
2021-06-29mm: constify get_pfnblock_flags_mask and get_pfnblock_migratetypeMatthew Wilcox (Oracle)1-6/+7
2021-06-29mm/page_owner: constify dump_page_ownerMatthew Wilcox (Oracle)1-1/+1
2021-06-29mm/debug: factor PagePoisoned out of __dump_pageMatthew Wilcox (Oracle)1-18/+7
2021-06-29mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attemptAaron Tomlin1-0/+3
2021-06-29mm: make __dump_page staticMatthew Wilcox (Oracle)2-3/+2
2021-06-29kasan: add memory corruption identification support for hardware tag-based modeKuan-Ying Lee1-1/+1
2021-06-29kasan: integrate the common part of two KASAN tag-based modesKuan-Ying Lee7-113/+112
2021-06-29kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFYKuan-Ying Lee3-5/+5
2021-06-29kasan: use MAX_PTRS_PER_* for early shadow tablesDaniel Axtens1-3/+3
2021-06-29kasan: allow architectures to provide an outline readiness checkDaniel Axtens4-0/+18
2021-06-29kasan: use dump_stack_lvl(KERN_ERR) to print stacksAlexander Potapenko1-3/+3
2021-06-29mm: vmalloc: add cond_resched() in __vunmap()Rafael Aquini1-0/+1
2021-06-29mm/vmalloc: fallback to a single page allocatorUladzislau Rezki1-29/+52
2021-06-29mm/vmalloc: remove quoted strings split across linesUladzislau Rezki (Sony)1-12/+9
2021-06-29mm/vmalloc: print a warning message first on failureUladzislau Rezki (Sony)1-1/+1
2021-06-29mm/vmalloc: switch to bulk allocator in __vmalloc_area_node()Uladzislau Rezki (Sony)1-34/+42
2021-06-29mm/dmapool: use DEVICE_ATTR_RO macroYueHaibing1-3/+2
2021-06-29mm/mempolicy: use vma_lookup() in __access_remote_vm()Liam Howlett1-1/+1
2021-06-29mm/memory.c: use vma_lookup() in __access_remote_vm()Liam Howlett1-2/+2
2021-06-29mm/mremap: use vma_lookup() in vma_to_resize()Liam Howlett1-2/+3
2021-06-29mm/migrate: use vma_lookup() in do_pages_stat_array()Liam Howlett1-2/+2
2021-06-29mm/ksm: use vma_lookup() in find_mergeable_vma()Liam Howlett1-4/+2
2021-06-29mm/memory.c: fix comment of finish_mkwrite_fault()Liu Xiang1-1/+1
2021-06-29mm/mmap: use find_vma_intersection() in do_mmap() for overlapLiam Howlett1-3/+1
2021-06-29mm/mmap: introduce unlock_range() for code cleanupLiam Howlett1-19/+20
2021-06-29mm/mmap.c: logic of find_vma_intersection repeated in __do_munmapGonzalo Matias Juarez Tello1-7/+2
2021-06-29mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()David Hildenbrand2-2/+2
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg1-0/+1
2021-06-29mm: charge active memcg when no mm is setDan Schatzberg3-17/+30