summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-03slub: rename slab_objects to show_slab_objectsChristoph Lameter1-5/+5
2008-03-03Revert "unique end pointer" patchChristoph Lameter1-47/+23
2008-03-03docbook: fix kernel-api source filesRandy Dunlap1-2/+1
2008-02-23memcgroup: return negative error code in mem_cgroup_create()Li Zefan1-2/+2
2008-02-23memcgroup: remove a useless VM_BUG_ON()Li Zefan1-1/+0
2008-02-23Solve section mismatch for free_area_init_core.Alexander van Heukelum2-2/+15
2008-02-23hugetlb: ensure we do not reference a surplus page after handing it to buddyAndy Whitcroft1-1/+1
2008-02-19Revert "SLUB: Alternate fast paths using cmpxchg_local"Linus Torvalds1-86/+1
2008-02-14Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2-32/+65
2008-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds1-0/+7
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-1/+1
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck2-2/+2
2008-02-14slub: Support 4k kmallocs again to compensate for page allocator slownessChristoph Lameter1-9/+9
2008-02-14slub: Fallback to kmalloc_large for failing higher order allocsChristoph Lameter1-5/+38
2008-02-14slub: Determine gfpflags once and not every time a slab is allocatedChristoph Lameter1-8/+11
2008-02-14make slub.c:slab_address() staticAdrian Bunk1-1/+1
2008-02-14slub: kmalloc page allocator pass-through cleanupPekka Enberg1-8/+6
2008-02-14slab: avoid double initialization & do initialization in 1 placeMarcin Slusarz1-2/+1
2008-02-14x86: fix "BUG: sleeping function called from invalid context" in print_vma_ad...Ingo Molnar1-0/+7
2008-02-13hugetlb: fix overcommit lockingNishanth Aravamudan1-2/+4
2008-02-13remove final fastcall usersHarvey Harrison1-1/+1