aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAge
...
| * | | locking/osq: Relax atomic semanticsDavidlohr Bueso2015-09-18
| * | | locking/qrwlock: Rename ->lock to ->wait_lockDavidlohr Bueso2015-09-18
| * | | Merge tag 'v4.3-rc1' into locking/core, to refresh the treeIngo Molnar2015-09-13
| |\ \ \
* | \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-10-19
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney2015-10-07
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | * | | locktorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney2015-10-06
| | |/ / / | |/| | |
| | * | | locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read()Oleg Nesterov2015-10-06
| | * | | locking/percpu-rwsem: Fix the comments outdated by rcu_syncOleg Nesterov2015-10-06
| | * | | locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov2015-10-06
| | * | | locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safeOleg Nesterov2015-10-06
| | * | | locktorture: Add torture tests for percpu_rwsemPaul E. McKenney2015-10-06
| | * | | locking/percpu-rwsem: Export symbols for locktorturePaul E. McKenney2015-10-06
| | * | | locktorture: Support rtmutex torturingDavidlohr Bueso2015-10-06
| |/ / /
* / / / locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra2015-09-23
|/ / /
* | / Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-09-17
|\| | | |/ |/|
| * locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra2015-09-11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-05
|\ \ | |/ |/|
| * percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov2015-08-15
| * percpu-rwsem: introduce percpu_down_read_trylock()Oleg Nesterov2015-08-15
* | locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon2015-08-12
* | locking/pvqspinlock: Only kick CPU at unlock timeWaiman Long2015-08-03
* | locking/qrwlock: Reduce reader/writer to reader lock transfer latencyWaiman Long2015-08-03
* | locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpathWill Deacon2015-08-03
* | locking: Clean up pvqspinlock warningPeter Zijlstra2015-08-03
| |
| \
*-. \ Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar2015-08-03
|\ \ \ | | |/ | |/|
| * | locking/pvqspinlock: Fix kernel panic in locking-selftestWaiman Long2015-07-21
| |/
* | rtmutex: Delete scriptable testerDavidlohr Bueso2015-07-20
* | locking/qrwlock: Better optimization for interrupt context readersWaiman Long2015-07-06
* | locking/qrwlock: Rename functions to queued_*()Waiman Long2015-07-06
|/
* Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-24
|\
| * lockdep: Implement lock pinningPeter Zijlstra2015-06-18
| * lockdep: Simplify lock_release()Peter Zijlstra2015-06-18
* | Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-06-24
|\ \
| * | locking/rtmutex: Update stale plist commentsDavidlohr Bueso2015-06-19
| * | futex: Lower the lock contention on the HB lock during wake upSebastian Andrzej Siewior2015-06-19
| * | locking/rtmutex: Implement lockless top-waiter wakeupDavidlohr Bueso2015-06-18
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-22
|\ \ \ | | |/ | |/|
| * | Merge branch 'linus' into timers/coreThomas Gleixner2015-05-19
| |\|
| * | rtmutex: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-22
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-22
|\ \ \
| * | | sched/stop_machine: Fix deadlock between multiple stop_two_cpus()Peter Zijlstra2015-06-19
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-22
|\ \ \
| * | | locking/qrwlock: Don't contend with readers when setting _QW_WAITINGWaiman Long2015-06-19
| * | | lockdep: Do not break user-visible stringBorislav Petkov2015-06-03
| * | | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-19
| * | | rtmutex: Warn if trylock is called from hard/softirq contextThomas Gleixner2015-05-13
| * | | locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHGSebastian Andrzej Siewior2015-05-13
| * | | locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKSWaiman Long2015-05-12
| * | | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar2015-05-11
| * | | locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()Waiman Long2015-05-11