index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
/
cgroup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cgroup: Zero sized write should be no-op
Jouni Roivas
2020-09-30
1
-0
/
+3
*
cgroup: remove redundant kernfs_activate in cgroup_setup_root()
Wei Yang
2020-09-30
1
-1
/
+0
*
cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
Cong Wang
2020-07-07
1
-12
/
+19
*
Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2020-06-06
1
-9
/
+1
|
\
|
*
cgroup: add cpu.stat file to root cgroup
Boris Burkov
2020-05-28
1
-1
/
+0
|
*
cgroup: Remove stale comments
Zefan Li
2020-05-26
1
-8
/
+1
*
|
bpf: Refactor bpf_link update handling
Andrii Nakryiko
2020-04-28
1
-27
/
+0
|
/
*
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2020-04-03
1
-91
/
+270
|
\
|
*
cgroupfs: Support user xattrs
Daniel Xu
2020-03-16
1
-1
/
+2
|
*
Merge branch 'for-5.6-fixes' into for-5.7
Tejun Heo
2020-03-12
1
-3
/
+3
|
|
\
|
*
|
clone3: allow spawning processes into cgroups
Christian Brauner
2020-02-12
1
-23
/
+168
|
*
|
cgroup: add cgroup_may_write() helper
Christian Brauner
2020-02-12
1
-7
/
+17
|
*
|
cgroup: refactor fork helpers
Christian Brauner
2020-02-12
1
-18
/
+26
|
*
|
cgroup: add cgroup_get_from_file() helper
Christian Brauner
2020-02-12
1
-11
/
+19
|
*
|
cgroup: unify attach permission checking
Christian Brauner
2020-02-12
1
-14
/
+25
|
*
|
cgroup.c: Use built-in RCU list checking
Madhuparna Bhowmik
2020-02-12
1
-1
/
+2
|
*
|
cgroup: Clean up css_set task traversal
Michal Koutný
2020-02-12
1
-33
/
+28
*
|
|
mm: memcontrol: recursive memory.low protection
Johannes Weiner
2020-04-02
1
-1
/
+16
*
|
|
bpf: Implement bpf_prog replacement for an active bpf_cgroup_link
Andrii Nakryiko
2020-03-30
1
-0
/
+27
*
|
|
bpf: Implement bpf_link-based cgroup BPF program attachment
Andrii Nakryiko
2020-03-30
1
-5
/
+9
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-03-12
1
-0
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
cgroup: memcg: net: do not associate sock with unrelated cgroup
Shakeel Butt
2020-03-10
1
-0
/
+4
*
|
|
cgroup: fix psi_show() crash on 32bit ino archs
Qian Cai
2020-03-04
1
-3
/
+3
|
|
/
|
/
|
*
|
cgroup: Iterate tasks that did not finish do_exit()
Michal Koutný
2020-02-12
1
-7
/
+16
*
|
cgroup: cgroup_procs_next should increase position index
Vasily Averin
2020-02-12
1
-3
/
+7
|
/
*
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-02-10
1
-5
/
+8
|
\
|
*
cgroup: init_tasks shouldn't be linked to the root cgroup
Tejun Heo
2020-01-30
1
-5
/
+8
*
|
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-02-08
1
-9
/
+4
|
\
\
|
|
/
|
/
|
|
*
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2020-02-07
1
-8
/
+4
|
*
fs_parser: remove fs_parameter_description name field
Eric Sandeen
2020-02-07
1
-1
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-01-28
1
-2
/
+3
|
\
\
|
*
|
bpf: Support replacing cgroup-bpf program in MULTI mode
Andrey Ignatov
2019-12-19
1
-2
/
+3
|
|
/
*
/
cgroup: Prevent double killing of css when enabling threaded cgroup
Michal Koutný
2020-01-15
1
-5
/
+6
|
/
*
Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2019-11-25
1
-223
/
+102
|
\
|
*
cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root()
Tejun Heo
2019-11-14
1
-1
/
+1
|
*
cgroup: use cgrp->kn->id as the cgroup ID
Tejun Heo
2019-11-12
1
-51
/
+25
|
*
kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()
Tejun Heo
2019-11-12
1
-1
/
+1
|
*
kernfs: convert kernfs_node->id from union kernfs_node_id to u64
Tejun Heo
2019-11-12
1
-2
/
+1
|
*
cgroup: remove cgroup_enable_task_cg_lists() optimization
Tejun Heo
2019-10-25
1
-145
/
+39
|
*
cgroup: Optimize single thread migration
Michal Koutný
2019-10-07
1
-9
/
+30
|
*
cgroup: Update comments about task exit path
Michal Koutný
2019-10-07
1
-20
/
+9
|
*
cgroup: short-circuit current_cgns_cgroup_from_root() on the default hierarchy
Miaohe Lin
2019-10-07
1
-0
/
+2
*
|
cgroup: don't put ERR_PTR() into fc->root
Al Viro
2019-11-10
1
-2
/
+3
|
/
*
Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2019-09-17
1
-2
/
+2
|
\
|
*
cgroup: minor tweak for logic to get cgroup css
Peng Wang
2019-07-23
1
-1
/
+1
|
*
cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask()
Markus Elfring
2019-07-23
1
-1
/
+1
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-09-16
1
-1
/
+1
|
\
\
|
*
|
cpusets: Rebuild root domain deadline accounting information
Mathieu Poirier
2019-07-25
1
-1
/
+1
|
|
/
*
/
cgroup: freezer: fix frozen state inheritance
Roman Gushchin
2019-09-12
1
-1
/
+9
|
/
*
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-19
1
-2
/
+48
|
\
[next]