summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
|/