summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2006-01-16[PATCH] x86_64: add __meminit for memory hotplugMatt Tolentino1-7/+7
2006-01-14[PATCH] cpuset oom lock fixPaul Jackson1-0/+3
2006-01-14[PATCH] Add tmpfs options for memory placement policiesRobin Holt2-7/+56
2006-01-12Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds1-0/+2
2006-01-12[PATCH] memmap_init_zone(): remove uneccesary page++Greg Ungerer1-1/+1
2006-01-12[PATCH] do_truncate() call fix in tiny-shmem.cCatalin Marinas1-1/+1
2006-01-12[PATCH] migration: make sure there is no attempt to migrate reserved pages.Christoph Lameter1-1/+3
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap5-0/+5
2006-01-11[PATCH] mm: gfp_atomic commentsPaul Jackson1-1/+2
2006-01-11[PATCH] Restore KERN_EMERG to each line printed by bad_pageHugh Dickins1-3/+3
2006-01-12Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git Nathan Scott3-3/+3
2006-01-11[PATCH] fix/simplify mutex debugging codeDavid Woodhouse2-2/+2
2006-01-11[XFS] Export pagevec_lookup for use on the XFS page writeout path,Christoph Hellwig1-0/+2
2006-01-11add missing printk loglevel in mm/swapfile.cJesper Juhl1-1/+1
2006-01-10[PATCH] replace inode_update_time with file_update_timeChristoph Hellwig2-2/+2
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen8-33/+33
2006-01-09[PATCH] mutex subsystem, more debugging codeIngo Molnar2-0/+4
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds1-0/+2
2006-01-08[PATCH] fadvise: return ESPIPE on FIFO/pipeValentine Barshak1-0/+5
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi1-13/+27
2006-01-08[PATCH] export/change sync_page_range/_nolock()OGAWA Hirofumi1-4/+4
2006-01-08[PATCH] cpuset: rebind vma mempolicies fixPaul Jackson1-0/+29
2006-01-08[PATCH] cpuset: numa_policy_rebind cleanupPaul Jackson1-12/+19
2006-01-08[PATCH] cpuset: implement cpuset_mems_allowedPaul Jackson1-3/+0
2006-01-08[PATCH] cpuset: combine refresh_mems and update_memsPaul Jackson1-5/+5
2006-01-08[PATCH] cpuset: memory pressure meterPaul Jackson1-0/+1
2006-01-08[PATCH] cpuset: mempolicy one more nodemask conversionPaul Jackson1-3/+2
2006-01-08[PATCH] slob: introduce the SLOB allocatorMatt Mackall2-1/+388
2006-01-08[PATCH] slob: introduce mm/util.c for shared functionsMatt Mackall3-38/+40
2006-01-08[PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ...Ravikiran G Thirumalai1-2/+2
2006-01-08[PATCH] Optimise oom kill of current taskKirill Korotaev1-2/+3
2006-01-08[PATCH] Move page migration related functions near do_migrate_pages()Christoph Lameter1-132/+138
2006-01-08[PATCH] mempolicies: unexport get_vma_policy()Christoph Lameter1-2/+2
2006-01-08[PATCH] Drop page table lock before calling migrate_page_add()Christoph Lameter1-1/+4
2006-01-08[PATCH] Fold numa_maps into mempolicies.cChristoph Lameter1-1/+137
2006-01-08[PATCH] mempolicies: private pointer in check_range and MPOL_MF_INVERTChristoph Lameter1-22/+24
2006-01-08[PATCH] rmap: additional diagnostics in page_remove_rmap()Dave Jones1-0/+7
2006-01-08[PATCH] mm: clean up local variablesTobias Klauser2-7/+8
2006-01-08[PATCH] mm: make hugepages obey cpusets.Christoph Lameter1-1/+3
2006-01-08[PATCH] SwapMig: Switch error handling in migrate_pages to use -ExxChristoph Lameter1-22/+34
2006-01-08[PATCH] SwapMig: Extend parameters for migrate_pages()Christoph Lameter2-14/+30
2006-01-08[PATCH] SwapMig: Drop unused pages immediatelyChristoph Lameter1-0/+5
2006-01-08[PATCH] SwapMig: add_to_swap() avoid atomic allocationsChristoph Lameter2-4/+4
2006-01-08[PATCH] SwapMig: CONFIG_MIGRATION fixesChristoph Lameter1-76/+76
2006-01-08[PATCH] Swap Migration V5: sys_migrate_pages interfaceChristoph Lameter1-1/+93
2006-01-08[PATCH] Swap Migration V5: MPOL_MF_MOVE interfaceChristoph Lameter1-20/+135
2006-01-08[PATCH] Swap Migration V5: Add CONFIG_MIGRATION for page migration supportChristoph Lameter2-9/+18
2006-01-08[PATCH] Swap Migration V5: migrate_pages() functionChristoph Lameter1-34/+180
2006-01-08[PATCH] Swap Migration V5: PF_SWAPWRITE to allow writing to swapChristoph Lameter2-5/+3
2006-01-08[PATCH] Swap Migration V5: LRU operationsChristoph Lameter1-13/+87