summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'slub/lockless' into for-linusPekka Enberg2011-03-201-13/+221
|\
| * slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL caseChristoph Lameter2011-03-201-1/+3
| * Lockless (and preemptless) fastpaths for slubChristoph Lameter2011-03-111-2/+203
| * slub: Get rid of slab_free_hook_irq()Christoph Lameter2011-03-111-12/+17
* | Merge branch 'slab/next' into for-linusPekka Enberg2011-03-203-87/+106
|\ \
| * \ Merge branch 'slab/urgent' into slab/nextPekka Enberg2011-03-111-4/+4
| |\ \
| | * | Revert "slab: Fix missing DEBUG_SLAB last user"Pekka Enberg2011-02-141-4/+4
| * | | Merge branch 'slab/rcu' into slab/nextPekka Enberg2011-03-1119-190/+356
| |\ \ \
| | * | | slab,rcu: don't assume the size of struct rcu_headLai Jiangshan2011-03-111-18/+21
| | * | | slub,rcu: don't assume the size of struct rcu_headLai Jiangshan2011-03-111-5/+25
| | * | | slub: automatically reserve bytes at the end of slabLai Jiangshan2011-03-111-17/+30
| | | |/ | | |/|
| * | | slub: fix ksize() build errorMariusz Kozlowski2011-02-271-24/+24
| * | | slub: fix kmemcheck calls to match ksize() hintsEric Dumazet2011-02-231-23/+26
| * | | mm: Remove support for kmem_cache_name()Christoph Lameter2011-01-233-20/+0
| | |/ | |/|
* | | Revert "oom: oom_kill_process: fix the child_points logic"Linus Torvalds2011-03-141-8/+3
* | | oom: oom_kill_process: fix the child_points logicOleg Nesterov2011-03-141-3/+8
* | | thp+memcg-numa: fix BUG at include/linux/mm.h:370!Hugh Dickins2011-03-141-1/+5
* | | thp: fix page_referenced to modify mapcount/vm_flags only if page is foundAndrea Arcangeli2011-03-131-19/+35
| |/ |/|
* | mm: use correct numa policy node for transparent hugepagesAndi Kleen2011-03-052-8/+19
* | mm: preserve original node for transparent huge page copiesAndi Kleen2011-03-051-2/+2
* | mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen2011-03-052-7/+6
* | memcg: more mem_cgroup_uncharge() batchingHugh Dickins2011-02-261-0/+2
* | thp: fix interleaving for transparent hugepagesAndi Kleen2011-02-261-1/+1
* | mm: fix dubious code in __count_immobile_pages()Namhyung Kim2011-02-261-3/+2
* | mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !...Mel Gorman2011-02-261-10/+22
* | mm: grab rcu read lock in move_pages()Greg Thelen2011-02-261-3/+3
* | mm: fix refcounting in swaponMiklos Szeredi2011-02-241-1/+1
* | mm: fix possible cause of a page_mapped BUGHugh Dickins2011-02-241-3/+1
* | mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-02-241-0/+2
* | thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli2011-02-161-19/+16
* | memcg: fix leak of accounting at failure path of hugepage collapsingKAMEZAWA Hiroyuki2011-02-121-1/+1
* | vmscan: fix zone shrinking exit when scan work is doneJohannes Weiner2011-02-121-2/+2
* | mlock: do not munlock pages in __do_fault()Michel Lespinasse2011-02-121-6/+0
* | mlock: fix race when munlocking pages in do_wp_page()Michel Lespinasse2011-02-121-14/+12
* | memblock: don't adjust size in memblock_find_base()Yinghai Lu2011-02-121-2/+0
* | memcg: fix event counting breakage from recent THP updateKAMEZAWA Hiroyuki2011-02-031-1/+3
* | memcg: never OOM when charging huge pagesJohannes Weiner2011-02-031-2/+8
* | memcg: prevent endless loop when charging huge pages to near-limit groupJohannes Weiner2011-02-031-7/+28
* | memcg: prevent endless loop when charging huge pagesJohannes Weiner2011-02-031-2/+9
* | thp: fix unsuitable behavior for hwpoisoned tail pageJin Dongming2011-02-031-14/+17
* | thp: fix the wrong reported address of hwpoisoned hugepagesJin Dongming2011-02-032-6/+28
* | thp: fix splitting of hwpoisoned hugepagesJin Dongming2011-02-031-2/+28
* | mm/migration: fix page corruption during hugepage migrationMinchan Kim2011-02-032-5/+4
* | mm: when migrate_pages returns 0, all pages must have been releasedAndrea Arcangeli2011-02-032-2/+2
* | memsw: deprecate noswapaccount kernel parameter and schedule it for removalMichal Hocko2011-02-031-0/+1
* | memsw: handle swapaccount kernel parameter correctlyMichal Hocko2011-02-031-3/+3
* | mlock: operate on any regions with protection != PROT_NONEMichel Lespinasse2011-02-021-0/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2011-01-312-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