aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-05-02mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli
2011-05-02mm: check if PTE is already allocated during page faultMel Gorman
2011-05-02oom: use pte pages in OOM scoreKOSAKI Motohiro
2011-04-21brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina
2011-04-21vmscan: all_unreclaimable() use zone->all_unreclaimable as a nameKOSAKI Motohiro
2011-04-21oom-kill: remove boost_dying_task_prio()KOSAKI Motohiro
2011-04-21mm/thp: use conventional format for boolean attributesBen Hutchings
2011-04-21vm: fix mlock() on stack guard pageLinus Torvalds
2011-04-21vm: fix vm_pgoff wrap in stack expansionLinus Torvalds
2011-04-14mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds
2011-03-27fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe
2011-03-27mm: PageBuddy and mapcount robustnessAndrea Arcangeli
2011-03-27oom: avoid deferring oom killer if exiting task is being tracedDavid Rientjes
2011-03-27oom: skip zombies when iterating tasklistAndrey Vagin
2011-03-27oom: prevent unnecessary oom kills or kernel panicsDavid Rientjes
2011-03-27mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli
2011-03-27mm: swap: unlock swapfile inode mutex before closing file on bad swapfilesMel Gorman
2011-03-27shmem: let shared anonymous be nonlinear againHugh Dickins
2011-03-27Revert "slab: Fix missing DEBUG_SLAB last user"Pekka Enberg
2011-03-14Revert "oom: oom_kill_process: fix the child_points logic"Linus Torvalds
2011-03-14oom: oom_kill_process: fix the child_points logicOleg Nesterov
2011-03-14thp+memcg-numa: fix BUG at include/linux/mm.h:370!Hugh Dickins
2011-03-13thp: fix page_referenced to modify mapcount/vm_flags only if page is foundAndrea Arcangeli
2011-03-04mm: use correct numa policy node for transparent hugepagesAndi Kleen
2011-03-04mm: preserve original node for transparent huge page copiesAndi Kleen
2011-03-04mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen
2011-02-25memcg: more mem_cgroup_uncharge() batchingHugh Dickins
2011-02-25thp: fix interleaving for transparent hugepagesAndi Kleen
2011-02-25mm: fix dubious code in __count_immobile_pages()Namhyung Kim
2011-02-25mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !...Mel Gorman
2011-02-25mm: grab rcu read lock in move_pages()Greg Thelen
2011-02-24mm: fix refcounting in swaponMiklos Szeredi
2011-02-23mm: fix possible cause of a page_mapped BUGHugh Dickins
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2011-02-15thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli
2011-02-11memcg: fix leak of accounting at failure path of hugepage collapsingKAMEZAWA Hiroyuki
2011-02-11vmscan: fix zone shrinking exit when scan work is doneJohannes Weiner
2011-02-11mlock: do not munlock pages in __do_fault()Michel Lespinasse
2011-02-11mlock: fix race when munlocking pages in do_wp_page()Michel Lespinasse
2011-02-11memblock: don't adjust size in memblock_find_base()Yinghai Lu
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