aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-04memcg: memcontrol uninlined and staticHugh Dickins1-17/+11
2008-03-04memcg: memcontrol whitespace cleanupsHugh Dickins1-66/+28
2008-03-04memcg: remove mem_cgroup_unchargeHugh Dickins1-15/+8
2008-03-04memcg: mem_cgroup_charge never NULLHugh Dickins2-43/+27
2008-03-04memcg: bad page if page_cgroup when freeHugh Dickins2-21/+24
2008-03-04memcg: fix VM_BUG_ON from page migrationHugh Dickins1-5/+14
2008-03-04memcg: when do_swap's do_wp_page failsHugh Dickins1-6/+3
2008-03-04memcg: page_cache_release not __free_pageHugh Dickins1-2/+2
2008-03-04memcg: move_lists on page not page_cgroupHugh Dickins3-4/+7
2008-03-04memcg: mm_match_cgroup not vm_match_cgroupHugh Dickins2-3/+3
2008-03-04Memory controller: rename to Memory Resource ControllerBalbir Singh3-4/+4
2008-03-04alloc_percpu() fails to allocate percpu dataEric Dumazet1-1/+14
2008-03-04zlc_setup(): handle jiffies wraparoundKOSAKI Motohiro1-1/+2
2008-03-03slub: fix possible NULL pointer dereferenceCyrill Gorcunov1-2/+4
2008-03-03slub: Add kmalloc_large_node() to support kmalloc_node fallbackChristoph Lameter1-2/+13
2008-03-03slub: look up object from the freelist oncePekka J Enberg1-2/+0
2008-03-03slub: Fix up commentsChristoph Lameter1-21/+28
2008-03-03slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()Christoph Lameter1-7/+8
2008-03-03slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUGChristoph Lameter1-4/+2
2008-03-03slub: Use the objsize from the kmem_cache_cpu structureChristoph Lameter1-1/+1
2008-03-03slub: Remove useless checks in alloc_debug_processingChristoph Lameter1-2/+2
2008-03-03slub: Remove objsize check in kmem_cache_flags()Christoph Lameter1-23/+4