index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-32
/
+20
|
\
\
|
|
/
|
/
|
|
*
cgroup1: switch to use of errorfc() et.al.
Al Viro
2020-02-07
1
-12
/
+12
|
*
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2020-02-07
3
-16
/
+8
|
*
fs_parser: remove fs_parameter_description name field
Eric Sandeen
2020-02-07
2
-2
/
+0
|
*
get rid of cg_invalf()
Al Viro
2020-02-07
1
-14
/
+12
*
|
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
*
|
cgroup: fix function name in comment
Chen Zhou
2020-01-15
1
-1
/
+1
|
/
*
Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2019-11-25
7
-255
/
+148
|
\
|
*
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: freezer: don't change task and cgroups status unnecessarily
Honglei Wang
2019-11-07
1
-0
/
+9
|
*
cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistency
Tejun Heo
2019-11-06
1
-21
/
+25
|
*
cgroup: remove cgroup_enable_task_cg_lists() optimization
Tejun Heo
2019-10-25
2
-147
/
+39
|
*
cgroup: pids: use atomic64_t for pids->limit
Aleksa Sarai
2019-10-24
1
-5
/
+6
|
*
cgroup: Optimize single thread migration
Michal Koutný
2019-10-07
3
-13
/
+36
|
*
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
*
|
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-11-15
1
-2
/
+3
|
\
\
|
*
|
cgroup: don't put ERR_PTR() into fc->root
Al Viro
2019-11-10
1
-2
/
+3
|
|
/
*
|
sched/topology: Don't try to build empty sched domains
Valentin Schneider
2019-10-29
1
-1
/
+2
|
/
*
Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2019-09-17
2
-25
/
+6
|
\
|
*
Use kvmalloc in cgroups-v1
Marc Koderer
2019-08-07
1
-23
/
+4
|
*
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
2
-39
/
+126
|
\
\
|
*
|
sched/core: Prevent race condition between cpuset and __sched_setscheduler()
Juri Lelli
2019-07-25
1
-0
/
+11
|
*
|
cgroup/cpuset: Change cpuset_rwsem and hotplug lock order
Juri Lelli
2019-07-25
1
-5
/
+17
|
*
|
cgroup/cpuset: Convert cpuset_mutex to percpu_rwsem
Juri Lelli
2019-07-25
1
-33
/
+35
|
*
|
cpusets: Rebuild root domain deadline accounting information
Mathieu Poirier
2019-07-25
2
-2
/
+64
|
|
/
*
|
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
2
-62
/
+49
|
\
|
*
cpuset: move mount -t cpuset logics into cgroup.c
Al Viro
2019-05-25
2
-60
/
+48
|
*
no need to protect against put_user_ns(NULL)
Al Viro
2019-05-25
1
-2
/
+1
*
|
docs: cgroup-v1: add it to the admin-guide book
Mauro Carvalho Chehab
2019-07-15
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-07-11
1
-3
/
+8
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-22
2
-8
/
+2
|
|
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
2
-31
/
+90
|
|
\
\
\
|
*
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
1
-2
/
+14
|
|
\
\
\
\
|
*
|
|
|
|
bpf: decouple the lifetime of cgroup_bpf from cgroup itself
Roman Gushchin
2019-05-28
1
-3
/
+8
*
|
|
|
|
|
Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-07-09
1
-0
/
+1
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge tag 'v5.2-rc6' into for-5.3/block
Jens Axboe
2019-07-01
4
-39
/
+92
|
|
\
\
\
\
\
\
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
cgroup: export css_next_descendant_pre for bfq
Christoph Hellwig
2019-06-21
1
-0
/
+1
*
|
|
|
|
|
|
Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2019-07-08
2
-1
/
+44
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
docs: cgroup-v1: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-14
1
-1
/
+1
[next]