summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] Allow an arch to expand node boundariesMel Gorman1-0/+67
2006-09-27[PATCH] Account for holes that are outside the range of physical memoryMel Gorman1-3/+19
2006-09-27[PATCH] Account for memmap and optionally the kernel image as holesMel Gorman1-1/+59
2006-09-27[PATCH] Introduce mechanism for registering active regions of memoryMel Gorman1-24/+528
2006-09-26[PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki1-8/+16
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter1-1/+1
2006-09-26[PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter1-0/+17
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-1/+2
2006-09-26[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter1-2/+2
2006-09-26[PATCH] mm: do not check unpopulated zones for draining and counter updatesChristoph Lameter1-1/+4
2006-09-26[PATCH] Optimize free_one_pageChristoph Lameter1-3/+5
2006-09-26[PATCH] Cleanup: Add zone pointer to get_page_from_freelistChristoph Lameter1-8/+10
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter1-0/+3
2006-09-26[PATCH] linearly index zone->node_zonelists[]Christoph Lameter1-16/+11
2006-09-26[PATCH] Apply type enum zone_typeChristoph Lameter1-10/+17
2006-09-26[PATCH] mempolicies: fix policy_zone checkChristoph Lameter1-16/+0
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter1-0/+6
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter1-0/+6
2006-09-26[PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and commentChristoph Lameter1-6/+18
2006-09-26[PATCH] reduce MAX_NR_ZONES: page allocator ZONE_HIGHMEM cleanupChristoph Lameter1-10/+7
2006-09-26[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter1-15/+0
2006-09-26[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Christoph Lameter1-4/+0
2006-09-26[PATCH] mm: VM_BUG_ONNick Piggin1-12/+11
2006-09-25[PATCH] do not free non slab allocated per_cpu_pagesetDavid Rientjes1-1/+3
2006-09-22[XFRM]: Dynamic xfrm_state hash table sizing.David S. Miller1-1/+1
2006-07-03[PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OChristoph Lameter1-0/+22
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+0
2006-06-30[PATCH] Light weight event countersChristoph Lameter1-17/+4
2006-06-30[PATCH] Use Zoned VM Counters for NUMA statisticsChristoph Lameter1-22/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter1-3/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter1-5/+0
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementationChristoph Lameter1-0/+2
2006-06-30[PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.hChristoph Lameter1-407/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] pi-futex: introduce debug_check_no_locks_freed()Ingo Molnar1-2/+2
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-06-25[PATCH] cpuset: remove extra cpuset_zone_allowed check in __alloc_pagesChris Wright1-2/+1
2006-06-23[PATCH] printk() should not be called under zone->lockKirill Korotaev1-4/+5
2006-06-23[PATCH] initialise total_memory() earlierAndrew Morton1-3/+3
2006-06-23[PATCH] squash duplicate page_to_pfn and pfn_to_pageAndy Whitcroft1-30/+2
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: update zonelistsYasunori Goto1-5/+21
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: wait_table in...Yasunori Goto1-6/+53
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: add return co...Yasunori Goto1-3/+8