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
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
/
cgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
cgroup: Eliminate cgrp_ancestor_storage in cgroup_root
Michal Koutný
1
-1
/
+1
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
2025-11-06
cgroup: Fix sleeping from invalid context warning on PREEMPT_RT
Tejun Heo
1
-1
/
+54
2025-11-04
cgroup: use credential guards in cgroup_attach_permissions()
Christian Brauner
1
-6
/
+4
2025-11-03
cgroup: Defer task cgroup unlink until after the task is done switching out
Tejun Heo
1
-9
/
+14
2025-11-03
cgroup: Move dying_tasks cleanup from cgroup_task_release() to cgroup_task_fr...
Tejun Heo
1
-4
/
+5
2025-11-03
cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()
Tejun Heo
1
-5
/
+6
2025-11-03
ns: rename to exit_nsproxy_namespaces()
Christian Brauner
1
-3
/
+3
2025-11-03
ns: use NS_COMMON_INIT() for all namespaces
Christian Brauner
1
-4
/
+1
2025-10-03
cgroup: Fix seqcount lockdep assertion in cgroup freezer
Nirbhay Sharma
1
-1
/
+1
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-4
/
+20
2025-09-30
Merge tag 'cgroup-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-47
/
+152
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+5
2025-09-25
ns: move ns type into struct ns_common
Christian Brauner
1
-0
/
+1
2025-09-19
ns: use inode initializer for initial namespaces
Christian Brauner
1
-1
/
+1
2025-09-19
ns: rename to __ns_ref
Christian Brauner
1
-1
/
+1
2025-09-19
cgroup: support ns lookup
Christian Brauner
1
-0
/
+2
2025-09-16
cgroup: Remove redundant rcu_read_lock/unlock() in spin_lock
pengdonglin
1
-2
/
+0
2025-09-15
bpf: Do not limit bpf_cgroup_from_id to current's namespace
Kumar Kartikeya Dwivedi
1
-4
/
+20
2025-09-10
cgroup: replace global percpu_rwsem with per threadgroup resem when writing t...
Yi Tao
1
-15
/
+58
2025-09-10
cgroup: relocate cgroup_attach_lock within cgroup_procs_write_start
Yi Tao
1
-23
/
+35
2025-09-10
cgroup: refactor the cgroup_attach_lock code to make it clearer
Yi Tao
1
-18
/
+49
2025-09-05
cgroup: Merge branch 'for-6.17-fixes' into for-6.18
Tejun Heo
1
-7
/
+37
2025-09-05
cgroup: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-09-05
cgroup: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-04
cgroup: Remove unused local variables from cgroup_procs_write_finish()
Tejun Heo
1
-3
/
+0
2025-09-04
cgroup: Remove unused cgroup_subsys::post_attach
Chuyi Zhou
1
-4
/
+0
2025-08-25
cgroup: Fix 64-bit division in cgroup.stat.local
Tiffany Yang
1
-2
/
+2
2025-08-22
cgroup: cgroup.stat.local time accounting
Tiffany Yang
1
-0
/
+28
2025-08-22
cgroup/psi: Set of->priv to NULL upon file release
Chen Ridong
1
-0
/
+1
2025-08-22
cgroup: split cgroup_destroy_wq into 3 workqueues
Chen Ridong
1
-7
/
+36
2025-06-09
cgroup: Add bpf prog revisions to struct cgroup_bpf
Yonghong Song
1
-0
/
+5
2025-05-27
Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-69
/
+79
2025-05-22
sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifier
Tejun Heo
1
-17
/
+3
2025-05-22
sched_ext: Introduce cgroup_lifetime_notifier
Tejun Heo
1
-1
/
+26
2025-05-22
cgroup: Minor reorganization of cgroup_create()
Tejun Heo
1
-24
/
+24
2025-05-19
cgroup: use subsystem-specific rstat locks to avoid contention
JP Kobryn
1
-1
/
+2
2025-05-19
cgroup: use separate rstat trees for each subsystem
JP Kobryn
1
-23
/
+11
2025-05-19
cgroup: compare css to cgroup::self in helper for distingushing css
JP Kobryn
1
-4
/
+4
2025-05-19
cgroup: warn on rstat usage by early init subsystems
JP Kobryn
1
-0
/
+2
2025-04-24
cgroup: fix goto ordering in cgroup_init()
JP Kobryn
1
-2
/
+2
2025-04-17
cgroup/cpuset-v1: Add missing support for cpuset_v2_mode
T.J. Mercier
1
-0
/
+29
2025-04-17
cgroup: Fix compilation issue due to cgroup_mutex not being exported
gaoxu
1
-1
/
+1
2025-04-08
Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+6
[next]