aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds2-1/+56
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-33/+64
2008-04-17kgdb: fix optional arch functions and probe_kernel_*Jason Wessel1-0/+6
2008-04-17uaccess: add probe_kernel_write()Ingo Molnar2-1/+50
2008-04-15add "Isolate" migratetype name to /proc/pagetypeinfoKOSAKI Motohiro1-0/+1
2008-04-15memcg: fix oops in oom handlingLi Zefan1-2/+2
2008-04-15mm: sparsemem memory_present() fixIngo Molnar1-0/+10
2008-04-14slub: No need for per node slab counters if !SLUB_DEBUGChristoph Lameter1-11/+40
2008-04-14slub: Move map/flag clearing to __free_slabChristoph Lameter1-2/+2
2008-04-14slub: Fixes to per cpu stat output in sysfsChristoph Lameter1-1/+3
2008-04-14slub: Deal with config variable dependenciesChristoph Lameter1-15/+15
2008-04-14slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logicChristoph Lameter1-4/+1
2008-04-14slub: Initialize per-cpu statsPekka Enberg1-0/+3
2008-04-08memcg: fix node_state handlingKAMEZAWA Hiroyuki1-5/+4
2008-04-04memory controller: make memory resource control aware of boot optionsBalbir Singh1-0/+17
2008-04-01Fix undefined count_partial if !CONFIG_SLABINFOChristoph Lameter1-1/+1
2008-03-30NULL noise: fs/*, mm/*, kernel/*Al Viro1-4/+4
2008-03-27Revert "SLUB: remove useless masking of GFP_ZERO"Linus Torvalds1-0/+3
2008-03-26hugetlb: fix potential livelock in return_unused_surplus_hugepages()Nishanth Aravamudan1-1/+10
2008-03-26hugetlb: indicate surplus huge page counts in per-node meminfoNishanth Aravamudan1-2/+4
2008-03-26slab: fix cache_cache bootstrap in kmem_cache_init()Daniel Yeisley1-2/+2
2008-03-26count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFOChristoph Lameter1-0/+2
2008-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+2
2008-03-24revert "kswapd should only wait on IO if there is IO"Andrew Morton1-22/+5
2008-03-24mm: fix boundary checking in free_bootmem_coreYinghai Lu1-6/+19
2008-03-19mm/readahead: fix kernel-doc notationRandy Dunlap1-2/+3
2008-03-19memcgroup: fix check for thread being a group leader in memcgroupPavel Emelyanov1-1/+1
2008-03-19mm: rmap kernel-doc fixesRandy Dunlap1-3/+10
2008-03-19mm: highmem kernel-doc additionsRandy Dunlap1-4/+26
2008-03-19mm/oom_kill: fix kernel-docRandy Dunlap1-1/+8
2008-03-19mm/shmem and tiny-shmem: fix some kernel-docRandy Dunlap2-20/+13
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap7-17/+33
2008-03-19[PATCH] double dput() on failure exit in tiny-shmemAl Viro1-0/+2
2008-03-17slub page alloc fallback: Enable interrupts for GFP_WAIT.Christoph Lameter1-3/+9
2008-03-10iov_iter_advance() fixNick Piggin1-12/+10
2008-03-10hugetlb: correct page count for surplus huge pagesAdam Litke1-3/+10
2008-03-10mempolicy: fix reference counting bugsLee Schermerhorn1-1/+6
2008-03-09Do not include linux/backing-dev.h twiceJesper Juhl1-1/+0
2008-03-06slab: NUMA slab allocator migration bugfixJoe Korty1-3/+2
2008-03-06slub: Do not cross cacheline boundaries for very small objectsNick Piggin1-4/+7
2008-03-06slab - use angle brackets for include of kmalloc_sizes.hJoe Perches1-1/+1
2008-03-06slab numa fallback logic: Do not pass unfiltered flags to page allocatorChristoph Lameter1-1/+1
2008-03-06slub statistics: Fix check for DEACTIVATE_REMOTE_FREESChristoph Lameter1-1/+1
2008-03-04hugetlb: fix pool shrinking while in restricted cpusetNishanth Aravamudan1-4/+22
2008-03-04hugetlb: close a difficult to trigger reservation raceAdam Litke1-4/+13
2008-03-04memcg: fix oops on NULL lru listHugh Dickins1-8/+9
2008-03-04memcg: simplify force_empty and move_listsHirokazu Takahashi1-49/+13
2008-03-04memcg: fix mem_cgroup_move_lists lockingHugh Dickins1-6/+43
2008-03-04memcg: css_put after remove_listHugh Dickins1-6/+6
2008-03-04memcg: remove clear_page_cgroup and atomicsHugh Dickins1-63/+43