summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson
2006-09-29[PATCH] oom: don't kill current when another OOM in progressNick Piggin
2006-09-29[PATCH] oom_kill_task(): cleanup ->mm checksOleg Nesterov
2006-09-29[PATCH] select_bad_process(): cleanup 'releasing' checkOleg Nesterov
2006-09-29[PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD checkOleg Nesterov
2006-09-29[PATCH] introduce TASK_DEAD stateOleg Nesterov
2006-09-29[PATCH] kill PF_DEAD flagOleg Nesterov
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu
2006-09-29[PATCH] single bit flip detectorDave Jones
2006-09-29[PATCH] mm: make filemap_nopage use NOPAGE_SIGBUSAdam Litke
2006-09-29[PATCH] mm: fix a race condition under SMC + COWSiddha, Suresh B
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-09-27[PATCH] NOMMU: Make futexes work under NOMMU conditionsDavid Howells
2006-09-27[PATCH] NOMMU: Make mremap() partially work for NOMMU kernelsDavid Howells
2006-09-27[PATCH] NOMMU: Order the per-mm_struct VMA listDavid Howells
2006-09-27[PATCH] NOMMU: Permit ptrace to ignore non-PROT_WRITE VMAs in NOMMU modeDavid Howells
2006-09-27[PATCH] NOMMU: Check VMA protectionsDavid Howells
2006-09-27[PATCH] Check if start address is in vma region in NOMMU function get_user_pa...Sonic Zhang
2006-09-27[PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA searchDavid Howells
2006-09-27[PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells
2006-09-27[PATCH] Mark __remove_vm_area() staticRolf Eike Beer
2006-09-27[PATCH] Fix kerneldoc comments in mm/vmalloc.cRolf Eike Beer
2006-09-27[PATCH] mm/page_alloc: use NULL instead of 0 for ptrRandy Dunlap
2006-09-27[PATCH] do_no_pfn()Jes Sorensen
2006-09-27[PATCH] zone_statistics: Use hot node instead of cold zone_pgdatChristoph Lameter
2006-09-27[PATCH] Do not allocate pagesets for unpopulated zones.Christoph Lameter
2006-09-27[PATCH] Add node to zone for the NUMA caseChristoph Lameter
2006-09-27[PATCH] GFP_THISNODE for the slab allocatorChristoph Lameter
2006-09-27[PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter
2006-09-27[PATCH] Condense output of show_free_areas()Jes Sorensen
2006-09-27[PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_nod...Christoph Lameter
2006-09-27[PATCH] page invalidation cleanupNick Piggin
2006-09-27[PATCH] vm: add per-zone writeout counterAndrew Morton
2006-09-27[PATCH] Allow an arch to expand node boundariesMel Gorman
2006-09-27[PATCH] Account for holes that are outside the range of physical memoryMel Gorman
2006-09-27[PATCH] Account for memmap and optionally the kernel image as holesMel Gorman
2006-09-27[PATCH] Introduce mechanism for registering active regions of memoryMel Gorman
2006-09-27[PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan
2006-09-26[PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki
2006-09-26[PATCH] swsusp: read speedupAndrew Morton
2006-09-26[PATCH] swsusp: write speedupAndrew Morton
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter
2006-09-26[PATCH] Hugepages: Use page_to_nid rather than traversing zone pointersChristoph Lameter
2006-09-26[PATCH] oom-kill: update comments to reflect current codeRam Gupta
2006-09-26[PATCH] zone reclaim with slab: avoid unecessary off node allocationsChristoph Lameter
2006-09-26[PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter
2006-09-26[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter
2006-09-26[PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter