summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* cgroup1: don't allow '\n' in renamingAlexander Kuznetsov2021-06-161-0/+4
* cgroup: disable controllers at parse timeShakeel Butt2021-06-161-8/+5
* cgroup: fix psi monitor for root cgroupOdin Ugedal2021-02-171-1/+3
* cgroup: Fix memory leak when parsing multiple source parametersQinglang Miao2021-01-061-0/+2
* cpuset: fix race between hotplug work and later CPU offlineDaniel Jordan2020-12-301-5/+28
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-221-12/+19
* Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo2020-06-071-13/+3
* cgroup1: don't call release_agent when it is ""Tycho Andersen2020-04-011-1/+1
* cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin2020-04-011-0/+1
* cgroup: Iterate tasks that did not finish do_exit()Michal Koutný2020-03-181-7/+16
* cgroup: cgroup_procs_next should increase position indexVasily Averin2020-03-181-3/+7
* cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-181-0/+4
* cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný2020-02-051-5/+6
* cgroup: freezer: don't change task and cgroups status unnecessarilyHonglei Wang2019-12-311-0/+9
* cgroup: pids: use atomic64_t for pids->limitAleksa Sarai2019-12-171-5/+6
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-11-151-2/+3
|\
| * cgroup: don't put ERR_PTR() into fc->rootAl Viro2019-11-101-2/+3
* | sched/topology: Don't try to build empty sched domainsValentin Schneider2019-10-291-1/+2
|/
* Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-09-172-25/+6
|\
| * Use kvmalloc in cgroups-v1Marc Koderer2019-08-071-23/+4
| * cgroup: minor tweak for logic to get cgroup cssPeng Wang2019-07-231-1/+1
| * cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask()Markus Elfring2019-07-231-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-162-39/+126
|\ \
| * | sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli2019-07-251-0/+11
| * | cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli2019-07-251-5/+17
| * | cgroup/cpuset: Convert cpuset_mutex to percpu_rwsemJuri Lelli2019-07-251-33/+35
| * | cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2019-07-252-2/+64
| |/
* / cgroup: freezer: fix frozen state inheritanceRoman Gushchin2019-09-121-1/+9
|/
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-192-62/+49
|\
| * cpuset: move mount -t cpuset logics into cgroup.cAl Viro2019-05-252-60/+48
| * no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1
* | docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab2019-07-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-3/+8
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-222-8/+2
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-172-31/+90
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-2/+14
| |\ \ \ \
| * | | | | bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin2019-05-281-3/+8
* | | | | | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-091-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-014-39/+92
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | cgroup: export css_next_descendant_pre for bfqChristoph Hellwig2019-06-211-0/+1
* | | | | | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-082-1/+44
|\ \ \ \ \ \ \
| * | | | | | | docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| * | | | | | | cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFSTejun Heo2019-06-141-42/+42
| * | | | | | | Merge branch 'for-5.2-fixes' into for-5.3Tejun Heo2019-06-101-1/+5
| |\ \ \ \ \ \ \
| * | | | | | | | cgroup: add cgroup_parse_float()Tejun Heo2019-05-311-0/+43
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-1/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-242-8/+2
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-172-31/+90
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-06-281-2/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |