aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2023-09-13cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin
2023-09-13cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long
2023-07-10sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-22Revert "cgroup: Avoid -Wstringop-overflow warnings"Tejun Heo
2023-06-21cgroup/misc: Expose misc.current on cgroup v2 rootLeiZhou-97
2023-06-21cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva
2023-06-21cgroup: remove obsolete comment on cgroup_on_dfl()Miaohe Lin
2023-06-12cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng
2023-06-12cgroup: remove unused task_cgroup_path()Miaohe Lin
2023-06-12cgroup/cpuset: remove unneeded header filesMiaohe Lin
2023-06-12cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...Tetsuo Handa
2023-06-09cgroup: remove cgroup_rstat_flush_atomic()Yosry Ahmed
2023-06-05cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() staticMiaohe Lin
2023-06-05rdmacg: fix kernel-doc warnings in rdmacgGaosheng Cui
2023-06-05cgroup: Replace the css_set call with cgroup_getGaosheng Cui
2023-06-05cgroup: remove unused macro for_each_e_css()Miaohe Lin
2023-05-24cgroup: Update out-of-date comment in cgroup_migrate()Xiu Jianfeng
2023-05-22cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck
2023-05-22cgroup: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-22cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()Qi Zheng
2023-05-20cgroup/cpuset: remove unneeded header filesMiaohe Lin
2023-05-08cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann
2023-05-08cgroup/cpuset: Iterate only if DEADLINE tasks are presentJuri Lelli
2023-05-08sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli
2023-05-08sched/cpuset: Bring back cpuset_mutexJuri Lelli
2023-05-08cgroup/cpuset: Rename functions dealing with DEADLINE accountingJuri Lelli
2023-05-08psi: remove 500ms min window size limitation for triggersSuren Baghdasaryan
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-04-21Merge branch 'v6.3-rc7'Peter Zijlstra
2023-04-20cgroup_get_from_fd(): switch to fdget_raw()Al Viro
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-18cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed
2023-04-12cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpusetWaiman Long
2023-04-12cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long
2023-04-12cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long
2023-04-12cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long
2023-04-12cgroup,freezer: hold cpu_hotplug_lock before freezer_mutexTetsuo Handa
2023-04-05sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo
2023-03-29cgroup/cpuset: Include offline CPUs when tasks' cpumasks in top_cpuset are up...Waiman Long
2023-03-29cgroup/cpuset: Skip task update if hotplug doesn't affect current cpusetWaiman Long
2023-03-29Merge branch 'for-6.3-fixes' into for-6.4Tejun Heo
2023-03-29cgroup/cpuset: Fix partition root's cpuset.cpus update bugWaiman Long
2023-03-23cpuset: Clean up cpuset_node_allowedHaifeng Xu