summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-01-14rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney
2017-01-14rcu: Remove cond_resched() from Tiny synchronize_sched()Paul E. McKenney
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson
2017-01-14locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson
2017-01-14locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson
2017-01-14locking/mutex, sched/wait: Add mutex_lock_io()Tejun Heo
2017-01-14sched/core: Separate out io_schedule_prepare() and io_schedule_finish()Tejun Heo
2017-01-14sched/core: move IO scheduling accounting from io_schedule_timeout() into sch...Tejun Heo
2017-01-14sched/fair: Explain why MIN_SHARES isn't scaled in calc_cfs_shares()Dietmar Eggemann
2017-01-14sched/core: Fix group_entity's share updateVincent Guittot
2017-01-14sched/completions: Fix complete_all() semanticsPeter Zijlstra
2017-01-14sched/deadline: Show leftover runtime and abs deadline in /proc/*/schedTommaso Cucinotta
2017-01-14sched/clock: Provide better clock continuityPeter Zijlstra
2017-01-14sched/clock: Delay switching sched_clock to stablePeter Zijlstra
2017-01-14sched/clock: Update static_key usagePeter Zijlstra
2017-01-14sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner
2017-01-14sched/core: Add debugging code to catch missing update_rq_clock() callsMatt Fleming
2017-01-14sched/core: Add missing update_rq_clock() call in set_user_nice()Peter Zijlstra
2017-01-14sched/core: Add missing update_rq_clock() call for task_hot()Peter Zijlstra
2017-01-14sched/core: Add missing update_rq_clock() in detach_task_cfs_rq()Peter Zijlstra
2017-01-14sched/core: Add missing update_rq_clock() in post_init_entity_util_avg()Peter Zijlstra
2017-01-14sched/fair: Push rq lock pin/unpin into idle_balance()Matt Fleming
2017-01-14sched/core: Reset RQCF_ACT_SKIP before unpinning rq->lockMatt Fleming
2017-01-14sched/core: Add wrappers for lockdep_(un)pin_lock()Matt Fleming
2017-01-14locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debuggingNicolai Hähnle
2017-01-14locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...Nicolai Hähnle
2017-01-14locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loopNicolai Hähnle
2017-01-14locking/mutex: Improve inliningPeter Zijlstra
2017-01-14locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...Nicolai Hähnle
2017-01-14locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...Nicolai Hähnle
2017-01-14locking/ww_mutex: Add waiters in stamp orderNicolai Hähnle
2017-01-14locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappersNicolai Hähnle
2017-01-14locking/ww_mutex: Set use_ww_ctx even when locking without a contextNicolai Hähnle
2017-01-14locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()Nicolai Hähnle
2017-01-14locking/mutex: Fix mutex handoffPeter Zijlstra
2017-01-14locking/percpu-rwsem: Replace waitqueue with rcuwaitDavidlohr Bueso
2017-01-14sched/wait, RCU: Introduce rcuwait machineryDavidlohr Bueso
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso
2017-01-14kernel/locking: Compute 'current' directlyDavidlohr Bueso
2017-01-14kernel/exit: Compute 'current' directlyDavidlohr Bueso
2017-01-14perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa
2017-01-14perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra
2017-01-14perf/core: Fix sys_perf_event_open() vs. hotplugPeter Zijlstra
2017-01-14sched/cputime: Rename vtime_account_user() to vtime_flush()Frederic Weisbecker
2017-01-14sched/cputime: Export account_guest_time()Frederic Weisbecker
2017-01-14sched/cputime: Allow accounting system time using cpustat indexFrederic Weisbecker