aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-14rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney1-4/+0
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra1-3/+1
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson1-0/+254
2017-01-14locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson1-0/+115
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson1-0/+98
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson1-0/+39
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson2-0/+141
2017-01-14locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson1-0/+73
2017-01-14locking/mutex, sched/wait: Add mutex_lock_io()Tejun Heo1-0/+24
2017-01-14sched/core: Separate out io_schedule_prepare() and io_schedule_finish()Tejun Heo1-5/+28
2017-01-14sched/core: move IO scheduling accounting from io_schedule_timeout() into sch...Tejun Heo1-7/+61
2017-01-14sched/fair: Explain why MIN_SHARES isn't scaled in calc_cfs_shares()Dietmar Eggemann1-0/+12
2017-01-14sched/core: Fix group_entity's share updateVincent Guittot1-13/+37
2017-01-14sched/completions: Fix complete_all() semanticsPeter Zijlstra1-4/+6
2017-01-14sched/deadline: Show leftover runtime and abs deadline in /proc/*/schedTommaso Cucinotta1-0/+4
2017-01-14sched/clock: Provide better clock continuityPeter Zijlstra1-34/+65
2017-01-14sched/clock: Delay switching sched_clock to stablePeter Zijlstra2-28/+26
2017-01-14sched/clock: Update static_key usagePeter Zijlstra1-8/+4
2017-01-14sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner1-0/+4
2017-01-14sched/core: Add debugging code to catch missing update_rq_clock() callsMatt Fleming2-10/+75
2017-01-14sched/core: Add missing update_rq_clock() call in set_user_nice()Peter Zijlstra1-0/+2
2017-01-14sched/core: Add missing update_rq_clock() call for task_hot()Peter Zijlstra1-0/+2
2017-01-14sched/core: Add missing update_rq_clock() in detach_task_cfs_rq()Peter Zijlstra1-0/+3
2017-01-14sched/core: Add missing update_rq_clock() in post_init_entity_util_avg()Peter Zijlstra2-0/+2
2017-01-14sched/fair: Push rq lock pin/unpin into idle_balance()Matt Fleming1-12/+15
2017-01-14sched/core: Reset RQCF_ACT_SKIP before unpinning rq->lockMatt Fleming1-1/+4
2017-01-14sched/core: Add wrappers for lockdep_(un)pin_lock()Matt Fleming7-61/+76
2017-01-14locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debuggingNicolai Hähnle1-0/+4
2017-01-14locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...Nicolai Hähnle1-26/+52
2017-01-14locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loopNicolai Hähnle1-20/+29
2017-01-14locking/mutex: Improve inliningPeter Zijlstra1-41/+44
2017-01-14locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...Nicolai Hähnle1-19/+40
2017-01-14locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...Nicolai Hähnle1-10/+30
2017-01-14locking/ww_mutex: Add waiters in stamp orderNicolai Hähnle1-7/+69
2017-01-14locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappersNicolai Hähnle1-8/+8
2017-01-14locking/ww_mutex: Set use_ww_ctx even when locking without a contextNicolai Hähnle1-12/+17
2017-01-14locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()Nicolai Hähnle1-2/+8
2017-01-14locking/mutex: Fix mutex handoffPeter Zijlstra2-58/+56
2017-01-14locking/percpu-rwsem: Replace waitqueue with rcuwaitDavidlohr Bueso1-4/+3
2017-01-14sched/wait, RCU: Introduce rcuwait machineryDavidlohr Bueso1-0/+30
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso5-13/+13
2017-01-14kernel/locking: Compute 'current' directlyDavidlohr Bueso4-29/+22
2017-01-14kernel/exit: Compute 'current' directlyDavidlohr Bueso1-11/+11
2017-01-14perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa1-16/+31
2017-01-14perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra1-4/+54
2017-01-14perf/core: Fix sys_perf_event_open() vs. hotplugPeter Zijlstra1-22/+48
2017-01-14sched/cputime: Rename vtime_account_user() to vtime_flush()Frederic Weisbecker1-3/+1
2017-01-14sched/cputime: Export account_guest_time()Frederic Weisbecker1-1/+1
2017-01-14sched/cputime: Allow accounting system time using cpustat indexFrederic Weisbecker1-5/+5
2017-01-14kprobes, extable: Identify kprobes trampolines as kernel text areaMasami Hiramatsu2-20/+62