aboutsummaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2013-07-21mm/memory-hotplug: fix lowmem count overflow when offline pagesWanpeng Li
2013-06-12mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski
2013-05-22mm: Fix virt_to_page() warningRalf Baechle
2013-04-29page_alloc: make setup_nr_node_ids() usable for arch init codeCody P Schafer
2013-04-29mm: speedup in __early_pfn_to_nidRuss Anderson
2013-04-29mm: page_alloc: avoid marking zones full prematurely after zone_reclaim()Mel Gorman
2013-04-29mm, hugetlb: include hugepages in meminfoDavid Rientjes
2013-04-29mm: introduce free_highmem_page() helper to free highmem pages into buddy systemJiang Liu
2013-04-29mm: introduce common help functions to deal with reserved/managed pagesJiang Liu
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes
2013-03-29mm: export split_page()K. Y. Srinivasan
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-23mm: accurately document nr_free_*_pages functions with code commentsZhang Yanfei
2013-02-23mm: fix return type for functions nr_free_*_pagesZhang Yanfei
2013-02-23mm: use NUMA_NO_NODEDavid Rientjes
2013-02-23mm/page_alloc: add informative debugging message in page_outside_zone_boundar...Cody P Schafer
2013-02-23mm/page_alloc: add a VM_BUG in __free_one_page() if the zone is uninitialized.Cody P Schafer
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer
2013-02-23mm: remove offlining arg to migrate_pagesHugh Dickins
2013-02-23mm: rename page struct field helpersMel Gorman
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationMing Lei
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim
2013-02-23mm: set zone->present_pages to number of existing pages in the zoneJiang Liu
2013-02-23mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu
2013-02-23acpi, memory-hotplug: support getting hotplug info from SRATTang Chen
2013-02-23acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen
2013-02-23page_alloc: make movablemem_map have higher priorityTang Chen
2013-02-23page_alloc: introduce zone_movable_limit[] to keep movable limit for nodesTang Chen
2013-02-23page_alloc: add movable_memmap kernel parameterTang Chen
2013-02-23mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned longAndrew Morton
2013-02-23CMA: make putback_lru_pages() call conditionalSrinivas Pandruvada
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-18mm: fix pageblock bitmap allocationLinus Torvalds
2013-02-12mm: cma: fix accounting of CMA pages placed in high memoryMarek Szyprowski
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2013-01-11mm: compaction: partially revert capture of suitable high-order pageMel Gorman
2013-01-11mm: use aligned zone start for pfn_to_bitidx calculationLaura Abbott
2013-01-04mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz
2012-12-20mm: cma: WARN if freed memory is still in useMarek Szyprowski
2012-12-18mm: allocate kernel pages to the right memcgGlauber Costa
2012-12-18mm/page_alloc.c: remove duplicate checkGavin Shan
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12mm: provide more accurate estimation of pages occupied by memmapJiang Liu
2012-12-12mm: introduce new field "managed_pages" to struct zoneJiang Liu
2012-12-12numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan
2012-12-12page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan