summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2019-06-15mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang
2019-04-05page_poison: play nicely with KASANQian Cai
2019-03-23mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn
2018-12-17mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang
2018-12-13mm: don't warn about allocations which stall for too longTetsuo Handa
2018-12-01mm, page_alloc: check for max order in hot pathMichal Hocko
2018-10-18mm: treat indirectly reclaimable memory as available in MemAvailableRoman Gushchin
2018-06-26mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka
2018-03-28Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek
2018-03-28lockdep: fix fs_reclaim warningTetsuo Handa
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2018-01-31mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka
2017-12-25mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2017-12-25mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2017-12-05mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz
2017-12-05mm, memory_hotplug: do not back off draining pcp free pages from kworker contextMichal Hocko
2017-11-24mm/page_alloc.c: broken deferred calculationPavel Tatashin
2017-10-03mm, page_alloc: add scheduling point to memmap_init_zoneMichal Hocko
2017-10-03mm: meminit: mark init_reserved_page as __meminitArnd Bergmann
2017-09-08mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attemptTetsuo Handa
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang
2017-09-06mm, oom: do not rely on TIF_MEMDIE for memory reserves accessMichal Hocko
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko
2017-09-06mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko
2017-09-06mm, page_alloc: remove stop_machine from build_all_zonelistsMichal Hocko
2017-09-06mm, page_alloc: simplify zonelist initializationMichal Hocko
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko
2017-09-06mm, page_alloc: do not set_cpu_numa_mem on empty nodes initializationMichal Hocko
2017-09-06mm, page_alloc: remove boot pageset initialization from memory hotplugMichal Hocko
2017-09-06mm, page_alloc: rip out ZONELIST_ORDER_ZONEMichal Hocko
2017-09-06mm/memory_hotplug: just build zonelist for newly added nodeWei Yang
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-08-31mm,page_alloc: don't call __node_reclaim() with oom_lock held.Tetsuo Handa
2017-08-25PM/hibernate: touch NMI watchdog when creating snapshotChen Yu
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-18mm: discard memblock data laterPavel Tatashin
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-08-10mm: ratelimit PFNs busy info messageJonathan Toppins
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra
2017-08-02mm: take memory hotplug lock within numa_zonelist_order_handler()Heiko Carstens
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-10mm/memory-hotplug: switch locking to a percpu rwsemThomas Gleixner
2017-07-10mm/page_alloc.c: eliminate unsigned confusion in __rmqueue_fallbackRasmus Villemoes
2017-07-10mm, page_alloc: fallback to smallest page when not stealing whole pageblockVlastimil Babka
2017-07-06mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner
2017-07-06mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka
2017-07-06mm, page_alloc: fix more premature OOM due to race with cpuset updateVlastimil Babka
2017-07-06mm/page_alloc.c: mark bad_range() and meminit_pfn_in_nid() as __maybe_unusedMatthias Kaehlcke