summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-03padata: initialize earlierDaniel Jordan3-9/+16
2020-06-03padata: remove exit routineDaniel Jordan1-6/+0
2020-06-03mm: call cond_resched() from deferred_init_memmap()Pavel Tatashin1-1/+1
2020-06-03mm: initialize deferred pages with interrupts enabledPavel Tatashin2-13/+9
2020-06-03mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred...Daniel Jordan1-3/+4
2020-06-03mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual2-6/+6
2020-06-03mm, page_alloc: reset the zone->watermark_boost earlyCharan Teja Reddy1-1/+1
2020-06-03mm/page_alloc.c: reset numa stats for boot pagesetsSandipan Das1-0/+15
2020-06-03mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang4-8/+7
2020-06-03mm/page_alloc.c: use NODE_MASK_NONE in build_zonelists()Wei Yang1-2/+1
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim12-150/+175
2020-06-03mm/page_alloc: use ac->high_zoneidx for classzone_idxJoonsoo Kim1-1/+1
2020-06-03mm/vmstat.c: do not show lowmem reserve protection information of empty zoneBaoquan He1-6/+6
2020-06-03mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is emptyBaoquan He1-1/+3
2020-06-03mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changi...Baoquan He1-2/+9
2020-06-03mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He2-29/+0
2020-06-03mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocationsRoman Gushchin1-0/+14
2020-06-03mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_...Wei Yang1-19/+17
2020-06-03mm/page_alloc.c: rename free_pages_check() to check_free_page()Wei Yang1-5/+5
2020-06-03mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad()Wei Yang1-2/+2
2020-06-03mm/page_alloc.c: bad_flags is not necessary for bad_page()Wei Yang1-24/+10
2020-06-03mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoisonWei Yang1-7/+5
2020-06-03docs/vm: update memory-models documentationMike Rapoport1-5/+4
2020-06-03mm: simplify find_min_pfn_with_active_regions()Mike Rapoport1-19/+1
2020-06-03mm: clean up free_area_init_node() and its helpersMike Rapoport1-82/+22
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport3-15/+6
2020-06-03mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport3-34/+34
2020-06-03mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport4-47/+0
2020-06-03mm: memmap_init: iterate over memblock regions rather that check each PFNBaoquan He2-28/+19
2020-06-03xtensa: simplify detection of memory zone boundariesMike Rapoport1-4/+4
2020-06-03unicore32: simplify detection of memory zone boundariesMike Rapoport4-50/+15
2020-06-03sparc32: simplify detection of memory zone boundariesMike Rapoport1-16/+5
2020-06-03parisc: simplify detection of memory zone boundariesMike Rapoport1-19/+3
2020-06-03m68k: mm: simplify detection of memory zone boundariesMike Rapoport2-13/+8
2020-06-03csky: simplify detection of memory zone boundariesMike Rapoport1-15/+11
2020-06-03arm64: simplify detection of memory zone boundaries for UMA configsMike Rapoport1-54/+0
2020-06-03arm: simplify detection of memory zone boundariesMike Rapoport1-59/+7
2020-06-03alpha: simplify detection of memory zone boundariesMike Rapoport1-14/+4
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport15-25/+18
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport12-60/+38
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport20-119/+74
2020-06-03mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport3-37/+27
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport4-10/+17
2020-06-03mm: clarify __GFP_MEMALLOC usageMichal Hocko1-0/+5
2020-06-03string.h: fix incompatibility between FORTIFY_SOURCE and KASANDaniel Axtens1-12/+48
2020-06-03kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens1-10/+19
2020-06-03mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()John Hubbard1-0/+3
2020-06-03drm/i915: convert get_user_pages() --> pin_user_pages()John Hubbard1-9/+13
2020-06-03mm/gup: introduce pin_user_pages_fast_only()John Hubbard2-0/+38
2020-06-03mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard2-41/+43