aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-09mm: honor min_free_kbytes set by userMichal Hocko1-7/+17
2013-07-09mm/page_alloc.c: remove unlikely() from the current_order testZhang Yanfei1-1/+1
2013-07-09mm/page_alloc.c: remove zone_type argument of build_zonelists_nodeZhang Yanfei1-13/+8
2013-07-09mm: remove duplicated call of get_pfn_range_for_nidZhang Yanfei1-11/+32
2013-07-03mm: introduce helper function mem_init_print_info() to simplify mem_init()Jiang Liu1-0/+52
2013-07-03mm: report available pages as "MemTotal" for each NUMA nodeJiang Liu1-1/+5
2013-07-03mm: correctly update zone->managed_pagesJiang Liu1-5/+6
2013-07-03mm: make __free_pages_bootmem() only available at boot timeJiang Liu1-8/+1
2013-07-03mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu1-0/+11
2013-07-03mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu1-0/+1
2013-07-03mm: use managed_pages to calculate default zonelist orderJiang Liu1-2/+2
2013-07-03mm: fix some trivial typos in commentsJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-9/+10
2013-07-03mm/memory-hotplug: fix lowmem count overflow when offline pagesWanpeng Li1-0/+4
2013-07-03mm/page_alloc.c: add additional checking and return value for the 'table->data'Chen Gang1-4/+11
2013-07-03mm/page_alloc: don't re-init pageset in zone_pcp_update()Cody P Schafer1-5/+12
2013-07-03mm/page_alloc: rename setup_pagelist_highmark() to match naming of pageset_set_batch()Cody P Schafer1-6/+6
2013-07-03mm/page_alloc: in zone_pcp_update(), uze zone_pageset_init()Cody P Schafer1-3/+1
2013-07-03mm/page_alloc: factor zone_pageset_init() out of setup_zone_pageset()Cody P Schafer1-12/+15
2013-07-03mm/page_alloc: relocate comment to be directly above code it refers to.Cody P Schafer1-2/+2
2013-07-03mm/page_alloc: factor setup_pageset() into pageset_init() and pageset_set_batch()Cody P Schafer1-2/+7
2013-07-03mm/page_alloc: when handling percpu_pagelist_fraction, don't unneedly recalulate highCody P Schafer1-6/+4
2013-07-03mm/page_alloc: convert zone_pcp_update() to rely on memory barriers instead of stop_machine()Cody P Schafer1-24/+9
2013-07-03mm/page_alloc: protect pcp->batch accesses with ACCESS_ONCECody P Schafer1-4/+7
2013-07-03mm/page_alloc: insert memory barriers to allow async update of pcp batch and highCody P Schafer1-9/+32
2013-07-03mm/page_alloc: prevent concurrent updaters of pcp ->batch and ->highCody P Schafer1-0/+8
2013-07-03mm/page_alloc: factor out setting of pcp->high and pcp->batchCody P Schafer1-3/+9
2013-06-12mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski1-2/+4
2013-05-22mm: Fix virt_to_page() warningRalf Baechle1-1/+1
2013-04-29page_alloc: make setup_nr_node_ids() usable for arch init codeCody P Schafer1-5/+1
2013-04-29mm: speedup in __early_pfn_to_nidRuss Anderson1-1/+14
2013-04-29mm: page_alloc: avoid marking zones full prematurely after zone_reclaim()Mel Gorman1-1/+16
2013-04-29mm, hugetlb: include hugepages in meminfoDavid Rientjes1-0/+3
2013-04-29mm: introduce free_highmem_page() helper to free highmem pages into buddy systemJiang Liu1-0/+9
2013-04-29mm: introduce common help functions to deal with reserved/managed pagesJiang Liu1-0/+20
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes1-0/+7
2013-03-29mm: export split_page()K. Y. Srinivasan1-0/+1
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu1-280/+5
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
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