summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm/page_alloc: relocate comment to be directly above code it refers to.Cody P Schafer2013-07-041-2/+2
* mm/page_alloc: factor setup_pageset() into pageset_init() and pageset_set_bat...Cody P Schafer2013-07-041-2/+7
* mm/page_alloc: when handling percpu_pagelist_fraction, don't unneedly recalul...Cody P Schafer2013-07-041-6/+4Star
* mm/page_alloc: convert zone_pcp_update() to rely on memory barriers instead o...Cody P Schafer2013-07-041-24/+9Star
* mm/page_alloc: protect pcp->batch accesses with ACCESS_ONCECody P Schafer2013-07-041-4/+7
* mm/page_alloc: insert memory barriers to allow async update of pcp batch and ...Cody P Schafer2013-07-041-9/+32
* mm/page_alloc: prevent concurrent updaters of pcp ->batch and ->highCody P Schafer2013-07-041-0/+8
* mm/page_alloc: factor out setting of pcp->high and pcp->batchCody P Schafer2013-07-041-3/+9
* mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski2013-06-131-2/+4
* mm: Fix virt_to_page() warningRalf Baechle2013-05-221-1/+1
* page_alloc: make setup_nr_node_ids() usable for arch init codeCody P Schafer2013-04-301-5/+1Star
* mm: speedup in __early_pfn_to_nidRuss Anderson2013-04-301-1/+14
* mm: page_alloc: avoid marking zones full prematurely after zone_reclaim()Mel Gorman2013-04-301-1/+16
* mm, hugetlb: include hugepages in meminfoDavid Rientjes2013-04-301-0/+3
* mm: introduce free_highmem_page() helper to free highmem pages into buddy systemJiang Liu2013-04-301-0/+9
* mm: introduce common help functions to deal with reserved/managed pagesJiang Liu2013-04-301-0/+20
* mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-04-301-0/+7
* mm: export split_page()K. Y. Srinivasan2013-03-291-0/+1
* x86, ACPI, mm: Revert movablemem_map supportYinghai Lu2013-03-021-280/+5Star
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-261-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-241-4/+19
* | mm: fix return type for functions nr_free_*_pagesZhang Yanfei2013-02-241-4/+4
* | mm: use NUMA_NO_NODEDavid Rientjes2013-02-241-1/+1
* | mm/page_alloc: add informative debugging message in page_outside_zone_boundar...Cody P Schafer2013-02-241-0/+7
* | mm/page_alloc: add a VM_BUG in __free_one_page() if the zone is uninitialized.Cody P Schafer2013-02-241-0/+2
* | mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer2013-02-241-13/+9Star
* | mm: remove offlining arg to migrate_pagesHugh Dickins2013-02-241-4/+2Star
* | mm: rename page struct field helpersMel Gorman2013-02-241-5/+5
* | mm: teach mm by current context info to not do I/O during memory allocationMing Lei2013-02-241-1/+8
* | mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim2013-02-241-6/+10
* | mm: set zone->present_pages to number of existing pages in the zoneJiang Liu2013-02-241-1/+1
* | mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu2013-02-241-16/+16
* | acpi, memory-hotplug: support getting hotplug info from SRATTang Chen2013-02-241-1/+21
* | acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen2013-02-241-2/+32
* | page_alloc: make movablemem_map have higher priorityTang Chen2013-02-241-3/+25
* | page_alloc: introduce zone_movable_limit[] to keep movable limit for nodesTang Chen2013-02-241-2/+74
* | page_alloc: add movable_memmap kernel parameterTang Chen2013-02-241-0/+131
* | mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned longAndrew Morton2013-02-241-5/+2Star
* | CMA: make putback_lru_pages() call conditionalSrinivas Pandruvada2013-02-241-3/+5
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-201-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/+8Star
* 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-051-27/+0Star
* mm: cma: WARN if freed memory is still in useMarek Szyprowski2012-12-211-2/+9
* mm: allocate kernel pages to the right memcgGlauber Costa2012-12-191-0/+35
* mm/page_alloc.c: remove duplicate checkGavin Shan2012-12-191-2/+1Star