Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-05-05 | kernel/cgroup.c: fix 2 kernel-doc warnings | Fabian Frederick | 1 | -2/+2 |
2014-05-04 | cgroup, memcg: implement css->id and convert css_from_id() to use it | Tejun Heo | 3 | -23/+49 |
2014-05-04 | cgroup: update init_css() into init_and_link_css() | Tejun Heo | 1 | -8/+10 |
2014-05-04 | cgroup: use RCU free in create_css() failure path | Tejun Heo | 1 | -6/+5 |
2014-05-04 | cgroup: protect cgroup_root->cgroup_idr with a spinlock | Tejun Heo | 1 | -8/+43 |
2014-05-04 | cgroup, memcg: allocate cgroup ID from 1 | Tejun Heo | 3 | -10/+6 |
2014-05-04 | cgroup: make flags and subsys_masks unsigned int | Tejun Heo | 2 | -23/+22 |
2014-04-26 | cgroup: Use more current logging style | Joe Perches | 1 | -13/+15 |
2014-04-26 | cgroup: replace pr_warning with preferred pr_warn | Jianyu Zhan | 1 | -10/+10 |
2014-04-26 | cgroup: remove orphaned cgroup_pidlist_seq_operations | Jianyu Zhan | 1 | -11/+0 |
2014-04-26 | cgroup: clean up obsolete comment for parse_cgroupfs_options() | Jianyu Zhan | 1 | -8/+0 |