index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
Commit message (
Expand
)
Author
Age
Files
Lines
*
cgroup: freezer: fix frozen state inheritance
Roman Gushchin
2019-09-19
1
-1
/
+9
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451
Thomas Gleixner
2019-06-19
2
-8
/
+2
*
Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-06-14
2
-31
/
+90
|
\
|
*
cpuset: restore sanity to cpuset_cpus_allowed_fallback()
Joel Savitz
2019-06-12
1
-1
/
+14
|
*
cgroup: Fix css_task_iter_advance_css_set() cset skip condition
Tejun Heo
2019-06-10
1
-1
/
+1
|
*
cgroup: css_task_iter_skip()'d iterators must be advanced before accessed
Tejun Heo
2019-06-05
1
-0
/
+4
|
*
cgroup: Include dying leaders with live threads in PROCS iterations
Tejun Heo
2019-05-31
1
-7
/
+37
|
*
cgroup: Implement css_task_iter_skip()
Tejun Heo
2019-05-31
1
-24
/
+36
*
|
cgroup/bfq: revert bfq.weight symlink change
Jens Axboe
2019-06-10
1
-29
/
+4
*
|
cgroup: let a symlink too be created with a cftype file
Angelo Ruocco
2019-06-07
1
-4
/
+29
*
|
mm, memcg: consider subtrees in memory.events
Chris Down
2019-06-01
1
-2
/
+14
|
/
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
kernel/sched/psi.c: expose pressure metrics on root cgroup
Dan Schatzberg
2019-05-14
1
-6
/
+12
*
psi: introduce psi monitor
Suren Baghdasaryan
2019-05-14
1
-2
/
+69
*
Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2019-05-09
7
-435
/
+873
|
\
|
*
kernel: cgroup: fix misuse of %x
Fuqian Huang
2019-05-06
1
-4
/
+4
|
*
cgroup: get rid of cgroup_freezer_frozen_exit()
Roman Gushchin
2019-05-06
2
-13
/
+2
|
*
cgroup: prevent spurious transition into non-frozen state
Roman Gushchin
2019-05-06
1
-11
/
+5
|
*
cgroup: Remove unused cgrp variable
Shaokun Zhang
2019-05-06
1
-3
/
+0
|
*
cgroup: add tracing points for cgroup v2 freezer
Roman Gushchin
2019-04-19
2
-1
/
+16
|
*
cgroup: make TRACE_CGROUP_PATH irq-safe
Roman Gushchin
2019-04-19
1
-2
/
+5
|
*
cgroup: cgroup v2 freezer
Roman Gushchin
2019-04-19
3
-5
/
+424
|
*
cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock
Roman Gushchin
2019-04-19
1
-0
/
+6
|
*
cgroup: implement __cgroup_task_count() helper
Roman Gushchin
2019-04-19
3
-16
/
+34
|
*
cgroup: rename freezer.c into legacy_freezer.c
Roman Gushchin
2019-04-19
2
-1
/
+1
|
*
cgroup: remove extra cgroup_migrate_finish() call
Shakeel Butt
2019-04-04
1
-4
/
+1
*
|
cgroup/cpuset: Update stale generate_sched_domains() comments
Juri Lelli
2019-04-19
1
-6
/
+5
|
/
*
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2019-03-12
4
-306
/
+416
|
\
|
*
vfs: Add some logging to the core users of the fs_context log
David Howells
2019-02-28
1
-1
/
+1
|
*
cpuset: Use fs_context
David Howells
2019-02-28
1
-14
/
+42
|
*
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
2019-02-28
2
-18
/
+18
|
*
cgroup: store a reference to cgroup_ns into cgroup_fs_context
Al Viro
2019-02-28
3
-12
/
+17
|
*
cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helper
Al Viro
2019-02-28
1
-41
/
+46
|
*
cgroup_do_mount(): massage calling conventions
Al Viro
2019-02-28
3
-36
/
+29
|
*
cgroup: stash cgroup_root reference into cgroup_fs_context
Al Viro
2019-02-28
3
-4
/
+10
|
*
cgroup2: switch to option-by-option parsing
Al Viro
2019-02-28
1
-29
/
+33
|
*
cgroup1: switch to option-by-option parsing
Al Viro
2019-02-28
3
-98
/
+117
|
*
cgroup: take options parsing into ->parse_monolithic()
Al Viro
2019-02-28
3
-116
/
+104
|
*
cgroup: fold cgroup1_mount() into cgroup1_get_tree()
Al Viro
2019-02-28
3
-31
/
+18
|
*
cgroup: start switching to fs_context
Al Viro
2019-02-28
3
-41
/
+116
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-03-09
1
-4
/
+1
|
\
\
|
*
|
IB/core: Simplify rdma cgroup registration
Parav Pandit
2019-01-18
1
-4
/
+1
*
|
|
Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2019-03-07
4
-25
/
+17
|
\
\
\
|
*
|
|
cpuset: remove unused task_has_mempolicy()
Masahiro Yamada
2019-02-19
1
-13
/
+0
|
*
|
|
cgroup, rstat: Don't flush subtree root unless necessary
Tejun Heo
2019-02-15
1
-4
/
+6
|
*
|
|
cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...
Oleg Nesterov
2019-01-31
2
-8
/
+11
|
|
/
/
*
|
|
kernel: cgroup: add poll file operation
Johannes Weiner
2019-03-05
1
-0
/
+12
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-03-05
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
bpf, cgroups: clean up kerneldoc warnings
Valdis Kletnieks
2019-01-31
1
-1
/
+1
|
|
/
*
|
cgroup: saner refcounting for cgroup_root
Al Viro
2019-01-17
3
-55
/
+21
[next]