summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka2024-04-131-4/+6
* mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa2023-05-171-0/+16
* mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi2022-10-051-0/+12
* mm/page_alloc: fix race condition between build_all_zonelists and page alloca...Mel Gorman2022-10-051-10/+43
* mm: page_alloc: fix building error on -Werror=array-compareXiongwei Song2022-04-271-1/+1
* mm, page_alloc: fix build_zonerefs_node()Juergen Gross2022-04-201-1/+1
* mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a nodeAlistair Popple2022-04-151-1/+8
* mm/page_alloc: speed up the iteration of max_orderMuchun Song2021-09-221-4/+4
* page_frag: Recover from memory pressureDongli Zhang2020-11-241-0/+5
* mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna2020-10-141-0/+3
* mm: replace memmap_context by meminit_contextLaurent Dufour2020-10-071-5/+6
* mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy2020-08-261-0/+5
* mm: include CMA pages in lowmem_reserve at bootDoug Berger2020-08-261-1/+1
* mm: initialize deferred pages with interrupts enabledPavel Tatashin2020-06-221-12/+7
* mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand2020-05-141-0/+1
* mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck2020-04-171-4/+4
* mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionDavid Hildenbrand2020-02-111-2/+12
* mm: return zero_resv_unavail optimizationPavel Tatashin2020-02-111-20/+26
* mm: zero remaining unavailable struct pagesNaoya Horiguchi2020-02-111-11/+25
* mm/page_alloc.c: use a single function to free pageAaron Lu2019-12-051-23/+14
* mm/page_alloc.c: free order-0 pages through PCP in page_frag_free()Aaron Lu2019-12-051-2/+8
* mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman2019-11-121-2/+8
* mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang2019-06-151-2/+4
* page_poison: play nicely with KASANQian Cai2019-04-051-1/+1
* mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn2019-03-231-4/+4
* mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long2019-02-121-8/+29
* Revert "mm, memory_hotplug: initialize struct pages for the full memory section"Michal Hocko2019-01-311-12/+0
* mm, page_alloc: fix has_unmovable_pages for HugePagesOscar Salvador2018-12-291-2/+5
* mm, memory_hotplug: initialize struct pages for the full memory sectionMikhail Zaslonko2018-12-291-0/+12
* mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang2018-12-171-1/+3
* mm, page_alloc: check for max order in hot pathMichal Hocko2018-12-011-11/+9
* mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko2018-12-011-0/+8
* mm, sched/numa: Remove remaining traces of NUMA rate-limitingSrikar Dronamraju2018-10-091-10/+0
* mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman2018-10-021-2/+0
* mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.Aneesh Kumar K.V2018-09-041-0/+4
* notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0
* mm: soft-offline: close the race against page allocationNaoya Horiguchi2018-08-231-0/+30
* mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador2018-08-221-24/+54
* mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INITOscar Salvador2018-08-221-9/+16
* mm: remove __paginginitPavel Tatashin2018-08-221-9/+10
* mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin2018-08-221-6/+4
* mm/page_alloc.c: move ifdefery out of free_area_init_coreOscar Salvador2018-08-221-13/+37
* mm, page_alloc: double zone's batchsizeAaron Lu2018-08-171-5/+4
* mm: drop VM_BUG_ON from __get_free_pagesMichal Hocko2018-08-171-8/+4
* mm, page_alloc: actually ignore mempolicies for high priority allocationsVlastimil Babka2018-08-171-3/+4
* mm: skip invalid pages block at a time in zero_resv_unresv()Pavel Tatashin2018-08-171-1/+4
* Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-08-141-5/+6
|\
| *-. Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki2018-08-141-5/+6
| |\ \
| | | * PM / reboot: Eliminate race between reboot and suspendPingfan Liu2018-08-061-5/+6
| | |/
* | / mm: Allow non-direct-map arguments to free_reserved_area()Dave Hansen2018-08-051-2/+14
|/ /