summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2019-04-26mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flagAndrey Ryabinin
2019-04-26mm/page_alloc.c: avoid potential NULL pointer dereferenceAndrey Ryabinin
2019-04-26mm, page_alloc: always use a captured page regardless of compaction resultMel Gorman
2019-04-26mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...Mel Gorman
2019-04-19mm/hotplug: treat CMA pages as unmovableQian Cai
2019-03-29mm/hotplug: fix offline undo_isolate_page_range()Qian Cai
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport
2019-03-05mm: unexport free_reserved_areaChristoph Hellwig
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport
2019-03-05numa: make "nr_online_nodes" unsigned intAlexey Dobriyan
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2019-03-05mm/page_alloc.c: check return value of memblock_alloc_node_nopanic()Mike Rapoport
2019-03-05mm: fix some typos in mm directoryWei Yang
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman
2019-03-05mm, compaction: ignore the fragmentation avoidance boost for isolation and co...Mel Gorman
2019-03-05mm: remove extra drain pages on pcp listWei Yang
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS
2019-03-05page_poison: play nicely with KASANQian Cai
2019-02-21mm, page_alloc: fix a division by zero error when boosting watermarks v2Mel Gorman
2019-02-17mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck
2019-02-14mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn
2019-01-28Revert "mm, memory_hotplug: initialize struct pages for the full memory section"Michal Hocko
2019-01-08mm, page_alloc: do not wake kswapd with zone lock heldMel Gorman
2018-12-28mm/page_alloc.c: allow error injectionBenjamin Poirier
2018-12-28mm, page_alloc: enable pcpu_drain with zone capabilityWei Yang
2018-12-28mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long
2018-12-28mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPESPingfan Liu
2018-12-28mm/page_alloc.c: drop uneeded __meminit and __meminitdataOscar Salvador
2018-12-28mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan
2018-12-28mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman
2018-12-28mm: use alloc_flags to record if kswapd can wakeMel Gorman
2018-12-28mm: move zone watermark accesses behind an accessorMel Gorman
2018-12-28mm, page_alloc: spread allocations across zones before introducing fragmentationMel Gorman
2018-12-28mm/page_alloc.c: use a single function to free pageAaron Lu
2018-12-28mm/page_alloc.c: free order-0 pages through PCP in page_frag_free()Aaron Lu
2018-12-28mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in f...Huang Shijie
2018-12-28mm: remove managed_page_count_lock spinlockArun KS
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-28mm: remove reset of pcp->counter in pageset_init()Wei Yang
2018-12-28mm: only report isolation failures when offlining memoryMichal Hocko
2018-12-28mm, memory_hotplug: be more verbose for memory offline failuresMichal Hocko
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov