summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* mm, cpuset: always use seqlock when changing task's nodemaskVlastimil Babka2017-07-061-21/+8
* mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka2017-07-061-3/+1
* cgroup: implement "nsdelegate" mount optionTejun Heo2017-06-281-5/+83
* cgroup: restructure cgroup_procs_write_permission()Tejun Heo2017-06-281-24/+33
* cgroup: fix lockdep warning in debug controllerTejun Heo2017-06-141-8/+21
* cgroup: refactor cgroup_masks_read() in the debug controllerTejun Heo2017-06-141-25/+21
* cgroup: make debug an implicit controller on cgroup2Tejun Heo2017-06-141-3/+56
* cgroup: Make debug cgroup support v2 and thread modeWaiman Long2017-06-141-17/+153
* cgroup: Make Kconfig prompt of debug cgroup more accurateWaiman Long2017-06-141-0/+6
* cgroup: Move debug cgroup to its own fileWaiman Long2017-06-144-148/+157
* cgroup: Keep accurate count of tasks in each css_setWaiman Long2017-06-142-5/+11
* cpuset: consider dying css as offlineTejun Heo2017-05-241-2/+2
* cgroup: Prevent kill_css() from being called more than onceWaiman Long2017-05-171-0/+5
* Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-05-015-29/+51
|\
| * cgroup: mark cgroup_get() with __maybe_unusedTejun Heo2017-05-011-1/+1
| * cgroup: avoid attaching a cgroup root to two different superblocks, take 2Zefan Li2017-04-283-6/+20
| * cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()Tejun Heo2017-04-281-6/+16
| * cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick2017-04-111-1/+1
| * cgroup: switch to BUG_ON()Nicholas Mc Guire2017-03-271-6/+3
| * kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova2017-03-083-7/+8
| * kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova2017-03-062-2/+2
* | Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-161-1/+1
|\ \
| * | Revert "cgroup: avoid attaching a cgroup root to two different superblocks"Tejun Heo2017-04-161-1/+1
* | | Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-112-5/+6
|\ \ \ | |/ /
| * | cgroup: avoid attaching a cgroup root to two different superblocksZefan Li2017-04-111-1/+1
| * | cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2017-03-171-4/+5
* | | Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-142-2/+2
|\ \ \ | |/ /
| * | cgroups: censor kernel pointer in debug filesKees Cook2017-03-061-1/+1
| * | cgroup/pids: remove spurious suspicious RCU usage warningTejun Heo2017-03-061-1/+1
| |/
* | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
|/
* sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>Ingo Molnar2017-03-031-0/+1
* sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar2017-03-032-1/+2
* sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-031-0/+1
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar2017-03-021-1/+1
* Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-02-271-4/+5
* Merge branch 'cgroup/for-4.11-rdmacg' into cgroup/for-4.11Tejun Heo2017-02-022-0/+620
|\
| * rdmacg: Fixed uninitialized current resource usageParav Pandit2017-01-101-0/+2
| * rdmacg: Added rdma cgroup controllerParav Pandit2017-01-102-0/+618
* | cgroup: drop the matching uid requirement on migration for cgroup v2Tejun Heo2017-02-021-13/+14
* | cgroup: misc cleanupsTejun Heo2017-01-301-7/+4
* | Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo2017-01-261-8/+5
* | cgroup: call subsys->*attach() only for subsystems which are actually affecte...Tejun Heo2017-01-153-13/+19
* | cgroup: track migration context in cgroup_mgctxTejun Heo2017-01-153-98/+122
* | cgroup: cosmetic update to cgroup_taskset_add()Tejun Heo2017-01-151-2/+2
|/
* cgroup: fix RCU related sparse warningsTejun Heo2016-12-272-2/+2
* cgroup: move namespace code to kernel/cgroup/namespace.cTejun Heo2016-12-274-175/+189
* cgroup: rename functions for consistencyTejun Heo2016-12-273-23/+23
OpenPOWER on IntegriCloud