aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAge
* mm: remove is_hwpoison_addressHuang Ying2011-03-17
* mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying2011-03-17
* mm: export __get_user_pagesHuang Ying2011-03-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-16
|\
| * Merge branch 'next' into for-linusJames Morris2011-03-15
| |\
| | * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-07
| | |\
| | | * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-01
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-15
|\ \ \ \
| * | | | Merge commit 'v2.6.38' into x86/mmIngo Molnar2011-03-15
| |\| | |
| * | | | mm: Move early_node_map[] reverse scan helpers under HAVE_MEMBLOCKYinghai Lu2011-02-26
| * | | | bootmem: Move __alloc_memory_core_early() to nobootmem.cYinghai Lu2011-02-24
| * | | | bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cYinghai Lu2011-02-24
| * | | | bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cYinghai Lu2011-02-24
| * | | | Merge branch 'linus' into x86/bootmemIngo Molnar2011-02-14
| |\ \ \ \
| * | | | | memblock: Make find_memory_core_early() find from top-downYinghai Lu2010-12-29
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-15
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-14
| | |_|/ / | |/| | |
* | | | | Revert "oom: oom_kill_process: fix the child_points logic"Linus Torvalds2011-03-14
* | | | | oom: oom_kill_process: fix the child_points logicOleg Nesterov2011-03-14
* | | | | thp+memcg-numa: fix BUG at include/linux/mm.h:370!Hugh Dickins2011-03-14
* | | | | thp: fix page_referenced to modify mapcount/vm_flags only if page is foundAndrea Arcangeli2011-03-13
|/ / / /
* | | | mm: use correct numa policy node for transparent hugepagesAndi Kleen2011-03-04
* | | | mm: preserve original node for transparent huge page copiesAndi Kleen2011-03-04
* | | | mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen2011-03-04
* | | | memcg: more mem_cgroup_uncharge() batchingHugh Dickins2011-02-25
* | | | thp: fix interleaving for transparent hugepagesAndi Kleen2011-02-25
* | | | mm: fix dubious code in __count_immobile_pages()Namhyung Kim2011-02-25
* | | | mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !...Mel Gorman2011-02-25
* | | | mm: grab rcu read lock in move_pages()Greg Thelen2011-02-25
* | | | mm: fix refcounting in swaponMiklos Szeredi2011-02-24
* | | | mm: fix possible cause of a page_mapped BUGHugh Dickins2011-02-24
* | | | mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-02-23
* | | | thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli2011-02-15
| |/ / |/| |
* | | memcg: fix leak of accounting at failure path of hugepage collapsingKAMEZAWA Hiroyuki2011-02-11
* | | vmscan: fix zone shrinking exit when scan work is doneJohannes Weiner2011-02-11
* | | mlock: do not munlock pages in __do_fault()Michel Lespinasse2011-02-11
* | | mlock: fix race when munlocking pages in do_wp_page()Michel Lespinasse2011-02-11
* | | memblock: don't adjust size in memblock_find_base()Yinghai Lu2011-02-11
* | | memcg: fix event counting breakage from recent THP updateKAMEZAWA Hiroyuki2011-02-02
* | | memcg: never OOM when charging huge pagesJohannes Weiner2011-02-02
* | | memcg: prevent endless loop when charging huge pages to near-limit groupJohannes Weiner2011-02-02
* | | memcg: prevent endless loop when charging huge pagesJohannes Weiner2011-02-02
* | | thp: fix unsuitable behavior for hwpoisoned tail pageJin Dongming2011-02-02
* | | thp: fix the wrong reported address of hwpoisoned hugepagesJin Dongming2011-02-02
* | | thp: fix splitting of hwpoisoned hugepagesJin Dongming2011-02-02
* | | mm/migration: fix page corruption during hugepage migrationMinchan Kim2011-02-02
* | | mm: when migrate_pages returns 0, all pages must have been releasedAndrea Arcangeli2011-02-02
* | | memsw: deprecate noswapaccount kernel parameter and schedule it for removalMichal Hocko2011-02-02
* | | memsw: handle swapaccount kernel parameter correctlyMichal Hocko2011-02-02
* | | mlock: operate on any regions with protection != PROT_NONEMichel Lespinasse2011-02-01