aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+26
2020-06-08kernel/sysctl: support handling command line aliasesVlastimil Babka1-9/+0
2020-06-04mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINEDavid Hildenbrand1-0/+24
2020-06-04virtio-mem: Paravirtualized memory hotunplug part 2David Hildenbrand1-0/+2
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-324/+265
2020-06-03mm/vmscan.c: change prototype for shrink_page_listManinder Singh1-1/+1
2020-06-03mm/page_alloc.c: add missing newlineChen Tao1-1/+1
2020-06-03mm: make deferred init's max threads arch-specificDaniel Jordan1-5/+8
2020-06-03mm: parallelize deferred_init_memmap()Daniel Jordan1-6/+40
2020-06-03mm: don't track number of pages during deferred initializationDaniel Jordan1-4/+4
2020-06-03mm: call cond_resched() from deferred_init_memmap()Pavel Tatashin1-1/+1
2020-06-03mm: initialize deferred pages with interrupts enabledPavel Tatashin1-13/+7
2020-06-03mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred initDaniel Jordan1-3/+4
2020-06-03mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual1-5/+5
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 Yang1-2/+2
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 Kim1-29/+31
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 changing itBaoquan He1-2/+9
2020-06-03mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He1-25/+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_reason()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-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 Rapoport1-5/+2
2020-06-03mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport1-5/+21
2020-06-03mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport1-20/+0
2020-06-03mm: memmap_init: iterate over memblock regions rather that check each PFNBaoquan He1-27/+16
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-8/+2
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-3/+2
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-42/+59
2020-06-03mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport1-26/+25
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport1-2/+2
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-32/+10
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+2
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-1/+1
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown1-4/+1
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+6
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+9
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen1-0/+6
2020-05-07mm: limit boost_watermark on small zonesHenry Willard1-0/+8
2020-05-07mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand1-0/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-20/+10
2020-04-27mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig1-12/+0