aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cmLinus Torvalds2-9/+10
2011-01-27kmemleak: Allow kmemleak metadata allocations to failCatalin Marinas1-5/+8
2011-01-27kmemleak: remove memset by using kzallocJesper Juhl1-4/+2
2011-01-26memcg: fix race at move_parent around compound_order()KAMEZAWA Hiroyuki1-9/+16
2011-01-26memcg: bugfix check mem_cgroup_disabled() at split fixupKAMEZAWA Hiroyuki1-0/+2
2011-01-26memcg: fix account leak at failure of memsw accontingKAMEZAWA Hiroyuki1-0/+1
2011-01-26mm: migration: clarify migrate_pages() commentMinchan Kim1-1/+1
2011-01-26mm: compaction: don't depend on HUGETLB_PAGEAndrea Arcangeli1-1/+1
2011-01-26mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent()Jesper Juhl1-1/+2
2011-01-26mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocatorDavid Rientjes1-2/+4
2011-01-26mm: fix deferred congestion timeout if preferred zone is not allowedDavid Rientjes2-2/+13
2011-01-26mm/pgtable-generic.c: fix CONFIG_SWAP=n buildAndrew Morton1-0/+1
2011-01-20memcg: correctly order reading PCG_USED and pc->mem_cgroupJohannes Weiner1-18/+9
2011-01-20mm: fix truncate_setsize() commentJan Kara1-6/+5
2011-01-20memcg: fix rmdir, force_empty with THPKAMEZAWA Hiroyuki1-11/+26
2011-01-20memcg: fix LRU accounting with THPKAMEZAWA Hiroyuki1-4/+18
2011-01-20memcg: fix USED bit handling at uncharge in THPKAMEZAWA Hiroyuki2-40/+53
2011-01-20memcg: modify accounting function for supporting THP betterKAMEZAWA Hiroyuki1-13/+12
2011-01-20mm: compaction: prevent division-by-zero during user-requested compactionJohannes Weiner1-0/+11
2011-01-20mm/vmscan.c: remove duplicate include of compaction.hJesper Juhl1-1/+0
2011-01-20memblock: fix memblock_is_region_memory()Tomi Valkeinen1-4/+4
2011-01-20thp: keep highpte mapped until it is no longer neededJohannes Weiner1-1/+2
2011-01-17Revert "mm: simplify code of swap.c"Linus Torvalds1-54/+47
2011-01-17Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds3-92/+13
2011-01-16fix non-x86 build failure in pmdp_get_and_clearAndrea Arcangeli1-7/+4
2011-01-15mm/slab.c: make local symbols staticH Hartley Sweeten1-3/+3
2011-01-15Merge branch 'slub/hotplug' into slab/urgentPekka Enberg2-2/+6
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-0/+1
2011-01-13memcg: fix memory migration of shmem swapcacheDaisuke Nishimura2-4/+3
2011-01-13memcg: use [kv]zalloc[_node] rather than [kv]malloc+memsetJesper Juhl1-6/+3
2011-01-13memcg: fix deadlock between cpuset and memcgDaisuke Nishimura1-35/+49
2011-01-13memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()Minchan Kim1-1/+0
2011-01-13memcg: fix unit mismatch in memcg oom limit calculationJohannes Weiner1-2/+3
2011-01-13memcg: add lock to synchronize page accounting and migrationKAMEZAWA Hiroyuki1-2/+7
2011-01-13memcg: create extensible page stat update routinesGreg Thelen2-11/+9
2011-01-13mm: batch activate_page() to reduce lock contentionShaohua Li3-13/+92
2011-01-13mm: simplify code of swap.cShaohua Li1-47/+54
2011-01-13mm/page_alloc.c: don't cache `current' in a localAndrew Morton1-14/+10
2011-01-13mm: fix hugepage migrationHugh Dickins1-17/+6
2011-01-13mm: fix migration hangs on anon_vma lockHugh Dickins1-29/+19
2011-01-13ksm: drain pagevecs to lruHugh Dickins1-0/+12
2011-01-13hugetlb: fix handling of parse errors in sysfsEric B Munson1-4/+2
2011-01-13hugetlb: do not allow pagesize >= MAX_ORDER pool adjustmentEric B Munson1-2/+21
2011-01-13hugetlb: check the return value of string conversion in sysctl handlerMichal Hocko1-6/+12
2011-01-13mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()Andrew Morton1-1/+1
2011-01-13mm/dmapool.c: take lock only once in dma_pool_free()Rolf Eike Beer1-8/+6
2011-01-13mm/page_alloc.c: simplify calculation of combined index of adjacent buddy listsKyongHo Cho1-15/+10
2011-01-13brk: fix min_brk lower bound computation for COMPAT_BRKJiri Kosina1-1/+9
2011-01-13mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()Jesper Juhl1-1/+3
2011-01-13mm: migration: use rcu_dereference_protected when dereferencing the radix tree slot during file page migrationMel Gorman1-2/+2