aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport1-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-4/+4
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-3/+2
2018-10-26mm: return zero_resv_unavail optimizationPavel Tatashin1-20/+26
2018-10-26mm: zero remaining unavailable struct pagesNaoya Horiguchi1-11/+25
2018-10-26mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin1-38/+33
2018-10-26mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin1-20/+25
2018-10-26mm: make memmap_init a proper functionPavel Tatashin1-4/+5
2018-10-26mm/page_alloc.c: initialize num_movable in move_freepages()David Rientjes1-4/+3
2018-10-26mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck1-3/+89
2018-10-26mm: create non-atomic version of SetPageReserved for init useAlexander Duyck1-2/+7
2018-10-26mm, page_alloc: drop should_suppress_show_memMichal Hocko1-15/+1
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner1-0/+9
2018-10-26mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka1-12/+7
2018-10-26mm/page_alloc.c: clean up check_for_memory()Oscar Salvador1-6/+3
2018-10-26mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()Michal Hocko1-16/+16