index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2013-08-14
context_tracking: Optimize context switch off case with static keys
Frederic Weisbecker
-3
/
+3
2013-08-14
context_tracking: Optimize guest APIs off case with static key
Frederic Weisbecker
-21
/
+4
2013-08-14
context_tracking: Optimize main APIs off case with static key
Frederic Weisbecker
-6
/
+6
2013-08-14
context_tracking: Ground setup for static key use
Frederic Weisbecker
-6
/
+17
2013-08-13
microblaze: fix clone syscall
Michal Simek
-0
/
+6
2013-08-13
cpuset: remove an unncessary forward declaration
Li Zefan
-3
/
+0
2013-08-13
cgroup: RCU protect each cgroup_subsys_state release
Tejun Heo
-16
/
+37
2013-08-13
cgroup: move subsys file removal to kill_css()
Tejun Heo
-7
/
+9
2013-08-13
cgroup: factor out kill_css()
Tejun Heo
-23
/
+35
2013-08-13
cgroup: decouple cgroup_subsys_state destruction from cgroup destruction
Tejun Heo
-28
/
+24
2013-08-13
cgroup: replace cgroup->css_kill_cnt with ->nr_css
Tejun Heo
-24
/
+28
2013-08-13
cgroup: bounce cgroup_subsys_state ref kill confirmation to a work item
Tejun Heo
-3
/
+18
2013-08-13
cgroup: move cgroup->subsys[] assignment to online_css()
Tejun Heo
-10
/
+11
2013-08-13
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-25
/
+71
2013-08-14
PM / QoS: Fix workqueue deadlock when using pm_qos_update_request_timeout()
Stephen Boyd
-7
/
+13
2013-08-13
sched: fix the theoretical signal_wake_up() vs schedule() race
Oleg Nesterov
-1
/
+13
2013-08-13
cgroup: reorganize css init / exit paths
Tejun Heo
-27
/
+23
2013-08-13
cgroup: add __rcu modifier to cgroup->subsys[]
Tejun Heo
-5
/
+14
2013-08-13
cgroup: make cgroup_file_open() rcu_read_lock() around cgroup_css() and add c...
Tejun Heo
-17
/
+31
2013-08-13
cgroup: cgroup_css_from_dir() now should be called with RCU read locked
Tejun Heo
-2
/
+13
2013-08-13
cgroup: add cgroup_subsys_state->parent
Tejun Heo
-3
/
+15
2013-08-13
cgroup: rename cgroup_subsys_state->dput_work and its callback function
Tejun Heo
-11
/
+10
2013-08-13
cgroup: always use cgroup_css()
Tejun Heo
-29
/
+29
2013-08-13
cpuset: fix the return value of cpuset_write_u64()
Li Zefan
-2
/
+4
2013-08-13
ACPI / processor: Acquire writer lock to update CPU maps
Toshi Kani
-6
/
+3
2013-08-13
context_tracking: Remove full dynticks' hacky dependency on wide context trac...
Frederic Weisbecker
-1
/
+0
2013-08-13
nohz: Only enable context tracking on full dynticks CPUs
Frederic Weisbecker
-0
/
+11
2013-08-13
context_tracking: Fix runtime CPU off-case
Frederic Weisbecker
-19
/
+33
2013-08-13
vtime: Update a few comments
Frederic Weisbecker
-0
/
+7
2013-08-13
context_tracing: Fix guest accounting with native vtime
Frederic Weisbecker
-2
/
+4
2013-08-13
sched: Consolidate open coded preemptible() checks
Frederic Weisbecker
-5
/
+2
2013-08-12
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+2
2013-08-12
Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux...
Ingo Molnar
-1
/
+1
2013-08-09
jump_label: Split jumplabel ratelimit
Andrew Jones
-0
/
+1
2013-08-08
cgroup: make css_for_each_descendant() and friends include the origin css in ...
Tejun Heo
-47
/
+53
2013-08-08
cgroup: unexport cgroup_css()
Tejun Heo
-0
/
+13
2013-08-08
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
Tejun Heo
-21
/
+18
2013-08-08
cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...
Tejun Heo
-7
/
+8
2013-08-08
cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup
Tejun Heo
-91
/
+88
2013-08-08
cgroup: remove struct cgroup_scanner
Tejun Heo
-87
/
+69
2013-08-08
cgroup: make cgroup_task_iter remember the cgroup being iterated
Tejun Heo
-23
/
+21
2013-08-08
cgroup: rename cgroup_iter to cgroup_task_iter
Tejun Heo
-49
/
+89
2013-08-08
cgroup: relocate cgroup_advance_iter()
Tejun Heo
-24
/
+24
2013-08-08
cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup
Tejun Heo
-102
/
+112
2013-08-08
cgroup: always use cgroup_next_child() to walk the children list
Tejun Heo
-4
/
+3
2013-08-08
cgroup: convert cgroup_next_sibling() to cgroup_next_child()
Tejun Heo
-29
/
+30
2013-08-08
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
Tejun Heo
-165
/
+165
2013-08-08
cgroup: add cgroup->dummy_css
Tejun Heo
-4
/
+5
2013-08-08
cgroup: pin cgroup_subsys_state when opening a cgroupfs file
Tejun Heo
-11
/
+32
2013-08-08
cgroup: add subsys backlink pointer to cftype
Tejun Heo
-35
/
+43
[prev]
[next]