aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-4/+5
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-209/+485
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+3
2011-03-16Merge branch 'next' into for-linusGravatar James Morris 1-4/+5
2011-03-15Merge commit 'v2.6.38' into x86/mmGravatar Ingo Molnar 10-76/+116
2011-03-14Revert "oom: oom_kill_process: fix the child_points logic"Gravatar Linus Torvalds 1-8/+3
2011-03-14oom: oom_kill_process: fix the child_points logicGravatar Oleg Nesterov 1-3/+8
2011-03-14thp+memcg-numa: fix BUG at include/linux/mm.h:370!Gravatar Hugh Dickins 1-1/+5
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 1-1/+3
2011-03-13thp: fix page_referenced to modify mapcount/vm_flags only if page is foundGravatar Andrea Arcangeli 1-19/+35
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextGravatar James Morris 1-4/+5
2011-03-04mm: use correct numa policy node for transparent hugepagesGravatar Andi Kleen 2-8/+19
2011-03-04mm: preserve original node for transparent huge page copiesGravatar Andi Kleen 1-2/+2
2011-03-04mm: change alloc_pages_vma to pass down the policy node for local policyGravatar Andi Kleen 2-7/+6
2011-02-26mm: Move early_node_map[] reverse scan helpers under HAVE_MEMBLOCKGravatar Yinghai Lu 1-32/+32
2011-02-25memcg: more mem_cgroup_uncharge() batchingGravatar Hugh Dickins 1-0/+2
2011-02-25thp: fix interleaving for transparent hugepagesGravatar Andi Kleen 1-1/+1
2011-02-25mm: fix dubious code in __count_immobile_pages()Gravatar Namhyung Kim 1-3/+2
2011-02-25mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !...Gravatar Mel Gorman 1-10/+22
2011-02-25mm: grab rcu read lock in move_pages()Gravatar Greg Thelen 1-3/+3
2011-02-24mm: fix refcounting in swaponGravatar Miklos Szeredi 1-1/+1
2011-02-24bootmem: Move __alloc_memory_core_early() to nobootmem.cGravatar Yinghai Lu 2-28/+25
2011-02-24bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cGravatar Yinghai Lu 3-9/+12
2011-02-24bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cGravatar Yinghai Lu 3-171/+415
2011-02-23mm: fix possible cause of a page_mapped BUGGravatar Hugh Dickins 1-3/+1
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeGravatar Miklos Szeredi 1-0/+2
2011-02-15thp: prevent hugepages during args/env copying into the user stackGravatar Andrea Arcangeli 1-19/+16
2011-02-14Merge branch 'linus' into x86/bootmemGravatar Ingo Molnar 48-1112/+4789
2011-02-11memcg: fix leak of accounting at failure path of hugepage collapsingGravatar KAMEZAWA Hiroyuki 1-1/+1
2011-02-11vmscan: fix zone shrinking exit when scan work is doneGravatar Johannes Weiner 1-2/+2
2011-02-11mlock: do not munlock pages in __do_fault()Gravatar Michel Lespinasse 1-6/+0
2011-02-11mlock: fix race when munlocking pages in do_wp_page()Gravatar Michel Lespinasse 1-14/+12
2011-02-11memblock: don't adjust size in memblock_find_base()Gravatar Yinghai Lu 1-2/+0
2011-02-02memcg: fix event counting breakage from recent THP updateGravatar KAMEZAWA Hiroyuki 1-1/+3
2011-02-02memcg: never OOM when charging huge pagesGravatar Johannes Weiner 1-2/+8
2011-02-02memcg: prevent endless loop when charging huge pages to near-limit groupGravatar Johannes Weiner 1-7/+28
2011-02-02memcg: prevent endless loop when charging huge pagesGravatar Johannes Weiner 1-2/+9
2011-02-02thp: fix unsuitable behavior for hwpoisoned tail pageGravatar Jin Dongming 1-14/+17
2011-02-02thp: fix the wrong reported address of hwpoisoned hugepagesGravatar Jin Dongming 2-6/+28
2011-02-02thp: fix splitting of hwpoisoned hugepagesGravatar Jin Dongming 1-2/+28
2011-02-02mm/migration: fix page corruption during hugepage migrationGravatar Minchan Kim 2-5/+4
2011-02-02mm: when migrate_pages returns 0, all pages must have been releasedGravatar Andrea Arcangeli 2-2/+2
2011-02-02memsw: deprecate noswapaccount kernel parameter and schedule it for removalGravatar Michal Hocko 1-0/+1
2011-02-02memsw: handle swapaccount kernel parameter correctlyGravatar Michal Hocko 1-3/+3
2011-02-02mlock: operate on any regions with protection != PROT_NONEGravatar Michel Lespinasse 1-0/+7
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationGravatar Eric Paris 1-4/+5
2011-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Gravatar Linus Torvalds 2-9/+10
2011-01-27kmemleak: Allow kmemleak metadata allocations to failGravatar Catalin Marinas 1-5/+8
2011-01-27kmemleak: remove memset by using kzallocGravatar Jesper Juhl 1-4/+2
2011-01-26memcg: fix race at move_parent around compound_order()Gravatar KAMEZAWA Hiroyuki 1-9/+16