summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | mm/page_alloc.c: remove duplicate call to trace_mm_page_free_directLi Hong2010-03-061-1/+1
* | | mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro2010-03-061-0/+2
* | | vmscan: get_scan_ratio() cleanupKOSAKI Motohiro2010-03-061-9/+14
* | | vmscan: check high watermark after shrink zoneMinchan Kim2010-03-061-10/+12
* | | mm: use rlimit helpersJiri Slaby2010-03-064-14/+15
* | | mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro2010-03-061-2/+2
* | | mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro2010-03-061-9/+2
* | | mm: count swap usageKAMEZAWA Hiroyuki2010-03-063-4/+14
* | | mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki2010-03-061-8/+86
* | | mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-066-32/+44
* | | Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-03-053-243/+125
|\ \ \
| * | | SLUB: Fix per-cpu merge conflictStephen Rothwell2010-03-041-1/+1
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percp...Pekka Enberg2010-03-043-243/+125
| |\ \ \ \ \ \
| | | | | * | | dma kmalloc handling fixesChristoph Lameter2010-01-221-2/+3
| | | | | * | | slub: remove impossible conditionDavid Rientjes2010-01-221-1/+1
| | | | | * | | SLUB: Make slub statistics use this_cpu_incChristoph Lameter2009-12-201-23/+20
| | | | | * | | SLUB: this_cpu: Remove slub kmem_cache fieldsChristoph Lameter2009-12-201-59/+17
| | | | | * | | SLUB: Get rid of dynamic DMA kmalloc cache allocationChristoph Lameter2009-12-201-14/+10
| | | | | * | | SLUB: Use this_cpu operations in slubChristoph Lameter2009-12-201-154/+48
| | | | * | | | slab: fix regression in touched logicNick Piggin2010-01-301-2/+3
| | | * | | | | failslab: add ability to filter slab cachesDmitry Monakhov2010-02-263-6/+43
| | * | | | | | slab: initialize unused alien cache entry as NULL at alloc_alien_cache().Haicheng Li2010-01-111-4/+2
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | kill unused invalidate_inode_pages helperChristoph Hellwig2010-03-031-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-035-24/+508
|\ \ \ \ \ \ \
| * | | | | | | sparsemem: Fix compilation on PowerPCYinghai Lu2010-03-011-4/+7
| * | | | | | | early_res: Add free_early_partial()Yinghai Lu2010-02-261-3/+0
| * | | | | | | x86: Fix non-bootmem compilation on PowerPCYinghai Lu2010-02-221-0/+2
| * | | | | | | sparsemem: Put mem map for one node together.Yinghai Lu2010-02-123-2/+187
| * | | | | | | sparsemem: Put usemap for one node togetherYinghai Lu2010-02-121-18/+66
| * | | | | | | x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu2010-02-124-5/+254
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-033-155/+98
|\ \ \ \ \ \ \ \
| * | | | | | | | percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo2010-02-171-8/+10
| * | | | | | | | Merge branch 'master' into percpuTejun Heo2010-02-0211-103/+192
| |\ \ \ \ \ \ \ \
| * | | | | | | | | this_cpu: Remove pageset_notifierChristoph Lameter2010-01-051-0/+1
| * | | | | | | | | this_cpu: Page allocator conversionChristoph Lameter2010-01-052-137/+79
| * | | | | | | | | Merge branch 'master' into percpuTejun Heo2010-01-0540-2192/+4220
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | percpu: refactor the code in pcpu_[de]populate_chunk()WANG Cong2009-12-081-10/+8
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-03-021-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-283-22/+18
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-165-62/+166
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-2314-120/+205
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mm: export use_mm/unuse_mm to modulesMichael S. Tsirkin2010-01-151-0/+3
* | | | | | | | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-013-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branches 'clks' and 'pnx' into develRussell King2010-02-251-3/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-203-10/+10
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-02-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'sh/dmaengine'Paul Mundt2010-02-081-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'sh/stable-updates'Paul Mundt2010-02-053-28/+92
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'sh/stable-updates'Paul Mundt2010-02-023-37/+72
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
OpenPOWER on IntegriCloud