summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo2019-08-091-1/+1
* cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo2019-08-091-0/+4
* cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo2019-08-091-7/+37
* cgroup: Implement css_task_iter_skip()Tejun Heo2019-08-091-24/+36
* cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz2019-07-101-1/+14
* cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin2019-05-311-0/+6
* cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov2019-04-052-8/+11
* cgroup, rstat: Don't flush subtree root unless necessaryTejun Heo2019-04-051-4/+6
* fix cgroup_do_mount() handling of failure exitsAl Viro2019-03-231-3/+6
* cgroup: fix parsing empty mount option stringOndrej Mosnacek2019-02-121-1/+1
* cgroup: fix CSS_TASK_ITER_PROCSTejun Heo2019-01-091-12/+17
* cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo2018-10-041-9/+16
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-08-243-7/+35
|\
| * cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)2018-07-113-7/+35
* | kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-211-1/+3
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-3/+4
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-2/+2
|\
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
* | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-06-066-395/+512
|\ \
| * | cgroup: css_set_lock should nest inside tasklist_lockTejun Heo2018-05-231-8/+8
| * | rdmacg: Convert to use match_string() helperAndy Shevchenko2018-05-071-19/+16Star
| * | cgroup: Make cgroup_rstat_updated() ready for root cgroup usageTejun Heo2018-04-261-0/+4
| * | cgroup: Add memory barriers to plug cgroup_rstat_updated() race windowTejun Heo2018-04-261-3/+13
| * | cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo2018-04-262-1/+21
| * | cgroup: Replace cgroup_rstat_mutex with a spinlockTejun Heo2018-04-261-13/+45
| * | cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo2018-04-262-13/+30
| * | cgroup: Reorganize kernel/cgroup/rstat.cTejun Heo2018-04-262-89/+95
| * | cgroup: Distinguish base resource stat implementation from rstatTejun Heo2018-04-263-37/+36Star
| * | cgroup: Rename stat to rstatTejun Heo2018-04-263-101/+103
| * | cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.cTejun Heo2018-04-262-1/+1
| * | cgroup: Limit event generation frequencyTejun Heo2018-04-261-2/+23
| * | cgroup: Explicitly remove core interface filesTejun Heo2018-04-261-13/+22
| |/
* / proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-163-15/+3Star
|/
* Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-041-14/+7Star
|\
| * cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo2018-03-191-14/+7Star
* | cgroup: fix rule checking for threaded mode switchingTejun Heo2018-02-211-0/+10
|/
* kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai2018-02-071-2/+2
* string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo2018-01-191-3/+3
* cgroup: make cgroup.threads delegatableRoman Gushchin2018-01-101-0/+1
* cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo2017-12-201-8/+6Star
* cgroup: Fix deadlock in cpu hotplug pathPrateek Sood2017-12-191-1/+5
* cgroup: use strlcpy() instead of strscpy() to avoid spurious warningArnd Bergmann2017-12-151-3/+3
* cgroup: avoid copying strings longer than the buffersMa Shimiao2017-12-121-3/+3
* Revert "cgroup/cpuset: remove circular dependency deadlock"Tejun Heo2017-12-041-30/+23Star
* Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo2017-12-041-20/+21
* cgroup: properly init u64_statsLucas Stach2017-11-281-2/+6
* debug cgroup: use task_css_set instead of rcu_dereferenceWang Long2017-11-271-2/+2
* cpuset: Make cpuset hotplug synchronousPrateek Sood2017-11-271-21/+20Star