summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2006-02-01[PATCH] Reclaim slab during zone reclaimChristoph Lameter
2006-02-01[PATCH] Zone reclaim: Allow modification of zone reclaim behaviorChristoph Lameter
2006-02-01[PATCH] zone_reclaim: configurable off node allocation period.Christoph Lameter
2006-02-01[PATCH] zone_reclaim: partial scans instead of full scanChristoph Lameter
2006-02-01[PATCH] zone_reclaim: do not unmap file backed pagesChristoph Lameter
2006-02-01[PATCH] Use 32 bit division in slab_put_obj()Benjamin LaHaise
2006-02-01[PATCH] zone_reclaim: minor fixesChristoph Lameter
2006-02-01[PATCH] mm: improve function of sc->may_writepageChristoph Lameter
2006-02-01[PATCH] zone_reclaim: reclaim on memory only node supportChristoph Lameter
2006-02-01[PATCH] Optimize off-node performance of zone reclaimChristoph Lameter
2006-02-01[PATCH] __cpuinit functions wrongly marked __meminitAshok Raj
2006-01-18[PATCH] mm: optimize numa policy handling in slab allocatorChristoph Lameter
2006-01-18[PATCH] NUMA policies in the slab allocator V2Christoph Lameter
2006-01-18[PATCH] sem2mutex: mm/slab.cIngo Molnar
2006-01-18[PATCH] Zone reclaim: Reclaim logicChristoph Lameter
2006-01-18[PATCH] Zone reclaim: resurrect may_swapChristoph Lameter
2006-01-18[PATCH] Simplify migrate_page_addChristoph Lameter
2006-01-18[PATCH] mm: migration page refcounting fixNick Piggin
2006-01-18[PATCH] mm: dirty_exceeded speedupAndrew Morton
2006-01-16[PATCH] x86_64: add __meminit for memory hotplugMatt Tolentino
2006-01-14[PATCH] cpuset oom lock fixPaul Jackson
2006-01-14[PATCH] Add tmpfs options for memory placement policiesRobin Holt
2006-01-12Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds
2006-01-12[PATCH] memmap_init_zone(): remove uneccesary page++Greg Ungerer
2006-01-12[PATCH] do_truncate() call fix in tiny-shmem.cCatalin Marinas
2006-01-12[PATCH] migration: make sure there is no attempt to migrate reserved pages.Christoph Lameter
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap
2006-01-11[PATCH] mm: gfp_atomic commentsPaul Jackson
2006-01-11[PATCH] Restore KERN_EMERG to each line printed by bad_pageHugh Dickins
2006-01-12Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git Nathan Scott
2006-01-11[PATCH] fix/simplify mutex debugging codeDavid Woodhouse
2006-01-11[XFS] Export pagevec_lookup for use on the XFS page writeout path,Christoph Hellwig
2006-01-11add missing printk loglevel in mm/swapfile.cJesper Juhl
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2006-01-09[PATCH] mutex subsystem, more debugging codeIngo Molnar
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds
2006-01-08[PATCH] fadvise: return ESPIPE on FIFO/pipeValentine Barshak
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi
2006-01-08[PATCH] export/change sync_page_range/_nolock()OGAWA Hirofumi
2006-01-08[PATCH] cpuset: rebind vma mempolicies fixPaul Jackson
2006-01-08[PATCH] cpuset: numa_policy_rebind cleanupPaul Jackson
2006-01-08[PATCH] cpuset: implement cpuset_mems_allowedPaul Jackson
2006-01-08[PATCH] cpuset: combine refresh_mems and update_memsPaul Jackson
2006-01-08[PATCH] cpuset: memory pressure meterPaul Jackson
2006-01-08[PATCH] cpuset: mempolicy one more nodemask conversionPaul Jackson
2006-01-08[PATCH] slob: introduce the SLOB allocatorMatt Mackall
2006-01-08[PATCH] slob: introduce mm/util.c for shared functionsMatt Mackall
2006-01-08[PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ...Ravikiran G Thirumalai
2006-01-08[PATCH] Optimise oom kill of current taskKirill Korotaev