summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-061-2/+2
* mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-061-4/+4
* page_poison: play nicely with KASANQian Cai2019-03-061-1/+1
* mm, page_alloc: fix a division by zero error when boosting watermarks v2Mel Gorman2019-02-211-0/+12
* mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck2019-02-181-4/+4
* mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn2019-02-141-4/+4
* Revert "mm, memory_hotplug: initialize struct pages for the full memory section"Michal Hocko2019-01-281-12/+0Star
* mm, page_alloc: do not wake kswapd with zone lock heldMel Gorman2019-01-091-1/+7
* mm/page_alloc.c: allow error injectionBenjamin Poirier2018-12-281-2/+8
* mm, page_alloc: enable pcpu_drain with zone capabilityWei Yang2018-12-281-6/+16
* mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long2018-12-281-8/+29
* mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPESPingfan Liu2018-12-281-0/+1
* mm/page_alloc.c: drop uneeded __meminit and __meminitdataOscar Salvador2018-12-281-14/+14
* mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang2018-12-281-7/+6Star
* mm, oom: reorganize the oom report in dump_headeryuzhoujian2018-12-281-2/+2
* mm: make free_reserved_area() return "const char *"Alexey Dobriyan2018-12-281-1/+1
* mm/mmzone.c: make "migratetype_names" const char *Alexey Dobriyan2018-12-281-1/+1
* mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman2018-12-281-2/+41
* mm: use alloc_flags to record if kswapd can wakeMel Gorman2018-12-281-15/+18
* mm: move zone watermark accesses behind an accessorMel Gorman2018-12-281-6/+6
* mm, page_alloc: spread allocations across zones before introducing fragmentationMel Gorman2018-12-281-12/+96
* mm/page_alloc.c: use a single function to free pageAaron Lu2018-12-281-23/+14Star
* mm/page_alloc.c: free order-0 pages through PCP in page_frag_free()Aaron Lu2018-12-281-2/+8
* mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in f...Huang Shijie2018-12-281-1/+1
* mm: remove managed_page_count_lock spinlockArun KS2018-12-281-5/+0Star
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-9/+11
* mm: convert zone->managed_pages to atomic variableArun KS2018-12-281-22/+22
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-2/+3
* mm: remove reset of pcp->counter in pageset_init()Wei Yang2018-12-281-1/+0Star
* mm: only report isolation failures when offlining memoryMichal Hocko2018-12-281-6/+5Star
* mm, memory_hotplug: be more verbose for memory offline failuresMichal Hocko2018-12-281-0/+1
* kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-281-0/+1
* mm, page_alloc: fix has_unmovable_pages for HugePagesOscar Salvador2018-12-211-2/+5
* mm, memory_hotplug: initialize struct pages for the full memory sectionMikhail Zaslonko2018-12-211-0/+12
* mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang2018-11-301-1/+3
* mm, page_alloc: check for max order in hot pathMichal Hocko2018-11-181-11/+9Star
* mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko2018-11-181-0/+8
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-2/+4
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0Star
* memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport2018-10-311-1/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-4/+4
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-3/+2Star
* mm: return zero_resv_unavail optimizationPavel Tatashin2018-10-271-20/+26
* mm: zero remaining unavailable struct pagesNaoya Horiguchi2018-10-271-11/+25
* mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin2018-10-271-38/+33Star
* mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin2018-10-271-20/+25
* mm: make memmap_init a proper functionPavel Tatashin2018-10-271-4/+5
* mm/page_alloc.c: initialize num_movable in move_freepages()David Rientjes2018-10-271-4/+3Star
* mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck2018-10-271-3/+89