cgroup: fix spurious lockdep warning in cgroup_exit()
[pandora-kernel.git] / kernel / cgroup.c
2014-03-29 Li Zefancgroup: fix spurious lockdep warning in cgroup_exit()
2014-03-24 Monam Agarwalcgroup: Use RCU_INIT_POINTER(x, NULL) in cgroup.c
2014-03-20 Tejun Heocgroup: break kernfs active_ref protection in cgroup...
2014-03-19 Tejun Heocgroup: fix cgroup_taskset walking order
2014-03-19 Tejun Heocgroup: implement CFTYPE_ONLY_ON_DFL
2014-03-19 Tejun Heocgroup: make cgrp_dfl_root mountable
2014-03-19 Tejun Heocgroup: drop const from @buffer of cftype->write_string()
2014-03-19 Tejun Heocgroup: rename cgroup_dummy_root and related names
2014-03-19 Tejun Heocgroup: move ->subsys_mask from cgroupfs_root to cgroup
2014-03-19 Tejun Heocgroup: treat cgroup_dummy_root as an equivalent hierar...
2014-03-19 Tejun Heocgroup: use cgroup_setup_root() to initialize cgroup_du...
2014-03-19 Tejun Heocgroup: reorganize cgroup bootstrapping
2014-03-19 Tejun Heocgroup: relocate setting of CGRP_DEAD
2014-02-25 Tejun Heocgroup: update cgroup_transfer_tasks() to either succee...
2014-02-25 Tejun Heocgroup: drop task_lock() protection around task->cgroups
2014-02-25 Tejun Heocgroup: update how a newly forked task gets associated...
2014-02-25 Tejun Heocgroup: split process / task migration into four steps
2014-02-25 Tejun Heocgroup: separate out cset_group_from_root() from task_c...
2014-02-25 Tejun Heocgroup: use css_set->mg_tasks to track target tasks...
2014-02-25 Tejun Heocgroup: add css_set->mg_tasks
2014-02-25 Tejun HeoMerge branch 'cgroup/for-3.14-fixes' into cgroup/for...
2014-02-18 Tejun Heocgroup: update cgroup_enable_task_cg_lists() to grab...
2014-02-18 Li Zefancgroup: add a validation check to cgroup_add_cftyps()
2014-02-14 Li Zefancgroup: fix memory leak in cgroup_mount()
2014-02-14 Li Zefancgroup: fix locking in cgroupstats_build()
2014-02-13 Fengguang Wucgroup: fix coccinelle warnings
2014-02-13 Tejun Heocgroup: unexport functions
2014-02-13 Tejun Heocgroup: cosmetic updates to cgroup_attach_task()
2014-02-13 Tejun Heocgroup: remove cgroup_taskset_cur_css() and cgroup_task...
2014-02-13 Tejun Heocgroup: move css_set_rwsem locking outside of cgroup_ta...
2014-02-13 Tejun Heocgroup: separate out put_css_set_locked() and remove...
2014-02-13 Tejun Heocgroup: remove css_scan_tasks()
2014-02-13 Tejun Heocgroup: make css_set_lock a rwsem and rename it to...
2014-02-13 Tejun Heocgroup: reimplement cgroup_transfer_tasks() without...
2014-02-13 Tejun Heocgroup: implement cgroup_has_tasks() and unexport cgrou...
2014-02-13 Tejun Heocgroup: relocate cgroup_enable_task_cg_lists()
2014-02-13 Tejun Heocgroup: enable task_cg_lists on the first cgroup mount
2014-02-13 Tejun Heocgroup: drop CGRP_ROOT_SUBSYS_BOUND
2014-02-13 Tejun Heocgroup: disallow xattr, release_agent and name if sane_...
2014-02-13 Tejun HeoRevert "cgroup: use an ordered workqueue for cgroup...
2014-02-12 Tejun Heocgroup: remove cgroupfs_root->refcnt
2014-02-12 Tejun Heocgroup: rename cgroupfs_root->number_of_cgroups to...
2014-02-12 Tejun Heocgroup: remove cgroup->name
2014-02-12 Tejun Heocgroup: make cgroup hold onto its kernfs_node
2014-02-12 Tejun Heocgroup: simplify dynamic cftype addition and removal
2014-02-12 Tejun Heocgroup: remove cftype_set
2014-02-12 Tejun Heocgroup: relocate cgroup_rm_cftypes()
2014-02-12 Tejun Heocgroup: warn if "xattr" is specified with "sane_behavior"
2014-02-11 Tejun Heocgroup: convert to kernfs
2014-02-11 Tejun Heocgroup: relocate functions in preparation of kernfs...
2014-02-11 Tejun Heocgroup: misc preps for kernfs conversion
2014-02-11 Tejun Heocgroup: introduce cgroup_ino()
2014-02-11 Tejun Heocgroup: introduce cgroup_init/exit_cftypes()
2014-02-11 Tejun Heocgroup: update the meaning of cftype->max_write_len
2014-02-11 Tejun Heocgroup: make cgroup_subsys->base_cftypes use cgroup_add...
2014-02-11 Tejun Heocgroup: update cgroup name handling
2014-02-11 Tejun Heocgroup: factor out cgroup_setup_root() from cgroup_mount()
2014-02-11 Tejun Heocgroup: restructure locking and error handling in cgrou...
2014-02-11 Tejun Heocgroup: release cgroup_mutex over file removals
2014-02-11 Tejun Heocgroup: introduce cgroup_tree_mutex
2014-02-11 Tejun Heocgroup: improve css_from_dir() into css_tryget_from_dir()
2014-02-11 Tejun HeoMerge branch 'cgroup/for-3.14-fixes' into cgroup/for...
2014-02-11 Li Zefancgroup: protect modifications to cgroup_idr with cgroup...
2014-02-08 Tejun HeoMerge branch 'driver-core-next' into cgroup/for-3.15
2014-02-08 Tejun HeoMerge branch 'for-3.14-fixes' into for-3.15
2014-02-08 Tejun Heocgroup: remove cgroup_root_mutex
2014-02-08 Tejun Heocgroup: update locking in cgroup_show_options()
2014-02-08 Tejun Heocgroup: rename cgroup_subsys->subsys_id to ->id
2014-02-08 Tejun Heocgroup: clean up cgroup_subsys names and initialization
2014-02-08 Tejun Heocgroup: drop module support
2014-02-08 Tejun Heocgroup: fix locking in cgroup_cfts_commit()
2014-02-08 Tejun Heocgroup: fix error return from cgroup_create()
2014-02-08 Tejun Heocgroup: fix error return value in cgroup_mount()
2014-02-07 Hugh Dickinscgroup: use an ordered workqueue for cgroup destruction
2014-02-02 Linus TorvaldsMerge branch 'slab/next' of git://git./linux/kernel...
2014-02-02 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2014-02-01 Linus TorvaldsMerge branch 'misc' of git://git./linux/kernel/git...
2014-02-01 Linus TorvaldsMerge branch 'for-linus' of git://git.samba.org/sfrench...
2014-01-31 Linus TorvaldsMerge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org...
2014-01-31 Linus TorvaldsMerge tag 'sound-fix-3.14-rc1' of git://git./linux...
2014-01-31 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2014-01-31 Olof JohanssonMerge tag 'renesas-dt-fixes2-for-v3.14' of git://git...
2014-01-31 Olof JohanssonMerge tag 'mvebu-fixes-3.13-2' of git://git.infradead...
2014-01-31 Linus TorvaldsMerge tag 'arm64-upstream' of git://git./linux/kernel...
2014-01-31 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2014-01-31 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2014-01-31 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2014-01-31 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2014-01-31 Linus TorvaldsMerge tag 'stable/for-linus-3.14-rc0-late-tag' of git...
2014-01-31 Linus TorvaldsMerge tag 'jfs-3.14' of git://github.com/kleikamp/linux...
2014-01-31 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-01-31 Linus TorvaldsMerge tag 'upstream-3.14-rc1' of git://git.infradead...
2014-01-31 Linus TorvaldsMerge branch 'x86-asmlinkage-for-linus' of git://git...
2014-01-31 Linus TorvaldsMerge branch 'x86-build-for-linus' of git://git./linux...
2014-01-31 Linus TorvaldsMerge tag 'late-dt-for-linus' of git://git./linux/kerne...
2014-01-31 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2014-01-31 Linus TorvaldsMerge tag 'for-3.14' of git://openrisc.net/~jonas/linux
2014-01-31 Linus TorvaldsMerge branch 'drop-time' of git://git./linux/kernel...
2014-01-31 Linus TorvaldsMerge branch 'kbuild' of git://git./linux/kernel/git...
2014-01-30 Linus TorvaldsMerge branch 'for-3.14/drivers' of git://git.kernel...
next