summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2024-12-09cgroup/bpf: only cgroup v2 can be attached by bpf programsChen Ridong
2024-12-09Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"Chen Ridong
2024-11-08cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng
2024-09-12cgroup: Protect css->cgroup write under css_set_lockWaiman Long
2024-08-29cgroup: Avoid extra dereference in css_populate_dir()Kamalesh Babulal
2024-08-19cgroup: Make operations on the cgroup root_list RCU safeYafang Shao
2024-08-03cgroup/cpuset: Prevent UAF in proc_cpuset_show()Chen Ridong
2024-08-03kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook
2024-06-12sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov
2024-04-03cgroup/cpuset: Fix retval in update_cpumask()Kamalesh Babulal
2023-12-13cgroup_freezer: cgroup_freezing: Check if not frozenTim Van Patten
2023-11-28sched: psi: fix unprivileged polling against cgroupsJohannes Weiner
2023-11-20cgroup/cpuset: Fix load balance state in update_partition_sd_lb()Waiman Long
2023-10-09cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný
2023-09-02cgroup: fix build when CGROUP_SCHED is not enabledLinus Torvalds
2023-09-01Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-08-17cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva
2023-08-14cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin
2023-08-07cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendantsHao Jia
2023-08-07cgroup: clean up if condition in cgroup_pidlist_start()Miaohe Lin
2023-08-03cgroup: fix obsolete function name in cgroup_destroy_locked()Miaohe Lin
2023-08-02cgroup: fix obsolete function name above css_free_rwork_fn()Miaohe Lin
2023-08-02cgroup/cpuset: fix kernel-docCai Xinchen
2023-08-02cgroup: clean up printk()Kamalesh Babulal
2023-07-21cgroup: fix obsolete comment above cgroup_create()Miaohe Lin
2023-07-21cgroup/misc: Store atomic64_t reads to u64Haitao Huang
2023-07-19Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar
2023-07-18cgroup/misc: Change counters to be explicit 64bit typesHaitao Huang
2023-07-17cgroup: remove cgrp->kn check in css_populate_dir()Kamalesh Babulal
2023-07-17cgroup: fix obsolete function nameMiaohe Lin
2023-07-17cgroup: use cached local variable parent in for loopMiaohe Lin
2023-07-13sched: add throttled time stat for throttled childrenJosh Don
2023-07-11cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHEDMiaohe Lin
2023-07-10cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...Waiman Long
2023-07-10cgroup/cpuset: Improve temporary cpumasks handlingWaiman Long
2023-07-10cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handlingWaiman Long
2023-07-10cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long
2023-07-10cgroup: fix obsolete comment above for_each_css()Miaohe Lin
2023-07-10cpuset: Allow setscheduler regardless of manipulated taskMichal Koutný
2023-07-10cgroup/cpuset: avoid unneeded cpuset_mutex re-lockMiaohe Lin
2023-07-10cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()Miaohe Lin
2023-07-10cgroup: minor cleanup for cgroup_extra_stat_show()Miaohe Lin
2023-07-10cgroup: remove unneeded return value of cgroup_rm_cftypes_locked()Miaohe Lin
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