index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
cgroup: fix RCU accesses to task->cgroups
Tejun Heo
2013-06-26
1
-10
/
+48
|
*
|
|
|
|
|
cgroup: fix cgroupfs_root early destruction path
Tejun Heo
2013-06-26
1
-0
/
+1
|
*
|
|
|
|
|
cgroup: remove cgroup->actual_subsys_mask
Tejun Heo
2013-06-25
1
-7
/
+1
|
*
|
|
|
|
|
cgroup: convert CFTYPE_* flags to enums
Tejun Heo
2013-06-25
1
-3
/
+5
|
*
|
|
|
|
|
cgroup: rename cont to cgrp
Li Zefan
2013-06-19
1
-2
/
+2
|
*
|
|
|
|
|
cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()
Li Zefan
2013-06-18
1
-6
/
+0
|
*
|
|
|
|
|
cgroup: disallow rename(2) if sane_behavior
Tejun Heo
2013-06-18
1
-0
/
+2
|
*
|
|
|
|
|
cgroup: update sane_behavior documentation
Tejun Heo
2013-06-14
1
-5
/
+6
|
*
|
|
|
|
|
cgroup: use percpu refcnt for cgroup_subsys_states
Tejun Heo
2013-06-14
1
-15
/
+8
|
*
|
|
|
|
|
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Tejun Heo
2013-06-14
45
-110
/
+394
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
cgroup: split cgroup destruction into two steps
Tejun Heo
2013-06-14
1
-1
/
+1
|
*
|
|
|
|
|
|
cgroup: remove cgroup->count and use
Tejun Heo
2013-06-13
1
-6
/
+0
|
*
|
|
|
|
|
|
cgroup: rename CGRP_REMOVED to CGRP_DEAD
Tejun Heo
2013-06-13
1
-1
/
+1
|
*
|
|
|
|
|
|
cgroup: clean up css_[try]get() and css_put()
Tejun Heo
2013-06-13
1
-24
/
+24
|
*
|
|
|
|
|
|
cgroup: bring some sanity to naming around cg_cgroup_link
Tejun Heo
2013-06-13
1
-8
/
+7
|
*
|
|
|
|
|
|
cgroup: remove now unused css_depth()
Tejun Heo
2013-06-13
1
-1
/
+0
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
cgroup: update iterators to use cgroup_next_sibling()
Tejun Heo
2013-05-24
1
-4
/
+14
|
*
|
|
|
|
|
cgroup: add cgroup->serial_nr and implement cgroup_next_sibling()
Tejun Heo
2013-05-24
1
-0
/
+10
|
*
|
|
|
|
|
cgroup: make cgroup_is_removed() static
Tejun Heo
2013-05-24
1
-1
/
+0
|
*
|
|
|
|
|
Merge branch 'for-3.10-fixes' into for-3.11
Tejun Heo
2013-05-24
1
-1
/
+1
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
cgroup.h: remove some functions that are now gone
Greg KH
2013-05-14
1
-2
/
+0
|
*
|
|
|
|
|
|
cgroup: implement task_cgroup_path_from_hierarchy()
Tejun Heo
2013-05-14
1
-0
/
+2
*
|
|
|
|
|
|
|
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2013-07-03
1
-0
/
+35
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
workqueue: Add system wide power_efficient workqueues
Viresh Kumar
2013-05-14
1
-0
/
+8
|
*
|
|
|
|
|
|
|
workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues
Viresh Kumar
2013-05-14
1
-0
/
+27
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2013-07-03
1
-0
/
+174
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
percpu-refcount: use RCU-sched insted of normal RCU
Tejun Heo
2013-06-17
1
-6
/
+6
|
|
|
_
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_con...
Tejun Heo
2013-06-14
1
-1
/
+49
|
*
|
|
|
|
|
|
percpu-refcount: implement percpu_ref_cancel_init()
Tejun Heo
2013-06-13
1
-0
/
+1
|
*
|
|
|
|
|
|
percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_O...
Tejun Heo
2013-06-13
1
-1
/
+2
|
*
|
|
|
|
|
|
percpu-refcount: cosmetic updates
Tejun Heo
2013-06-13
1
-3
/
+5
|
*
|
|
|
|
|
|
percpu-refcount: consistently use plain (non-sched) RCU
Tejun Heo
2013-06-13
1
-4
/
+4
|
*
|
|
|
|
|
|
percpu: implement generic percpu refcounting
Kent Overstreet
2013-06-04
1
-0
/
+122
*
|
|
|
|
|
|
|
Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-07-03
4
-0
/
+14
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
x86, trace: Add irq vector tracepoints
Seiji Aguchi
2013-06-21
1
-0
/
+3
|
*
|
|
|
|
|
|
|
tracing: Add DEFINE_EVENT_FN() macro
Steven Rostedt
2013-06-21
3
-0
/
+11
*
|
|
|
|
|
|
|
|
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-07-03
1
-14
/
+14
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
efi: Convert runtime services function ptrs
Borislav Petkov
2013-06-11
1
-14
/
+14
|
|
|
_
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-07-03
1
-0
/
+3
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
linux/const.h: Add _BITUL() and _BITULL()
H. Peter Anvin
2013-06-26
1
-0
/
+3
|
|
|
_
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-07-03
2
-10
/
+7
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
mm, sched: Allow uaccess in atomic with pagefault_disable()
Michael S. Tsirkin
2013-05-28
1
-5
/
+2
|
*
|
|
|
|
|
|
|
|
mm, sched: Drop voluntary schedule from might_fault()
Michael S. Tsirkin
2013-05-28
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
asm-generic: uaccess s/might_sleep/might_fault/
Michael S. Tsirkin
2013-05-28
1
-5
/
+5
|
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-07-03
5
-11
/
+6
|
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
Merge tag 'v3.10' into sched/core
Ingo Molnar
2013-07-01
45
-94
/
+210
|
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
sched: Fix typo in struct sched_avg member description
Kamalesh Babulal
2013-06-27
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...
Alex Shi
2013-06-27
1
-6
/
+1
|
*
|
|
|
|
|
|
|
|
|
sched: Rename sched.c as sched/core.c in comments and Documentation
Viresh Kumar
2013-06-19
4
-4
/
+4
*
|
|
|
|
|
|
|
|
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2013-07-03
3
-5
/
+65
|
\
\
\
\
\
\
\
\
\
\
\
[prev]
[next]