summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds2021-07-016-186/+338
|\
| * percpu: optimize locking in pcpu_balance_workfn()Roman Gushchin2021-06-171-12/+29
| * percpu: initialize best_upa variableDennis Zhou2021-06-141-0/+2
| * percpu: rework memcg accountingRoman Gushchin2021-06-055-172/+76
| * mm, memcg: introduce mem_cgroup_kmem_disabled()Roman Gushchin2021-06-051-0/+5
| * mm, memcg: mark cgroup_memory_nosocket, nokmem and noswap as __ro_after_initRoman Gushchin2021-06-051-3/+3
| * percpu: make symbol 'pcpu_free_slot' staticWei Yongjun2021-05-141-1/+1
| * percpu: implement partial chunk depopulationRoman Gushchin2021-04-215-20/+211
| * percpu: use pcpu_free_slot instead of pcpu_nr_slots - 1Dennis Zhou2021-04-211-6/+8
| * percpu: factor out pcpu_check_block_hint()Roman Gushchin2021-04-211-7/+23
| * percpu: split __pcpu_balance_workfn()Roman Gushchin2021-04-161-17/+29
| * percpu: fix a comment about the chunks orderingRoman Gushchin2021-04-161-1/+4
* | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-5/+0
|\ \
| * | block_dump: remove block_dump featurezhangyi (F)2021-05-241-5/+0
* | | 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