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