Linus Torvalds
1bf7067c6e
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
...
Pull locking updates from Ingo Molnar:
"The main changes are:
- 'qspinlock' support, enabled on x86: queued spinlocks - these are
now the spinlock variant used by x86 as they outperform ticket
spinlocks in every category. (Waiman Long)
- 'pvqspinlock' support on x86: paravirtualized variant of queued
spinlocks. (Waiman Long, Peter Zijlstra)
- 'qrwlock' support, enabled on x86: queued rwlocks. Similar to
queued spinlocks, they are now the variant used by x86:
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_QUEUED_RWLOCKS=y
- various lockdep fixlets
- various locking primitives cleanups, further WRITE_ONCE()
propagation"
* 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (24 commits)
locking/lockdep: Remove hard coded array size dependency
locking/qrwlock: Don't contend with readers when setting _QW_WAITING
lockdep: Do not break user-visible string
locking/arch: Rename set_mb() to smp_store_mb()
locking/arch: Add WRITE_ONCE() to set_mb()
rtmutex: Warn if trylock is called from hard/softirq context
arch: Remove __ARCH_HAVE_CMPXCHG
locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG
locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS
locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS
locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()
locking/pvqspinlock, x86: Enable PV qspinlock for Xen
locking/pvqspinlock, x86: Enable PV qspinlock for KVM
locking/pvqspinlock, x86: Implement the paravirt qspinlock call patching
locking/pvqspinlock: Implement simple paravirt support for the qspinlock
locking/qspinlock: Revert to test-and-set on hypervisors
locking/qspinlock: Use a simple write to grab the lock
locking/qspinlock: Optimize for smaller NR_CPUS
locking/qspinlock: Extract out code snippets for the next patch
locking/qspinlock: Add pending bit
...
2015-06-22 14:54:22 -07:00
..
2009-08-03 09:05:00 +01:00
2008-07-27 23:00:59 +02:00
2009-12-12 13:08:14 +01:00
2008-12-09 00:50:13 -08:00
2012-05-27 23:52:43 -07:00
2014-11-07 12:51:44 -08:00
2014-10-03 06:06:23 +02:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:29 -07:00
2014-05-18 19:01:29 -07:00
2014-04-29 01:12:26 -04:00
2012-10-28 13:04:47 -07:00
2014-01-12 10:37:15 +01:00
2015-05-19 08:32:00 +02:00
2012-03-28 18:30:03 +01:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:29 -07:00
2014-06-19 07:50:07 -10:00
2014-06-19 07:50:07 -10:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:29 -07:00
2014-05-18 19:01:29 -07:00
2008-09-02 00:49:38 -07:00
2012-05-19 21:15:37 -07:00
2014-05-18 19:01:29 -07:00
2015-02-05 13:35:30 -08:00
2012-05-20 13:33:36 -07:00
2012-05-13 20:49:31 -07:00
2008-07-27 23:00:59 +02:00
2014-06-19 07:50:07 -10:00
2014-06-19 07:50:07 -10:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2015-05-13 10:55:42 +02:00
2015-05-13 10:55:42 +02:00
2012-03-28 18:30:03 +01:00
2013-02-03 18:16:17 -05:00
2012-10-26 15:18:37 -07:00
2012-05-11 21:29:17 -07:00
2012-05-12 00:23:23 -07:00
2014-08-26 13:45:55 -04:00
2015-04-22 15:42:56 -04:00
2014-04-29 01:12:25 -04:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:29 -07:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:29 -07:00
2014-11-26 13:36:41 -08:00
2012-05-13 13:57:05 -07:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2013-02-26 02:46:08 -05:00
2012-08-18 23:02:36 -07:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2010-08-16 12:26:09 -07:00
2012-10-09 09:47:43 +01:00
2008-08-31 20:56:15 -07:00
2014-05-18 19:01:29 -07:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:35 -07:00
2008-07-27 23:00:59 +02:00
2012-03-28 18:30:03 +01:00
2008-07-27 23:00:59 +02:00
2012-05-11 18:00:14 -06:00
2013-11-13 20:21:46 +01:00
2013-11-13 20:21:46 +01:00
2008-07-27 23:00:59 +02:00
2013-04-06 17:51:48 -04:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2013-03-20 11:06:54 -07:00
2014-05-18 19:01:29 -07:00
2013-04-29 15:54:33 -07:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2015-03-19 18:54:49 -07:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2014-10-20 18:49:18 +01:00
2015-03-01 21:48:22 -08:00
2014-05-18 19:01:26 -07:00
2014-11-19 10:19:45 +01:00
2012-10-09 09:47:43 +01:00
2014-05-18 19:01:26 -07:00
2015-04-18 12:32:59 -07:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:29 -07:00
2014-10-05 16:53:40 -07:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:29 -07:00
2011-07-06 08:00:29 -07:00
2008-07-27 23:00:59 +02:00
2015-04-09 09:40:23 +02:00
2014-12-10 15:17:46 -05:00
2008-11-01 21:44:01 -07:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:34 -07:00
2009-06-16 19:47:51 -07:00
2014-05-18 19:01:34 -07:00
2014-12-11 18:52:45 -08:00
2013-06-19 02:10:29 -07:00
2014-05-18 19:01:29 -07:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2012-05-12 00:35:45 -07:00
2012-05-15 10:22:00 -07:00
2008-07-27 23:00:59 +02:00
2008-08-29 14:16:48 -07:00
2014-05-18 19:01:27 -07:00
2014-05-18 19:01:29 -07:00
2008-08-24 22:08:34 -07:00
2012-10-09 09:47:43 +01:00
2011-03-16 18:19:08 -07:00
2014-05-18 19:01:29 -07:00
2012-07-26 16:46:16 -07:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2011-06-27 14:13:09 -07:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:29 -07:00
2012-03-28 18:30:03 +01:00
2012-05-14 14:05:07 -07:00
2010-11-30 14:33:29 -08:00
2014-05-18 19:01:29 -07:00
2014-10-24 09:52:49 -07:00
2008-07-27 23:00:59 +02:00
2012-07-26 16:46:16 -07:00
2014-10-05 16:53:40 -07:00
2014-05-02 01:30:20 -04:00
2014-10-20 16:20:14 +02:00
2008-07-27 23:00:59 +02:00
2014-05-27 16:23:58 -06:00
2014-06-19 07:50:07 -10:00
2010-03-12 15:52:42 -08:00
2014-05-18 19:01:29 -07:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2009-06-16 04:56:23 -07:00
2008-07-27 23:00:59 +02:00
2010-11-26 15:14:56 +01:00
2014-04-29 01:12:25 -04:00
2014-10-05 16:53:38 -07:00
2008-07-27 23:00:59 +02:00
2015-02-11 17:06:03 -08:00
2015-05-31 22:15:01 -07:00
2008-07-27 23:00:59 +02:00
2015-02-10 14:30:33 -08:00
2009-03-18 23:51:57 -07:00
2014-07-17 12:32:47 +02:00
2014-07-17 12:32:47 +02:00
2012-03-28 18:30:03 +01:00
2014-05-18 19:01:29 -07:00
2012-10-09 09:47:43 +01:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2011-01-27 12:30:39 +01:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2015-04-17 09:04:10 -04:00
2012-05-27 23:52:43 -07:00
2014-10-24 09:52:49 -07:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:28 -07:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2012-05-12 00:23:23 -07:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2012-10-09 09:47:43 +01:00
2012-10-09 09:47:43 +01:00
2013-02-03 15:09:22 -05:00
2014-05-18 19:01:29 -07:00
2014-05-18 19:01:31 -07:00
2008-07-27 23:00:59 +02:00
2013-11-12 15:22:34 -08:00
2011-08-15 14:35:19 -07:00
2011-08-15 14:35:18 -07:00
2009-12-14 23:55:32 +01:00
2008-07-27 23:00:59 +02:00
2014-09-09 15:24:10 -07:00
2014-05-18 19:01:29 -07:00
2015-03-01 21:33:58 -08:00
2014-05-18 19:01:29 -07:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:29 -07:00
2014-05-18 19:01:29 -07:00
2012-03-28 18:30:03 +01:00
2014-09-23 16:21:27 -04:00
2014-05-18 19:01:29 -07:00
2012-10-09 09:47:43 +01:00
2012-10-09 09:47:43 +01:00
2015-04-12 21:03:31 +02:00
2015-04-12 21:03:21 +02:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:29 -07:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2012-04-15 10:28:50 -07:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2012-05-13 20:49:31 -07:00
2014-08-04 20:16:00 -07:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2015-04-22 15:42:56 -04:00
2008-07-27 23:00:59 +02:00
2015-05-31 22:15:01 -07:00
2012-10-09 09:47:43 +01:00
2014-10-05 16:53:39 -07:00
2008-07-27 23:00:59 +02:00
2012-10-26 15:18:37 -07:00
2008-07-27 23:00:59 +02:00
2015-01-13 15:24:14 +02:00
2015-01-13 15:24:12 +02:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00
2014-06-04 16:54:14 -07:00
2008-07-27 23:00:59 +02:00
2008-07-27 23:00:59 +02:00
2012-07-26 16:46:16 -07:00
2012-03-04 17:54:34 -05:00
2008-07-27 23:00:59 +02:00
2014-12-11 18:52:45 -08:00
2014-10-14 19:37:58 -07:00
2012-05-14 13:31:38 -07:00
2008-07-27 23:00:59 +02:00
2014-05-18 19:01:29 -07:00
2008-07-27 23:00:59 +02:00