index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options
Tejun Heo
2013-06-28
1
-1
/
+4
|
*
|
|
|
|
|
cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts()
Tejun Heo
2013-06-28
1
-2
/
+2
|
*
|
|
|
|
|
cgroup: always use RCU accessors for protected accesses
Tejun Heo
2013-06-26
1
-9
/
+12
|
*
|
|
|
|
|
cgroup: fix RCU accesses around task->cgroups
Tejun Heo
2013-06-26
1
-11
/
+13
|
*
|
|
|
|
|
cgroup: grab cgroup_mutex in drop_parsed_module_refcounts()
Tejun Heo
2013-06-26
1
-5
/
+5
|
*
|
|
|
|
|
cgroup: fix cgroupfs_root early destruction path
Tejun Heo
2013-06-26
1
-3
/
+19
|
*
|
|
|
|
|
cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchy
Tejun Heo
2013-06-25
1
-4
/
+6
|
*
|
|
|
|
|
cgroup: implement for_each_[builtin_]subsys()
Tejun Heo
2013-06-25
1
-76
/
+71
|
*
|
|
|
|
|
cgroup: move init_css_set initialization inside cgroup_mutex
Tejun Heo
2013-06-25
1
-4
/
+4
|
*
|
|
|
|
|
cgroup: s/for_each_subsys()/for_each_root_subsys()/
Tejun Heo
2013-06-25
1
-25
/
+22
|
*
|
|
|
|
|
cgroup: clean up find_css_set() and friends
Tejun Heo
2013-06-25
1
-21
/
+17
|
*
|
|
|
|
|
cgroup: remove cgroup->actual_subsys_mask
Tejun Heo
2013-06-25
1
-10
/
+12
|
*
|
|
|
|
|
cgroup: prefix global variables with "cgroup_"
Tejun Heo
2013-06-25
1
-76
/
+77
|
*
|
|
|
|
|
cgroup: rename cont to cgrp
Li Zefan
2013-06-19
1
-11
/
+11
|
*
|
|
|
|
|
cgroup: clean up cgroup_serial_nr_cursor
Tejun Heo
2013-06-18
1
-7
/
+8
|
*
|
|
|
|
|
cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()
Li Zefan
2013-06-18
1
-36
/
+44
|
*
|
|
|
|
|
cgroup: make serial_nr_cursor available throughout cgroup.c
Li Zefan
2013-06-18
1
-8
/
+10
|
*
|
|
|
|
|
cgroup: fix memory leak in cgroup_rm_cftypes()
Li Zefan
2013-06-18
1
-1
/
+2
|
*
|
|
|
|
|
cgroup: fix umount vs cgroup_event_remove() race
Li Zefan
2013-06-18
1
-6
/
+19
|
*
|
|
|
|
|
cgroup: fix umount vs cgroup_cfts_commit() race
Li Zefan
2013-06-18
1
-1
/
+8
|
*
|
|
|
|
|
cgroup: disallow rename(2) if sane_behavior
Tejun Heo
2013-06-18
1
-0
/
+7
|
*
|
|
|
|
|
cgroup: use percpu refcnt for cgroup_subsys_states
Tejun Heo
2013-06-14
1
-61
/
+104
|
*
|
|
|
|
|
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Tejun Heo
2013-06-14
18
-213
/
+195
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
cgroup: split cgroup destruction into two steps
Tejun Heo
2013-06-14
1
-11
/
+27
|
*
|
|
|
|
|
|
cgroup: reorder the operations in cgroup_destroy_locked()
Tejun Heo
2013-06-14
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: 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-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2013-07-03
2
-1
/
+45
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
workqueue: Add system wide power_efficient workqueues
Viresh Kumar
2013-05-14
1
-1
/
+12
|
*
|
|
|
|
|
|
workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues
Viresh Kumar
2013-05-14
2
-0
/
+33
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-07-03
1
-0
/
+1
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge tag 'please-pull-mce-bitmap-comment' of git://git.kernel.org/pub/scm/li...
Ingo Molnar
2013-06-26
10
-106
/
+275
|
|
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge tag 'please-pull-einj' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2013-06-19
1
-0
/
+1
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
ACPI/APEI: Add parameter check before error injection
Chen Gong
2013-06-07
1
-0
/
+1
|
|
|
|
_
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
[prev]
[next]