Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3e87974dec5ec25a8a4852d9292db6be659164e6
/
include
/
linux
/
cgroup.h
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
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
· 12 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
761b3ef
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
· 13 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
· 14 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
Next »