summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-24page_frag: Recover from memory pressureDongli Zhang1-0/+5
2020-10-14mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna1-0/+3
2020-10-07mm: replace memmap_context by meminit_contextLaurent Dufour1-5/+6
2020-08-26mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy1-0/+5
2020-08-26mm: include CMA pages in lowmem_reserve at bootDoug Berger1-1/+1
2020-06-22mm: initialize deferred pages with interrupts enabledPavel Tatashin1-12/+7
2020-05-14mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand1-0/+1
2020-04-17mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck1-4/+4
2020-02-11mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionDavid Hildenbrand1-2/+12
2020-02-11mm: return zero_resv_unavail optimizationPavel Tatashin1-20/+26
2020-02-11mm: zero remaining unavailable struct pagesNaoya Horiguchi1-11/+25
2019-12-05mm/page_alloc.c: use a single function to free pageAaron Lu1-23/+14
2019-12-05mm/page_alloc.c: free order-0 pages through PCP in page_frag_free()Aaron Lu1-2/+8
2019-11-12mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman1-2/+8
2019-06-15mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang1-2/+4
2019-04-05page_poison: play nicely with KASANQian Cai1-1/+1
2019-03-23mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn1-4/+4
2019-02-12mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long1-8/+29
2019-01-31Revert "mm, memory_hotplug: initialize struct pages for the full memory section"Michal Hocko1-12/+0
2018-12-29mm, page_alloc: fix has_unmovable_pages for HugePagesOscar Salvador1-2/+5
2018-12-29mm, memory_hotplug: initialize struct pages for the full memory sectionMikhail Zaslonko1-0/+12
2018-12-17mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang1-1/+3
2018-12-01mm, page_alloc: check for max order in hot pathMichal Hocko1-11/+9
2018-12-01mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko1-0/+8
2018-10-09mm, sched/numa: Remove remaining traces of NUMA rate-limitingSrikar Dronamraju1-10/+0
2018-10-02mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman1-2/+0
2018-09-05mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.Aneesh Kumar K.V1-0/+4
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha1-1/+0
2018-08-24mm: soft-offline: close the race against page allocationNaoya Horiguchi1-0/+30
2018-08-22mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador1-24/+54
2018-08-22mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INITOscar Salvador1-9/+16
2018-08-22mm: remove __paginginitPavel Tatashin1-9/+10
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin1-6/+4
2018-08-22mm/page_alloc.c: move ifdefery out of free_area_init_coreOscar Salvador1-13/+37
2018-08-18mm, page_alloc: double zone's batchsizeAaron Lu1-5/+4
2018-08-18mm: drop VM_BUG_ON from __get_free_pagesMichal Hocko1-8/+4
2018-08-18mm, page_alloc: actually ignore mempolicies for high priority allocationsVlastimil Babka1-3/+4
2018-08-18mm: skip invalid pages block at a time in zero_resv_unresv()Pavel Tatashin1-1/+4
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-5/+6
2018-08-14Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki1-5/+6
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu1-5/+6
2018-08-05mm: Allow non-direct-map arguments to free_reserved_area()Dave Hansen1-2/+14
2018-07-16mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin1-2/+2
2018-07-14mm: zero unavailable pages before memmap initPavel Tatashin1-2/+2
2018-06-15mm: use octal not symbolic permissionsJoe Perches1-1/+1
2018-06-08mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-1/+0
2018-06-08mm: combine LRU and main union in struct pageMatthew Wilcox1-1/+1
2018-06-08mm: use page->deferred_listMatthew Wilcox1-1/+1
2018-06-08mm: split page_type out from _mapcountMatthew Wilcox1-8/+5
2018-06-08mm/page_alloc.c: remove useless parameter of finalise_ac()Huaisheng Ye1-3/+2