summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorLines
2023-09-02cgroup: fix build when CGROUP_SCHED is not enabledLinus Torvalds-14/+14
2023-09-01Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-181/+243
2023-08-17cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva-2/+2
2023-08-14cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin-6/+0
2023-08-07cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendantsHao Jia-2/+10
2023-08-07cgroup: clean up if condition in cgroup_pidlist_start()Miaohe Lin-1/+1
2023-08-03cgroup: fix obsolete function name in cgroup_destroy_locked()Miaohe Lin-1/+1
2023-08-02cgroup: fix obsolete function name above css_free_rwork_fn()Miaohe Lin-1/+1
2023-08-02cgroup/cpuset: fix kernel-docCai Xinchen-0/+2
2023-08-02cgroup: clean up printk()Kamalesh Babulal-2/+2
2023-07-21cgroup: fix obsolete comment above cgroup_create()Miaohe Lin-2/+1
2023-07-21cgroup/misc: Store atomic64_t reads to u64Haitao Huang-1/+1
2023-07-19Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar-1/+1
2023-07-18cgroup/misc: Change counters to be explicit 64bit typesHaitao Huang-28/+27
2023-07-17cgroup: remove cgrp->kn check in css_populate_dir()Kamalesh Babulal-1/+1
2023-07-17cgroup: fix obsolete function nameMiaohe Lin-1/+1
2023-07-17cgroup: use cached local variable parent in for loopMiaohe Lin-1/+1
2023-07-13sched: add throttled time stat for throttled childrenJosh Don-0/+34
2023-07-11cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHEDMiaohe Lin-22/+22
2023-07-10cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...Waiman Long-8/+16
2023-07-10cgroup/cpuset: Improve temporary cpumasks handlingWaiman Long-29/+13
2023-07-10cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handlingWaiman Long-55/+86
2023-07-10cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long-3/+30
2023-07-10cgroup: fix obsolete comment above for_each_css()Miaohe Lin-1/+1
2023-07-10cpuset: Allow setscheduler regardless of manipulated taskMichal Koutný-3/+16
2023-07-10cgroup/cpuset: avoid unneeded cpuset_mutex re-lockMiaohe Lin-5/+4
2023-07-10cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()Miaohe Lin-1/+1
2023-07-10cgroup: minor cleanup for cgroup_extra_stat_show()Miaohe Lin-4/+5
2023-07-10cgroup: remove unneeded return value of cgroup_rm_cftypes_locked()Miaohe Lin-6/+3
2023-07-10sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-21/+5
2023-06-27Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-176/+172
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+12
2023-06-22Revert "cgroup: Avoid -Wstringop-overflow warnings"Tejun Heo-6/+0
2023-06-21cgroup/misc: Expose misc.current on cgroup v2 rootLeiZhou-97-1/+0
2023-06-21cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva-0/+6
2023-06-21cgroup: remove obsolete comment on cgroup_on_dfl()Miaohe Lin-2/+0
2023-06-12cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng-3/+17
2023-06-12cgroup: remove unused task_cgroup_path()Miaohe Lin-39/+0
2023-06-12cgroup/cpuset: remove unneeded header filesMiaohe Lin-2/+0
2023-06-12cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...Tetsuo Handa-2/+6
2023-06-09cgroup: remove cgroup_rstat_flush_atomic()Yosry Ahmed-21/+5
2023-06-05cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() staticMiaohe Lin-4/+2
2023-06-05rdmacg: fix kernel-doc warnings in rdmacgGaosheng Cui-0/+2
2023-06-05cgroup: Replace the css_set call with cgroup_getGaosheng Cui-1/+1
2023-06-05cgroup: remove unused macro for_each_e_css()Miaohe Lin-15/+0
2023-05-24cgroup: Update out-of-date comment in cgroup_migrate()Xiu Jianfeng-3/+3
2023-05-22cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck-9/+8
2023-05-22cgroup: Replace all non-returning strlcpy with strscpyAzeem Shaikh-2/+2
2023-05-22cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()Qi Zheng-2/+2