| Commit message (Expand) | Author | Age |
* | cgroup: distinguish the default and legacy hierarchies when handling cftypes | Tejun Heo | 2014-07-15 |
* | cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes() | Tejun Heo | 2014-07-15 |
* | cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes | Tejun Heo | 2014-07-15 |
* | cgroup: remove sane_behavior support on non-default hierarchies | Tejun Heo | 2014-07-09 |
* | blkcg, memcg: make blkcg depend on memcg on the default hierarchy | Tejun Heo | 2014-07-08 |
* | fix __swap_writepage() compile failure on old gcc versions | Al Viro | 2014-06-14 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-06-12 |
|\ |
|
| * | Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus | Al Viro | 2014-06-12 |
| |\ |
|
| * | | shmem: switch to iter_file_splice_write() | Al Viro | 2014-06-12 |
| * | | bio_vec-backed iov_iter | Al Viro | 2014-05-06 |
| * | | optimize copy_page_{to,from}_iter() | Al Viro | 2014-05-06 |
| * | | bury generic_file_aio_{read,write} | Al Viro | 2014-05-06 |
| * | | new helper: copy_page_from_iter() | Al Viro | 2014-05-06 |
| * | | bury __generic_file_aio_write() | Al Viro | 2014-05-06 |
| * | | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 2014-05-06 |
| * | | shmem: switch to ->read_iter() | Al Viro | 2014-05-06 |
| * | | iov_iter_truncate() | Al Viro | 2014-05-06 |
| * | | new helper: iov_iter_get_pages_alloc() | Al Viro | 2014-05-06 |
| * | | new helper: iov_iter_npages() | Al Viro | 2014-05-06 |
| * | | new helper: iov_iter_get_pages() | Al Viro | 2014-05-06 |
| * | | start adding the tag to iov_iter | Al Viro | 2014-05-06 |
| * | | new helper: generic_file_read_iter() | Al Viro | 2014-05-06 |
| * | | new primitive: iov_iter_alignment() | Al Viro | 2014-05-06 |
| * | | give ->direct_IO() a copy of iov_iter | Al Viro | 2014-05-06 |
| * | | get rid of pointless iov_length() in ->direct_IO() | Al Viro | 2014-05-06 |
| * | | pass iov_iter to ->direct_IO() | Al Viro | 2014-05-06 |
| * | | kill generic_segment_checks() | Al Viro | 2014-05-06 |
| * | | generic_file_direct_write(): switch to iov_iter | Al Viro | 2014-05-06 |
| * | | kill iov_iter_copy_from_user() | Al Viro | 2014-05-06 |
* | | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-06-09 |
|\ \ \ |
|
| * | | | memcg: update memcg_has_children() to use css_next_child() | Tejun Heo | 2014-05-16 |
| * | | | memcg: remove tasks/children test from mem_cgroup_force_empty() | Michal Hocko | 2014-05-16 |
| * | | | cgroup: remove css_parent() | Tejun Heo | 2014-05-16 |
| * | | | cgroup: replace cftype->trigger() with cftype->write() | Tejun Heo | 2014-05-13 |
| * | | | cgroup: replace cftype->write_string() with cftype->write() | Tejun Heo | 2014-05-13 |
| * | | | cgroup: rename css_tryget*() to css_tryget_online*() | Tejun Heo | 2014-05-13 |
| * | | | cgroup, memcg: implement css->id and convert css_from_id() to use it | Tejun Heo | 2014-05-04 |
| * | | | cgroup, memcg: allocate cgroup ID from 1 | Tejun Heo | 2014-05-04 |
* | | | | Don't trigger congestion wait on dirty-but-not-writeout pages | Linus Torvalds | 2014-06-08 |
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-06-08 |
|\ \ \ \ |
|
| * | | | | ext4: fix data integrity sync in ordered mode | Namjae Jeon | 2014-05-12 |
| |/ / / |
|
* | | | | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds | 2014-06-08 |
|\ \ \ \ |
|
| * | | | | mm: convert some level-less printks to pr_* | Mitchel Humpherys | 2014-06-06 |
| * | | | | mm/kmemleak-test.c: use pr_fmt for logging | Fabian Frederick | 2014-06-06 |
| * | | | | mm: mark remap_file_pages() syscall as deprecated | Kirill A. Shutemov | 2014-06-06 |
| * | | | | mm: memcontrol: remove unnecessary memcg argument from soft limit functions | Johannes Weiner | 2014-06-06 |
| * | | | | mm: memcontrol: clean up memcg zoneinfo lookup | Jianyu Zhan | 2014-06-06 |
| * | | | | mm/memblock.c: call kmemleak directly from memblock_(alloc|free) | Catalin Marinas | 2014-06-06 |
| * | | | | mm/mempool.c: update the kmemleak stack trace for mempool allocations | Catalin Marinas | 2014-06-06 |
| * | | | | mm: introduce kmemleak_update_trace() | Catalin Marinas | 2014-06-06 |