summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-15mm,hwpoison: take free pages off the buddy freelistsOscar Salvador1-16/+30
2020-12-15mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount pageOscar Salvador1-2/+22
2020-12-15mm/page_alloc: speed up the iteration of max_orderMuchun Song1-4/+4
2020-12-15mm: page_alloc: refactor setup_per_zone_lowmem_reserve()Lorenzo Stoakes1-21/+14
2020-12-15init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT setLin Feng2-2/+3
2020-12-15mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1David Hildenbrand1-3/+3
2020-12-15mm/page_alloc: mark some symbols with static keywordZou Wei1-2/+2
2020-12-15mm/page_alloc: add __free_pages() documentationMatthew Wilcox (Oracle)1-0/+20
2020-12-15mm/page-flags: fix commentMatthew Wilcox (Oracle)1-2/+1
2020-12-15include/linux/page-flags.h: remove unused __[Set|Clear]PagePrivateMiaohe Lin1-2/+1
2020-12-15mm, page_alloc: disable pcplists during memory offlineVlastimil Babka4-31/+78
2020-12-15mm, page_alloc: move draining pcplists to page isolation usersVlastimil Babka3-10/+13
2020-12-15mm, page_alloc: cache pageset high and batch in struct zoneVlastimil Babka2-2/+20
2020-12-15mm, page_alloc: simplify pageset_update()Vlastimil Babka1-22/+18
2020-12-15mm, page_alloc: remove setup_pageset()Vlastimil Babka1-7/+10
2020-12-15mm, page_alloc: calculate pageset high and batch once per zoneVlastimil Babka1-24/+18
2020-12-15mm, page_alloc: clean up pageset high and batch updateVlastimil Babka1-29/+20
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport8-13/+39
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport12-26/+26
2020-12-15PM: hibernate: make direct map manipulations more explicitMike Rapoport2-14/+36
2020-12-15mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport4-7/+19
2020-12-15m68k: deprecate DISCONTIGMEMMike Rapoport1-1/+25
2020-12-15m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEMMike Rapoport5-9/+10
2020-12-15m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEMMike Rapoport4-6/+6
2020-12-15arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport3-11/+41
2020-12-15arm, arm64: move free_unused_memmap() to generic mmMike Rapoport6-152/+85
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport13-66/+3
2020-12-15ia64: make SPARSEMEM default and disable DISCONTIGMEMMike Rapoport1-3/+3
2020-12-15ia64: forbid using VIRTUAL_MEM_MAP with FLATMEMMike Rapoport4-44/+22
2020-12-15ia64: split virtual map initialization out of paging_init()Mike Rapoport2-31/+40
2020-12-15ia64: discontig: paging_init(): remove local max_pfn calculationMike Rapoport1-4/+1
2020-12-15ia64: remove 'ifdef CONFIG_ZONE_DMA32' statementsMike Rapoport2-4/+0
2020-12-15ia64: remove custom __early_pfn_to_nid()Mike Rapoport5-51/+12
2020-12-15alpha: switch from DISCONTIGMEM to SPARSEMEMMike Rapoport6-22/+38
2020-12-15lkdtm: disable KASAN for rodata.oMarco Elver1-0/+1
2020-12-15kasan: update documentation for generic kasanWalter Wu1-2/+3
2020-12-15lib/test_kasan.c: add workqueue test caseWalter Wu1-0/+29
2020-12-15kasan: print workqueue stackWalter Wu2-5/+2
2020-12-15workqueue: kasan: record workqueue stackWalter Wu1-0/+3
2020-12-15mm/vmalloc.c: fix kasan shadow poisoning sizeVincenzo Frascino1-1/+1
2020-12-15docs/vm: remove unused 3 items explanation for /proc/vmstatAlex Shi1-15/+0
2020-12-15mm/vmalloc: Fix unlock order in s_stop()Waiman Long1-2/+2
2020-12-15mm/vmalloc.c: remove unnecessary return statementBaolin Wang1-1/+0
2020-12-15mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverseAlex Shi1-0/+1
2020-12-15mm/vmalloc: rework the drain logicUladzislau Rezki (Sony)2-45/+53
2020-12-15mm/vmalloc: use free_vm_area() if an allocation failsUladzislau Rezki (Sony)1-2/+1
2020-12-15mm/vmalloc.c:__vmalloc_area_node(): avoid 32-bit overflowAndrew Morton1-1/+3
2020-12-15locking/selftests: add testcases for fs_reclaimDaniel Vetter1-0/+47
2020-12-15mm: extract might_alloc() debug checkDaniel Vetter3-8/+19
2020-12-15mm: track mmu notifiers in fs_reclaim_acquire/releaseDaniel Vetter2-18/+20