summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* memory hotplug: solve config broken: undefined reference to `online_page'Yasunori Goto2006-08-081-1/+1
* pdflush: handle resume wakeupsPavel Machek2006-08-081-8/+7
* [PATCH] tmpfs: time granularity fix for [acm]time going backwardsRobin H. Johnson2006-06-221-0/+1
* [PATCH] Cpuset: might sleep checking zones allowed fixPaul Jackson2006-06-051-1/+2
* [PATCH] page migration: Fix fallback behavior for dirty pagesChristoph Lameter2006-05-201-0/+11
* [PATCH] add migratepage address space op to shmemLee Schermerhorn2006-05-201-0/+1
* [PATCH] Remove cond_resched in gather_stats()Christoph Lameter2006-05-201-1/+0
* [PATCH] fix MADV_REMOVE vulnerability (CVE-2006-1524 for real this time)Hugh Dickins2006-04-171-0/+3
* [PATCH] Fix buddy list race that could lead to page lru list corruptionsNick Piggin2006-04-171-13/+18
* [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-141-4/+4
* [PATCH] page migration: fail if page is in a vma flagged VM_LOCKEDChristoph Lameter2006-03-141-6/+12
* [PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages.Christoph Lameter2006-03-092-12/+70
* [PATCH] memory hotadd: pgdat->node_present_pages fixYasunori Goto2006-03-091-0/+1
* [PATCH] vmscan: no zone_reclaim if PF_MALLOC is setChristoph Lameter2006-03-091-1/+2
* [PATCH] page_add_file_rmap(): remove BUG_ON()sHugh Dickins2006-03-091-3/+0
* [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/+9
* [PATCH] numa_maps updateChristoph Lameter2006-03-061-25/+95
* slab: clarify and fix calculate_slab_order()Linus Torvalds2006-03-061-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-02-281-1/+1
* [PATCH] nommu: implement vmalloc_node()Andrew Morton2006-02-281-1/+7
* [PATCH] remove_from_swap: fix lockingChristoph Lameter2006-02-281-5/+13
* [PATCH] Fix sys_migrate_pages: Move all pages when invoked from rootChristoph Lameter2006-02-281-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
* [PATCH] tmpfs: fix mount mpol nodelist parsingHugh Dickins2006-02-211-12/+69
* [PATCH] mm/mempolicy.c: fix 'if ();' typoAlexey Dobriyan2006-02-201-1/+1
* [PATCH] Fix undefined symbols for nommu architectureLuke Yang2006-02-201-0/+2
* [PATCH] Fix units in mbind checkAndi Kleen2006-02-201-1/+1
* [PATCH] Terminate process that fails on a constrained allocationChristoph Lameter2006-02-202-26/+79
* [PATCH] OOM kill: children accountingKurt Garloff2006-02-201-10/+16
* [PATCH] sys_mbind sanity checkingChris Wright2006-02-171-0/+2
* [PATCH] Handle holes in node mask in node fallback list setupLinus Torvalds2006-02-171-11/+11
* [PATCH] Handle all and empty zones when setting up custom zonelists for mbindAndi Kleen2006-02-171-4/+14
* [PATCH] x86_64: Add boot option to disable randomized mappings and cleanupAndi Kleen2006-02-171-0/+10
* [PATCH] madvise MADV_DONTFORK/MADV_DOFORKMichael S. Tsirkin2006-02-141-4/+17
* [PATCH] compound page: default destructorHugh Dickins2006-02-141-1/+8
* [PATCH] compound page: use page[1].lruHugh Dickins2006-02-143-12/+9
* [PATCH] vmscan: skip reclaim_mapped determination if we do not swapChristoph Lameter2006-02-111-34/+41
* [PATCH] vmscan: remove duplicate increment of reclaim_in_progressChristoph Lameter2006-02-111-2/+0
* [PATCH] zone reclaim: do not check references to a page during zone reclaimChristoph Lameter2006-02-111-1/+5
* [PATCH] Updates for page migrationChristoph Lameter2006-02-101-5/+20