index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-14
rcu: Remove cond_resched() from Tiny synchronize_sched()
Paul E. McKenney
1
-4
/
+0
2017-01-14
locking/atomic, kref: Add KREF_INIT()
Peter Zijlstra
1
-3
/
+1
2017-01-14
locking/ww_mutex: Add kselftests for ww_mutex stress
Chris Wilson
1
-0
/
+254
2017-01-14
locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocks
Chris Wilson
1
-0
/
+115
2017-01-14
locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detection
Chris Wilson
1
-0
/
+98
2017-01-14
locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detection
Chris Wilson
1
-0
/
+39
2017-01-14
locking/ww_mutex: Begin kselftests for ww_mutex
Chris Wilson
2
-0
/
+141
2017-01-14
locking/ww_mutex: Add ww_mutex to locktorture test
Chris Wilson
1
-0
/
+73
2017-01-14
locking/mutex, sched/wait: Add mutex_lock_io()
Tejun Heo
1
-0
/
+24
2017-01-14
sched/core: Separate out io_schedule_prepare() and io_schedule_finish()
Tejun Heo
1
-5
/
+28
2017-01-14
sched/core: move IO scheduling accounting from io_schedule_timeout() into sch...
Tejun Heo
1
-7
/
+61
2017-01-14
sched/fair: Explain why MIN_SHARES isn't scaled in calc_cfs_shares()
Dietmar Eggemann
1
-0
/
+12
2017-01-14
sched/core: Fix group_entity's share update
Vincent Guittot
1
-13
/
+37
2017-01-14
sched/completions: Fix complete_all() semantics
Peter Zijlstra
1
-4
/
+6
2017-01-14
sched/deadline: Show leftover runtime and abs deadline in /proc/*/sched
Tommaso Cucinotta
1
-0
/
+4
2017-01-14
sched/clock: Provide better clock continuity
Peter Zijlstra
1
-34
/
+65
2017-01-14
sched/clock: Delay switching sched_clock to stable
Peter Zijlstra
2
-28
/
+26
2017-01-14
sched/clock: Update static_key usage
Peter Zijlstra
1
-8
/
+4
2017-01-14
sched/clock, clocksource: Add optional cs::mark_unstable() method
Thomas Gleixner
1
-0
/
+4
2017-01-14
sched/core: Add debugging code to catch missing update_rq_clock() calls
Matt Fleming
2
-10
/
+75
2017-01-14
sched/core: Add missing update_rq_clock() call in set_user_nice()
Peter Zijlstra
1
-0
/
+2
2017-01-14
sched/core: Add missing update_rq_clock() call for task_hot()
Peter Zijlstra
1
-0
/
+2
2017-01-14
sched/core: Add missing update_rq_clock() in detach_task_cfs_rq()
Peter Zijlstra
1
-0
/
+3
2017-01-14
sched/core: Add missing update_rq_clock() in post_init_entity_util_avg()
Peter Zijlstra
2
-0
/
+2
2017-01-14
sched/fair: Push rq lock pin/unpin into idle_balance()
Matt Fleming
1
-12
/
+15
2017-01-14
sched/core: Reset RQCF_ACT_SKIP before unpinning rq->lock
Matt Fleming
1
-1
/
+4
2017-01-14
sched/core: Add wrappers for lockdep_(un)pin_lock()
Matt Fleming
7
-61
/
+76
2017-01-14
locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debugging
Nicolai Hähnle
1
-0
/
+4
2017-01-14
locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...
Nicolai Hähnle
1
-26
/
+52
2017-01-14
locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loop
Nicolai Hähnle
1
-20
/
+29
2017-01-14
locking/mutex: Improve inlining
Peter Zijlstra
1
-41
/
+44
2017-01-14
locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...
Nicolai Hähnle
1
-19
/
+40
2017-01-14
locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...
Nicolai Hähnle
1
-10
/
+30
2017-01-14
locking/ww_mutex: Add waiters in stamp order
Nicolai Hähnle
1
-7
/
+69
2017-01-14
locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappers
Nicolai Hähnle
1
-8
/
+8
2017-01-14
locking/ww_mutex: Set use_ww_ctx even when locking without a context
Nicolai Hähnle
1
-12
/
+17
2017-01-14
locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()
Nicolai Hähnle
1
-2
/
+8
2017-01-14
locking/mutex: Fix mutex handoff
Peter Zijlstra
2
-58
/
+56
2017-01-14
locking/percpu-rwsem: Replace waitqueue with rcuwait
Davidlohr Bueso
1
-4
/
+3
2017-01-14
sched/wait, RCU: Introduce rcuwait machinery
Davidlohr Bueso
1
-0
/
+30
2017-01-14
sched/core: Remove set_task_state()
Davidlohr Bueso
5
-13
/
+13
2017-01-14
kernel/locking: Compute 'current' directly
Davidlohr Bueso
4
-29
/
+22
2017-01-14
kernel/exit: Compute 'current' directly
Davidlohr Bueso
1
-11
/
+11
2017-01-14
perf/x86/intel: Account interrupts for PEBS errors
Jiri Olsa
1
-16
/
+31
2017-01-14
perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race
Peter Zijlstra
1
-4
/
+54
2017-01-14
perf/core: Fix sys_perf_event_open() vs. hotplug
Peter Zijlstra
1
-22
/
+48
2017-01-14
sched/cputime: Rename vtime_account_user() to vtime_flush()
Frederic Weisbecker
1
-3
/
+1
2017-01-14
sched/cputime: Export account_guest_time()
Frederic Weisbecker
1
-1
/
+1
2017-01-14
sched/cputime: Allow accounting system time using cpustat index
Frederic Weisbecker
1
-5
/
+5
2017-01-14
kprobes, extable: Identify kprobes trampolines as kernel text area
Masami Hiramatsu
2
-20
/
+62
[prev]
[next]