aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAge
* [PATCH] page_alloc: fix kernel-doc and func. declarationRandy Dunlap2006-10-04
* [PATCH] mm: micro optimise zone_watermark_okNick Piggin2006-10-04
* [PATCH] mm/page_alloc: use NULL instead of 0 for ptrRandy Dunlap2006-09-27
* [PATCH] Do not allocate pagesets for unpopulated zones.Christoph Lameter2006-09-27
* [PATCH] Add node to zone for the NUMA caseChristoph Lameter2006-09-27
* [PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter2006-09-27
* [PATCH] Condense output of show_free_areas()Jes Sorensen2006-09-27
* [PATCH] Allow an arch to expand node boundariesMel Gorman2006-09-27
* [PATCH] Account for holes that are outside the range of physical memoryMel Gorman2006-09-27
* [PATCH] Account for memmap and optionally the kernel image as holesMel Gorman2006-09-27
* [PATCH] Introduce mechanism for registering active regions of memoryMel Gorman2006-09-27
* [PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki2006-09-26
* [PATCH] NUMA: Add zone_to_nid functionChristoph Lameter2006-09-26
* [PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter2006-09-26
* [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2006-09-26
* [PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter2006-09-26
* [PATCH] mm: do not check unpopulated zones for draining and counter updatesChristoph Lameter2006-09-26
* [PATCH] Optimize free_one_pageChristoph Lameter2006-09-26
* [PATCH] Cleanup: Add zone pointer to get_page_from_freelistChristoph Lameter2006-09-26
* [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter2006-09-26
* [PATCH] linearly index zone->node_zonelists[]Christoph Lameter2006-09-26
* [PATCH] Apply type enum zone_typeChristoph Lameter2006-09-26
* [PATCH] mempolicies: fix policy_zone checkChristoph Lameter2006-09-26
* [PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter2006-09-26
* [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter2006-09-26
* [PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and commentChristoph Lameter2006-09-26
* [PATCH] reduce MAX_NR_ZONES: page allocator ZONE_HIGHMEM cleanupChristoph Lameter2006-09-26
* [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter2006-09-26
* [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Christoph Lameter2006-09-26
* [PATCH] mm: VM_BUG_ONNick Piggin2006-09-26
* [PATCH] do not free non slab allocated per_cpu_pagesetDavid Rientjes2006-09-25
* [XFRM]: Dynamic xfrm_state hash table sizing.David S. Miller2006-09-22
* [PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OChristoph Lameter2006-07-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-30
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* | [PATCH] Light weight event countersChristoph Lameter2006-06-30
* | [PATCH] Use Zoned VM Counters for NUMA statisticsChristoph Lameter2006-06-30
* | [PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter2006-06-30
* | [PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter2006-06-30
* | [PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter2006-06-30
* | [PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter2006-06-30
* | [PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter2006-06-30
* | [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter2006-06-30
* | [PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter2006-06-30
* | [PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementationChristoph Lameter2006-06-30
* | [PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.hChristoph Lameter2006-06-30
|/
* [PATCH] pi-futex: introduce debug_check_no_locks_freed()Ingo Molnar2006-06-27
* [PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman2006-06-27
* [PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman2006-06-27
* spelling fixesAndreas Mohr2006-06-26