summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov2024-06-161-1/+1
* cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný2023-10-251-3/+2
* cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin2023-09-231-6/+0
* cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng2023-06-281-3/+17
* cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long2023-04-201-1/+3
* cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa2023-04-051-0/+3
* cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo2023-04-052-11/+46
* cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli2023-04-051-7/+17
* memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-141-1/+0
* cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-07-211-14/+23
* cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long2022-05-181-2/+5
* cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo2022-04-152-7/+19
* cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo2022-04-153-28/+57
* cgroup: Use open-time credentials for process migraton perm checksTejun Heo2022-04-152-4/+20
* cpuset: Fix unsafe lock order between cpuset lock and cpuslockZhang Qiao2022-03-231-2/+6
* cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao2022-03-021-0/+2
* cgroup-v1: Require capabilities to set release_agentEric W. Biederman2022-02-111-0/+24
* cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long2021-11-261-4/+27
* cgroup1: don't allow '\n' in renamingAlexander Kuznetsov2021-06-161-0/+4
* cgroup: disable controllers at parse timeShakeel Butt2021-06-161-8/+5
* cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()Yang Yingliang2020-08-191-0/+2
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-221-11/+18
* 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-021-1/+1
* cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin2020-04-021-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: pids: use atomic64_t for pids->limitAleksa Sarai2019-12-171-5/+6
* 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-201-1/+3
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-3/+4
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+2
|\
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2