aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2017-08-11cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin
2017-08-11cgroup: fix error return value from cgroup_subtree_control()Tejun Heo
2017-08-11cgroup: create dfl_root files on subsys registrationTejun Heo
2017-08-11cgroup: don't call migration methods if there are no tasks to migrateTejun Heo
2017-05-24cpuset: consider dying css as offlineTejun Heo
2017-05-17cgroup: Prevent kill_css() from being called more than onceWaiman Long
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-05-01cgroup: mark cgroup_get() with __maybe_unusedTejun Heo
2017-04-28cgroup: avoid attaching a cgroup root to two different superblocks, take 2Zefan Li
2017-04-28cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()Tejun Heo
2017-04-16Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-16Revert "cgroup: avoid attaching a cgroup root to two different superblocks"Tejun Heo
2017-04-11Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-11cgroup: avoid attaching a cgroup root to two different superblocksZefan Li
2017-04-11cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick
2017-03-27cgroup: switch to BUG_ON()Nicholas Mc Guire
2017-03-17cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo
2017-03-14Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova
2017-03-06cgroups: censor kernel pointer in debug filesKees Cook
2017-03-06cgroup/pids: remove spurious suspicious RCU usage warningTejun Heo
2017-03-06kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova
2017-03-03sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>Ingo Molnar
2017-03-03sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-02-02Merge branch 'cgroup/for-4.11-rdmacg' into cgroup/for-4.11Tejun Heo
2017-02-02cgroup: drop the matching uid requirement on migration for cgroup v2Tejun Heo
2017-01-30cgroup: misc cleanupsTejun Heo
2017-01-26Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo
2017-01-15cgroup: call subsys->*attach() only for subsystems which are actually affecte...Tejun Heo
2017-01-15cgroup: track migration context in cgroup_mgctxTejun Heo
2017-01-15cgroup: cosmetic update to cgroup_taskset_add()Tejun Heo
2017-01-10rdmacg: Fixed uninitialized current resource usageParav Pandit
2017-01-10rdmacg: Added rdma cgroup controllerParav Pandit
2016-12-27cgroup: fix RCU related sparse warningsTejun Heo
2016-12-27cgroup: move namespace code to kernel/cgroup/namespace.cTejun Heo
2016-12-27cgroup: rename functions for consistencyTejun Heo
2016-12-27cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.cTejun Heo
2016-12-27cgroup: separate out cgroup1_kf_syscall_opsTejun Heo
2016-12-27cgroup: refactor mount path and clearly distinguish v1 and v2 pathsTejun Heo
2016-12-27cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.cTejun Heo
2016-12-27cgroup: move cgroup files under kernel/cgroup/Tejun Heo