summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2021-11-17cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long
2021-09-15cgroup/cpuset: Fix a partition bug with hotplugWaiman Long
2021-07-31cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker
2021-07-20cgroup: verify that source is a stringChristian Brauner
2021-06-16cgroup1: don't allow '\n' in renamingAlexander Kuznetsov
2021-06-16cgroup: disable controllers at parse timeShakeel Butt
2021-02-17cgroup: fix psi monitor for root cgroupOdin Ugedal
2021-01-06cgroup: Fix memory leak when parsing multiple source parametersQinglang Miao
2020-12-30cpuset: fix race between hotplug work and later CPU offlineDaniel Jordan
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-06-07Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo
2020-04-01cgroup1: don't call release_agent when it is ""Tycho Andersen
2020-04-01cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin
2020-03-18cgroup: Iterate tasks that did not finish do_exit()Michal Koutný
2020-03-18cgroup: cgroup_procs_next should increase position indexVasily Averin
2020-03-18cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt
2020-02-05cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný
2019-12-31cgroup: freezer: don't change task and cgroups status unnecessarilyHonglei Wang
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-11-10cgroup: don't put ERR_PTR() into fc->rootAl Viro
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider
2019-09-17Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-12cgroup: freezer: fix frozen state inheritanceRoman Gushchin
2019-08-07Use kvmalloc in cgroups-v1Marc Koderer
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli
2019-07-25cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli
2019-07-25cgroup/cpuset: Convert cpuset_mutex to percpu_rwsemJuri Lelli
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier
2019-07-23cgroup: minor tweak for logic to get cgroup cssPeng Wang
2019-07-23cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask()Markus Elfring
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-15docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-08Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-01Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-21cgroup: export css_next_descendant_pre for bfqChristoph Hellwig
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar
2019-06-14Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-14docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-14cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFSTejun Heo
2019-06-12cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz