Age | Commit message (Expand) | Author | Files | Lines |
2011-07-24 | [S390] reference bit testing for unmapped pages | Martin Schwidefsky | 1 | -3/+3 |
2011-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 6 | -43/+66 |
2011-07-22 | Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+54 |
2011-07-22 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -16/+2 |
2011-07-22 | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc | Linus Torvalds | 2 | -4/+2 |
2011-07-22 | Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -10/+118 |
2011-07-22 | slab: fix DEBUG_SLAB warning | Tetsuo Handa | 1 | -1/+2 |
2011-07-20 | fs: seq_file - add event counter to simplify poll() support | Kay Sievers | 1 | -21/+8 |
2011-07-20 | fs: kill i_alloc_sem | Christoph Hellwig | 4 | -7/+2 |
2011-07-20 | vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu() | Lai Jiangshan | 1 | -8/+1 |
2011-07-20 | vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu() | Lai Jiangshan | 1 | -8/+1 |
2011-07-20 | slab: shrink sizeof(struct kmem_cache) | Eric Dumazet | 1 | -4/+6 |
2011-07-20 | vmscan: add customisable shrinker batch size | Dave Chinner | 1 | -5/+6 |
2011-07-20 | vmscan: reduce wind up shrinker->nr when shrinker can't do work | Dave Chinner | 1 | -0/+15 |
2011-07-20 | vmscan: shrinker->nr updates race and go wrong | Dave Chinner | 1 | -13/+32 |
2011-07-20 | vmscan: add shrink_slab tracepoints | Dave Chinner | 1 | -1/+7 |
2011-07-19 | vmscan: fix a livelock in kswapd | Shaohua Li | 1 | -1/+2 |
2011-07-18 | slab: fix DEBUG_SLAB build | Hugh Dickins | 1 | -4/+2 |
2011-07-12 | x86, numa: Implement pfn -> nid mapping granularity check | Tejun Heo | 1 | -0/+54 |
2011-07-08 | mm/nommu.c: fix remap_pfn_range() | Bob Liu | 1 | -3/+6 |
2011-07-08 | memcg: fix numa scan information update to be triggered by memory event | KAMEZAWA Hiroyuki | 1 | -6/+27 |
2011-07-08 | memcg: fix reclaimable lru check in memcg | KAMEZAWA Hiroyuki | 1 | -31/+76 |
2011-07-08 | mm: __tlb_remove_page() check the correct batch | Shaohua Li | 1 | -0/+1 |
2011-07-08 | mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfully | Mel Gorman | 1 | -13/+21 |
2011-07-08 | mm: vmscan: evaluate the watermarks against the correct classzone | Mel Gorman | 1 | -1/+1 |
2011-07-08 | mm: vmscan: do not apply pressure to slab if we are not applying pressure to ... | Mel Gorman | 1 | -10/+13 |
2011-07-08 | mm: vmscan: correct check for kswapd sleeping in sleeping_prematurely | Mel Gorman | 1 | -1/+1 |
2011-07-07 | SLUB: Fix missing <linux/stacktrace.h> include | Pekka Enberg | 1 | -0/+1 |
2011-07-07 | slub: reduce overhead of slub_debug | Marcin Slusarz | 1 | -2/+34 |
2011-07-07 | slub: Add method to verify memory is not freed | Ben Greear | 1 | -0/+36 |
2011-07-07 | slub: Enable backtrace for create/delete points | Ben Greear | 1 | -0/+32 |
2011-06-27 | memcg: fix direct softlimit reclaim to be called in limit path | KAMEZAWA Hiroyuki | 1 | -12/+15 |
2011-06-27 | mm: fix assertion mapping->nrpages == 0 in end_writeback() | Jan Kara | 1 | -0/+5 |
2011-06-27 | mm/memory-failure.c: fix spinlock vs mutex order | Peter Zijlstra | 2 | -18/+8 |
2011-06-27 | tmpfs: add shmem_read_mapping_page_gfp | Hugh Dickins | 1 | -0/+23 |
2011-06-27 | tmpfs: take control of its truncate_range | Hugh Dickins | 2 | -24/+31 |
2011-06-27 | mm: move shmem prototypes to shmem_fs.h | Hugh Dickins | 2 | -1/+2 |
2011-06-27 | mm: move vmtruncate_range to truncate.c | Hugh Dickins | 2 | -24/+24 |
2011-06-22 | mm, hotplug: protect zonelist building with zonelists_mutex | David Rientjes | 1 | -0/+2 |
2011-06-22 | mm, hotplug: fix error handling in mem_online_node() | David Rientjes | 1 | -1/+1 |
2011-06-22 | ptrace: kill trivial tracehooks | Tejun Heo | 1 | -2/+1 |
2011-06-22 | ptrace: kill task_ptrace() | Tejun Heo | 1 | -2/+1 |
2011-06-17 | mm: avoid anon_vma_chain allocation under anon_vma lock | Linus Torvalds | 1 | -8/+12 |
2011-06-17 | mm: avoid repeated anon_vma lock/unlock sequences in unlink_anon_vmas() | Peter Zijlstra | 1 | -21/+28 |
2011-06-17 | mm: avoid repeated anon_vma lock/unlock sequences in anon_vma_clone() | Linus Torvalds | 1 | -3/+36 |
2011-06-16 | migrate: don't account swapcache as shmem | Andrea Arcangeli | 1 | -1/+1 |
2011-06-16 | mm: get rid of the most spurious find_vma_prev() users | Linus Torvalds | 1 | -9/+3 |
2011-06-15 | ksm: fix NULL pointer dereference in scan_get_next_rmap_item() | Hugh Dickins | 1 | -0/+6 |
2011-06-15 | mm: compaction: abort compaction if too many pages are isolated and caller is... | Mel Gorman | 1 | -5/+24 |
2011-06-15 | mm: vmscan: do not use page_count without a page pin | Andrea Arcangeli | 1 | -2/+14 |