summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-101-0/+26
|\
| * mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINEDavid Hildenbrand2020-06-041-0/+24
| * virtio-mem: Paravirtualized memory hotunplug part 2David Hildenbrand2020-06-041-0/+2
* | kernel/sysctl: support handling command line aliasesVlastimil Babka2020-06-081-9/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-324/+265
|\ \
| * | mm/vmscan.c: change prototype for shrink_page_listManinder Singh2020-06-031-1/+1
| * | mm/page_alloc.c: add missing newlineChen Tao2020-06-031-1/+1
| * | mm: make deferred init's max threads arch-specificDaniel Jordan2020-06-031-5/+8
| * | mm: parallelize deferred_init_memmap()Daniel Jordan2020-06-031-6/+40
| * | mm: don't track number of pages during deferred initializationDaniel Jordan2020-06-031-4/+4
| * | mm: call cond_resched() from deferred_init_memmap()Pavel Tatashin2020-06-031-1/+1
| * | mm: initialize deferred pages with interrupts enabledPavel Tatashin2020-06-031-13/+7
| * | mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred...Daniel Jordan2020-06-031-3/+4
| * | mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual2020-06-031-5/+5
| * | mm, page_alloc: reset the zone->watermark_boost earlyCharan Teja Reddy2020-06-031-1/+1
| * | mm/page_alloc.c: reset numa stats for boot pagesetsSandipan Das2020-06-031-0/+15
| * | mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang2020-06-031-2/+2
| * | mm/page_alloc.c: use NODE_MASK_NONE in build_zonelists()Wei Yang2020-06-031-2/+1
| * | mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim2020-06-031-29/+31
| * | mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is emptyBaoquan He2020-06-031-1/+3
| * | mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changi...Baoquan He2020-06-031-2/+9
| * | mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He2020-06-031-25/+0
| * | mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocationsRoman Gushchin2020-06-031-0/+14
| * | mm/page_alloc.c: extract check_[new|free]_page_bad() common part to page_bad_...Wei Yang2020-06-031-19/+17
| * | mm/page_alloc.c: rename free_pages_check() to check_free_page()Wei Yang2020-06-031-5/+5
| * | mm/page_alloc.c: rename free_pages_check_bad() to check_free_page_bad()Wei Yang2020-06-031-2/+2
| * | mm/page_alloc.c: bad_flags is not necessary for bad_page()Wei Yang2020-06-031-24/+10
| * | mm/page_alloc.c: bad_[reason|flags] is not necessary when PageHWPoisonWei Yang2020-06-031-7/+5
| * | mm: simplify find_min_pfn_with_active_regions()Mike Rapoport2020-06-031-19/+1
| * | mm: clean up free_area_init_node() and its helpersMike Rapoport2020-06-031-82/+22
| * | mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport2020-06-031-5/+2
| * | mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport2020-06-031-5/+21
| * | mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport2020-06-031-20/+0
| * | mm: memmap_init: iterate over memblock regions rather that check each PFNBaoquan He2020-06-031-27/+16
| * | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-8/+2
| * | mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-3/+2
| * | mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-42/+59
| * | mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport2020-06-031-26/+25
| * | mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport2020-06-031-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-32/+10
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-0/+9
| |\|
| * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-20/+10
| * | mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig2020-04-271-12/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-5/+2
|\ \ \
| * | | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-1/+1
| * | | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-021-4/+1
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-0/+6
|\ \ \ | |/ / |/| |
| * | scs: Add page accounting for shadow call stack allocationsSami Tolvanen2020-05-151-0/+6
| |/
* | mm: limit boost_watermark on small zonesHenry Willard2020-05-071-0/+8
* | mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand2020-05-071-0/+1
|/