summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * hugetlb: fix an error code in hugetlb_reserve_pages()Dan Carpenter2020-12-151-0/+1
| * mm,hugetlb: remove unneeded initializationOscar Salvador2020-12-151-2/+0
| * mm: hugetlb: fix type of delta parameter and related local variables in gathe...Liu Xiang2020-12-151-3/+4
| * khugepaged: add parameter explanations for kernel-doc markupAlex Shi2020-12-151-1/+13
| * include/linux/huge_mm.h: remove extern keywordRalph Campbell2020-12-151-52/+41
| * mm/hugetlb.c: just use put_page_testzero() instead of page_count()Hui Su2020-12-151-2/+1
| * mm,hwpoison: return -EBUSY when migration failsOscar Salvador2020-12-151-3/+3
| * mm,memory_failure: always pin the page in madvise_inject_errorOscar Salvador2020-12-152-8/+7
| * mm,hwpoison: remove drain_all_pages from shake_pageOscar Salvador2020-12-151-5/+2
| * mm,hwpoison: disable pcplists before grabbing a refcountOscar Salvador2020-12-151-67/+65
| * mm,hwpoison: refactor get_any_pageOscar Salvador2020-12-151-57/+42
| * mm,hwpoison: drop unneeded pcplist drainingOscar Salvador2020-12-151-5/+0
| * mm,hwpoison: take free pages off the buddy freelistsOscar Salvador2020-12-151-16/+30
| * mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount pageOscar Salvador2020-12-151-2/+22
| * mm/page_alloc: speed up the iteration of max_orderMuchun Song2020-12-151-4/+4
| * mm: page_alloc: refactor setup_per_zone_lowmem_reserve()Lorenzo Stoakes2020-12-151-21/+14
| * init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT setLin Feng2020-12-152-2/+3
| * mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1David Hildenbrand2020-12-151-3/+3
| * mm/page_alloc: mark some symbols with static keywordZou Wei2020-12-151-2/+2
| * mm/page_alloc: add __free_pages() documentationMatthew Wilcox (Oracle)2020-12-151-0/+20
| * mm/page-flags: fix commentMatthew Wilcox (Oracle)2020-12-151-2/+1
| * include/linux/page-flags.h: remove unused __[Set|Clear]PagePrivateMiaohe Lin2020-12-151-2/+1
| * mm, page_alloc: disable pcplists during memory offlineVlastimil Babka2020-12-154-31/+78
| * mm, page_alloc: move draining pcplists to page isolation usersVlastimil Babka2020-12-153-10/+13
| * mm, page_alloc: cache pageset high and batch in struct zoneVlastimil Babka2020-12-152-2/+20
| * mm, page_alloc: simplify pageset_update()Vlastimil Babka2020-12-151-22/+18
| * mm, page_alloc: remove setup_pageset()Vlastimil Babka2020-12-151-7/+10
| * mm, page_alloc: calculate pageset high and batch once per zoneVlastimil Babka2020-12-151-24/+18
| * mm, page_alloc: clean up pageset high and batch updateVlastimil Babka2020-12-151-29/+20
| * arch, mm: make kernel_page_present() always availableMike Rapoport2020-12-158-13/+39
| * arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2020-12-1512-26/+26
| * PM: hibernate: make direct map manipulations more explicitMike Rapoport2020-12-152-14/+36
| * mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport2020-12-154-7/+19
| * m68k: deprecate DISCONTIGMEMMike Rapoport2020-12-151-1/+25
| * m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEMMike Rapoport2020-12-155-9/+10
| * m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEMMike Rapoport2020-12-154-6/+6
| * arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport2020-12-153-11/+41
| * arm, arm64: move free_unused_memmap() to generic mmMike Rapoport2020-12-156-152/+85
| * arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2020-12-1513-66/+3
| * ia64: make SPARSEMEM default and disable DISCONTIGMEMMike Rapoport2020-12-151-3/+3
| * ia64: forbid using VIRTUAL_MEM_MAP with FLATMEMMike Rapoport2020-12-154-44/+22
| * ia64: split virtual map initialization out of paging_init()Mike Rapoport2020-12-152-31/+40
| * ia64: discontig: paging_init(): remove local max_pfn calculationMike Rapoport2020-12-151-4/+1
| * ia64: remove 'ifdef CONFIG_ZONE_DMA32' statementsMike Rapoport2020-12-152-4/+0
| * ia64: remove custom __early_pfn_to_nid()Mike Rapoport2020-12-155-51/+12
| * alpha: switch from DISCONTIGMEM to SPARSEMEMMike Rapoport2020-12-156-22/+38
| * lkdtm: disable KASAN for rodata.oMarco Elver2020-12-151-0/+1
| * kasan: update documentation for generic kasanWalter Wu2020-12-151-2/+3
| * lib/test_kasan.c: add workqueue test caseWalter Wu2020-12-151-0/+29
| * kasan: print workqueue stackWalter Wu2020-12-152-5/+2