summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-07-24[S390] reference bit testing for unmapped pagesMartin Schwidefsky
2011-07-23backing-dev: use synchronize_rcu_expedited instead of synchronize_rcuMikulas Patocka
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-07-22Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-07-22Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-07-22slab: fix DEBUG_SLAB warningTetsuo Handa
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody
2011-07-20fs: seq_file - add event counter to simplify poll() supportKay Sievers
2011-07-20fs: kill i_alloc_semChristoph Hellwig
2011-07-20vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu()Lai Jiangshan
2011-07-20vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu()Lai Jiangshan
2011-07-20slab: shrink sizeof(struct kmem_cache)Eric Dumazet
2011-07-20vmscan: add customisable shrinker batch sizeDave Chinner
2011-07-20vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner
2011-07-20vmscan: shrinker->nr updates race and go wrongDave Chinner
2011-07-20vmscan: add shrink_slab tracepointsDave Chinner
2011-07-19vmscan: fix a livelock in kswapdShaohua Li
2011-07-18slab: fix DEBUG_SLAB buildHugh Dickins
2011-07-12x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-07-08mm/nommu.c: fix remap_pfn_range()Bob Liu
2011-07-08memcg: fix numa scan information update to be triggered by memory eventKAMEZAWA Hiroyuki
2011-07-08memcg: fix reclaimable lru check in memcgKAMEZAWA Hiroyuki
2011-07-08mm: __tlb_remove_page() check the correct batchShaohua Li
2011-07-08mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfullyMel Gorman
2011-07-08mm: vmscan: evaluate the watermarks against the correct classzoneMel Gorman
2011-07-08mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...Mel Gorman
2011-07-08mm: vmscan: correct check for kswapd sleeping in sleeping_prematurelyMel Gorman
2011-07-07SLUB: Fix missing <linux/stacktrace.h> includePekka Enberg
2011-07-07slub: reduce overhead of slub_debugMarcin Slusarz
2011-07-07slub: Add method to verify memory is not freedBen Greear
2011-07-07slub: Enable backtrace for create/delete pointsBen Greear
2011-06-27memcg: fix direct softlimit reclaim to be called in limit pathKAMEZAWA Hiroyuki
2011-06-27mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara
2011-06-27mm/memory-failure.c: fix spinlock vs mutex orderPeter Zijlstra
2011-06-27tmpfs: add shmem_read_mapping_page_gfpHugh Dickins
2011-06-27tmpfs: take control of its truncate_rangeHugh Dickins
2011-06-27mm: move shmem prototypes to shmem_fs.hHugh Dickins
2011-06-27mm: move vmtruncate_range to truncate.cHugh Dickins
2011-06-22mm, hotplug: protect zonelist building with zonelists_mutexDavid Rientjes
2011-06-22mm, hotplug: fix error handling in mem_online_node()David Rientjes
2011-06-22ptrace: kill trivial tracehooksTejun Heo
2011-06-22ptrace: kill task_ptrace()Tejun Heo
2011-06-17mm: avoid anon_vma_chain allocation under anon_vma lockLinus Torvalds