index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-17
Merge tag 'cgroup-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
4
-161
/
+388
2026-06-03
Merge tag 'cgroup-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+7
2026-06-02
cgroup: Migrate tasks to the root css when a controller is rebound
Tejun Heo
1
-4
/
+31
2026-05-29
cgroup/cpuset: Free sched domains on rebuild guard failure
Guopeng Zhang
1
-1
/
+4
2026-05-28
cgroup: pair max limit READ_ONCE() with WRITE_ONCE()
Ren Tamura
1
-2
/
+2
2026-05-27
cgroup/cpuset: Use effective_xcpus in partcmd_update add/del mask calculation
Sun Shaojie
1
-6
/
+7
2026-05-22
Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-14
/
+23
2026-05-20
cgroup: rstat: relax NMI guard after switch to try_cmpxchg
Cunlong Li
1
-4
/
+3
2026-05-18
cgroup/rstat: validate cpu before css_rstat_cpu() access
Qing Ming
1
-10
/
+20
2026-05-18
cgroup/rdma: Drop unnecessary READ_ONCE() on event counters
Tao Cui
1
-8
/
+8
2026-05-15
cgroup: Defer kill_css_finish() in cgroup_apply_control_disable()
Tejun Heo
1
-2
/
+3
2026-05-15
cgroup: Add per-subsys-css kill_css_finish deferral
Tejun Heo
1
-40
/
+43
2026-05-15
cgroup: Move populated counters to cgroup_subsys_state
Tejun Heo
1
-40
/
+55
2026-05-15
cgroup: Annotate unlocked nr_populated_* accesses with READ_ONCE/WRITE_ONCE
Tejun Heo
1
-4
/
+7
2026-05-15
cgroup: Inline cgroup_has_tasks() in cgroup.h
Tejun Heo
3
-7
/
+2
2026-05-14
cgroup/rdma: add rdma.events.local for per-cgroup allocation failure attribution
Tao Cui
1
-36
/
+107
2026-05-14
cgroup/rdma: add rdma.events to track resource limit exhaustion
Tao Cui
1
-2
/
+70
2026-05-14
cgroup/rdma: add rdma.peak for per-device peak usage tracking
Tao Cui
1
-0
/
+40
2026-05-13
Merge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-25
/
+33
2026-05-13
cgroup/cpuset: Return only actually allocated CPUs during partition invalidation
sunshaojie
1
-1
/
+2
2026-05-11
cgroup/cpuset: Reserve DL bandwidth only for root-domain moves
Guopeng Zhang
2
-15
/
+19
2026-05-10
cgroup/cpuset: Skip hardwall ancestor scan in cpuset v2 in cpuset_current_nod...
Chen Wandun
1
-0
/
+3
2026-05-10
Merge branch 'for-7.1-fixes' into for-7.2
Tejun Heo
3
-144
/
+133
2026-05-10
cgroup/cpuset: Reset DL migration state on can_attach() failure
Guopeng Zhang
1
-4
/
+4
2026-05-10
cgroup/dmem: Return -ENOMEM on failed pool preallocation
Guopeng Zhang
1
-0
/
+1
2026-05-07
cgroup/cpuset: move PF_EXITING check before __GFP_HARDWALL in cpuset_current_...
Chen Wandun
1
-6
/
+8
2026-05-05
Merge tag 'cgroup-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-133
/
+117
2026-05-05
Merge tag 'sched_ext-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-3
/
+5
2026-05-04
cgroup, sched_ext: Include exiting tasks in cgroup iter
Tejun Heo
1
-3
/
+5
2026-05-04
cgroup: Defer css percpu_ref kill on rmdir until cgroup is depopulated
Tejun Heo
1
-133
/
+117
2026-04-27
Merge tag 'cgroup-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-23
/
+43
2026-04-23
cgroup: Increment nr_dying_subsys_* from rmdir context
Petr Malat
1
-10
/
+12
2026-04-23
cgroup/rdma: refactor resource parsing with match_table_t/match_token()
Tao Cui
1
-59
/
+57
2026-04-19
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+5
2026-04-18
mm: memcontrol: prepare for reparenting non-hierarchical stats
Qi Zheng
1
-4
/
+5
2026-04-17
cgroup/cpuset: record DL BW alloc CPU for attach rollback
Guopeng Zhang
2
-4
/
+14
2026-04-17
cgroup/rdma: fix integer overflow in rdmacg_try_charge()
cuitao
1
-1
/
+1
2026-04-17
sched/psi: fix race between file release and pressure write
Edward Adam Davis
1
-8
/
+16
2026-04-15
Merge tag 'cgroup-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
4
-90
/
+31
2026-04-09
cgroup/rdma: fix swapped arguments in pr_warn() format string
cuitao
1
-1
/
+1
2026-03-31
cgroup/cpuset: Skip security check for hotplug induced v1 task migration
Waiman Long
1
-0
/
+10
2026-03-31
cgroup/cpuset: Simplify setsched decision check in task iteration loop of cpu...
Waiman Long
1
-9
/
+10
2026-03-25
cgroup: Fix cgroup_drain_dying() testing the wrong condition
Tejun Heo
1
-20
/
+22
2026-03-24
cgroup: Wait for dying tasks to leave on rmdir
Tejun Heo
1
-3
/
+83
2026-03-21
cgroup/dmem: remove region parameter from dmemcg_parse_limit
Thadeu Lima de Souza Cascardo
1
-3
/
+2
2026-03-11
cgroup: replace global cgroup_file_kn_lock with per-cgroup_file lock
Shakeel Butt
1
-16
/
+8
2026-03-11
cgroup: add lockless fast-path checks to cgroup_file_notify()
Shakeel Butt
1
-13
/
+17
2026-03-11
cgroup: reduce cgroup_file_kn_lock hold time in cgroup_file_notify()
Shakeel Butt
1
-1
/
+8
2026-03-06
cgroup: Don't expose dead tasks in cgroup
Sebastian Andrzej Siewior
1
-0
/
+6
2026-03-06
cgroup/cpuset: Call rebuild_sched_domains() directly in hotplug
Waiman Long
1
-28
/
+31
[next]