summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-21/+5
|\
| * cgroup: remove cgroup_rstat_flush_atomic()Yosry Ahmed2023-06-091-21/+5
* | Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-06-276-176/+172
|\ \
| * | Revert "cgroup: Avoid -Wstringop-overflow warnings"Tejun Heo2023-06-221-6/+0
| * | cgroup/misc: Expose misc.current on cgroup v2 rootLeiZhou-972023-06-211-1/+0
| * | cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva2023-06-211-0/+6
| * | cgroup: remove obsolete comment on cgroup_on_dfl()Miaohe Lin2023-06-211-2/+0
| * | cgroup: remove unused task_cgroup_path()Miaohe Lin2023-06-121-39/+0
| * | cgroup/cpuset: remove unneeded header filesMiaohe Lin2023-06-121-2/+0
| * | cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() staticMiaohe Lin2023-06-052-4/+2
| * | rdmacg: fix kernel-doc warnings in rdmacgGaosheng Cui2023-06-051-0/+2
| * | cgroup: Replace the css_set call with cgroup_getGaosheng Cui2023-06-051-1/+1
| * | cgroup: remove unused macro for_each_e_css()Miaohe Lin2023-06-051-15/+0
| * | cgroup: Update out-of-date comment in cgroup_migrate()Xiu Jianfeng2023-05-241-3/+3
| * | cgroup: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-221-2/+2
| * | cgroup/cpuset: remove unneeded header filesMiaohe Lin2023-05-201-21/+0
| * | cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann2023-05-081-5/+48
| * | cgroup/cpuset: Iterate only if DEADLINE tasks are presentJuri Lelli2023-05-081-0/+3
| * | sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli2023-05-082-0/+29
| * | sched/cpuset: Bring back cpuset_mutexJuri Lelli2023-05-081-79/+80
| * | cgroup/cpuset: Rename functions dealing with DEADLINE accountingJuri Lelli2023-05-081-4/+4
| |/
* | Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-271-0/+12
|\ \
| * | psi: remove 500ms min window size limitation for triggersSuren Baghdasaryan2023-05-081-0/+12
| |/
* | cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng2023-06-121-3/+17
* | cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...Tetsuo Handa2023-06-121-2/+6
* | cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck2023-05-221-9/+8
* | cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()Qi Zheng2023-05-221-2/+2
|/
* Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-293-49/+57
|\
| * cgroup/cpuset: Include offline CPUs when tasks' cpumasks in top_cpuset are up...Waiman Long2023-03-291-9/+14
| * cgroup/cpuset: Skip task update if hotplug doesn't affect current cpusetWaiman Long2023-03-291-0/+3
| * Merge branch 'for-6.3-fixes' into for-6.4Tejun Heo2023-03-292-5/+11
| |\
| * | cpuset: Clean up cpuset_node_allowedHaifeng Xu2023-03-231-2/+2
| * | cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal2023-03-172-38/+38
* | | Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-281-1/+1
|\ \ \
| * \ \ Merge branch 'v6.3-rc7'Peter Zijlstra2023-04-213-39/+150
| |\ \ \
| * | | | sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo2023-04-051-1/+1
| | |/ / | |/| |
* | | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-2/+2
|\ \ \ \
| * | | | cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed2023-04-181-2/+2
| |/ / /
* | | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-2/+12
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-203-39/+150
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()Tejun Heo2023-03-141-2/+12
| | |/ / | |/| |
* | | | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-04-241-6/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | cgroup_get_from_fd(): switch to fdget_raw()Al Viro2023-04-201-6/+4
| |/ /
* | | cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpusetWaiman Long2023-04-121-1/+2
* | | cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long2023-04-121-11/+86
* | | cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long2023-04-121-20/+42
* | | cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long2023-04-121-1/+5
* | | cgroup,freezer: hold cpu_hotplug_lock before freezer_mutexTetsuo Handa2023-04-121-2/+5
| |/ |/|
* | cgroup/cpuset: Fix partition root's cpuset.cpus update bugWaiman Long2023-03-291-2/+10
* | cgroup: fix display of forceidle time at rootJosh Don2023-03-171-3/+1
|/