aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-10cpuset: Make nr_cpusets privatePaolo Bonzini1-0/+7
2017-08-02cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin1-0/+1
2017-07-23cgroup: fix error return value from cgroup_subtree_control()Tejun Heo1-2/+2
2017-07-18cgroup: create dfl_root files on subsys registrationTejun Heo1-0/+4
2017-07-08cgroup: don't call migration methods if there are no tasks to migrateTejun Heo2-27/+34
2017-07-06mm, cpuset: always use seqlock when changing task's nodemaskVlastimil Babka1-21/+8
2017-07-06mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka1-3/+1
2017-06-28cgroup: implement "nsdelegate" mount optionTejun Heo1-5/+83
2017-06-28cgroup: restructure cgroup_procs_write_permission()Tejun Heo1-24/+33
2017-06-14cgroup: fix lockdep warning in debug controllerTejun Heo1-8/+21
2017-06-14cgroup: refactor cgroup_masks_read() in the debug controllerTejun Heo1-25/+21
2017-06-14cgroup: make debug an implicit controller on cgroup2Tejun Heo1-3/+56
2017-06-14cgroup: Make debug cgroup support v2 and thread modeWaiman Long1-17/+153
2017-06-14cgroup: Make Kconfig prompt of debug cgroup more accurateWaiman Long1-0/+6
2017-06-14cgroup: Move debug cgroup to its own fileWaiman Long4-148/+157
2017-06-14cgroup: Keep accurate count of tasks in each css_setWaiman Long2-5/+11
2017-05-24cpuset: consider dying css as offlineTejun Heo1-2/+2
2017-05-17cgroup: Prevent kill_css() from being called more than onceWaiman Long1-0/+5
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds5-29/+51
2017-05-01cgroup: mark cgroup_get() with __maybe_unusedTejun Heo1-1/+1
2017-04-28cgroup: avoid attaching a cgroup root to two different superblocks, take 2Zefan Li3-6/+20
2017-04-28cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()Tejun Heo1-6/+16
2017-04-16Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2017-04-16Revert "cgroup: avoid attaching a cgroup root to two different superblocks"Tejun Heo1-1/+1
2017-04-11Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-5/+6
2017-04-11cgroup: avoid attaching a cgroup root to two different superblocksZefan Li1-1/+1
2017-04-11cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick1-1/+1
2017-03-27cgroup: switch to BUG_ON()Nicholas Mc Guire1-6/+3
2017-03-17cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroupsTejun Heo1-4/+5
2017-03-14Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-2/+2
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova3-7/+8
2017-03-06cgroups: censor kernel pointer in debug filesKees Cook1-1/+1
2017-03-06cgroup/pids: remove spurious suspicious RCU usage warningTejun Heo1-1/+1
2017-03-06kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova2-2/+2
2017-03-03sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-03sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar2-1/+2
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar1-1/+1
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds9-0/+11037
2017-02-02Merge branch 'cgroup/for-4.11-rdmacg' into cgroup/for-4.11Tejun Heo2-0/+620
2017-02-02cgroup: drop the matching uid requirement on migration for cgroup v2Tejun Heo1-13/+14
2017-01-30cgroup: misc cleanupsTejun Heo1-7/+4
2017-01-26Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo1-8/+5
2017-01-15cgroup: call subsys->*attach() only for subsystems which are actually affected by migrationTejun Heo3-13/+19
2017-01-15cgroup: track migration context in cgroup_mgctxTejun Heo3-98/+122
2017-01-15cgroup: cosmetic update to cgroup_taskset_add()Tejun Heo1-2/+2