summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-13cgroup: grab cgroup_mutex earlier in cgroup_subtree_control_write()Tejun Heo1-8/+8
2014-05-13cgroup: collapse cgroup_create() into croup_mkdir()Tejun Heo1-39/+13
2014-05-13cgroup: reorganize cgroup_create()Tejun Heo1-35/+34
2014-05-13cgroup: remove cgroup->control_knTejun Heo2-6/+3
2014-05-13cgroup: convert "tasks" and "cgroup.procs" handle to use cftype->write()Tejun Heo1-10/+16
2014-05-13cgroup: replace cftype->trigger() with cftype->write()Tejun Heo5-43/+35
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo11-125/+124
2014-05-13cgroup: implement cftype->write()Tejun Heo2-10/+31
2014-05-13cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo9-58/+61
2014-05-13cgroup: use release_agent_path_lock in cgroup_release_agent_show()Tejun Heo1-3/+2
2014-05-13cgroup: use restart_syscall() for retries after offline waits in cgroup_subtr...Tejun Heo1-9/+9
2014-05-13cgroup: update and fix parsing of "cgroup.subtree_control"Tejun Heo1-3/+5
2014-05-13cgroup: css_release() shouldn't clear cgroup->subsys[]Tejun Heo1-1/+0
2014-05-13cgroup: cgroup_idr_lock should be bhTejun Heo1-6/+6
2014-05-13cgroup: fix offlining child waiting in cgroup_subtree_control_write()Tejun Heo1-1/+3
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo5-112/+238
2014-05-13cgroup: fix rcu_read_lock() leak in update_if_frozen()Tejun Heo1-1/+3
2014-05-13Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Tejun Heo3-3/+35
2014-05-13cgroup_freezer: replace freezer->lock with freezer_mutexTejun Heo1-66/+46
2014-05-13cgroup: introduce task_css_is_root()Tejun Heo2-1/+16
2014-05-09percpu-refcount: implement percpu_ref_tryget()Tejun Heo1-0/+32
2014-05-09percpu-refcount: rename percpu_ref_tryget() to percpu_ref_tryget_live()Tejun Heo2-3/+3
2014-05-07cgroup: remove unused CGRP_SANE_BEHAVIORTejun Heo1-2/+0
2014-05-06kernel/cpuset.c: convert printk to pr_foo()Fabian Frederick1-7/+4
2014-05-06kernel/cpuset.c: kernel-doc fixesFabian Frederick1-5/+6
2014-05-05kernel/cgroup.c: fix 2 kernel-doc warningsFabian Frederick1-2/+2
2014-05-05blkcg: use trylock on blkcg_pol_mutex in blkcg_reset_stats()Tejun Heo1-1/+14
2014-05-05device_cgroup: check if exception removal is allowedAristeu Rozanski1-3/+38
2014-05-04device_cgroup: fix the comment format for recently added functionsAristeu Rozanski1-17/+16
2014-05-04cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo3-23/+49
2014-05-04cgroup: update init_css() into init_and_link_css()Tejun Heo1-8/+10
2014-05-04cgroup: use RCU free in create_css() failure pathTejun Heo1-6/+5
2014-05-04cgroup: protect cgroup_root->cgroup_idr with a spinlockTejun Heo1-8/+43
2014-05-04cgroup, memcg: allocate cgroup ID from 1Tejun Heo3-10/+6
2014-05-04cgroup: make flags and subsys_masks unsigned intTejun Heo2-23/+22
2014-04-25cgroup: Use more current logging styleJoe Perches1-13/+15
2014-04-25cgroup: replace pr_warning with preferred pr_warnJianyu Zhan1-10/+10
2014-04-25cgroup: remove orphaned cgroup_pidlist_seq_operationsJianyu Zhan1-11/+0
2014-04-25cgroup: clean up obsolete comment for parse_cgroupfs_options()Jianyu Zhan1-8/+0
2014-04-25cgroup: add documentation about unified hierarchyTejun Heo1-0/+359
2014-04-25cgroup: implement cgroup.populated for the default hierarchyTejun Heo2-4/+76
2014-04-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Tejun Heo962-27659/+9167
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau5-9/+25
2014-04-25kernfs: make kernfs_notify() trigger inotify events tooTejun Heo1-6/+35
2014-04-25kernfs: implement kernfs_root->supers listTejun Heo4-0/+21
2014-04-23cgroup: implement dynamic subtree controller enable/disable on the default hi...Tejun Heo2-2/+370
2014-04-23cgroup: prepare migration path for unified hierarchyTejun Heo1-11/+23
2014-04-23cgroup: update subsystem rebind restrictionsTejun Heo1-7/+3
2014-04-23cgroup: add css_set->dfl_cgrpTejun Heo2-0/+7
2014-04-23cgroup: allow cgroup creation and suppress automatic css creation in the unif...Tejun Heo1-9/+9