Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
1cb73f8c479e66541fefd3f7fa547b1fa56cdc54
/
include
/
linux
/
cgroup.h
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
8a8e04d
cgroup: Assign subsystem IDs during compile time
by Daniel Wagner
· 12 years ago
5fc0b02
cgroup: Wrap subsystem selection macro
by Daniel Wagner
· 12 years ago
be45c90
cgroup: Remove CGROUP_BUILTIN_SUBSYS_COUNT
by Daniel Wagner
· 12 years ago
03b1cde
cgroup: add xattr support
by Aristeu Rozanski
· 12 years ago
6be96a5
cgroup: remove hierarchy_mutex
by Li Zefan
· 13 years ago
86f82d5
cgroup: remove cgroup_subsys->populate()
by Tejun Heo
· 13 years ago
48ddbe1
cgroup: make css->refcnt clearing on cgroup removal optional
by Tejun Heo
· 13 years ago
28b4c27
cgroup: use negative bias on css->refcnt to block css_tryget()
by Tejun Heo
· 13 years ago
7957862
cgroup: implement cgroup_rm_cftypes()
by Tejun Heo
· 13 years ago
05ef1d7
cgroup: introduce struct cfent
by Tejun Heo
· 13 years ago
db0416b
cgroup: remove cgroup_add_file[s]()
by Tejun Heo
· 13 years ago
8e3f654
cgroup: implement cgroup_add_cftypes() and friends
by Tejun Heo
· 13 years ago
b0ca5a8
cgroup: build list of all cgroups under a given cgroupfs_root
by Tejun Heo
· 13 years ago
42aee6c
cgroup: revert ss_id_lock to spinlock
by Hugh Dickins
· 13 years ago
761b3ef5
cgroup: remove cgroup_subsys argument from callbacks
by Li Zefan
· 13 years ago
2452825
cgroup: move struct cgroup_pidlist out from the header file
by Li Zefan
· 13 years ago
a63b907
cgroup: remove cgroup_attach_task_current_cg()
by Li Zefan
· 13 years ago
db0c2bf
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 13 years ago
a5e7ed3
cgroup: propagate mode_t
by Al Viro
· 13 years ago
494c167
cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()
by Tejun Heo
· 13 years ago
2f7ee56
cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach()
by Tejun Heo
· 13 years ago
c1e2ee2
memcg: replace ss->id_lock with a rwlock
by Andrew Bresticker
· 13 years ago
d8bf4ca
rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check
by Michal Hocko
· 14 years ago
a77aea9
cgroup: remove the ns_cgroup
by Daniel Lezcano
· 14 years ago
f780bdb
cgroups: add per-thread subsystem callbacks
by Ben Blum
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
e5d1367
perf: Add cgroup support
by Stephane Eranian
· 14 years ago
d41d5a0
cgroup: Fix cgroup_subsys::exit callback
by Peter Zijlstra
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
97978e6
cgroup: add clone_children control file
by Daniel Lezcano
· 14 years ago
d4f8f21
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcu
by Ingo Molnar
· 14 years ago
31583bb
cgroups: fix API thinko
by Michael S. Tsirkin
· 14 years ago
2c392b8
cgroups: __rcu annotations
by Arnd Bergmann
· 15 years ago
6ba7401
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
d7926ee
cgroups: Add an API to attach a task to current task's cgroup
by Sridhar Samudrala
· 15 years ago
dc61b1d
sched: Fix PROVE_RCU vs cpu_cgroup
by Peter Zijlstra
· 15 years ago
907860e
cgroups: make cftype.unregister_event() void-returning
by Kirill A. Shutemov
· 15 years ago
1ce7e4f
cgroup: Check task_lock in task_subsys_state()
by Li Zefan
· 15 years ago
a0a4db5
cgroups: remove events before destroying subsystem state objects
by Kirill A. Shutemov
· 15 years ago
0dea116
cgroup: implement eventfd-based generic API for notifications
by Kirill A. Shutemov
· 15 years ago
cf5d594
cgroups: subsystem module unloading
by Ben Blum
· 15 years ago
e6a1105
cgroups: subsystem module loading interface
by Ben Blum
· 15 years ago
aae8aab
cgroups: revamp subsys array
by Ben Blum
· 15 years ago
d7b9fff
cgroup: introduce coalesce css_get() and css_put()
by Daisuke Nishimura
· 15 years ago
2468c72
cgroup: introduce cancel_attach()
by Daisuke Nishimura
· 15 years ago
d11c563
sched: Use lockdep-based checking on rcu_dereference()
by Paul E. McKenney
· 15 years ago
828c095
const: constify remaining file_operations
by Alexey Dobriyan
· 15 years ago
be367d0
cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time
by Ben Blum
· 15 years ago
c378369
cgroups: change css_set freeing mechanism to be under RCU
by Ben Blum
· 15 years ago
72a8cb3
cgroups: ensure correct concurrent opening/reading of pidlists across pid namespaces
by Ben Blum
· 15 years ago
102a775
cgroups: add a read-only "procs" file similar to "tasks" that shows only unique tgids
by Ben Blum
· 15 years ago
8f3ff20
cgroups: revert "cgroups: fix pid namespace bug"
by Paul Menage
· 15 years ago
8870326
cgroup avoid permanent sleep at rmdir
by KAMEZAWA Hiroyuki
· 15 years ago
096b7fe
cgroups: fix pid namespace bug
by Li Zefan
· 15 years ago
811158b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
bd1a8ab
cgroups: add 'data' field to struct cgroup_scanner
by Li Zefan
· 16 years ago
0b7f569
memcg: fix OOM killer under memcg
by KAMEZAWA Hiroyuki
· 16 years ago
099fca3
cgroups: show correct file mode
by Li Zefan
· 16 years ago
ec64f51
cgroup: fix frequent -EBUSY at rmdir
by KAMEZAWA Hiroyuki
· 16 years ago
38460b4
cgroup: CSS ID support
by KAMEZAWA Hiroyuki
· 16 years ago
313e924
cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroups
by Grzegorz Nosek
· 16 years ago
d20a390
cgroups: fix cgroup.h comments
by Paul Menage
· 16 years ago
21acb9c
trivial: fix where cgroup documentation is not correctly referred to
by Thadeu Lima de Souza Cascardo
· 16 years ago
cfebe56
cgroups: fix lockdep subclasses overflow
by Li Zefan
· 16 years ago
804b3c2
cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()
by Paul Menage
· 16 years ago
e7c5ec9
cgroups: add css_tryget()
by Paul Menage
· 16 years ago
999cd8a
cgroups: add a per-subsystem hierarchy_mutex
by Paul Menage
· 16 years ago
a47295e
cgroups: make cgroup_path() RCU-safe
by Paul Menage
· 16 years ago
b2aa30f
cgroups: don't put struct cgroupfs_root protected by RCU
by Lai Jiangshan
· 16 years ago
e599137
mm: remove cgroup_mm_owner_callbacks
by Hugh Dickins
· 16 years ago
9b91373
cgroups: tiny cleanups
by Li Zefan
· 16 years ago
886465f
cgroups: fix declaration of cgroup_mm_owner_callbacks
by Paul Menage
· 16 years ago
cc31edc
cgroups: convert tasks file to use a seq_file with shared pid array
by Paul Menage
· 16 years ago
146aa1b
cgroups: fix probable race with put_css_set[_taskexit] and find_css_set
by Lai Jiangshan
· 16 years ago
9363b9f
memrlimit: cgroup mm owner callback changes to add task info
by Balbir Singh
· 16 years ago
e885dcd
cgroup_clone: use pid of newly created task for new cgroup
by Serge E. Hallyn
· 16 years ago
84eea84
cgroups: misc cleanups to write_string patchset
by Paul Menage
· 16 years ago
e788e066
cgroup files: move the release_agent file to use typed handlers
by Paul Menage
· 16 years ago
db3b149
cgroup files: add write_string cgroup control file method
by Paul Menage
· 16 years ago
ce16b49
cgroup files: clean up whitespace in struct cftype
by Paul Menage
· 16 years ago
cf475ad
cgroups: add an owner to the mm_struct
by Balbir Singh
· 17 years ago
29486df
cgroups: introduce cft->read_seq()
by Serge E. Hallyn
· 17 years ago
28fd5df
cgroups: remove the css_set linked-list
by Li Zefan
· 17 years ago
472b105
cgroups: use a hash table for css_set finding
by Li Zefan
· 17 years ago
d447ea2
cgroups: add the trigger callback to struct cftype
by Pavel Emelyanov
· 17 years ago
e73d2c6
CGroups _s64 files: add cgroups read_s64/write_s64 file methods
by Paul Menage
· 17 years ago
3116f0e
CGroup API files: move "releasable" to cgroup_debug subsystem
by Paul Menage
· 17 years ago
9179656
CGroup API files: add cgroup map data type
by Paul Menage
· 17 years ago
f4c753b
CGroup API files: rename read/write_uint methods to read_write_u64
by Paul Menage
· 17 years ago
8bab8dd
cgroups: add cgroup support for enabling controllers at boot time
by Paul Menage
· 17 years ago
ffd2d88
cgroup: clean up cgroup.h
by Li Zefan
· 17 years ago
a043e3b
cgroup: fix comments
by Li Zefan
· 17 years ago
956db3c
hotplug cpu: move tasks in empty cpusets to parent
by Cliff Wickman
· 17 years ago
31a7df0
cgroups: mechanism to process each task in a cgroup
by Cliff Wickman
· 17 years ago
4fca88c
memory cgroup enhancements: add- pre_destroy() handler
by KAMEZAWA Hiroyuki
· 17 years ago
846c7bb
Add cgroupstats
by Balbir Singh
· 17 years ago
81a6a5c
Task Control Groups: automatic userspace notification of idle cgroups
by Paul Menage
· 17 years ago
Next »