aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2023-10-25cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný
2023-09-23cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin
2023-06-28cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng
2023-04-20cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long
2023-04-05cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa
2023-04-05cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo
2023-04-05cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-07-21cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo
2022-05-18cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long
2022-04-15cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo
2022-04-15cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo
2022-04-15cgroup: Use open-time credentials for process migraton perm checksTejun Heo
2022-03-23cpuset: Fix unsafe lock order between cpuset lock and cpuslockZhang Qiao
2022-03-02cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao
2022-02-11cgroup-v1: Require capabilities to set release_agentEric W. Biederman
2021-11-26cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long
2021-06-16cgroup1: don't allow '\n' in renamingAlexander Kuznetsov
2021-06-16cgroup: disable controllers at parse timeShakeel Butt
2020-08-19cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()Yang Yingliang
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-02cgroup1: don't call release_agent when it is ""Tycho Andersen
2020-04-02cgroup-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-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai
2019-08-09cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo
2019-08-09cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo
2019-08-09cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo
2019-08-09cgroup: Implement css_task_iter_skip()Tejun Heo
2019-07-10cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz
2019-05-31cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin
2019-04-05cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov
2019-04-05cgroup, rstat: Don't flush subtree root unless necessaryTejun Heo
2019-03-23fix cgroup_do_mount() handling of failure exitsAl Viro
2019-02-12cgroup: fix parsing empty mount option stringOndrej Mosnacek
2019-01-09cgroup: fix CSS_TASK_ITER_PROCSTejun Heo
2018-10-04cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds