index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
/
cgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-17
Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-2
/
+2
2019-09-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2019-09-12
cgroup: freezer: fix frozen state inheritance
Roman Gushchin
1
-1
/
+9
2019-07-25
cpusets: Rebuild root domain deadline accounting information
Mathieu Poirier
1
-1
/
+1
2019-07-23
cgroup: minor tweak for logic to get cgroup css
Peng Wang
1
-1
/
+1
2019-07-23
cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask()
Markus Elfring
1
-1
/
+1
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+48
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+8
2019-07-09
Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2019-07-08
Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-0
/
+43
2019-07-01
Merge tag 'v5.2-rc6' into for-5.3/block
Jens Axboe
1
-30
/
+76
2019-06-28
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-2
/
+1
2019-06-21
cgroup: export css_next_descendant_pre for bfq
Christoph Hellwig
1
-0
/
+1
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-30
/
+76
2019-06-14
Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-30
/
+76
2019-06-14
cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFS
Tejun Heo
1
-42
/
+42
2019-06-10
Merge branch 'for-5.2-fixes' into for-5.3
Tejun Heo
1
-1
/
+5
2019-06-10
cgroup: Fix css_task_iter_advance_css_set() cset skip condition
Tejun Heo
1
-1
/
+1
2019-06-10
cgroup/bfq: revert bfq.weight symlink change
Jens Axboe
1
-29
/
+4
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+14
2019-06-07
cgroup: let a symlink too be created with a cftype file
Angelo Ruocco
1
-4
/
+29
2019-06-05
cgroup: css_task_iter_skip()'d iterators must be advanced before accessed
Tejun Heo
1
-0
/
+4
2019-06-01
mm, memcg: consider subtrees in memory.events
Chris Down
1
-2
/
+14
2019-05-31
cgroup: add cgroup_parse_float()
Tejun Heo
1
-0
/
+43
2019-05-31
cgroup: Include dying leaders with live threads in PROCS iterations
Tejun Heo
1
-7
/
+37
2019-05-31
cgroup: Implement css_task_iter_skip()
Tejun Heo
1
-24
/
+36
2019-05-28
bpf: decouple the lifetime of cgroup_bpf from cgroup itself
Roman Gushchin
1
-3
/
+8
2019-05-28
locking/percpu-rwsem: Add DEFINE_PERCPU_RWSEM(), use it to initialize cgroup_...
Oleg Nesterov
1
-2
/
+1
2019-05-25
cpuset: move mount -t cpuset logics into cgroup.c
Al Viro
1
-0
/
+47
2019-05-25
no need to protect against put_user_ns(NULL)
Al Viro
1
-2
/
+1
2019-05-14
kernel/sched/psi.c: expose pressure metrics on root cgroup
Dan Schatzberg
1
-6
/
+12
2019-05-14
psi: introduce psi monitor
Suren Baghdasaryan
1
-2
/
+69
2019-05-06
cgroup: get rid of cgroup_freezer_frozen_exit()
Roman Gushchin
1
-3
/
+2
2019-05-06
cgroup: Remove unused cgrp variable
Shaokun Zhang
1
-3
/
+0
2019-04-19
cgroup: add tracing points for cgroup v2 freezer
Roman Gushchin
1
-0
/
+2
2019-04-19
cgroup: cgroup v2 freezer
Roman Gushchin
1
-4
/
+106
2019-04-19
cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock
Roman Gushchin
1
-0
/
+6
2019-04-19
cgroup: implement __cgroup_task_count() helper
Roman Gushchin
1
-0
/
+33
2019-04-04
cgroup: remove extra cgroup_migrate_finish() call
Shakeel Butt
1
-4
/
+1
2019-03-12
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-90
/
+133
2019-03-07
Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-6
/
+9
2019-03-05
kernel: cgroup: add poll file operation
Johannes Weiner
1
-0
/
+12
2019-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2019-02-28
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
1
-17
/
+14
2019-02-28
cgroup: store a reference to cgroup_ns into cgroup_fs_context
Al Viro
1
-5
/
+12
2019-02-28
cgroup_do_mount(): massage calling conventions
Al Viro
1
-22
/
+23
2019-02-28
cgroup: stash cgroup_root reference into cgroup_fs_context
Al Viro
1
-2
/
+5
2019-02-28
cgroup2: switch to option-by-option parsing
Al Viro
1
-29
/
+33
2019-02-28
cgroup1: switch to option-by-option parsing
Al Viro
1
-14
/
+6
2019-02-28
cgroup: take options parsing into ->parse_monolithic()
Al Viro
1
-28
/
+26
[next]