aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAge
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-25
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-21
* | mm: accurately document nr_free_*_pages functions with code commentsZhang Yanfei2013-02-23
* | mm: fix return type for functions nr_free_*_pagesZhang Yanfei2013-02-23
* | mm: use NUMA_NO_NODEDavid Rientjes2013-02-23
* | mm/page_alloc: add informative debugging message in page_outside_zone_boundar...Cody P Schafer2013-02-23
* | mm/page_alloc: add a VM_BUG in __free_one_page() if the zone is uninitialized.Cody P Schafer2013-02-23
* | mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer2013-02-23
* | mm: remove offlining arg to migrate_pagesHugh Dickins2013-02-23
* | mm: rename page struct field helpersMel Gorman2013-02-23
* | mm: teach mm by current context info to not do I/O during memory allocationMing Lei2013-02-23
* | mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim2013-02-23
* | mm: set zone->present_pages to number of existing pages in the zoneJiang Liu2013-02-23
* | mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu2013-02-23
* | acpi, memory-hotplug: support getting hotplug info from SRATTang Chen2013-02-23
* | acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen2013-02-23
* | page_alloc: make movablemem_map have higher priorityTang Chen2013-02-23
* | page_alloc: introduce zone_movable_limit[] to keep movable limit for nodesTang Chen2013-02-23
* | page_alloc: add movable_memmap kernel parameterTang Chen2013-02-23
* | mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned longAndrew Morton2013-02-23
* | CMA: make putback_lru_pages() call conditionalSrinivas Pandruvada2013-02-23
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-19
|\ \
| * | sched/rt: Move rt specific bits into new header fileClark Williams2013-02-07
| |/
* | mm: fix pageblock bitmap allocationLinus Torvalds2013-02-18
* | mm: cma: fix accounting of CMA pages placed in high memoryMarek Szyprowski2013-02-12
|/
* mm: compaction: partially revert capture of suitable high-order pageMel Gorman2013-01-11
* mm: use aligned zone start for pfn_to_bitidx calculationLaura Abbott2013-01-11
* mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz2013-01-04
* mm: cma: WARN if freed memory is still in useMarek Szyprowski2012-12-20
* mm: allocate kernel pages to the right memcgGlauber Costa2012-12-18
* mm/page_alloc.c: remove duplicate checkGavin Shan2012-12-18
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-16
|\
| * mm: numa: Introduce last_nid to the page frameMel Gorman2012-12-11
| * mm: numa: Structures for Migrate On Fault per NUMA migration rate limitingAndrea Arcangeli2012-12-11
| * mm: migrate: Add a tracepoint for migrate_pagesMel Gorman2012-12-11
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-13
|\ \
| * | mm: provide more accurate estimation of pages occupied by memmapJiang Liu2012-12-12
| * | mm: introduce new field "managed_pages" to struct zoneJiang Liu2012-12-12
| * | numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan2012-12-12
| * | page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan2012-12-12
| * | mm: use migrate_prep() instead of migrate_prep_local()Marek Szyprowski2012-12-12
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-13
|\ \ \ | |/ / |/| |
| * | propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-06
* | | mm: cma: remove watermark hacksMarek Szyprowski2012-12-11
* | | mm: cma: skip watermarks check for already isolated blocks in split_free_page()Marek Szyprowski2012-12-11
* | | mm: introduce putback_movable_pages()Rafael Aquini2012-12-11
* | | memory-hotplug: allocate zone's pcp before onlining pagesWen Congyang2012-12-11
* | | memory-hotplug: fix NR_FREE_PAGES mismatchWen Congyang2012-12-11
* | | memory-hotplug: skip HWPoisoned page when offlining pagesWen Congyang2012-12-11
* | | mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov2012-12-11