index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
Age
Commit message (
Expand
)
Author
2023-10-25
cgroup: Remove duplicates in cgroup v1 tasks file
Michal Koutný
2023-09-23
cgroup:namespace: Remove unused cgroup_namespaces_init()
Lu Jialin
2023-06-28
cgroup: Do not corrupt task iteration when rebinding subsystem
Xiu Jianfeng
2023-04-20
cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
Waiman Long
2022-12-14
memcg: fix possible use-after-free in memcg_write_event_control()
Tejun Heo
2022-07-21
cgroup: Use separate src/dst nodes when preloading css_sets for migration
Tejun Heo
2022-05-18
cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
Waiman Long
2022-04-20
cgroup: Use open-time cgroup namespace for process migration perm checks
Tejun Heo
2022-04-20
cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
Tejun Heo
2022-04-20
cgroup: Use open-time credentials for process migraton perm checks
Tejun Heo
2022-03-02
cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
Zhang Qiao
2022-02-11
cgroup-v1: Require capabilities to set release_agent
Eric W. Biederman
2021-11-26
cgroup: Make rebind_subsystems() disable v2 controllers all at once
Waiman Long
2021-06-16
cgroup1: don't allow '\n' in renaming
Alexander Kuznetsov
2021-06-16
cgroup: disable controllers at parse time
Shakeel Butt
2020-08-21
cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()
Yang Yingliang
2020-07-22
cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
Cong Wang
2020-04-02
cgroup1: don't call release_agent when it is ""
Tycho Andersen
2020-04-02
cgroup-v1: cgroup_pidlist_next should update position index
Vasily Averin
2020-03-20
cgroup: Iterate tasks that did not finish do_exit()
Michal Koutný
2020-03-20
cgroup: cgroup_procs_next should increase position index
Vasily Averin
2020-03-20
cgroup: memcg: net: do not associate sock with unrelated cgroup
Shakeel Butt
2020-02-05
cgroup: Prevent double killing of css when enabling threaded cgroup
Michal Koutný
2019-12-17
cgroup: pids: use atomic64_t for pids->limit
Aleksa Sarai
2019-08-09
cgroup: Fix css_task_iter_advance_css_set() cset skip condition
Tejun Heo
2019-08-09
cgroup: css_task_iter_skip()'d iterators must be advanced before accessed
Tejun Heo
2019-08-09
cgroup: Include dying leaders with live threads in PROCS iterations
Tejun Heo
2019-08-09
cgroup: Implement css_task_iter_skip()
Tejun Heo
2019-07-10
cpuset: restore sanity to cpuset_cpus_allowed_fallback()
Joel Savitz
2019-05-31
cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock
Roman Gushchin
2019-04-05
cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...
Oleg Nesterov
2019-03-23
fix cgroup_do_mount() handling of failure exits
Al Viro
2019-02-12
cgroup: fix parsing empty mount option string
Ondrej Mosnacek
2019-01-09
cgroup: fix CSS_TASK_ITER_PROCS
Tejun Heo
2018-10-18
cgroup: Fix dom_cgrp propagation when enabling threaded mode
Tejun Heo
2018-03-28
cgroup: fix rule checking for threaded mode switching
Tejun Heo
2018-03-03
cgroup: Fix deadlock in cpu hotplug path
Prateek Sood
2018-01-17
cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROC
Tejun Heo
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-22
cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returns
Waiman Long
2017-09-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs
Peter Zijlstra
2017-09-06
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2017-09-06
mm: replace TIF_MEMDIE checks by tsk_is_oom_victim
Michal Hocko
2017-09-06
cgroup: revert fa06235b8eb0 ("cgroup: reset css on destruction")
Roman Gushchin
2017-09-04
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-09-04
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-09-04
Merge branch 'linus' into locking/core, to fix up conflicts
Ingo Molnar
2017-08-29
Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
[next]