summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-305-4/+14
* [PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]David Howells2006-09-301-0/+134
* [PATCH] BLOCK: Separate the bounce buffering code from the highmem code [try #6]David Howells2006-09-303-281/+305
* [PATCH] BLOCK: Stop fallback_migrate_page() from using page_has_buffers() [tr...David Howells2006-09-301-1/+1
* [PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells2006-09-303-0/+55
* [PATCH] Access Control Lists for tmpfsAndreas Gruenbacher2006-09-293-2/+295
* [PATCH] valid_swaphandles() fixHugh Dickins2006-09-291-3/+4
* [PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-addedChandra Seetharaman2006-09-292-3/+5
* [PATCH] remove static variable mm/page-writeback.c:total_pagesChandra Seetharaman2006-09-291-7/+4
* [PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson2006-09-291-0/+3
* [PATCH] oom: don't kill current when another OOM in progressNick Piggin2006-09-291-6/+17
* [PATCH] oom_kill_task(): cleanup ->mm checksOleg Nesterov2006-09-291-5/+2
* [PATCH] select_bad_process(): cleanup 'releasing' checkOleg Nesterov2006-09-291-10/+9
* [PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD checkOleg Nesterov2006-09-291-6/+6
* [PATCH] introduce TASK_DEAD stateOleg Nesterov2006-09-291-1/+1
* [PATCH] kill PF_DEAD flagOleg Nesterov2006-09-291-2/+2
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* [PATCH] single bit flip detectorDave Jones2006-09-291-1/+23
* [PATCH] mm: make filemap_nopage use NOPAGE_SIGBUSAdam Litke2006-09-291-3/+3
* [PATCH] mm: fix a race condition under SMC + COWSiddha, Suresh B2006-09-291-1/+8
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] NOMMU: Make futexes work under NOMMU conditionsDavid Howells2006-09-271-5/+9
* [PATCH] NOMMU: Make mremap() partially work for NOMMU kernelsDavid Howells2006-09-271-17/+46
* [PATCH] NOMMU: Order the per-mm_struct VMA listDavid Howells2006-09-271-32/+72
* [PATCH] NOMMU: Permit ptrace to ignore non-PROT_WRITE VMAs in NOMMU modeDavid Howells2006-09-271-2/+2
* [PATCH] NOMMU: Check VMA protectionsDavid Howells2006-09-271-5/+25
* [PATCH] Check if start address is in vma region in NOMMU function get_user_pa...Sonic Zhang2006-09-271-2/+6
* [PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA searchDavid Howells2006-09-271-8/+3
* [PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells2006-09-272-0/+100
* [PATCH] Mark __remove_vm_area() staticRolf Eike Beer2006-09-271-1/+1
* [PATCH] Fix kerneldoc comments in mm/vmalloc.cRolf Eike Beer2006-09-271-20/+8
* [PATCH] mm/page_alloc: use NULL instead of 0 for ptrRandy Dunlap2006-09-271-1/+1
* [PATCH] do_no_pfn()Jes Sorensen2006-09-271-5/+59
* [PATCH] zone_statistics: Use hot node instead of cold zone_pgdatChristoph Lameter2006-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] GFP_THISNODE for the slab allocatorChristoph Lameter2006-09-272-30/+81
* [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
* [PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_nod...Christoph Lameter2006-09-271-10/+9
* [PATCH] page invalidation cleanupNick Piggin2006-09-272-21/+31
* [PATCH] vm: add per-zone writeout counterAndrew Morton2006-09-272-1/+3
* [PATCH] Allow an arch to expand node boundariesMel Gorman2006-09-271-0/+67
* [PATCH] Account for holes that are outside the range of physical memoryMel Gorman2006-09-271-3/+19
* [PATCH] Account for memmap and optionally the kernel image as holesMel Gorman2006-09-271-1/+59
* [PATCH] Introduce mechanism for registering active regions of memoryMel Gorman2006-09-271-24/+528
* [PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan2006-09-272-6/+3
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1
* [PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki2006-09-261-8/+16
* [PATCH] swsusp: read speedupAndrew Morton2006-09-261-1/+1