summary refs log tree commit diff
AgeCommit message (Expand)Author
2017-04-04rtmutex: Deboost before waking up the top waiterXunlei Pang
2017-04-04Merge branch 'sched/core' into locking/coreThomas Gleixner
2017-03-30locking/ww-mutex: Limit stress test to 2 secondsChris Wilson
2017-03-30sched/fair: Optimize ___update_sched_avg()Yuyang Du
2017-03-30sched/fair: Explicitly generate __update_load_avg() instancesPeter Zijlstra
2017-03-30locking/atomic: Fix atomic_try_cmpxchg() semanticsPeter Zijlstra
2017-03-27sched/fair: Prefer sibiling only if local group is under-utilizedSrikar Dronamraju
2017-03-26lockdep: Fix per-cpu static objectsPeter Zijlstra
2017-03-23futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra
2017-03-23futex: Futex_unlock_pi() determinismPeter Zijlstra
2017-03-23futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra
2017-03-23futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra
2017-03-23futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra
2017-03-23futex: Pull rt_mutex_futex_unlock() out from under hb->lockPeter Zijlstra
2017-03-23futex: Rework inconsistent rt_mutex/futex_q statePeter Zijlstra
2017-03-23futex: Cleanup refcountingPeter Zijlstra
2017-03-23futex: Change locking rulesPeter Zijlstra
2017-03-23futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra
2017-03-23futex: Remove rt_mutex_deadlock_account_*()Peter Zijlstra
2017-03-23futex: Use smp_store_release() in mark_wake_futex()Peter Zijlstra
2017-03-23futex: Cleanup variable names for futex_top_waiter()Peter Zijlstra
2017-03-23locking/atomic/x86: Use atomic_try_cmpxchg()Peter Zijlstra
2017-03-23locking/refcounts: Use atomic_try_cmpxchg()Peter Zijlstra
2017-03-23locking/atomic: Introduce atomic_try_cmpxchg()Peter Zijlstra
2017-03-23sched/fair: Fix FTQ noise bench regressionVincent Guittot
2017-03-23sched/core: Fix rq lock pinning warning after call balance callbacksWanpeng Li
2017-03-16locking/ww_mutex: Improve test to cover acquire context changesPeter Zijlstra
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner
2017-03-16locking/lockdep: Add new check to lock_downgrade()J. R. Okajima
2017-03-16locking/lockdep: Factor out the validate_held_lock() helper functionJ. R. Okajima
2017-03-16locking/lockdep: Factor out the find_held_lock() helper functionJ. R. Okajima
2017-03-16Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar
2017-03-16sched/core: Avoid double update_rq_clock() in move_queued_task()Peter Zijlstra
2017-03-16sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task()Peter Zijlstra
2017-03-16sched/core: Avoid obvious double update_rq_clock()Peter Zijlstra
2017-03-16sched/core: Simplify update_rq_clock() in __schedule()Peter Zijlstra
2017-03-16sched/core: Make sched_ttwu_pending() atomic in timePeter Zijlstra
2017-03-16sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTOREPeter Zijlstra
2017-03-16sched/core: Add {EN,DE}QUEUE_NOCLOCK flagsPeter Zijlstra
2017-03-16sched/core: Add rq->lock wrappersPeter Zijlstra
2017-03-16sched/core: Add WARNING for multiple update_rq_clock() callsPeter Zijlstra
2017-03-16sched/rt: Add comments describing the RT IPI pull methodSteven Rostedt (VMware)
2017-03-16sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)
2017-03-16sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira
2017-03-16sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira
2017-03-16locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel
2017-03-16sched/loadavg: Use {READ,WRITE}_ONCE() for sample windowMatt Fleming
2017-03-16sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming
2017-03-16sched/deadline: Add missing update_rq_clock() in dl_task_timer()Wanpeng Li
2017-03-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds