index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cgroup: use percpu refcnt for cgroup_subsys_states
Tejun Heo
2013-06-13
1
-61
/
+104
*
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Tejun Heo
2013-06-13
1
-5
/
+8
|
\
|
*
cgroup: warn about mismatching options of a new mount of an existing hierarchy
Jeff Liu
2013-05-29
1
-5
/
+8
*
|
cgroup: split cgroup destruction into two steps
Tejun Heo
2013-06-13
1
-11
/
+27
*
|
cgroup: reorder the operations in cgroup_destroy_locked()
Tejun Heo
2013-06-13
1
-26
/
+35
*
|
cgroup: remove cgroup->count and use
Tejun Heo
2013-06-13
1
-16
/
+5
*
|
cgroup: drop unnecessary RCU dancing from __put_css_set()
Tejun Heo
2013-06-13
1
-10
/
+10
*
|
cgroup: rename CGRP_REMOVED to CGRP_DEAD
Tejun Heo
2013-06-13
1
-16
/
+14
*
|
cgroup: use kzalloc() instead of kmalloc()
Tejun Heo
2013-06-13
1
-7
/
+7
*
|
cgroup: bring some sanity to naming around cg_cgroup_link
Tejun Heo
2013-06-13
1
-113
/
+113
*
|
cgroup: consistently use @cset for struct css_set variables
Tejun Heo
2013-06-13
1
-107
/
+109
*
|
cgroup: remove now unused css_depth()
Tejun Heo
2013-06-13
1
-12
/
+0
*
|
cgroup: clean up the cftype array for the base cgroup files
Tejun Heo
2013-06-05
1
-23
/
+24
*
|
cgroup: mark "notify_on_release" and "release_agent" cgroup files insane
Tejun Heo
2013-06-05
1
-1
/
+2
*
|
cgroup: mark "tasks" cgroup file as insane
Tejun Heo
2013-06-05
1
-0
/
+1
*
|
cgroup: update iterators to use cgroup_next_sibling()
Tejun Heo
2013-05-24
1
-6
/
+19
*
|
cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()
Tejun Heo
2013-05-24
1
-0
/
+62
*
|
cgroup: make cgroup_is_removed() static
Tejun Heo
2013-05-24
1
-1
/
+1
*
|
Merge branch 'for-3.10-fixes' into for-3.11
Tejun Heo
2013-05-24
1
-10
/
+8
|
\
\
|
|
/
|
*
cgroup: fix a subtle bug in descendant pre-order walk
Tejun Heo
2013-05-24
1
-6
/
+3
|
*
cgroup: initialize xattr before calling d_instantiate()
Li Zefan
2013-05-14
1
-4
/
+5
*
|
cgroup: implement task_cgroup_path_from_hierarchy()
Tejun Heo
2013-05-14
1
-0
/
+32
*
|
cgroup: make hierarchy_id use cyclic idr
Tejun Heo
2013-05-14
1
-20
/
+8
*
|
cgroup: drop hierarchy_id_lock
Tejun Heo
2013-05-14
1
-6
/
+17
*
|
cgroup: refactor hierarchy_id handling
Tejun Heo
2013-05-14
1
-21
/
+35
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
1
-14
/
+1
|
\
|
*
take cgroup_open() and cpuset_open() to fs/proc/base.c
Al Viro
2013-05-01
1
-14
/
+1
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-04-30
1
-3
/
+0
|
\
\
|
*
|
cgroup: Kill subsys.active flag
Li Zefan
2013-04-10
1
-3
/
+0
|
|
/
*
|
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2013-04-29
1
-425
/
+299
|
\
\
|
*
|
cgroup: restore the call to eventfd->poll()
Li Zefan
2013-04-26
1
-0
/
+2
|
*
|
cgroup: fix use-after-free when umounting cgroupfs
Li Zefan
2013-04-26
1
-2
/
+4
|
*
|
cgroup: fix broken file xattrs
Li Zefan
2013-04-18
1
-5
/
+6
|
*
|
cgroup: remove cgrp->top_cgroup
Li Zefan
2013-04-14
1
-2
/
+0
|
*
|
cgroup: introduce sane_behavior mount option
Tejun Heo
2013-04-14
1
-0
/
+48
|
*
|
move cgroupfs_root to include/linux/cgroup.h
Tejun Heo
2013-04-14
1
-57
/
+0
|
*
|
cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefix
Tejun Heo
2013-04-14
1
-11
/
+10
|
*
|
cgroup: make cgroup_path() not print double slashes
Tejun Heo
2013-04-14
1
-5
/
+8
|
*
|
Revert "cgroup: remove bind() method from cgroup_subsys."
Tejun Heo
2013-04-12
1
-0
/
+4
|
*
|
cgroup: implement cgroup_is_descendant()
Li Zefan
2013-04-10
1
-0
/
+20
|
*
|
cgroup: make sure parent won't be destroyed before its children
Li Zefan
2013-04-10
1
-0
/
+10
|
*
|
cgroup: remove bind() method from cgroup_subsys.
Rami Rosen
2013-04-10
1
-4
/
+0
|
*
|
cgroup: remove cgroup_lock_is_held()
Tejun Heo
2013-04-07
1
-14
/
+6
|
*
|
cgroup: kill cgroup_[un]lock()
Tejun Heo
2013-04-07
1
-30
/
+11
|
*
|
cgroup: unexport locking interface and cgroup_attach_task()
Tejun Heo
2013-04-07
1
-6
/
+3
|
*
|
cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()
Tejun Heo
2013-04-07
1
-42
/
+42
|
*
|
cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...
Tejun Heo
2013-04-07
1
-0
/
+28
|
*
|
cgroup: remove unused parameter in cgroup_task_migrate().
Kevin Wilson
2013-04-03
1
-2
/
+2
|
*
|
cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()
Li Zefan
2013-03-20
1
-89
/
+20
|
*
|
cgroup: fix an off-by-one bug which may trigger BUG_ON()
Li Zefan
2013-03-20
1
-1
/
+1
[next]