summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* 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
* cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.cTejun Heo2016-12-273-406/+413
* cgroup: separate out cgroup1_kf_syscall_opsTejun Heo2016-12-273-25/+30
* cgroup: refactor mount path and clearly distinguish v1 and v2 pathsTejun Heo2016-12-271-61/+79
* cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.cTejun Heo2016-12-274-1108/+1164
* cgroup: move cgroup files under kernel/cgroup/Tejun Heo2016-12-275-0/+10291
OpenPOWER on IntegriCloud