drm: fixup i915 interrupt on X server exit
[safe/jmp/linux-2.6] / mm /
2006-02-17 Chris Wright[PATCH] sys_mbind sanity checking
2006-02-17 Linus Torvalds[PATCH] Handle holes in node mask in node fallback...
2006-02-17 Andi Kleen[PATCH] Handle all and empty zones when setting up...
2006-02-17 Andi Kleen[PATCH] x86_64: Add boot option to disable randomized...
2006-02-15 Michael S. Tsirkin[PATCH] madvise MADV_DONTFORK/MADV_DOFORK
2006-02-15 Hugh Dickins[PATCH] compound page: default destructor
2006-02-15 Hugh Dickins[PATCH] compound page: use page[1].lru
2006-02-12 Christoph Lameter[PATCH] vmscan: skip reclaim_mapped determination if...
2006-02-12 Christoph Lameter[PATCH] vmscan: remove duplicate increment of reclaim_i...
2006-02-12 Christoph Lameter[PATCH] zone reclaim: do not check references to a...
2006-02-10 Christoph Lameter[PATCH] Updates for page migration
2006-02-10 Ravikiran G Thirumalai[PATCH] slab: Avoid deadlock at kmem_cache_create/kmem_...
2006-02-08 Ingo Molnar[PATCH] SLOB=y && SMP=y fix
2006-02-08 Nick Piggin[PATCH] mm: compound release fix
2006-02-08 Christoph Lameter[PATCH] hugetlbpage: return VM_FAULT_OOM on oom
2006-02-08 David Gibson[PATCH] Hugepages need clear_user_highpage() not clear_...
2006-02-05 Linus Torvaldsmm/slab.c (non-NUMA): Fix compile warning and clean...
2006-02-05 Ravikiran G Thirumalai[PATCH] NUMA slab locking fixes: fix cpu down and up...
2006-02-05 Ravikiran G Thirumalai[PATCH] NUMA slab locking fixes: irq disabling from...
2006-02-05 Ravikiran G Thirumalai[PATCH] NUMA slab locking fixes: move color_next to l3
2006-02-05 Christoph Lameter[PATCH] hugetlb: add comment explaining reasons for...
2006-02-05 Eric Dumazet[PATCH] percpu data: only iterate over possible CPUs
2006-02-05 Chen, Kenneth W[PATCH] x86_64: Fix memory policy build without CONFIG_...
2006-02-01 Randy Dunlap[PATCH] slab: fix sparse warning
2006-02-01 Randy.Dunlap[PATCH] mm/slab: add kernel-doc for one function
2006-02-01 Pekka Enberg[PATCH] slab: fix kzalloc and kstrdup caller report...
2006-02-01 Andrew Morton[PATCH] dump_stack() in oom handler
2006-02-01 Pekka Enberg[PATCH] slab: replace kmem_cache_t with struct kmem_cache
2006-02-01 Pekka Enberg[PATCH] slab: rename ac_data to cpu_cache_get
2006-02-01 Pekka Enberg[PATCH] slab: extract virt_to_{cache|slab}
2006-02-01 Pekka Enberg[PATCH] slab: reduce inlining
2006-02-01 Matthew Dobson[PATCH] slab: extract slab_{put|get}_obj
2006-02-01 Matthew Dobson[PATCH] slab: extract slab_destroy_objs()
2006-02-01 Steven Rostedt[PATCH] slab: cache_estimate cleanup
2006-02-01 Steven Rostedt[PATCH] slab: have index_of bug at compile time
2006-02-01 Christoph Lameter[PATCH] slab: minor cleanup to kmem_cache_alloc_node
2006-02-01 Manfred Spraul[PATCH] slab: distinguish between object and buffer...
2006-02-01 Christoph Lameter[PATCH] Direct Migration V9: Avoid writeback / page_mig...
2006-02-01 Christoph Lameter[PATCH] Direct Migration V9: upgrade MPOL_MF_MOVE and...
2006-02-01 Christoph Lameter[PATCH] Direct Migration V9: remove_from_swap() to...
2006-02-01 Christoph Lameter[PATCH] Direct Migration V9: migrate_pages() extension
2006-02-01 Christoph Lameter[PATCH] Direct Migration V9: PageSwapCache checks
2006-02-01 Christoph Lameter[PATCH] Reclaim slab during zone reclaim
2006-02-01 Christoph Lameter[PATCH] Zone reclaim: Allow modification of zone reclai...
2006-02-01 Christoph Lameter[PATCH] zone_reclaim: configurable off node allocation...
2006-02-01 Christoph Lameter[PATCH] zone_reclaim: partial scans instead of full...
2006-02-01 Christoph Lameter[PATCH] zone_reclaim: do not unmap file backed pages
2006-02-01 Benjamin LaHaise[PATCH] Use 32 bit division in slab_put_obj()
2006-02-01 Christoph Lameter[PATCH] zone_reclaim: minor fixes
2006-02-01 Christoph Lameter[PATCH] mm: improve function of sc->may_writepage
2006-02-01 Christoph Lameter[PATCH] zone_reclaim: reclaim on memory only node support
2006-02-01 Christoph Lameter[PATCH] Optimize off-node performance of zone reclaim
2006-02-01 Ashok Raj[PATCH] __cpuinit functions wrongly marked __meminit
2006-01-19 Christoph Lameter[PATCH] mm: optimize numa policy handling in slab allocator
2006-01-19 Christoph Lameter[PATCH] NUMA policies in the slab allocator V2
2006-01-19 Ingo Molnar[PATCH] sem2mutex: mm/slab.c
2006-01-19 Christoph Lameter[PATCH] Zone reclaim: Reclaim logic
2006-01-19 Christoph Lameter[PATCH] Zone reclaim: resurrect may_swap
2006-01-19 Christoph Lameter[PATCH] Simplify migrate_page_add
2006-01-19 Nick Piggin[PATCH] mm: migration page refcounting fix
2006-01-19 Andrew Morton[PATCH] mm: dirty_exceeded speedup
2006-01-17 Matt Tolentino[PATCH] x86_64: add __meminit for memory hotplug
2006-01-15 Paul Jackson[PATCH] cpuset oom lock fix
2006-01-15 Robin Holt[PATCH] Add tmpfs options for memory placement policies
2006-01-12 Linus TorvaldsMerge git://oss.sgi.com:8090/oss/git/xfs-2.6
2006-01-12 Greg Ungerer[PATCH] memmap_init_zone(): remove uneccesary page++
2006-01-12 Catalin Marinas[PATCH] do_truncate() call fix in tiny-shmem.c
2006-01-12 Christoph Lameter[PATCH] migration: make sure there is no attempt to...
2006-01-12 Randy.Dunlap[PATCH] move capable() to capability.h
2006-01-12 Paul Jackson[PATCH] mm: gfp_atomic comments
2006-01-12 Hugh Dickins[PATCH] Restore KERN_EMERG to each line printed by...
2006-01-12 Nathan ScottMerge HEAD from oss.sgi.com:/oss/git/linux-2.6.git
2006-01-11 David Woodhouse[PATCH] fix/simplify mutex debugging code
2006-01-11 Christoph Hellwig[XFS] Export pagevec_lookup for use on the XFS page...
2006-01-11 Jesper Juhladd missing printk loglevel in mm/swapfile.c
2006-01-10 Christoph Hellwig[PATCH] replace inode_update_time with file_update_time
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-09 Ingo Molnar[PATCH] mutex subsystem, more debugging code
2006-01-09 Linus TorvaldsMerge git://git./linux/kernel/git/paulus/powerpc-merge
2006-01-09 Valentine Barshak[PATCH] fadvise: return ESPIPE on FIFO/pipe
2006-01-09 OGAWA Hirofumi[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)
2006-01-09 OGAWA Hirofumi[PATCH] export/change sync_page_range/_nolock()
2006-01-09 Paul Jackson[PATCH] cpuset: rebind vma mempolicies fix
2006-01-09 Paul Jackson[PATCH] cpuset: numa_policy_rebind cleanup
2006-01-09 Paul Jackson[PATCH] cpuset: implement cpuset_mems_allowed
2006-01-09 Paul Jackson[PATCH] cpuset: combine refresh_mems and update_mems
2006-01-09 Paul Jackson[PATCH] cpuset: memory pressure meter
2006-01-09 Paul Jackson[PATCH] cpuset: mempolicy one more nodemask conversion
2006-01-09 Matt Mackall[PATCH] slob: introduce the SLOB allocator
2006-01-09 Matt Mackall[PATCH] slob: introduce mm/util.c for shared functions
2006-01-09 Ravikiran G Thirumalai[PATCH] Change maxaligned_in_smp alignemnt macros to...
2006-01-09 Kirill Korotaev[PATCH] Optimise oom kill of current task
2006-01-09 Christoph Lameter[PATCH] Move page migration related functions near...
2006-01-09 Christoph Lameter[PATCH] mempolicies: unexport get_vma_policy()
2006-01-09 Christoph Lameter[PATCH] Drop page table lock before calling migrate_pag...
2006-01-09 Christoph Lameter[PATCH] Fold numa_maps into mempolicies.c
2006-01-09 Christoph Lameter[PATCH] mempolicies: private pointer in check_range...
2006-01-09 Dave Jones[PATCH] rmap: additional diagnostics in page_remove_rmap()
2006-01-09 Tobias Klauser[PATCH] mm: clean up local variables
2006-01-09 Christoph Lameter[PATCH] mm: make hugepages obey cpusets.
next