index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
/
cgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
Merge tag 'cgroup-for-7.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+2
13 days
cgroup: fix spurious SIGKILL of CLONE_INTO_CGROUP children
Etienne Perot
1
-4
/
+2
2026-08-20
Merge tag 'sched_ext-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+84
2026-08-20
Merge tag 'cgroup-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+1
2026-08-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bp...
Tejun Heo
1
-1
/
+22
2026-08-01
cgroup: drop unneeded semicolon
Julia Lawall
1
-1
/
+1
2026-07-19
cgroup: Add cgroup_task_notifier and task migration events
Tejun Heo
1
-9
/
+84
2026-07-15
sched/psi: Create the psimon kthread outside of cgroup_mutex
Tejun Heo
1
-1
/
+22
2026-06-17
Merge tag 'cgroup-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-87
/
+131
2026-06-02
cgroup: Migrate tasks to the root css when a controller is rebound
Tejun Heo
1
-4
/
+31
2026-05-28
cgroup: pair max limit READ_ONCE() with WRITE_ONCE()
Ren Tamura
1
-2
/
+2
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
-38
/
+53
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
1
-5
/
+0
2026-05-05
Merge tag 'cgroup-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-130
/
+114
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
-130
/
+114
2026-04-27
Merge tag 'cgroup-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-18
/
+28
2026-04-23
cgroup: Increment nr_dying_subsys_* from rmdir context
Petr Malat
1
-10
/
+12
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
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
1
-80
/
+28
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-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-05
cgroup: Expose some cgroup helpers
Tejun Heo
1
-55
/
+0
2026-03-03
Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-5
/
+5
2026-02-12
cgroup: fix race between task migration and iteration
Qingye Zhao
1
-0
/
+1
2026-02-11
Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-25
/
+25
2026-02-01
cgroup: increase maximum subsystem count from 16 to 32
Chen Ridong
1
-23
/
+23
2026-01-15
kernel: cgroup: Add SPDX-License-Identifier lines
Tim Bird
1
-4
/
+1
2026-01-07
cgroup: Eliminate cgrp_ancestor_storage in cgroup_root
Michal Koutný
1
-1
/
+1
2025-12-08
cgroup: switch to css_is_online() helper
Chen Ridong
1
-2
/
+2
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+1
2025-12-03
Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-15
/
+76
2025-12-01
Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+4
2025-11-16
memcg: net: track network throttling due to memcg memory pressure
Shakeel Butt
1
-0
/
+1
2025-11-11
cgroup: include missing header for struct irq_work
Bert Karwatzki
1
-0
/
+1
2025-11-11
ns: drop custom reference count initialization for initial namespaces
Christian Brauner
1
-1
/
+1
2025-11-11
Merge branch 'kbuild-6.19.fms.extension'
Christian Brauner
1
-1
/
+1
[next]