summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2019-07-19Merge tag 'v4.19.59' into v4.19-rtSteven Rostedt (VMware)
2019-06-15mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang
2019-04-28Merge tag 'v4.19.37' into v4.19-rtSteven Rostedt (VMware)
2019-04-05page_poison: play nicely with KASANQian Cai
2019-03-27Merge tag 'v4.19.31' into v4.19-rtSteven Rostedt (VMware)
2019-03-23mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn
2019-02-18Merge tag 'v4.19.23' into linux-4.19.y-rtSebastian Andrzej Siewior
2019-02-12mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long
2019-01-31Revert "mm, memory_hotplug: initialize struct pages for the full memory section"Michal Hocko
2019-01-07Merge tag 'v4.19.13' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-12-29mm, page_alloc: fix has_unmovable_pages for HugePagesOscar Salvador
2018-12-29mm, memory_hotplug: initialize struct pages for the full memory sectionMikhail Zaslonko
2018-12-19Merge tag 'v4.19.10' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-12-17mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang
2018-12-11Merge tag 'v4.19.8' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-12-01mm, page_alloc: check for max order in hot pathMichal Hocko
2018-12-01mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko
2018-10-29mm/swap: Convert to percpu lockedIngo Molnar
2018-10-29mm: page_alloc: rt-friendly per-cpu pagesIngo Molnar
2018-10-29Split IRQ-off and zone->lock while freeing pages from PCP list #2Peter Zijlstra
2018-10-29Split IRQ-off and zone->lock while freeing pages from PCP list #1Peter Zijlstra
2018-10-09mm, sched/numa: Remove remaining traces of NUMA rate-limitingSrikar Dronamraju
2018-10-02mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman
2018-09-04mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.Aneesh Kumar K.V
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha
2018-08-23mm: soft-offline: close the race against page allocationNaoya Horiguchi
2018-08-22mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador
2018-08-22mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INITOscar Salvador
2018-08-22mm: remove __paginginitPavel Tatashin
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin
2018-08-22mm/page_alloc.c: move ifdefery out of free_area_init_coreOscar Salvador
2018-08-17mm, page_alloc: double zone's batchsizeAaron Lu
2018-08-17mm: drop VM_BUG_ON from __get_free_pagesMichal Hocko
2018-08-17mm, page_alloc: actually ignore mempolicies for high priority allocationsVlastimil Babka
2018-08-17mm: skip invalid pages block at a time in zero_resv_unresv()Pavel Tatashin
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-08-14Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu
2018-08-05mm: Allow non-direct-map arguments to free_reserved_area()Dave Hansen
2018-07-16mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin
2018-07-14mm: zero unavailable pages before memmap initPavel Tatashin
2018-06-15mm: use octal not symbolic permissionsJoe Perches
2018-06-07mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka
2018-06-07mm: combine LRU and main union in struct pageMatthew Wilcox
2018-06-07mm: use page->deferred_listMatthew Wilcox
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox
2018-06-07mm/page_alloc.c: remove useless parameter of finalise_ac()Huaisheng Ye
2018-06-07mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre
2018-06-07lockdep: fix fs_reclaim annotationOmar Sandoval
2018-06-07mm/page_alloc: remove realsize in free_area_init_core()Wei Yang