summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] mm: isolate_lru_pages() scan count fixWu Fengguang2006-03-221-2/+2
* [PATCH] zone_reclaim: additional comments and cleanupChristoph Lameter2006-03-221-4/+14
* [PATCH] vmscan: rename functionsAndrew Morton2006-03-221-15/+17
* [PATCH] vmscan return nr_reclaimedAndrew Morton2006-03-221-39/+38Star
* [PATCH] vmscan: use unsigned longsAndrew Morton2006-03-221-45/+59
* [PATCH] vmscan: scan_control cleanupAndrew Morton2006-03-221-46/+62
* [PATCH] Thin out scan_control: remove nr_to_scan and priorityChristoph Lameter2006-03-221-34/+25Star
* [PATCH] slab: use on_each_cpu()Andrew Morton2006-03-221-19/+2Star
* [PATCH] slab: Remove SLAB_NO_REAP optionChristoph Lameter2006-03-221-11/+2Star
* [PATCH] slab: fix kernel-doc warningsRandy Dunlap2006-03-221-3/+12
* [PATCH] mm: kill kmem_cache_t usagePekka Enberg2006-03-224-8/+10
* [PATCH] slab: remove cachep->spinlockRavikiran G Thirumalai2006-03-221-11/+9Star
* [PATCH] slab cleanupAndrew Morton2006-03-221-292/+304
* [PATCH] slab: extract setup_cpu_cachePekka Enberg2006-03-221-54/+55
* [PATCH] slab: object to index mapping cleanupPekka Enberg2006-03-221-11/+23
* [PATCH] hugepage allocator cleanupNick Piggin2006-03-221-16/+8Star
* [PATCH] mm: cleanup bootmemNick Piggin2006-03-221-13/+7Star
* [PATCH] mm: split highorder pagesNick Piggin2006-03-222-3/+23
* [PATCH] mm: simplify vmscan vs release refcountingNick Piggin2006-03-221-14/+11Star
* [PATCH] mm: slab less atomicsNick Piggin2006-03-221-3/+3
* [PATCH] mm: page_alloc less atomicsNick Piggin2006-03-221-2/+2
* [PATCH] mm: less atomic opsNick Piggin2006-03-221-2/+2
* [PATCH] mm: PageActive no testsetNick Piggin2006-03-222-4/+5
* [PATCH] mm: PageLRU no testsetNick Piggin2006-03-222-17/+19
* [PATCH] mm: never ClearPageLRU released pagesNick Piggin2006-03-222-32/+38
* [PATCH] __get_page_state() cpumask cleanup and fixAndrew Morton2006-03-221-11/+9Star
* [PATCH] fix free swap cache latencyHugh Dickins2006-03-171-2/+3
* [PATCH] fix race in pagevec_strip?Christoph Lameter2006-03-171-1/+2
* [PATCH] page migration: Fail with error if swap not setupChristoph Lameter2006-03-171-2/+12
* [PATCH] Consistent capabilites associated with MPOL_MOVE_ALLChristoph Lameter2006-03-151-4/+4
* [PATCH] page migration: fail if page is in a vma flagged VM_LOCKEDChristoph Lameter2006-03-151-6/+12
* [PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages.Christoph Lameter2006-03-102-12/+70
* [PATCH] memory hotadd: pgdat->node_present_pages fixYasunori Goto2006-03-101-0/+1
* [PATCH] vmscan: no zone_reclaim if PF_MALLOC is setChristoph Lameter2006-03-101-1/+2
* [PATCH] page_add_file_rmap(): remove BUG_ON()sHugh Dickins2006-03-101-3/+0Star
* [PATCH] slab: allocate larger cache_cache if order 0 failsJack Steiner2006-03-081-3/+8
* [PATCH] percpu_counter_sum()Andrew Morton2006-03-081-2/+23
* [PATCH] numa_maps-update fixAndrew Morton2006-03-081-0/+8
* slab: fix calculate_slab_order() for SLAB_RECLAIM_ACCOUNTLinus Torvalds2006-03-081-11/+9Star
* [PATCH] numa_maps updateChristoph Lameter2006-03-071-25/+95
* slab: clarify and fix calculate_slab_order()Linus Torvalds2006-03-071-12/+12
* Fix "check_slabp" printout size calculationLinus Torvalds2006-03-061-1/+1
* [PATCH] numa_maps: Fix potential crash on non IA64 platformsChristoph Lameter2006-03-021-1/+2
* [PATCH] out_of_memory() locking fixAndrew Morton2006-03-021-1/+2
* [PATCH] out_of_memory(): use of uninitialisedAndrew Morton2006-03-011-1/+1
* [PATCH] nommu: implement vmalloc_node()Andrew Morton2006-03-011-1/+7
* [PATCH] remove_from_swap: fix lockingChristoph Lameter2006-03-011-5/+13
* [PATCH] Fix sys_migrate_pages: Move all pages when invoked from rootChristoph Lameter2006-03-011-1/+2
* [PATCH] vmscan: fix zone_reclaimChristoph Lameter2006-02-241-3/+7
* [PATCH] page migration: Fix MPOL_INTERLEAVE behavior for migration via mbind()Christoph Lameter2006-02-241-4/+18