aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-06vmscan: check high watermark after shrink zoneMinchan Kim1-10/+12
2010-03-06mm: use rlimit helpersJiri Slaby4-14/+15
2010-03-06mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro1-2/+2
2010-03-06mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro1-9/+2
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki3-4/+14
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki1-8/+86
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki6-32/+44
2010-03-05Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds3-243/+125
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2010-03-04rcu: Suppress __mpol_dup() false positive from RCU lockdepPaul E. McKenney1-0/+2
2010-03-04SLUB: Fix per-cpu merge conflictStephen Rothwell1-1/+1
2010-03-04Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percpu' into slab-for-linusPekka Enberg3-243/+125
2010-03-03kill unused invalidate_inode_pages helperChristoph Hellwig1-1/+1
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-24/+508
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds3-155/+98
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+3
2010-03-01sparsemem: Fix compilation on PowerPCYinghai Lu1-4/+7
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-10/+10
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller3-22/+18
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2010-02-26failslab: add ability to filter slab cachesDmitry Monakhov3-6/+43
2010-02-26early_res: Add free_early_partial()Yinghai Lu1-3/+0
2010-02-25Merge branches 'clks' and 'pnx' into develRussell King1-3/+1
2010-02-22memcg: fix oom killing a child process in an other cgroupKAMEZAWA Hiroyuki1-0/+2
2010-02-22x86: Fix non-bootmem compilation on PowerPCYinghai Lu1-0/+2
2010-02-21mm: Make copy_from_user() in migrate.c statically predictableH. Peter Anvin1-21/+15
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King3-10/+10
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-62/+166
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo1-8/+10
2010-02-12sparsemem: Put mem map for one node together.Yinghai Lu3-2/+187
2010-02-12sparsemem: Put usemap for one node togetherYinghai Lu1-18/+66
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu4-5/+254
2010-02-08Merge branch 'sh/dmaengine'Paul Mundt1-0/+3
2010-02-06Fix potential crash with sys_move_pagesLinus Torvalds1-0/+3
2010-02-05grammar fix in commentUwe Kleine-König1-1/+1
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2010-02-05Merge branch 'sh/stable-updates'Paul Mundt3-28/+92
2010-02-02hugetlb: fix section mismatchesJeff Mahoney1-4/+3
2010-02-02mm: flush dcache before writing into page to avoid aliasanfei zhou1-0/+3
2010-02-02mm: purge fragmented percpu vmap blocksNick Piggin1-11/+81
2010-02-02mm: percpu-vmap fix RCU list walkingNick Piggin1-14/+6
2010-02-02Merge branch 'master' into percpuTejun Heo11-103/+192
2010-02-02Merge branch 'sh/stable-updates'Paul Mundt3-37/+72
2010-01-30slab: fix regression in touched logicNick Piggin1-2/+3
2010-01-29mm: fix migratetype bug which slowed swappingHugh Dickins1-2/+3
2010-01-27mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds1-32/+68
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller14-120/+205
2010-01-22dma kmalloc handling fixesChristoph Lameter1-2/+3
2010-01-22slub: remove impossible conditionDavid Rientjes1-1/+1
2010-01-21vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh1-3/+1