summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-0424-1611/+1751
|\
| * cgroup: fix cgroup_css() invocation in css_from_id()Tejun Heo2013-08-271-1/+1
| * cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_c...Tejun Heo2013-08-271-13/+5
| * cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroupTejun Heo2013-08-271-14/+12
| * cgroup: implement CFTYPE_NO_PREFIXTejun Heo2013-08-272-1/+3
| * cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsysTejun Heo2013-08-271-47/+43
| * cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxTejun Heo2013-08-273-18/+13
| * cgroup: fix cgroup_write_event_control()Tejun Heo2013-08-191-4/+21
| * cgroup: fix subsystem file accesses on the root cgroupTejun Heo2013-08-191-14/+10
| * cgroup: change cgroup_from_id() to css_from_id()Li Zefan2013-08-192-18/+24
| * cgroup: use css_get() in cgroup_create() to check CSS_ROOTLi Zhong2013-08-161-1/+1
| * cpuset: remove an unncessary forward declarationLi Zefan2013-08-141-3/+0
| * cgroup: RCU protect each cgroup_subsys_state releaseTejun Heo2013-08-142-17/+39
| * cgroup: move subsys file removal to kill_css()Tejun Heo2013-08-141-7/+9
| * cgroup: factor out kill_css()Tejun Heo2013-08-141-23/+35
| * cgroup: decouple cgroup_subsys_state destruction from cgroup destructionTejun Heo2013-08-142-29/+25
| * cgroup: replace cgroup->css_kill_cnt with ->nr_cssTejun Heo2013-08-142-25/+31
| * cgroup: bounce cgroup_subsys_state ref kill confirmation to a work itemTejun Heo2013-08-141-3/+18
| * cgroup: move cgroup->subsys[] assignment to online_css()Tejun Heo2013-08-141-10/+11
| * cgroup: reorganize css init / exit pathsTejun Heo2013-08-131-27/+23
| * cgroup: add __rcu modifier to cgroup->subsys[]Tejun Heo2013-08-132-6/+15
| * cgroup: make cgroup_file_open() rcu_read_lock() around cgroup_css() and add c...Tejun Heo2013-08-131-17/+31
| * cgroup: cgroup_css_from_dir() now should be called with RCU read lockedTejun Heo2013-08-132-2/+13
| * cgroup: add cgroup_subsys_state->parentTejun Heo2013-08-132-12/+19
| * cgroup: rename cgroup_subsys_state->dput_work and its callback functionTejun Heo2013-08-132-12/+11
| * cgroup: always use cgroup_css()Tejun Heo2013-08-131-29/+29
| * cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-099-74/+69
| * cgroup: unexport cgroup_css()Tejun Heo2013-08-092-13/+13
| * cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-099-29/+28
| * cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...Tejun Heo2013-08-095-38/+35
| * cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-095-107/+104
| * cgroup: remove struct cgroup_scannerTejun Heo2013-08-093-97/+75
| * cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo2013-08-094-29/+27
| * cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo2013-08-094-77/+102
| * cgroup: relocate cgroup_advance_iter()Tejun Heo2013-08-091-24/+24
| * cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-099-187/+187
| * cgroup: always use cgroup_next_child() to walk the children listTejun Heo2013-08-092-7/+5
| * cgroup: convert cgroup_next_sibling() to cgroup_next_child()Tejun Heo2013-08-092-31/+32
| * cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-0917-328/+322
| * cgroup: add cgroup->dummy_cssTejun Heo2013-08-092-5/+15
| * cgroup: pin cgroup_subsys_state when opening a cgroupfs fileTejun Heo2013-08-091-11/+32
| * cgroup: add subsys backlink pointer to cftypeTejun Heo2013-08-093-37/+51
| * cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-0913-171/+197
| * cgroup: add css_parent()Tejun Heo2013-08-0910-78/+46
| * cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-099-25/+45
| * cgroup: add subsystem pointer to cgroup_subsys_stateTejun Heo2013-08-092-5/+5
| * hugetlb_cgroup: pass around @hugetlb_cgroup instead of @cgroupTejun Heo2013-08-091-10/+12
| * netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_ne...Tejun Heo2013-08-092-32/+28
| * cpuset: drop "const" qualifiers from struct cpuset instancesTejun Heo2013-08-091-9/+8
| * cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-0918-49/+52