aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2008-04-01Fix undefined count_partial if !CONFIG_SLABINFOGravatar Christoph Lameter 1-1/+1
2008-03-30NULL noise: fs/*, mm/*, kernel/*Gravatar Al Viro 1-4/+4
2008-03-27Revert "SLUB: remove useless masking of GFP_ZERO"Gravatar Linus Torvalds 1-0/+3
2008-03-26hugetlb: fix potential livelock in return_unused_surplus_hugepages()Gravatar Nishanth Aravamudan 1-1/+10
2008-03-26hugetlb: indicate surplus huge page counts in per-node meminfoGravatar Nishanth Aravamudan 1-2/+4
2008-03-26slab: fix cache_cache bootstrap in kmem_cache_init()Gravatar Daniel Yeisley 1-2/+2
2008-03-26count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFOGravatar Christoph Lameter 1-0/+2
2008-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+2
2008-03-24revert "kswapd should only wait on IO if there is IO"Gravatar Andrew Morton 1-22/+5
2008-03-24mm: fix boundary checking in free_bootmem_coreGravatar Yinghai Lu 1-6/+19
2008-03-19mm/readahead: fix kernel-doc notationGravatar Randy Dunlap 1-2/+3
2008-03-19memcgroup: fix check for thread being a group leader in memcgroupGravatar Pavel Emelyanov 1-1/+1
2008-03-19mm: rmap kernel-doc fixesGravatar Randy Dunlap 1-3/+10
2008-03-19mm: highmem kernel-doc additionsGravatar Randy Dunlap 1-4/+26
2008-03-19mm/oom_kill: fix kernel-docGravatar Randy Dunlap 1-1/+8
2008-03-19mm/shmem and tiny-shmem: fix some kernel-docGravatar Randy Dunlap 2-20/+13
2008-03-19mm: fix various kernel-doc commentsGravatar Randy Dunlap 7-17/+33
2008-03-19[PATCH] double dput() on failure exit in tiny-shmemGravatar Al Viro 1-0/+2
2008-03-17slub page alloc fallback: Enable interrupts for GFP_WAIT.Gravatar Christoph Lameter 1-3/+9
2008-03-10iov_iter_advance() fixGravatar Nick Piggin 1-12/+10
2008-03-10hugetlb: correct page count for surplus huge pagesGravatar Adam Litke 1-3/+10
2008-03-10mempolicy: fix reference counting bugsGravatar Lee Schermerhorn 1-1/+6
2008-03-09Do not include linux/backing-dev.h twiceGravatar Jesper Juhl 1-1/+0
2008-03-06slab: NUMA slab allocator migration bugfixGravatar Joe Korty 1-3/+2
2008-03-06slub: Do not cross cacheline boundaries for very small objectsGravatar Nick Piggin 1-4/+7
2008-03-06slab - use angle brackets for include of kmalloc_sizes.hGravatar Joe Perches 1-1/+1
2008-03-06slab numa fallback logic: Do not pass unfiltered flags to page allocatorGravatar Christoph Lameter 1-1/+1
2008-03-06slub statistics: Fix check for DEACTIVATE_REMOTE_FREESGravatar Christoph Lameter 1-1/+1
2008-03-04hugetlb: fix pool shrinking while in restricted cpusetGravatar Nishanth Aravamudan 1-4/+22
2008-03-04hugetlb: close a difficult to trigger reservation raceGravatar Adam Litke 1-4/+13
2008-03-04memcg: fix oops on NULL lru listGravatar Hugh Dickins 1-8/+9
2008-03-04memcg: simplify force_empty and move_listsGravatar Hirokazu Takahashi 1-49/+13
2008-03-04memcg: fix mem_cgroup_move_lists lockingGravatar Hugh Dickins 1-6/+43
2008-03-04memcg: css_put after remove_listGravatar Hugh Dickins 1-6/+6
2008-03-04memcg: remove clear_page_cgroup and atomicsGravatar Hugh Dickins 1-63/+43
2008-03-04memcg: memcontrol uninlined and staticGravatar Hugh Dickins 1-17/+11
2008-03-04memcg: memcontrol whitespace cleanupsGravatar Hugh Dickins 1-66/+28
2008-03-04memcg: remove mem_cgroup_unchargeGravatar Hugh Dickins 1-15/+8
2008-03-04memcg: mem_cgroup_charge never NULLGravatar Hugh Dickins 2-43/+27
2008-03-04memcg: bad page if page_cgroup when freeGravatar Hugh Dickins 2-21/+24
2008-03-04memcg: fix VM_BUG_ON from page migrationGravatar Hugh Dickins 1-5/+14
2008-03-04memcg: when do_swap's do_wp_page failsGravatar Hugh Dickins 1-6/+3
2008-03-04memcg: page_cache_release not __free_pageGravatar Hugh Dickins 1-2/+2
2008-03-04memcg: move_lists on page not page_cgroupGravatar Hugh Dickins 3-4/+7
2008-03-04memcg: mm_match_cgroup not vm_match_cgroupGravatar Hugh Dickins 2-3/+3
2008-03-04Memory controller: rename to Memory Resource ControllerGravatar Balbir Singh 3-4/+4
2008-03-04alloc_percpu() fails to allocate percpu dataGravatar Eric Dumazet 1-1/+14
2008-03-04zlc_setup(): handle jiffies wraparoundGravatar KOSAKI Motohiro 1-1/+2
2008-03-03slub: fix possible NULL pointer dereferenceGravatar Cyrill Gorcunov 1-2/+4
2008-03-03slub: Add kmalloc_large_node() to support kmalloc_node fallbackGravatar Christoph Lameter 1-2/+13