Age | Commit message (Expand) | Author |
2014-04-03 | mm: vmscan: shrink_slab: rename max_pass -> freeable | Vladimir Davydov |
2014-04-03 | mm, hugetlb: improve page-fault scalability | Davidlohr Bueso |
2014-04-03 | mm, hugetlb: use vma_resv_map() map types | Joonsoo Kim |
2014-04-03 | mm, hugetlb: remove resv_map_put | Joonsoo Kim |
2014-04-03 | mm, hugetlb: fix race in region tracking | Davidlohr Bueso |
2014-04-03 | mm, hugetlb: improve, cleanup resv_map parameters | Joonsoo Kim |
2014-04-03 | mm, hugetlb: unify region structure handling | Joonsoo Kim |
2014-04-03 | mm: optimize put_mems_allowed() usage | Mel Gorman |
2014-04-03 | mm, compaction: ignore pageblock skip when manually invoking compaction | David Rientjes |
2014-04-03 | mm: vmscan: remove shrink_control arg from do_try_to_free_pages() | Vladimir Davydov |
2014-04-03 | mm: vmscan: move call to shrink_slab() to shrink_zones() | Vladimir Davydov |
2014-04-03 | mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim | Vladimir Davydov |
2014-04-03 | kmemleak: change some global variables to int | Li Zefan |
2014-04-03 | kmemleak: remove redundant code | Li Zefan |
2014-04-03 | kmemleak: allow freeing internal objects after kmemleak was disabled | Li Zefan |
2014-04-03 | kmemleak: free internal objects only if there're no leaks to be reported | Li Zefan |
2014-04-03 | bdi: avoid oops on device removal | Jan Kara |
2014-04-03 | backing_dev: fix hung task on sync | Derek Basehore |
2014-04-03 | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2014-04-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2014-04-02 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-04-02 | sparse: fix comment | Li Zhong |
2014-04-01 | kill generic_file_buffered_write() | Al Viro |
2014-04-01 | export generic_perform_write(), start getting rid of generic_file_buffer_write() | Al Viro |
2014-04-01 | generic_file_direct_write(): get rid of ppos argument | Al Viro |
2014-04-01 | kill the 5th argument of generic_file_buffered_write() | Al Viro |
2014-04-01 | kill the 4th argument of __generic_file_aio_write() | Al Viro |
2014-04-01 | take iov_iter stuff to mm/iov_iter.c | Al Viro |
2014-04-01 | process_vm_access: tidy up a bit | Al Viro |
2014-04-01 | process_vm_access: don't bother with returning the amounts of bytes copied | Al Viro |
2014-04-01 | process_vm_rw_pages(): pass accurate amount of bytes | Al Viro |
2014-04-01 | process_vm_access: take get_user_pages/put_pages one level up | Al Viro |
2014-04-01 | process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_user | Al Viro |
2014-04-01 | process_vm_access: switch to iov_iter | Al Viro |
2014-04-01 | untangling process_vm_..., part 4 | Al Viro |
2014-04-01 | untangling process_vm_..., part 3 | Al Viro |
2014-04-01 | untangling process_vm_..., part 2 | Al Viro |
2014-04-01 | untangling process_vm_..., part 1 | Al Viro |
2014-04-01 | introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read() | Al Viro |
2014-04-01 | do_shmem_file_read(): call file_read_actor() directly | Al Viro |
2014-04-01 | callers of iov_copy_from_user_atomic() don't need pagecache_disable() | Al Viro |
2014-04-01 | switch ->is_partially_uptodate() to saner arguments | Al Viro |
2014-04-01 | mm/slab.c: cleanup outdated comments and unify variables naming | Jianyu Zhan |
2014-03-31 | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds |
2014-03-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds |
2014-03-31 | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l... | Linus Torvalds |
2014-03-31 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-03-31 | locks: fix locks_mandatory_locked to respect file-private locks | Jeff Layton |
2014-03-29 | percpu: renew the max_contig if we merge the head and previous block | Jianyu Zhan |
2014-03-27 | slub: fix high order page allocation problem with __GFP_NOFAIL | Joonsoo Kim |