aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-23mm: accurately document nr_free_*_pages functions with code commentsZhang Yanfei1-4/+19
2013-02-23mm: fix return type for functions nr_free_*_pagesZhang Yanfei1-4/+4
2013-02-23mm: use NUMA_NO_NODEDavid Rientjes1-1/+1
2013-02-23mm/page_alloc: add informative debugging message in page_outside_zone_boundaries()Cody P Schafer1-0/+7
2013-02-23mm/page_alloc: add a VM_BUG in __free_one_page() if the zone is uninitialized.Cody P Schafer1-0/+2
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer1-13/+9
2013-02-23mm: remove offlining arg to migrate_pagesHugh Dickins1-4/+2
2013-02-23mm: rename page struct field helpersMel Gorman1-5/+5
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationMing Lei1-1/+8
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim1-6/+10
2013-02-23mm: set zone->present_pages to number of existing pages in the zoneJiang Liu1-1/+1
2013-02-23mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu1-16/+16
2013-02-23acpi, memory-hotplug: support getting hotplug info from SRATTang Chen1-1/+21
2013-02-23acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen1-2/+32
2013-02-23page_alloc: make movablemem_map have higher priorityTang Chen1-3/+25
2013-02-23page_alloc: introduce zone_movable_limit[] to keep movable limit for nodesTang Chen1-2/+74
2013-02-23page_alloc: add movable_memmap kernel parameterTang Chen1-0/+131
2013-02-23mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned longAndrew Morton1-5/+2
2013-02-23CMA: make putback_lru_pages() call conditionalSrinivas Pandruvada1-3/+5
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-02-18mm: fix pageblock bitmap allocationLinus Torvalds1-6/+9
2013-02-12mm: cma: fix accounting of CMA pages placed in high memoryMarek Szyprowski1-0/+4
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-0/+1
2013-01-11mm: compaction: partially revert capture of suitable high-order pageMel Gorman1-27/+8
2013-01-11mm: use aligned zone start for pfn_to_bitidx calculationLaura Abbott1-1/+1
2013-01-04mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz1-27/+0
2012-12-20mm: cma: WARN if freed memory is still in useMarek Szyprowski1-2/+9
2012-12-18mm: allocate kernel pages to the right memcgGlauber Costa1-0/+35
2012-12-18mm/page_alloc.c: remove duplicate checkGavin Shan1-2/+1
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-1/+9
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-35/+80
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-12-12mm: provide more accurate estimation of pages occupied by memmapJiang Liu1-2/+24
2012-12-12mm: introduce new field "managed_pages" to struct zoneJiang Liu1-14/+30
2012-12-12numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan1-0/+3
2012-12-12page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initializationLai Jiangshan1-18/+22
2012-12-12mm: use migrate_prep() instead of migrate_prep_local()Marek Szyprowski1-1/+1
2012-12-11mm: cma: remove watermark hacksMarek Szyprowski1-58/+0
2012-12-11mm: cma: skip watermarks check for already isolated blocks in split_free_page()Marek Szyprowski1-8/+9
2012-12-11mm: introduce putback_movable_pages()Rafael Aquini1-1/+1
2012-12-11memory-hotplug: allocate zone's pcp before onlining pagesWen Congyang1-1/+1
2012-12-11memory-hotplug: fix NR_FREE_PAGES mismatchWen Congyang1-5/+5
2012-12-11memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang1-4/+23
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov1-8/+10
2012-12-11mm: show migration types in show_memRabin Vincent1-2/+40
2012-12-11mm: numa: Introduce last_nid to the page frameMel Gorman1-0/+2
2012-12-11mm: numa: Structures for Migrate On Fault per NUMA migration rate limitingAndrea Arcangeli1-0/+5
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman1-1/+2
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds1-3/+4
2012-12-10Revert "mm: avoid waking kswapd for THP allocations when compaction is deferred or contended"Linus Torvalds1-27/+10