summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-052-2/+14
|\
| * percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov2015-08-151-2/+1
| * percpu-rwsem: introduce percpu_down_read_trylock()Oleg Nesterov2015-08-151-0/+13
* | locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon2015-08-121-12/+12
* | locking/pvqspinlock: Only kick CPU at unlock timeWaiman Long2015-08-032-21/+51
* | locking/qrwlock: Reduce reader/writer to reader lock transfer latencyWaiman Long2015-08-031-8/+4
* | locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpathWill Deacon2015-08-031-5/+18
* | locking: Clean up pvqspinlock warningPeter Zijlstra2015-08-031-6/+7
| |
| \
*-. \ Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar2015-08-031-1/+10
|\ \ \ | | |/ | |/|
| * | locking/pvqspinlock: Fix kernel panic in locking-selftestWaiman Long2015-07-211-1/+10
| |/
* | rtmutex: Delete scriptable testerDavidlohr Bueso2015-07-204-444/+1
* | locking/qrwlock: Better optimization for interrupt context readersWaiman Long2015-07-061-6/+7
* | locking/qrwlock: Rename functions to queued_*()Waiman Long2015-07-061-6/+6
|/
* Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-241-90/+87
|\
| * lockdep: Implement lock pinningPeter Zijlstra2015-06-191-0/+80
| * lockdep: Simplify lock_release()Peter Zijlstra2015-06-191-101/+18
* | Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-06-242-31/+59
|\ \
| * | locking/rtmutex: Update stale plist commentsDavidlohr Bueso2015-06-191-9/+9
| * | futex: Lower the lock contention on the HB lock during wake upSebastian Andrzej Siewior2015-06-192-15/+44
| * | locking/rtmutex: Implement lockless top-waiter wakeupDavidlohr Bueso2015-06-181-11/+10
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-4/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'linus' into timers/coreThomas Gleixner2015-05-191-5/+7
| |\ \ | | |/
| * | rtmutex: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-221-4/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-221-0/+22
|\ \ \
| * | | sched/stop_machine: Fix deadlock between multiple stop_two_cpus()Peter Zijlstra2015-06-191-0/+22
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-228-11/+881
|\ \ \
| * | | locking/qrwlock: Don't contend with readers when setting _QW_WAITINGWaiman Long2015-06-191-4/+24
| * | | lockdep: Do not break user-visible stringBorislav Petkov2015-06-031-2/+1
| * | | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-191-1/+1
| * | | rtmutex: Warn if trylock is called from hard/softirq contextThomas Gleixner2015-05-131-0/+7
| * | | locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHGSebastian Andrzej Siewior2015-05-131-3/+3
| * | | locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKSWaiman Long2015-05-122-2/+2
| * | | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar2015-05-111-1/+1
| * | | locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()Waiman Long2015-05-111-1/+1
| * | | locking/pvqspinlock: Implement simple paravirt support for the qspinlockWaiman Long2015-05-082-1/+392
| * | | locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)2015-05-081-0/+3
| * | | locking/qspinlock: Use a simple write to grab the lockWaiman Long2015-05-081-16/+50
| * | | locking/qspinlock: Optimize for smaller NR_CPUSPeter Zijlstra (Intel)2015-05-081-1/+68
| * | | locking/qspinlock: Extract out code snippets for the next patchWaiman Long2015-05-081-31/+48
| * | | locking/qspinlock: Add pending bitPeter Zijlstra (Intel)2015-05-081-21/+98
| * | | locking/qspinlock: Introduce a simple generic 4-byte queued spinlockWaiman Long2015-05-083-0/+211
| * | | locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()Waiman Long2015-05-081-0/+44
| | |/ | |/|
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-7/+7
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-06-021-7/+7
| |\ \ \ | | |_|/ | |/| |
| | * | locktorture: Change longdelay_us to longdelay_msPaul E. McKenney2015-05-271-6/+6
| | * | locktorture: fix deadlock in 'rw_lock_irq' typeAlexey Kodanev2015-05-271-1/+1
| | |/
* | | lockdep: Fix a race between /proc/lock_stat and module unloadPeter Zijlstra2015-06-072-6/+19
|/ /
* | sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-081-5/+7
|/
* lockdep: Make print_lock() robust against concurrent releasePeter Zijlstra2015-04-171-1/+15
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-138-102/+118
|\
OpenPOWER on IntegriCloud