aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-10mm/page_alloc: make pcpu_drain_mutex and pcpu_drain staticJason Yan1-2/+2
2020-04-10mm/page_alloc.c: fix kernel-doc warningRandy Dunlap1-0/+1
2020-04-07mm: introduce Reported pagesAlexander Duyck1-4/+13
2020-04-07mm: add function __putback_isolated_pageAlexander Duyck1-0/+19
2020-04-07mm: use zone and order instead of free area in free_list manipulatorsAlexander Duyck1-18/+49
2020-04-07mm: adjust shuffle code to allow for future coalescingAlexander Duyck1-29/+42
2020-04-02mm,thp,compaction,cma: allow THP migration for CMA allocationsRik van Riel1-2/+7
2020-04-02mm,compaction,cma: add alloc_contig flag to compact_controlRik van Riel1-0/+1
2020-04-02mm/page_alloc: simplify page_is_buddy() for better code readabilitychenqiwu1-20/+13
2020-04-02mm/page_alloc.c: micro-optimisation Remove unnecessary branchMateusz Nosek1-2/+1
2020-04-02mm/page_alloc.c: use free_area_empty() instead of open-codingchenqiwu1-2/+1
2020-04-02mm, pagealloc: micro-optimisation: save two branches on hot page allocation pathMateusz Nosek1-8/+14
2020-04-02mm/page_alloc: increase default min_free_kbytes boundJoel Savitz1-2/+2
2020-04-02mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin1-2/+2
2020-04-02mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard1-0/+2
2020-04-02revert "topology: add support for node_to_mem_node() to determine the fallback node"Vlastimil Babka1-1/+0
2020-02-04mm/memmap_init: update variable name in memmap_init_zoneAneesh Kumar K.V1-4/+4
2020-02-04mm: factor out next_present_section_nr()David Hildenbrand1-9/+2
2020-02-04mm/page_alloc: fix and rework pfn handling in memmap_init_zone()David Hildenbrand1-3/+6
2020-02-04mm/page_alloc.c: initialize memmap of unavailable memory directlyDavid Hildenbrand1-11/+22
2020-02-04mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionDavid Hildenbrand1-2/+12
2020-01-31mm/page_isolation: fix potential warning from userQian Cai1-7/+4
2020-01-31mm/hotplug: silence a lockdep splat with printk()Qian Cai1-13/+10
2020-01-31mm: remove "count" parameter from has_unmovable_pages()David Hildenbrand1-14/+7
2020-01-31mm/page_alloc: skip non present sections on zone initializationKirill A. Shutemov1-1/+27
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka1-24/+13
2020-01-13mm, thp: tweak reclaim/compaction effort of local-only and all-node allocationsVlastimil Babka1-19/+5