aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-02-02memcg: fix event counting breakage from recent THP updateKAMEZAWA Hiroyuki
2011-02-02memcg: never OOM when charging huge pagesJohannes Weiner
2011-02-02memcg: prevent endless loop when charging huge pages to near-limit groupJohannes Weiner
2011-02-02memcg: prevent endless loop when charging huge pagesJohannes Weiner
2011-02-02thp: fix unsuitable behavior for hwpoisoned tail pageJin Dongming
2011-02-02thp: fix the wrong reported address of hwpoisoned hugepagesJin Dongming
2011-02-02thp: fix splitting of hwpoisoned hugepagesJin Dongming
2011-02-02mm/migration: fix page corruption during hugepage migrationMinchan Kim
2011-02-02mm: when migrate_pages returns 0, all pages must have been releasedAndrea Arcangeli
2011-02-02memsw: deprecate noswapaccount kernel parameter and schedule it for removalMichal Hocko
2011-02-02memsw: handle swapaccount kernel parameter correctlyMichal Hocko
2011-02-02mlock: operate on any regions with protection != PROT_NONEMichel Lespinasse
2011-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds
2011-01-27kmemleak: Allow kmemleak metadata allocations to failCatalin Marinas
2011-01-27kmemleak: remove memset by using kzallocJesper Juhl
2011-01-26memcg: fix race at move_parent around compound_order()KAMEZAWA Hiroyuki
2011-01-26memcg: bugfix check mem_cgroup_disabled() at split fixupKAMEZAWA Hiroyuki
2011-01-26memcg: fix account leak at failure of memsw accontingKAMEZAWA Hiroyuki
2011-01-26mm: migration: clarify migrate_pages() commentMinchan Kim
2011-01-26mm: compaction: don't depend on HUGETLB_PAGEAndrea Arcangeli
2011-01-26mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent()Jesper Juhl
2011-01-26mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocatorDavid Rientjes
2011-01-26mm: fix deferred congestion timeout if preferred zone is not allowedDavid Rientjes
2011-01-26mm/pgtable-generic.c: fix CONFIG_SWAP=n buildAndrew Morton
2011-01-20memcg: correctly order reading PCG_USED and pc->mem_cgroupJohannes Weiner
2011-01-20mm: fix truncate_setsize() commentJan Kara
2011-01-20memcg: fix rmdir, force_empty with THPKAMEZAWA Hiroyuki
2011-01-20memcg: fix LRU accounting with THPKAMEZAWA Hiroyuki
2011-01-20memcg: fix USED bit handling at uncharge in THPKAMEZAWA Hiroyuki
2011-01-20memcg: modify accounting function for supporting THP betterKAMEZAWA Hiroyuki
2011-01-20mm: compaction: prevent division-by-zero during user-requested compactionJohannes Weiner
2011-01-20mm/vmscan.c: remove duplicate include of compaction.hJesper Juhl
2011-01-20memblock: fix memblock_is_region_memory()Tomi Valkeinen
2011-01-20thp: keep highpte mapped until it is no longer neededJohannes Weiner
2011-01-17Revert "mm: simplify code of swap.c"Linus Torvalds
2011-01-17Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds
2011-01-16fix non-x86 build failure in pmdp_get_and_clearAndrea Arcangeli
2011-01-15mm/slab.c: make local symbols staticH Hartley Sweeten
2011-01-15Merge branch 'slub/hotplug' into slab/urgentPekka Enberg
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-01-13memcg: fix memory migration of shmem swapcacheDaisuke Nishimura
2011-01-13memcg: use [kv]zalloc[_node] rather than [kv]malloc+memsetJesper Juhl
2011-01-13memcg: fix deadlock between cpuset and memcgDaisuke Nishimura
2011-01-13memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()Minchan Kim
2011-01-13memcg: fix unit mismatch in memcg oom limit calculationJohannes Weiner
2011-01-13memcg: add lock to synchronize page accounting and migrationKAMEZAWA Hiroyuki
2011-01-13memcg: create extensible page stat update routinesGreg Thelen
2011-01-13mm: batch activate_page() to reduce lock contentionShaohua Li
2011-01-13mm: simplify code of swap.cShaohua Li
2011-01-13mm/page_alloc.c: don't cache `current' in a localAndrew Morton