Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0ae78e0bf10ac38ab53548e18383afc9997eca22
/
include
/
linux
/
cgroup.h
0ae78e0
cgroup: add cgroup_subsys_state->parent
by Tejun Heo
· 11 years ago
35ef10d
cgroup: rename cgroup_subsys_state->dput_work and its callback function
by Tejun Heo
· 11 years ago
bd8815a
cgroup: make css_for_each_descendant() and friends include the origin css in the iteration
by Tejun Heo
· 11 years ago
95109b6
cgroup: unexport cgroup_css()
by Tejun Heo
· 11 years ago
d99c872
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
by Tejun Heo
· 11 years ago
81eeaf0
cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup
by Tejun Heo
· 11 years ago
72ec702
cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup
by Tejun Heo
· 11 years ago
e535837
cgroup: remove struct cgroup_scanner
by Tejun Heo
· 11 years ago
c59cd3d
cgroup: make cgroup_task_iter remember the cgroup being iterated
by Tejun Heo
· 11 years ago
0942eee
cgroup: rename cgroup_iter to cgroup_task_iter
by Tejun Heo
· 11 years ago
492eb21
cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup
by Tejun Heo
· 11 years ago
f48e392
cgroup: always use cgroup_next_child() to walk the children list
by Tejun Heo
· 11 years ago
3b287a5
cgroup: convert cgroup_next_sibling() to cgroup_next_child()
by Tejun Heo
· 11 years ago
182446d
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
by Tejun Heo
· 11 years ago
67f4c36
cgroup: add cgroup->dummy_css
by Tejun Heo
· 11 years ago
2bb566c
cgroup: add subsys backlink pointer to cftype
by Tejun Heo
· 11 years ago
eb95419
cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
by Tejun Heo
· 11 years ago
6387698
cgroup: add css_parent()
by Tejun Heo
· 11 years ago
72c97e5
cgroup: add subsystem pointer to cgroup_subsys_state
by Tejun Heo
· 11 years ago
8af01f5
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
by Tejun Heo
· 11 years ago
61584e3
cgroup: Merge branch 'for-3.11-fixes' into for-3.12
by Tejun Heo
· 11 years ago
e14880f
cgroup: implement cgroup_from_id()
by Li Zefan
· 11 years ago
b414dc0
cgroup: document how cgroup IDs are assigned
by Li Zefan
· 11 years ago
4e96ee8e
cgroup: convert cgroup_ida to cgroup_idr
by Li Zefan
· 11 years ago
6f4b7e6
cgroup: more naming cleanups
by Li Zefan
· 11 years ago
913ffdb
cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()
by Tejun Heo
· 11 years ago
36805aa
Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
0b0585c
Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
0ce6cba
cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options
by Tejun Heo
· 11 years ago
14611e5
cgroup: fix RCU accesses to task->cgroups
by Tejun Heo
· 11 years ago
1672d04
cgroup: fix cgroupfs_root early destruction path
by Tejun Heo
· 11 years ago
a8a648c
cgroup: remove cgroup->actual_subsys_mask
by Tejun Heo
· 11 years ago
02c402d
cgroup: convert CFTYPE_* flags to enums
by Tejun Heo
· 11 years ago
03c78cb
cgroup: rename cont to cgrp
by Li Zefan
· 11 years ago
e8c82d2
cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()
by Li Zefan
· 11 years ago
6db8e85
cgroup: disallow rename(2) if sane_behavior
by Tejun Heo
· 11 years ago
f63674f
cgroup: update sane_behavior documentation
by Tejun Heo
· 11 years ago
d3daf28
cgroup: use percpu refcnt for cgroup_subsys_states
by Tejun Heo
· 11 years ago
ea15f8c
cgroup: split cgroup destruction into two steps
by Tejun Heo
· 11 years ago
6f3d828f0
cgroup: remove cgroup->count and use
by Tejun Heo
· 11 years ago
54766d4
cgroup: rename CGRP_REMOVED to CGRP_DEAD
by Tejun Heo
· 11 years ago
5de0107
cgroup: clean up css_[try]get() and css_put()
by Tejun Heo
· 11 years ago
69d0206
cgroup: bring some sanity to naming around cg_cgroup_link
by Tejun Heo
· 11 years ago
3fc3db9
cgroup: remove now unused css_depth()
by Tejun Heo
· 11 years ago
88fa523
cpuset: allow to move tasks to empty cpusets
by Li Zefan
· 11 years ago
5c5cc62
cpuset: allow to keep tasks in empty cpusets
by Li Zefan
· 11 years ago
75501a6
cgroup: update iterators to use cgroup_next_sibling()
by Tejun Heo
· 12 years ago
53fa526
cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()
by Tejun Heo
· 12 years ago
bdc7119
cgroup: make cgroup_is_removed() static
by Tejun Heo
· 12 years ago
3f33e64
Merge branch 'for-3.10-fixes' into for-3.11
by Tejun Heo
· 12 years ago
7805d00
cgroup: fix a subtle bug in descendant pre-order walk
by Tejun Heo
· 12 years ago
9138125
blk-throttle: implement proper hierarchy support
by Tejun Heo
· 12 years ago
23958e7
cgroup.h: remove some functions that are now gone
by Greg KH
· 12 years ago
857a2be
cgroup: implement task_cgroup_path_from_hierarchy()
by Tejun Heo
· 12 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8d8b97b
take cgroup_open() and cpuset_open() to fs/proc/base.c
by Al Viro
· 12 years ago
16fa94b
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
191a712
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
6d2488f
cgroup: remove css_get_next
by Michal Hocko
· 12 years ago
712317a
cgroup: fix broken file xattrs
by Li Zefan
· 12 years ago
f00baae
memcg: force use_hierarchy if sane_behavior
by Tejun Heo
· 12 years ago
05fb22ec
cgroup: remove cgrp->top_cgroup
by Li Zefan
· 12 years ago
873fe09
cgroup: introduce sane_behavior mount option
by Tejun Heo
· 12 years ago
25a7e68
move cgroupfs_root to include/linux/cgroup.h
by Tejun Heo
· 12 years ago
26d5bbe
Revert "cgroup: remove bind() method from cgroup_subsys."
by Tejun Heo
· 12 years ago
78574cf
cgroup: implement cgroup_is_descendant()
by Li Zefan
· 12 years ago
84cfb6a
cgroup: remove bind() method from cgroup_subsys.
by Rami Rosen
· 12 years ago
479f614
cgroup: Kill subsys.active flag
by Li Zefan
· 12 years ago
2219449
cgroup: remove cgroup_lock_is_held()
by Tejun Heo
· 12 years ago
b9777cf
cgroup: unexport locking interface and cgroup_attach_task()
by Tejun Heo
· 12 years ago
8cc9934
cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_tasks()
by Tejun Heo
· 12 years ago
081aa45
cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()
by Li Zefan
· 12 years ago
e7b2dcc
cgroup: remove cgroup_is_descendant()
by Li Zefan
· 12 years ago
7d8e0bf
cgroup: avoid accessing modular cgroup subsys structure without locking
by Li Zefan
· 12 years ago
65dff75
cgroup: fix cgroup_path() vs rename() race
by Li Zefan
· 12 years ago
be44562
cgroup: remove synchronize_rcu() from cgroup_diput()
by Li Zefan
· 12 years ago
12a9d2f
cgroup: implement cgroup_rightmost_descendant()
by Tejun Heo
· 12 years ago
d5b1fe6
cgroup: remove unused dummy cgroup_fork_callbacks()
by Tejun Heo
· 12 years ago
d0b2fdd
cgroup: remove obsolete guarantee from cgroup_task_migrate.
by Tao Ma
· 12 years ago
0a950f6
cgroup: add cgroup->id
by Tejun Heo
· 12 years ago
033fa1c
cgroup, cpuset: remove cgroup_subsys->post_clone()
by Tejun Heo
· 12 years ago
2260e7f
cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/
by Tejun Heo
· 12 years ago
92fb974
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()
by Tejun Heo
· 12 years ago
b1929db
cgroup: allow ->post_create() to fail
by Tejun Heo
· 12 years ago
a31f2d3
cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers
by Tejun Heo
· 12 years ago
38b53ab
cgroup: make CSS_* flags bit masks instead of bit positions
by Tejun Heo
· 12 years ago
febfcef
cgroup: cgroup->dentry isn't a RCU pointer
by Tejun Heo
· 12 years ago
574bd9f
cgroup: implement generic child / descendant walk macros
by Tejun Heo
· 12 years ago
eb6fd50
cgroup: use rculist ops for cgroup->children
by Tejun Heo
· 12 years ago
a863803
cgroup: add cgroup_subsys->post_create()
by Tejun Heo
· 12 years ago
1db1e31
Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8
by Tejun Heo
· 12 years ago
bcf6de1
cgroup: make ->pre_destroy() return void
by Tejun Heo
· 12 years ago
b25ed60
cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir()
by Tejun Heo
· 12 years ago
e931608
cgroup: kill CSS_REMOVED
by Tejun Heo
· 12 years ago
ed957793
cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs
by Tejun Heo
· 12 years ago
5edee61
cgroup: cgroup_subsys->fork() should be called after the task is added to css_set
by Tejun Heo
· 12 years ago
68d47a1
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 12 years ago
8c7f6ed
cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them
by Tejun Heo
· 12 years ago
a6f0029
cgroup: Define CGROUP_SUBSYS_COUNT according the configuration
by Daniel Wagner
· 12 years ago
Next »