summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
...
| * cgroup: clean up if condition in cgroup_pidlist_start()Miaohe Lin2023-08-071-1/+1
| * cgroup: fix obsolete function name in cgroup_destroy_locked()Miaohe Lin2023-08-031-1/+1
| * cgroup: fix obsolete function name above css_free_rwork_fn()Miaohe Lin2023-08-021-1/+1
| * cgroup/cpuset: fix kernel-docCai Xinchen2023-08-021-0/+2
| * cgroup: clean up printk()Kamalesh Babulal2023-08-021-2/+2
| * cgroup: fix obsolete comment above cgroup_create()Miaohe Lin2023-07-211-2/+1
| * cgroup/misc: Store atomic64_t reads to u64Haitao Huang2023-07-211-1/+1
| * cgroup/misc: Change counters to be explicit 64bit typesHaitao Huang2023-07-181-28/+27
| * cgroup: remove cgrp->kn check in css_populate_dir()Kamalesh Babulal2023-07-171-1/+1
| * cgroup: fix obsolete function nameMiaohe Lin2023-07-171-1/+1
| * cgroup: use cached local variable parent in for loopMiaohe Lin2023-07-171-1/+1
| * cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHEDMiaohe Lin2023-07-111-22/+22
| * cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...Waiman Long2023-07-101-8/+16
| * cgroup/cpuset: Improve temporary cpumasks handlingWaiman Long2023-07-101-29/+13
| * cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handlingWaiman Long2023-07-101-55/+86
| * cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long2023-07-101-3/+30
| * cgroup: fix obsolete comment above for_each_css()Miaohe Lin2023-07-101-1/+1
| * cpuset: Allow setscheduler regardless of manipulated taskMichal Koutný2023-07-101-3/+16
| * cgroup/cpuset: avoid unneeded cpuset_mutex re-lockMiaohe Lin2023-07-101-5/+4
| * cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()Miaohe Lin2023-07-101-1/+1
| * cgroup: minor cleanup for cgroup_extra_stat_show()Miaohe Lin2023-07-101-4/+5
| * cgroup: remove unneeded return value of cgroup_rm_cftypes_locked()Miaohe Lin2023-07-101-6/+3
* | Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar2023-07-191-1/+1
|\ \
| * | sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan2023-07-101-1/+1
| |/
* / sched: add throttled time stat for throttled childrenJosh Don2023-07-131-0/+34
|/
* 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