summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)Author
2017-07-27rwsem: fix missed wakeup due to reordering of loadPrateek Sood
2017-07-03Merge "osq_lock: fix osq_lock queue corruption"Linux Build Service Account
2017-07-02osq_lock: fix osq_lock queue corruptionPrateek Sood
2017-06-30osq_lock: avoid live-lock issue for RT taskPrateek Sood
2017-03-18Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4'Runmin Wang
2016-12-20Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-12-15locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner
2016-12-15locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner
2016-10-28Merge remote-tracking branch 'msm4.4/tmp-da9a92f' into msm-4.4Runmin Wang
2016-10-21Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Runmin Wang
2016-10-05Merge "RFC: FROMLIST: cgroup: reduce read locked section of cgroup_threadgrou...Linux Build Service Account
2016-09-14RFC: FROMLIST: locking/percpu-rwsem: Optimize readers and reduce global impactPeter Zijlstra
2016-09-02Merge "mutex: Add a delay into the SPIN_ON_OWNER wait loop."Linux Build Service Account
2016-08-29RFC: FROMLIST: locking/percpu-rwsem: Optimize readers and reduce global impactPeter Zijlstra
2016-08-26Revert "Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4"Trilok Soni
2016-08-25mutex: Add a delay into the SPIN_ON_OWNER wait loop.Riley Andrews
2016-08-18Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Trilok Soni
2016-07-27locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra
2016-07-27locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson
2016-05-04locking/mcs: Fix mcs_spin_lock() orderingPeter Zijlstra
2016-03-22lib: spinlock: Trigger a watchdog bite on spin_dump for rwlockPrasad Sodagudi
2016-03-22lib: spinlock: Cause a watchdog bite on spin_dumpRohit Vaswani
2016-03-22lib: spinlock_debug: Prevent continuous spin dump logs on panicRohit Vaswani
2016-03-22kernel/lib: add additional debug capabilites for data corruptionSyed Rameez Mustafa
2015-12-17locking/osq: Fix ordering of node initialisation in osq_lockWill Deacon
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney
2015-10-06locktorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney
2015-10-06locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read()Oleg Nesterov
2015-10-06locking/percpu-rwsem: Fix the comments outdated by rcu_syncOleg Nesterov
2015-10-06locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov
2015-10-06locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safeOleg Nesterov
2015-10-06locktorture: Add torture tests for percpu_rwsemPaul E. McKenney
2015-10-06locking/percpu-rwsem: Export symbols for locktorturePaul E. McKenney
2015-10-06locktorture: Support rtmutex torturingDavidlohr Bueso
2015-10-06locking/rwsem: Use acquire/release semanticsDavidlohr Bueso
2015-10-06locking/mcs: Use acquire/release semanticsDavidlohr Bueso
2015-10-06locking/rtmutex: Use acquire/release semanticsDavidlohr Bueso
2015-10-06locking/mutex: Use acquire/release semanticsDavidlohr Bueso
2015-10-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2015-09-23Merge branch 'locking/urgent' into locking/core, to pick up fixes before appl...Ingo Molnar
2015-09-23sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()Juri Lelli
2015-09-23locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra
2015-09-18locking/pvqspinlock: Kick the PV CPU unconditionally when _Q_SLOW_VALWaiman Long
2015-09-18locking/osq: Relax atomic semanticsDavidlohr Bueso
2015-09-18locking/qrwlock: Rename ->lock to ->wait_lockDavidlohr Bueso