Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a8387d0b471f7c8d4d936af0d6dc44dff5c41c6c
/
kernel
/
cgroup
d883600
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 5 years ago
0c05b9b
docs: cgroup-v1: Document the cpuset_v2_mode mount option
by Waiman Long
· 5 years ago
2b729fe
Revert "cpuset: Make cpuset hotplug synchronous"
by Tejun Heo
· 5 years ago
8a931f8
mm: memcontrol: recursive memory.low protection
by Johannes Weiner
· 5 years ago
0c991eb
bpf: Implement bpf_prog replacement for an active bpf_cgroup_link
by Andrii Nakryiko
· 5 years ago
af6eea5
bpf: Implement bpf_link-based cgroup BPF program attachment
by Andrii Nakryiko
· 5 years ago
38aca30
cgroupfs: Support user xattrs
by Daniel Xu
· 5 years ago
1b51f69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
e7b20d9
cgroup: Restructure release_agent_path handling
by Tejun Heo
· 5 years ago
a09833f
Merge branch 'for-5.6-fixes' into for-5.7
by Tejun Heo
· 5 years ago
e876ecc
cgroup: memcg: net: do not associate sock with unrelated cgroup
by Shakeel Butt
· 5 years ago
2e5383d
cgroup1: don't call release_agent when it is ""
by Tycho Andersen
· 5 years ago
190ecb1
cgroup: fix psi_show() crash on 32bit ino archs
by Qian Cai
· 5 years ago
ef2c41c
clone3: allow spawning processes into cgroups
by Christian Brauner
· 5 years ago
f355322
cgroup: add cgroup_may_write() helper
by Christian Brauner
· 5 years ago
5a5cf5c
cgroup: refactor fork helpers
by Christian Brauner
· 5 years ago
1770309
cgroup: add cgroup_get_from_file() helper
by Christian Brauner
· 5 years ago
6df970e
cgroup: unify attach permission checking
by Christian Brauner
· 5 years ago
a49e462
cpuset: Make cpuset hotplug synchronous
by Prateek Sood
· 5 years ago
3010c5b
cgroup.c: Use built-in RCU list checking
by Madhuparna Bhowmik
· 5 years ago
f43caa2
cgroup: Clean up css_set task traversal
by Michal Koutný
· 5 years ago
9c974c7
cgroup: Iterate tasks that did not finish do_exit()
by Michal Koutný
· 5 years ago
2d4ecb0
cgroup: cgroup_procs_next should increase position index
by Vasily Averin
· 5 years ago
db8dd96
cgroup-v1: cgroup_pidlist_next should update position index
by Vasily Averin
· 5 years ago
0a679e1
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 5 years ago
c9d35ee
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
58c025f
cgroup1: switch to use of errorfc() et.al.
by Al Viro
· 5 years ago
d7167b1
fs_parse: fold fs_parameter_desc/fs_parameter_spec
by Al Viro
· 6 years ago
96cafb9
fs_parser: remove fs_parameter_description name field
by Eric Sandeen
· 5 years ago
fbc2d16
get rid of cg_invalf()
by Al Viro
· 5 years ago
0cd9d33
cgroup: init_tasks shouldn't be linked to the root cgroup
by Tejun Heo
· 5 years ago
bd2463a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
by Linus Torvalds
· 5 years ago
3bc0bb3
cgroup: Prevent double killing of css when enabling threaded cgroup
by Michal Koutný
· 5 years ago
75ea91c
cgroup: fix function name in comment
by Chen Zhou
· 5 years ago
7dd68b3
bpf: Support replacing cgroup-bpf program in MULTI mode
by Andrey Ignatov
· 5 years ago
1b96a41
Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 5 years ago
b4c0800
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
d749534
cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root()
by Tejun Heo
· 5 years ago
7432103
cgroup: use cgrp->kn->id as the cgroup ID
by Tejun Heo
· 5 years ago
fe0f726
kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()
by Tejun Heo
· 5 years ago
67c0496
kernfs: convert kernfs_node->id from union kernfs_node_id to u64
by Tejun Heo
· 5 years ago
630faf8
cgroup: don't put ERR_PTR() into fc->root
by Al Viro
· 5 years ago
742e8cd
cgroup: freezer: don't change task and cgroups status unnecessarily
by Honglei Wang
· 5 years ago
1bb5ec2
cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistency
by Tejun Heo
· 5 years ago
cd1cb33
sched/topology: Don't try to build empty sched domains
by Valentin Schneider
· 5 years ago
5153faa
cgroup: remove cgroup_enable_task_cg_lists() optimization
by Tejun Heo
· 5 years ago
a713af3
cgroup: pids: use atomic64_t for pids->limit
by Aleksa Sarai
· 5 years ago
9a3284f
cgroup: Optimize single thread migration
by Michal Koutný
· 5 years ago
e7c7b1d
cgroup: Update comments about task exit path
by Michal Koutný
· 5 years ago
61e867f
cgroup: short-circuit current_cgns_cgroup_from_root() on the default hierarchy
by Miaohe Lin
· 5 years ago
3ee8d6c
Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 5 years ago
7e67a85
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
97a6136
cgroup: freezer: fix frozen state inheritance
by Roman Gushchin
· 6 years ago
653a23c
Use kvmalloc in cgroups-v1
by Marc Koderer
· 6 years ago
710da3c
sched/core: Prevent race condition between cpuset and __sched_setscheduler()
by Juri Lelli
· 6 years ago
d74b27d
cgroup/cpuset: Change cpuset_rwsem and hotplug lock order
by Juri Lelli
· 6 years ago
1243dc5
cgroup/cpuset: Convert cpuset_mutex to percpu_rwsem
by Juri Lelli
· 6 years ago
f9a25f7
cpusets: Rebuild root domain deadline accounting information
by Mathieu Poirier
· 6 years ago
a581563
cgroup: minor tweak for logic to get cgroup css
by Peng Wang
· 6 years ago
85db002
cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask()
by Markus Elfring
· 6 years ago
933a90b
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
da82c92
docs: cgroup-v1: add it to the admin-guide book
by Mauro Carvalho Chehab
· 6 years ago
237f83d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
3b99107
Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
92c1d65
Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 6 years ago
dad1c12
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
5be1f9d
Merge tag 'v5.2-rc6' into for-5.3/block
by Jens Axboe
· 6 years ago
83086d6
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 6 years ago
d2abae7
Merge tag 'v5.2-rc6' into sched/core, to refresh the branch
by Ingo Molnar
· 6 years ago
92ad632
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
474a280
cgroup: export css_next_descendant_pre for bfq
by Christoph Hellwig
· 6 years ago
f85d208
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451
by Thomas Gleixner
· 6 years ago
13091aa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
23da766
Merge tag 'v5.2-rc5' into sched/core, to pick up fixes
by Ingo Molnar
· 6 years ago
0011572
Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 6 years ago
99c8b23
docs: cgroup-v1: convert docs to ReST and rename to *.rst
by Mauro Carvalho Chehab
· 6 years ago
38cf3a6
cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFS
by Tejun Heo
· 6 years ago
d477f8c
cpuset: restore sanity to cpuset_cpus_allowed_fallback()
by Joel Savitz
· 6 years ago
11dc8b4
Merge branch 'for-5.2-fixes' into for-5.3
by Tejun Heo
· 6 years ago
c596687
cgroup: Fix css_task_iter_advance_css_set() cset skip condition
by Tejun Heo
· 6 years ago
cf89298
cgroup/bfq: revert bfq.weight symlink change
by Jens Axboe
· 6 years ago
a6cdeeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
54b7b86
cgroup: let a symlink too be created with a cftype file
by Angelo Ruocco
· 6 years ago
cee0c33
cgroup: css_task_iter_skip()'d iterators must be advanced before accessed
by Tejun Heo
· 6 years ago
3bd3706
sched/core: Provide a pointer to the valid CPU mask
by Sebastian Andrzej Siewior
· 6 years ago
9852ae3
mm, memcg: consider subtrees in memory.events
by Chris Down
· 6 years ago
a5e112e
cgroup: add cgroup_parse_float()
by Tejun Heo
· 6 years ago
c03cd77
cgroup: Include dying leaders with live threads in PROCS iterations
by Tejun Heo
· 6 years ago
b636fd3
cgroup: Implement css_task_iter_skip()
by Tejun Heo
· 6 years ago
4bfc0bb
bpf: decouple the lifetime of cgroup_bpf from cgroup itself
by Roman Gushchin
· 6 years ago
3f2947b
locking/percpu-rwsem: Add DEFINE_PERCPU_RWSEM(), use it to initialize cgroup_threadgroup_rwsem
by Oleg Nesterov
· 6 years ago
d5f68d3
cpuset: move mount -t cpuset logics into cgroup.c
by Al Viro
· 6 years ago
f7a9945
no need to protect against put_user_ns(NULL)
by Al Viro
· 6 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
df5ba5b
kernel/sched/psi.c: expose pressure metrics on root cgroup
by Dan Schatzberg
· 6 years ago
0e94682
psi: introduce psi monitor
by Suren Baghdasaryan
· 6 years ago
abde77e
Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 6 years ago
1900da5
kernel: cgroup: fix misuse of %x
by Fuqian Huang
· 6 years ago
96b9c59
cgroup: get rid of cgroup_freezer_frozen_exit()
by Roman Gushchin
· 6 years ago
cb2c4cd
cgroup: prevent spurious transition into non-frozen state
by Roman Gushchin
· 6 years ago
Next »