aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-071-4/+5
|\
| * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-4/+5
* | mm: use correct numa policy node for transparent hugepagesAndi Kleen2011-03-042-8/+19
* | mm: preserve original node for transparent huge page copiesAndi Kleen2011-03-041-2/+2
* | mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen2011-03-042-7/+6
* | memcg: more mem_cgroup_uncharge() batchingHugh Dickins2011-02-251-0/+2
* | thp: fix interleaving for transparent hugepagesAndi Kleen2011-02-251-1/+1
* | mm: fix dubious code in __count_immobile_pages()Namhyung Kim2011-02-251-3/+2
* | mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !...Mel Gorman2011-02-251-10/+22
* | mm: grab rcu read lock in move_pages()Greg Thelen2011-02-251-3/+3
* | mm: fix refcounting in swaponMiklos Szeredi2011-02-241-1/+1
* | mm: fix possible cause of a page_mapped BUGHugh Dickins2011-02-231-3/+1
* | mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-02-231-0/+2
* | thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli2011-02-151-19/+16
* | memcg: fix leak of accounting at failure path of hugepage collapsingKAMEZAWA Hiroyuki2011-02-111-1/+1
* | vmscan: fix zone shrinking exit when scan work is doneJohannes Weiner2011-02-111-2/+2
* | mlock: do not munlock pages in __do_fault()Michel Lespinasse2011-02-111-6/+0
* | mlock: fix race when munlocking pages in do_wp_page()Michel Lespinasse2011-02-111-14/+12
* | memblock: don't adjust size in memblock_find_base()Yinghai Lu2011-02-111-2/+0
* | memcg: fix event counting breakage from recent THP updateKAMEZAWA Hiroyuki2011-02-021-1/+3
* | memcg: never OOM when charging huge pagesJohannes Weiner2011-02-021-2/+8
* | memcg: prevent endless loop when charging huge pages to near-limit groupJohannes Weiner2011-02-021-7/+28
* | memcg: prevent endless loop when charging huge pagesJohannes Weiner2011-02-021-2/+9
* | thp: fix unsuitable behavior for hwpoisoned tail pageJin Dongming2011-02-021-14/+17
* | thp: fix the wrong reported address of hwpoisoned hugepagesJin Dongming2011-02-022-6/+28
* | thp: fix splitting of hwpoisoned hugepagesJin Dongming2011-02-021-2/+28
* | mm/migration: fix page corruption during hugepage migrationMinchan Kim2011-02-022-5/+4
* | mm: when migrate_pages returns 0, all pages must have been releasedAndrea Arcangeli2011-02-022-2/+2
* | memsw: deprecate noswapaccount kernel parameter and schedule it for removalMichal Hocko2011-02-021-0/+1
* | memsw: handle swapaccount kernel parameter correctlyMichal Hocko2011-02-021-3/+3
* | mlock: operate on any regions with protection != PROT_NONEMichel Lespinasse2011-02-011-0/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2011-01-302-9/+10
|\ \
| * | kmemleak: Allow kmemleak metadata allocations to failCatalin Marinas2011-01-271-5/+8
| * | kmemleak: remove memset by using kzallocJesper Juhl2011-01-271-4/+2
* | | memcg: fix race at move_parent around compound_order()KAMEZAWA Hiroyuki2011-01-251-9/+16
* | | memcg: bugfix check mem_cgroup_disabled() at split fixupKAMEZAWA Hiroyuki2011-01-251-0/+2
* | | memcg: fix account leak at failure of memsw accontingKAMEZAWA Hiroyuki2011-01-251-0/+1
* | | mm: migration: clarify migrate_pages() commentMinchan Kim2011-01-251-1/+1
* | | mm: compaction: don't depend on HUGETLB_PAGEAndrea Arcangeli2011-01-251-1/+1
* | | mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent()Jesper Juhl2011-01-251-1/+2
* | | mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocatorDavid Rientjes2011-01-251-2/+4
* | | mm: fix deferred congestion timeout if preferred zone is not allowedDavid Rientjes2011-01-252-2/+13
* | | mm/pgtable-generic.c: fix CONFIG_SWAP=n buildAndrew Morton2011-01-251-0/+1
* | | memcg: correctly order reading PCG_USED and pc->mem_cgroupJohannes Weiner2011-01-201-18/+9
* | | mm: fix truncate_setsize() commentJan Kara2011-01-201-6/+5
* | | memcg: fix rmdir, force_empty with THPKAMEZAWA Hiroyuki2011-01-201-11/+26
* | | memcg: fix LRU accounting with THPKAMEZAWA Hiroyuki2011-01-201-4/+18
* | | memcg: fix USED bit handling at uncharge in THPKAMEZAWA Hiroyuki2011-01-202-40/+53
* | | memcg: modify accounting function for supporting THP betterKAMEZAWA Hiroyuki2011-01-201-13/+12
* | | mm: compaction: prevent division-by-zero during user-requested compactionJohannes Weiner2011-01-201-0/+11