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