aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-5/+5
2019-03-05mm: unexport free_reserved_areaChristoph Hellwig1-1/+0
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport1-6/+18
2019-03-05numa: make "nr_online_nodes" unsigned intAlexey Dobriyan1-2/+2
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-1/+1
2019-03-05mm/page_alloc.c: check return value of memblock_alloc_node_nopanic()Mike Rapoport1-1/+8
2019-03-05mm: fix some typos in mm directoryWei Yang1-2/+2
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-16/+6
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman1-4/+69
2019-03-05mm, compaction: ignore the fragmentation avoidance boost for isolation and compactionMel Gorman1-1/+1
2019-03-05mm: remove extra drain pages on pcp listWei Yang1-1/+0
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt1-2/+2
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-2/+2
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS1-4/+4
2019-03-05page_poison: play nicely with KASANQian Cai1-1/+1
2019-02-21mm, page_alloc: fix a division by zero error when boosting watermarks v2Mel Gorman1-0/+12
2019-02-17mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck1-4/+4
2019-02-14mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn1-4/+4
2019-01-28Revert "mm, memory_hotplug: initialize struct pages for the full memory section"Michal Hocko1-12/+0
2019-01-08mm, page_alloc: do not wake kswapd with zone lock heldMel Gorman1-1/+7
2018-12-28mm/page_alloc.c: allow error injectionBenjamin Poirier1-2/+8
2018-12-28mm, page_alloc: enable pcpu_drain with zone capabilityWei Yang1-6/+16
2018-12-28mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long1-8/+29
2018-12-28mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPESPingfan Liu1-0/+1
2018-12-28mm/page_alloc.c: drop uneeded __meminit and __meminitdataOscar Salvador1-14/+14
2018-12-28mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang1-7/+6
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian1-2/+2
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan1-1/+1
2018-12-28mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan1-1/+1
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman1-2/+41
2018-12-28mm: use alloc_flags to record if kswapd can wakeMel Gorman1-15/+18
2018-12-28mm: move zone watermark accesses behind an accessorMel Gorman1-6/+6
2018-12-28mm, page_alloc: spread allocations across zones before introducing fragmentationMel Gorman1-12/+96
2018-12-28mm/page_alloc.c: use a single function to free pageAaron Lu1-23/+14
2018-12-28mm/page_alloc.c: free order-0 pages through PCP in page_frag_free()Aaron Lu1-2/+8
2018-12-28mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in fallbacksHuang Shijie1-1/+1
2018-12-28mm: remove managed_page_count_lock spinlockArun KS1-5/+0
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-9/+11
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS1-22/+22
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-2/+3
2018-12-28mm: remove reset of pcp->counter in pageset_init()Wei Yang1-1/+0
2018-12-28mm: only report isolation failures when offlining memoryMichal Hocko1-6/+5
2018-12-28mm, memory_hotplug: be more verbose for memory offline failuresMichal Hocko1-0/+1
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov1-0/+1
2018-12-21mm, page_alloc: fix has_unmovable_pages for HugePagesOscar Salvador1-2/+5
2018-12-21mm, memory_hotplug: initialize struct pages for the full memory sectionMikhail Zaslonko1-0/+12
2018-11-30mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang1-1/+3
2018-11-18mm, page_alloc: check for max order in hot pathMichal Hocko1-11/+9
2018-11-18mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko1-0/+8
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-2/+4