summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2024-08-19cgroup: update some statememt about delegationChen Ridong
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-09cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()Waiman Long
2024-08-05cgroup/cpuset: Check for partition roots with overlapping CPUsWaiman Long
2024-08-05Merge branch 'cgroup/for-6.11-fixes' into cgroup/for-6.12Tejun Heo
2024-08-05cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long
2024-08-05cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...Waiman Long
2024-08-05cgroup/cpuset: fix panic caused by partcmd_updateChen Ridong
2024-08-05cgroup/pids: Remove unreachable paths of pids_{can,cancel}_forkXiu Jianfeng
2024-07-31cgroup: Show # of subsystem CSSes in cgroup.statWaiman Long
2024-07-30cpuset: use Union-Find to optimize the merging of cpumasksXavier
2024-07-30cgroup/cpuset: add decrease attach_in_progress helpersChen Ridong
2024-07-30cgroup/cpuset: Remove cpuset_slab_spread_rotorXiu Jianfeng
2024-07-30cgroup/pids: Avoid spurious event notificationXiu Jianfeng
2024-07-30cgroup/cpuset: remove child_ecpus_countChen Ridong
2024-07-14Merge branch 'for-6.10-fixes' into for-6.11Tejun Heo
2024-07-12cgroup/misc: Introduce misc.events.localXiu Jianfeng
2024-07-05cgroup/rstat: add force idle show helperChen Ridong
2024-07-03cgroup: Protect css->cgroup write under css_set_lockWaiman Long
2024-07-03cgroup/misc: Introduce misc.peakXiu Jianfeng
2024-06-28cgroup/cpuset: Prevent UAF in proc_cpuset_show()Chen Ridong
2024-06-19cgroup/cpuset: Make cpuset.cpus.exclusive independent of cpuset.cpusWaiman Long
2024-06-19cgroup/cpuset: Delay setting of CS_CPU_EXCLUSIVE until valid partitionWaiman Long
2024-06-19cgroup/cpuset: Fix remote root partition creation problemWaiman Long
2024-06-19cgroup: avoid the unnecessary list_add(dying_tasks) in cgroup_exit()Oleg Nesterov
2024-06-03cgroup/cpuset: Optimize isolated partition only generate_sched_domains() callsWaiman Long
2024-06-01cgroup/cpuset: Reduce the lock protecting CS_SCHED_LOAD_BALANCEXiu Jianfeng
2024-05-26kernel/cgroup: cleanup cgroup_base_files when fail to add cgroup_psi_filesDavid Wang
2024-05-26cgroup/pids: Add pids.events.localMichal Koutný
2024-05-26cgroup/pids: Make event counters hierarchicalMichal Koutný
2024-05-26cgroup/pids: Separate semantics of pids.events related to pids.maxMichal Koutný
2024-05-26cgroup/cpuset: Update comment on callback_lockXiu Jianfeng
2024-05-26cgroup/cpuset: Remove unnecessary zeroingXiu Jianfeng
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-17sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov
2024-05-14cgroup/rstat: add cgroup_rstat_cpu_lock helpers and tracepointsJesper Dangaard Brouer
2024-04-25cgroup/cpuset: Remove outdated comment in sched_partition_write()Xiu Jianfeng
2024-04-23cgroup/cpuset: Fix incorrect top_cpuset flagsWaiman Long
2024-04-23cgroup/cpuset: Avoid clearing CS_SCHED_LOAD_BALANCE twiceXiu Jianfeng
2024-04-22cgroup/cpuset: Statically initialize more members of top_cpusetXiu Jianfeng
2024-04-19cgroup: Avoid unnecessary looping in cgroup_no_v1()Xiu Jianfeng
2024-04-18cgroup, legacy_freezer: update comment for freezer_css_offline()Xiu Jianfeng
2024-04-18cgroup: don't call cgroup1_pidlist_destroy_all() for v2Xiu Jianfeng
2024-04-17cgroup_freezer: update comment for freezer_css_online()Xiu Jianfeng
2024-04-17cgroup/rstat: desc member cgrp in cgroup_rstat_flush_releaseJesper Dangaard Brouer
2024-04-16cgroup/rstat: add cgroup_rstat_lock helpers and tracepointsJesper Dangaard Brouer
2024-04-16cgroup/pids: Remove superfluous zeroingMichal Koutný
2024-04-08cgroup/cpuset: Make cpuset hotplug processing synchronousWaiman Long
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-11Merge tag 'cgroup-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds