aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-14Revert "oom: oom_kill_process: fix the child_points logic"Linus Torvalds1-8/+3
2011-03-14oom: oom_kill_process: fix the child_points logicOleg Nesterov1-3/+8
2011-03-14thp+memcg-numa: fix BUG at include/linux/mm.h:370!Hugh Dickins1-1/+5
2011-03-13thp: fix page_referenced to modify mapcount/vm_flags only if page is foundAndrea Arcangeli1-19/+35
2011-03-04mm: use correct numa policy node for transparent hugepagesAndi Kleen2-8/+19
2011-03-04mm: preserve original node for transparent huge page copiesAndi Kleen1-2/+2
2011-03-04mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen2-7/+6
2011-02-25memcg: more mem_cgroup_uncharge() batchingHugh Dickins1-0/+2
2011-02-25thp: fix interleaving for transparent hugepagesAndi Kleen1-1/+1
2011-02-25mm: fix dubious code in __count_immobile_pages()Namhyung Kim1-3/+2
2011-02-25mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !__GFP_REPEATMel Gorman1-10/+22
2011-02-25mm: grab rcu read lock in move_pages()Greg Thelen1-3/+3
2011-02-24mm: fix refcounting in swaponMiklos Szeredi1-1/+1
2011-02-23mm: fix possible cause of a page_mapped BUGHugh Dickins1-3/+1
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-0/+2
2011-02-15thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli1-19/+16
2011-02-11memcg: fix leak of accounting at failure path of hugepage collapsingKAMEZAWA Hiroyuki1-1/+1
2011-02-11vmscan: fix zone shrinking exit when scan work is doneJohannes Weiner1-2/+2
2011-02-11mlock: do not munlock pages in __do_fault()Michel Lespinasse1-6/+0
2011-02-11mlock: fix race when munlocking pages in do_wp_page()Michel Lespinasse1-14/+12
2011-02-11memblock: don't adjust size in memblock_find_base()Yinghai Lu1-2/+0
2011-02-02memcg: fix event counting breakage from recent THP updateKAMEZAWA Hiroyuki1-1/+3
2011-02-02memcg: never OOM when charging huge pagesJohannes Weiner1-2/+8
2011-02-02memcg: prevent endless loop when charging huge pages to near-limit groupJohannes Weiner1-7/+28
2011-02-02memcg: prevent endless loop when charging huge pagesJohannes Weiner1-2/+9
2011-02-02thp: fix unsuitable behavior for hwpoisoned tail pageJin Dongming1-14/+17
2011-02-02thp: fix the wrong reported address of hwpoisoned hugepagesJin Dongming2-6/+28
2011-02-02thp: fix splitting of hwpoisoned hugepagesJin Dongming1-2/+28
2011-02-02mm/migration: fix page corruption during hugepage migrationMinchan Kim2-5/+4
2011-02-02mm: when migrate_pages returns 0, all pages must have been releasedAndrea Arcangeli2-2/+2
2011-02-02memsw: deprecate noswapaccount kernel parameter and schedule it for removalMichal Hocko1-0/+1
2011-02-02memsw: handle swapaccount kernel parameter correctlyMichal Hocko1-3/+3
2011-02-02mlock: operate on any regions with protection != PROT_NONEMichel Lespinasse1-0/+7
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