summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-226-43/+66
|\
| * fs: seq_file - add event counter to simplify poll() supportKay Sievers2011-07-201-21/+8
| * fs: kill i_alloc_semChristoph Hellwig2011-07-204-7/+2
| * vmscan: add customisable shrinker batch sizeDave Chinner2011-07-201-5/+6
| * vmscan: reduce wind up shrinker->nr when shrinker can't do workDave Chinner2011-07-201-0/+15
| * vmscan: shrinker->nr updates race and go wrongDave Chinner2011-07-201-13/+32
| * vmscan: add shrink_slab tracepointsDave Chinner2011-07-201-1/+7
* | Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-221-0/+54
|\ \
| * | x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo2011-07-121-0/+54
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-221-16/+2
|\ \ \
| * | | vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu()Lai Jiangshan2011-07-201-8/+1
| * | | vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu()Lai Jiangshan2011-07-201-8/+1
| |/ /
* | | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-222-4/+2
|\ \ \
| * | | ptrace: kill trivial tracehooksTejun Heo2011-06-221-2/+1
| * | | ptrace: kill task_ptrace()Tejun Heo2011-06-221-2/+1
* | | | Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-07-223-10/+118
|\ \ \ \ | |_|_|/ |/| | |
| * | | slab: fix DEBUG_SLAB warningTetsuo Handa2011-07-221-1/+2
| * | | slab: shrink sizeof(struct kmem_cache)Eric Dumazet2011-07-201-4/+6
| * | | slab: fix DEBUG_SLAB buildHugh Dickins2011-07-181-4/+2
| * | | SLUB: Fix missing <linux/stacktrace.h> includePekka Enberg2011-07-071-0/+1
| * | | slub: reduce overhead of slub_debugMarcin Slusarz2011-07-071-2/+34
| * | | slub: Add method to verify memory is not freedBen Greear2011-07-071-0/+36
| * | | slub: Enable backtrace for create/delete pointsBen Greear2011-07-071-0/+32
| * | | slob/lockdep: Fix gfp flags passed to lockdepSteven Rostedt2011-06-071-0/+6
* | | | vmscan: fix a livelock in kswapdShaohua Li2011-07-191-1/+2
| |_|/ |/| |
* | | mm/nommu.c: fix remap_pfn_range()Bob Liu2011-07-081-3/+6
* | | memcg: fix numa scan information update to be triggered by memory eventKAMEZAWA Hiroyuki2011-07-081-6/+27
* | | memcg: fix reclaimable lru check in memcgKAMEZAWA Hiroyuki2011-07-081-31/+76
* | | mm: __tlb_remove_page() check the correct batchShaohua Li2011-07-081-0/+1
* | | mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfullyMel Gorman2011-07-081-13/+21
* | | mm: vmscan: evaluate the watermarks against the correct classzoneMel Gorman2011-07-081-1/+1
* | | mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...Mel Gorman2011-07-081-10/+13
* | | mm: vmscan: correct check for kswapd sleeping in sleeping_prematurelyMel Gorman2011-07-081-1/+1
* | | memcg: fix direct softlimit reclaim to be called in limit pathKAMEZAWA Hiroyuki2011-06-271-12/+15
* | | mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara2011-06-271-0/+5
* | | mm/memory-failure.c: fix spinlock vs mutex orderPeter Zijlstra2011-06-272-18/+8
* | | tmpfs: add shmem_read_mapping_page_gfpHugh Dickins2011-06-271-0/+23
* | | tmpfs: take control of its truncate_rangeHugh Dickins2011-06-272-24/+31
* | | mm: move shmem prototypes to shmem_fs.hHugh Dickins2011-06-272-1/+2
* | | mm: move vmtruncate_range to truncate.cHugh Dickins2011-06-272-24/+24
* | | mm, hotplug: protect zonelist building with zonelists_mutexDavid Rientjes2011-06-221-0/+2
* | | mm, hotplug: fix error handling in mem_online_node()David Rientjes2011-06-221-1/+1
* | | mm: avoid anon_vma_chain allocation under anon_vma lockLinus Torvalds2011-06-171-8/+12
* | | mm: avoid repeated anon_vma lock/unlock sequences in unlink_anon_vmas()Peter Zijlstra2011-06-171-21/+28
* | | mm: avoid repeated anon_vma lock/unlock sequences in anon_vma_clone()Linus Torvalds2011-06-171-3/+36
* | | migrate: don't account swapcache as shmemAndrea Arcangeli2011-06-161-1/+1
* | | mm: get rid of the most spurious find_vma_prev() usersLinus Torvalds2011-06-161-9/+3
* | | ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins2011-06-151-0/+6
* | | mm: compaction: abort compaction if too many pages are isolated and caller is...Mel Gorman2011-06-151-5/+24
* | | mm: vmscan: do not use page_count without a page pinAndrea Arcangeli2011-06-151-2/+14
OpenPOWER on IntegriCloud