summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* cgroup: fix error return value from cgroup_subtree_control()Tejun Heo2017-07-231-2/+2
* cgroup: create dfl_root files on subsys registrationTejun Heo2017-07-191-0/+4
* cgroup: don't call migration methods if there are no tasks to migrateTejun Heo2017-07-081-27/+31
* cgroup: implement "nsdelegate" mount optionTejun Heo2017-06-281-5/+83
* cgroup: restructure cgroup_procs_write_permission()Tejun Heo2017-06-281-24/+33
* cgroup: Keep accurate count of tasks in each css_setWaiman Long2017-06-141-0/+10
* 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-011-15/+25
|\
| * 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-291-4/+4
| * cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()Tejun Heo2017-04-281-6/+16
| * kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova2017-03-081-3/+3
| * kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova2017-03-061-1/+1
* | Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-121-4/+5
|\ \
| * | cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2017-03-171-4/+5
| |/
* / scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-101-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-02-281-4/+5
* cgroup: drop the matching uid requirement on migration for cgroup v2Tejun Heo2017-02-021-13/+14
* cgroup: misc cleanupsTejun Heo2017-01-301-7/+4Star
* Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo2017-01-261-8/+5Star
* cgroup: call subsys->*attach() only for subsystems which are actually affecte...Tejun Heo2017-01-161-11/+14
* cgroup: track migration context in cgroup_mgctxTejun Heo2017-01-161-87/+57Star
* cgroup: cosmetic update to cgroup_taskset_add()Tejun Heo2017-01-161-2/+2
* cgroup: fix RCU related sparse warningsTejun Heo2016-12-271-1/+1
* cgroup: move namespace code to kernel/cgroup/namespace.cTejun Heo2016-12-271-174/+1Star
* cgroup: rename functions for consistencyTejun Heo2016-12-271-11/+11
* cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.cTejun Heo2016-12-271-400/+10Star
* cgroup: separate out cgroup1_kf_syscall_opsTejun Heo2016-12-271-14/+26
* 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-271-1107/+33Star
* cgroup: move cgroup files under kernel/cgroup/Tejun Heo2016-12-271-0/+6705