summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Rename PG_checked to PG_owner_priv_1Nick Piggin2007-03-011-1/+1
* [PATCH] slab: reduce size of alien cache to cover only possible nodesChristoph Lameter2007-02-201-1/+1
* [PATCH] Replace highest_possible_node_id() with nr_node_idsChristoph Lameter2007-02-201-14/+21
* [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter2007-02-111-0/+4
* [PATCH] optional ZONE_DMA: deal with cases of ZONE_DMA meaning the first zoneChristoph Lameter2007-02-111-4/+4
* [PATCH] Drop get_zone_counts()Christoph Lameter2007-02-111-7/+2
* [PATCH] Drop nr_free_pages_pgdat()Christoph Lameter2007-02-111-7/+0
* [PATCH] Drop free_pages()Christoph Lameter2007-02-111-10/+0
* [PATCH] Use ZVC for free_pagesChristoph Lameter2007-02-111-24/+13
* [PATCH] Use ZVC for inactive and active countsChristoph Lameter2007-02-111-4/+2
* [PATCH] Avoid excessive sorting of early_node_map[]Mel Gorman2007-02-111-7/+13
* [PATCH] mm: show bounce pages in oom killer outputAndrew Morton2007-02-091-3/+4
* Revert "[PATCH] mm: micro optimise zone_watermark_ok"Linus Torvalds2007-01-311-2/+1
* [PATCH] Fix sparsemem on CellDave Hansen2007-01-111-8/+17
* [PATCH] Check for populated zone in __drain_pagesChristoph Lameter2007-01-051-0/+3
* [PATCH] Sanely size hash tables when using large base pagesPaul Mundt2007-01-051-0/+4
* [PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson2006-12-131-1/+1
* [PATCH] fault-injection: defaults likely to please a new userDon Mullis2006-12-081-0/+2
* [PATCH] fault-injection capability for alloc_pages()Akinobu Mita2006-12-081-0/+87
* [PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells2006-12-081-2/+2
* [PATCH] struct seq_operations and struct file_operations constificationHelge Deller2006-12-071-1/+1
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-4/+0
* [PATCH] remove HASH_HIGHMEMAndrew Morton2006-12-071-1/+1
* [PATCH] mm: make compound page destructor handling explicitAndy Whitcroft2006-12-071-1/+1
* [PATCH] GFP_THISNODE must not trigger global reclaimChristoph Lameter2006-12-071-0/+11
* [PATCH] mm: cleanup indentation on switch for CPU operationsAndy Whitcroft2006-12-071-10/+10
* [PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intAndy Whitcroft2006-12-071-1/+1
* [PATCH] drain_node_page(): Drain pages in batch unitsChristoph Lameter2006-12-071-2/+8
* [PATCH] OOM can panic due to processes stuck in __alloc_pages()Kirill Korotaev2006-12-071-1/+1
* [PATCH] mm: add arch_alloc_pageNick Piggin2006-12-071-0/+2
* [PATCH] memory page_alloc zonelist caching speedupPaul Jackson2006-12-071-7/+181
* [PATCH] Get rid of zone_table[]Christoph Lameter2006-12-071-22/+0
* [PATCH] memory page alloc minor cleanupsPaul Jackson2006-12-071-10/+10
* [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
OpenPOWER on IntegriCloud