summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-201-1/+8
* mm/page_alloc: speed up the iteration of max_orderMuchun Song2021-09-221-4/+4
* mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna2020-10-141-0/+3
* 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/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand2020-05-201-0/+1
* mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck2020-04-241-4/+4
* 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: fix calculation of pgdat->nr_zonesWei Yang2018-12-171-1/+3
* mm: don't warn about allocations which stall for too longTetsuo Handa2018-12-131-10/+0
* mm, page_alloc: check for max order in hot pathMichal Hocko2018-12-011-11/+9
* mm: treat indirectly reclaimable memory as available in MemAvailableRoman Gushchin2018-10-181-0/+7
* mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka2018-06-261-1/+0
* Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek2018-03-281-10/+1
* lockdep: fix fs_reclaim warningTetsuo Handa2018-03-281-1/+1
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-14/+0
* mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka2018-01-311-3/+3
* mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2017-12-251-10/+0
* mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2017-12-251-0/+10
* mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz2017-12-051-1/+8
* mm, memory_hotplug: do not back off draining pcp free pages from kworker contextMichal Hocko2017-12-051-4/+0
* mm/page_alloc.c: broken deferred calculationPavel Tatashin2017-11-241-9/+18
* mm, page_alloc: add scheduling point to memmap_init_zoneMichal Hocko2017-10-031-0/+1
* mm: meminit: mark init_reserved_page as __meminitArnd Bergmann2017-10-031-1/+1
* mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attemptTetsuo Handa2017-09-081-1/+2
* mm: change the call sites of numa statistics itemsKemi Wang2017-09-081-5/+5
* mm, oom: do not rely on TIF_MEMDIE for memory reserves accessMichal Hocko2017-09-061-19/+57
* mm: rename global_page_state to global_zone_page_stateMichal Hocko2017-09-061-6/+6
* mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko2017-09-061-9/+9
* mm, page_alloc: remove stop_machine from build_all_zonelistsMichal Hocko2017-09-061-7/+2
* mm, page_alloc: simplify zonelist initializationMichal Hocko2017-09-061-40/+41
* mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko2017-09-061-10/+3
* mm, page_alloc: do not set_cpu_numa_mem on empty nodes initializationMichal Hocko2017-09-061-4/+2
* mm, page_alloc: remove boot pageset initialization from memory hotplugMichal Hocko2017-09-061-18/+22
* mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko2017-09-061-158/+21
* mm/memory_hotplug: just build zonelist for newly added nodeWei Yang2017-09-061-5/+9
* Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-5/+24
|\
| * mm,page_alloc: don't call __node_reclaim() with oom_lock held.Tetsuo Handa2017-08-311-3/+6
| * PM/hibernate: touch NMI watchdog when creating snapshotChen Yu2017-08-251-2/+18
* | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-251-0/+4
|\ \ | |/
| * mm: discard memblock data laterPavel Tatashin2017-08-181-0/+4
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-08-111-5/+6
|\ \ | |/
| * mm: ratelimit PFNs busy info messageJonathan Toppins2017-08-101-1/+1
| * mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-101-4/+5
* | locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2017-08-101-3/+46
|/
* mm: take memory hotplug lock within numa_zonelist_order_handler()Heiko Carstens2017-08-021-0/+2