summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] x86_64: fix bad page state in process 'swapper'Mel Gorman2006-11-231-3/+3
* [PATCH] mm: un-needed add-store operation wastes a few bytesnkalmala2006-11-031-1/+1
* [PATCH] Calculation fix for memory holes beyong the end of physical memoryMel Gorman2006-10-281-1/+1
* [PATCH] vmscan: Fix temp_priority raceMartin Bligh2006-10-281-1/+1
* [PATCH] Reintroduce NODES_SPAN_OTHER_NODES for powerpcAndy Whitcroft2006-10-211-0/+2
* [PATCH] highest_possible_node_id() linkage fixAndrew Morton2006-10-201-0/+16
* [PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton2006-10-201-2/+3
* [PATCH] mm: locks_freed fixNick Piggin2006-10-111-4/+4
* [PATCH] mm: arch_free_page fixNick Piggin2006-10-111-3/+3
* [PATCH] mm: remove memmap_zone_idx()Mel Gorman2006-10-111-17/+0
* [PATCH] page_alloc: fix kernel-doc and func. declarationRandy Dunlap2006-10-041-25/+25
* [PATCH] mm: micro optimise zone_watermark_okNick Piggin2006-10-041-1/+2
* [PATCH] mm/page_alloc: use NULL instead of 0 for ptrRandy Dunlap2006-09-271-1/+1
* [PATCH] Do not allocate pagesets for unpopulated zones.Christoph Lameter2006-09-271-0/+3
* [PATCH] Add node to zone for the NUMA caseChristoph Lameter2006-09-271-0/+1
* [PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter2006-09-271-7/+5
* [PATCH] Condense output of show_free_areas()Jes Sorensen2006-09-271-19/+17
* [PATCH] Allow an arch to expand node boundariesMel Gorman2006-09-271-0/+67
* [PATCH] Account for holes that are outside the range of physical memoryMel Gorman2006-09-271-3/+19
* [PATCH] Account for memmap and optionally the kernel image as holesMel Gorman2006-09-271-1/+59
* [PATCH] Introduce mechanism for registering active regions of memoryMel Gorman2006-09-271-24/+528
* [PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki2006-09-261-8/+16
* [PATCH] NUMA: Add zone_to_nid functionChristoph Lameter2006-09-261-1/+1
* [PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter2006-09-261-0/+17
* [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2006-09-261-1/+2
* [PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter2006-09-261-2/+2
* [PATCH] mm: do not check unpopulated zones for draining and counter updatesChristoph Lameter2006-09-261-1/+4
* [PATCH] Optimize free_one_pageChristoph Lameter2006-09-261-3/+5
* [PATCH] Cleanup: Add zone pointer to get_page_from_freelistChristoph Lameter2006-09-261-8/+10
* [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter2006-09-261-0/+3
* [PATCH] linearly index zone->node_zonelists[]Christoph Lameter2006-09-261-16/+11
* [PATCH] Apply type enum zone_typeChristoph Lameter2006-09-261-10/+17
* [PATCH] mempolicies: fix policy_zone checkChristoph Lameter2006-09-261-16/+0
* [PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter2006-09-261-0/+6
* [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter2006-09-261-0/+6
* [PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and commentChristoph Lameter2006-09-261-6/+18
* [PATCH] reduce MAX_NR_ZONES: page allocator ZONE_HIGHMEM cleanupChristoph Lameter2006-09-261-10/+7
* [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter2006-09-261-15/+0
* [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Christoph Lameter2006-09-261-4/+0
* [PATCH] mm: VM_BUG_ONNick Piggin2006-09-261-12/+11
* [PATCH] do not free non slab allocated per_cpu_pagesetDavid Rientjes2006-09-251-1/+3
* [XFRM]: Dynamic xfrm_state hash table sizing.David S. Miller2006-09-221-1/+1
* [PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OChristoph Lameter2006-07-031-0/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-301-1/+0
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* | [PATCH] Light weight event countersChristoph Lameter2006-06-301-17/+4
* | [PATCH] Use Zoned VM Counters for NUMA statisticsChristoph Lameter2006-06-301-22/+1
* | [PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter2006-06-301-3/+1
* | [PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter2006-06-301-1/+1
* | [PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2006-06-301-1/+1
OpenPOWER on IntegriCloud