summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-121-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-4/+4
| |\
| * | bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-01-311-2/+2
* | | Merge tag 'cgroup-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-03-111-0/+1
|\ \ \ | |_|/ |/| |
| * | cgroup/cpuset: Mark memory_spread_slab as obsoleteXiongwei Song2024-02-291-0/+1
| |/
* | cgroup/cpuset: Fix retval in update_cpumask()Kamalesh Babulal2024-02-291-1/+1
* | cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()Waiman Long2024-02-281-3/+3
|/
* Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-183-31/+8
|\
| * kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook2023-12-153-4/+4
| * kernel/cgroup: use kernfs_create_dir_ns()Max Kellermann2023-12-151-27/+4
* | Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-01-085-144/+386
|\ \
| * | cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() checkWaiman Long2023-12-061-0/+11
| * | cgroup/rstat: Optimize cgroup_rstat_updated_list()Waiman Long2023-12-011-62/+91
| * | cgroup/cpuset: Expose cpuset.cpus.isolatedWaiman Long2023-11-281-1/+1
| * | cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()Waiman Long2023-11-121-15/+28
| * | cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumaskWaiman Long2023-11-121-20/+96
| * | cgroup/cpuset: Keep track of CPUs in isolated partitionsWaiman Long2023-11-121-63/+127
| * | cgroup: Add a new helper for cgroup1 hierarchyYafang Shao2023-11-092-1/+34
| * | cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_...Yafang Shao2023-11-091-0/+5
| * | cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()Yafang Shao2023-11-091-5/+7
| * | cgroup: Make operations on the cgroup root_list RCU safeYafang Shao2023-11-092-8/+18
| * | cgroup: Remove unnecessary list_empty()Yafang Shao2023-11-091-4/+3
* | | Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-12-071-1/+7
|\ \ \ | |_|/ |/| |
| * | cgroup_freezer: cgroup_freezing: Check if not frozenTim Van Patten2023-11-281-1/+7
* | | sched: psi: fix unprivileged polling against cgroupsJohannes Weiner2023-11-141-12/+0
|/ /
* | Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-091-6/+3
|\ \ | |/ |/|
| * bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky2023-11-011-6/+3
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-1/+14
|\ \ | |/ |/|
| * hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham2023-10-181-1/+14
* | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-311-6/+12
|\ \
| * \ Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2023-10-261-6/+12
| |\ \
| | * | cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou2023-10-191-6/+12
| | |/
* | | Merge tag 'cgroup-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-10-302-335/+1001
|\ \ \ | |/ / |/| |
| * | cgroup: use legacy_name for cgroup v1 disable infoKamalesh Babulal2023-10-091-1/+1
| * | cgroup/cpuset: Cleanup signedness issue in cpu_exclusive_check()Harshit Mogalapalli2023-10-041-7/+7
| * | cgroup/cpuset: Enable invalid to valid local partition transitionWaiman Long2023-10-041-31/+48
| * | cgroup: add cgroup_favordynmods= command-line optionLuiz Capitulino2023-10-041-4/+14
| * | cgroup/cpuset: Check partition conflict with housekeeping setupWaiman Long2023-09-181-0/+31
| * | cgroup/cpuset: Introduce remote partitionWaiman Long2023-09-181-29/+306
| * | cgroup/cpuset: Add cpuset.cpus.exclusive for v2Waiman Long2023-09-181-34/+239
| * | cgroup/cpuset: Add cpuset.cpus.exclusive.effective for v2Waiman Long2023-09-181-307/+421
| * | cgroup/cpuset: Fix load balance state in update_partition_sd_lb()Waiman Long2023-09-181-1/+11
| * | cgroup: Avoid extra dereference in css_populate_dir()Kamalesh Babulal2023-09-181-2/+2
| * | cgroup: Check for ret during cgroup1_base_files cft additionKamalesh Babulal2023-09-181-2/+4
| |/
* / cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný2023-10-091-3/+2
|/
* cgroup: fix build when CGROUP_SCHED is not enabledLinus Torvalds2023-09-021-14/+14
* Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-016-181/+243
|\
| * cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva2023-08-171-2/+2
| * cgroup:namespace: Remove unused cgroup_namespaces_init()Lu Jialin2023-08-141-6/+0
| * cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendantsHao Jia2023-08-071-2/+10