Age | Commit message (Expand) | Author | Files | Lines |
2014-04-04 | mm: keep page cache radix tree nodes in check | Johannes Weiner | 5 | -20/+274 |
2014-04-04 | mm: thrash detection-based file cache sizing | Johannes Weiner | 6 | -23/+321 |
2014-04-04 | mm + fs: store shadow entries in page cache | Johannes Weiner | 3 | -9/+80 |
2014-04-04 | mm + fs: prepare for non-page entries in page cache radix trees | Johannes Weiner | 6 | -123/+325 |
2014-04-04 | mm: filemap: move radix tree hole searching here | Johannes Weiner | 2 | -2/+78 |
2014-04-04 | mm: shmem: save one radix tree lookup when truncating swapped pages | Johannes Weiner | 1 | -13/+12 |
2014-04-04 | mm: vmscan: shrink_slab: rename max_pass -> freeable | Vladimir Davydov | 1 | -13/+13 |
2014-04-04 | mm, hugetlb: improve page-fault scalability | Davidlohr Bueso | 1 | -13/+71 |
2014-04-04 | mm, hugetlb: use vma_resv_map() map types | Joonsoo Kim | 1 | -50/+45 |
2014-04-04 | mm, hugetlb: remove resv_map_put | Joonsoo Kim | 1 | -12/+3 |
2014-04-04 | mm, hugetlb: fix race in region tracking | Davidlohr Bueso | 1 | -20/+38 |
2014-04-04 | mm, hugetlb: improve, cleanup resv_map parameters | Joonsoo Kim | 1 | -13/+17 |
2014-04-04 | mm, hugetlb: unify region structure handling | Joonsoo Kim | 1 | -16/+21 |
2014-04-04 | mm: optimize put_mems_allowed() usage | Mel Gorman | 6 | -25/+23 |
2014-04-04 | mm, compaction: ignore pageblock skip when manually invoking compaction | David Rientjes | 1 | -0/+1 |
2014-04-04 | mm: vmscan: remove shrink_control arg from do_try_to_free_pages() | Vladimir Davydov | 1 | -20/+12 |
2014-04-04 | mm: vmscan: move call to shrink_slab() to shrink_zones() | Vladimir Davydov | 1 | -31/+25 |
2014-04-04 | mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim | Vladimir Davydov | 1 | -2/+2 |
2014-04-04 | kmemleak: change some global variables to int | Li Zefan | 1 | -40/+40 |
2014-04-04 | kmemleak: remove redundant code | Li Zefan | 1 | -6/+1 |
2014-04-04 | kmemleak: allow freeing internal objects after kmemleak was disabled | Li Zefan | 1 | -14/+32 |
2014-04-04 | kmemleak: free internal objects only if there're no leaks to be reported | Li Zefan | 1 | -4/+9 |
2014-04-04 | bdi: avoid oops on device removal | Jan Kara | 1 | -4/+9 |
2014-04-04 | backing_dev: fix hung task on sync | Derek Basehore | 1 | -1/+4 |
2014-04-04 | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 3 | -86/+43 |
2014-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-04-02 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+16 |
2014-04-02 | sparse: fix comment | Li Zhong | 1 | -1/+1 |
2014-04-02 | kill generic_file_buffered_write() | Al Viro | 1 | -22/+1 |
2014-04-02 | export generic_perform_write(), start getting rid of generic_file_buffer_write() | Al Viro | 1 | -16/+21 |
2014-04-02 | generic_file_direct_write(): get rid of ppos argument | Al Viro | 1 | -3/+3 |
2014-04-02 | kill the 5th argument of generic_file_buffered_write() | Al Viro | 1 | -5/+4 |
2014-04-02 | kill the 4th argument of __generic_file_aio_write() | Al Viro | 1 | -7/+6 |
2014-04-02 | take iov_iter stuff to mm/iov_iter.c | Al Viro | 3 | -222/+225 |
2014-04-02 | process_vm_access: tidy up a bit | Al Viro | 1 | -40/+19 |
2014-04-02 | process_vm_access: don't bother with returning the amounts of bytes copied | Al Viro | 1 | -31/+16 |
2014-04-02 | process_vm_rw_pages(): pass accurate amount of bytes | Al Viro | 1 | -8/+14 |
2014-04-02 | process_vm_access: take get_user_pages/put_pages one level up | Al Viro | 1 | -58/+39 |
2014-04-02 | process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_user | Al Viro | 1 | -68/+23 |
2014-04-02 | process_vm_access: switch to iov_iter | Al Viro | 1 | -34/+28 |
2014-04-02 | untangling process_vm_..., part 4 | Al Viro | 1 | -16/+13 |
2014-04-02 | untangling process_vm_..., part 3 | Al Viro | 1 | -4/+3 |
2014-04-02 | untangling process_vm_..., part 2 | Al Viro | 1 | -3/+5 |
2014-04-02 | untangling process_vm_..., part 1 | Al Viro | 1 | -5/+9 |
2014-04-02 | introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read() | Al Viro | 2 | -143/+136 |
2014-04-02 | do_shmem_file_read(): call file_read_actor() directly | Al Viro | 1 | -3/+3 |
2014-04-02 | callers of iov_copy_from_user_atomic() don't need pagecache_disable() | Al Viro | 1 | -3/+0 |
2014-04-02 | switch ->is_partially_uptodate() to saner arguments | Al Viro | 1 | -1/+1 |
2014-04-01 | mm/slab.c: cleanup outdated comments and unify variables naming | Jianyu Zhan | 1 | -34/+32 |
2014-04-01 | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 1 | -96/+112 |