aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)Author
2019-06-03Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/intel-x86Bruce Ashfield
2019-06-03Merge tag 'v4.18.40' into v4.18/standard/baseBruce Ashfield
2019-05-30locking/rwsem: Prevent decrement of reader count before incrementWaiman Long
2019-05-06Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/intel-x86Bruce Ashfield
2019-05-06Merge tag 'v4.18.36' into v4.18/standard/baseBruce Ashfield
2019-05-05Revert "locking/lockdep: Add debug_locks check in __lock_downgrade()"Paul Gortmaker
2019-04-09Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/intel-x86Bruce Ashfield
2019-04-09Merge tag 'v4.18.34' into v4.18/standard/baseBruce Ashfield
2019-04-07locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long
2019-03-17Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/intel-x86Bruce Ashfield
2019-03-17Merge tag 'v4.18.31' into v4.18/standard/baseBruce Ashfield
2019-03-16locking/rwsem: Fix (possible) missed wakeupXie Yongji
2019-03-07Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-03-07Merge tag 'v4.18.29' into v4.18/standard/baseBruce Ashfield
2019-03-01futex: Handle early deadlock return correctlyThomas Gleixner
2019-01-21Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-01-21Merge tag 'v4.18.25' into v4.18/standard/baseBruce Ashfield
2019-01-12locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra
2019-01-12locking/qspinlock: Re-order codePeter Zijlstra
2018-11-22Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-11-22Merge tag 'v4.18.19' into v4.18/standard/baseBruce Ashfield
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-11-06Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-11-06Merge tag 'v4.18.17' into v4.18/standard/baseBruce Ashfield
2018-11-04locking/ww_mutex: Fix runtime warning in the WW mutex selftestGuenter Roeck
2018-08-22rtmutex: annotate sleeping lock contextSebastian Andrzej Siewior
2018-08-22locking/rtmutex: re-init the wait_lock in rt_mutex_init_proxy_locked()Sebastian Andrzej Siewior
2018-08-22locking/rt-mutex: fix deadlock in device mapper / block-IOMikulas Patocka
2018-08-22rtmutex: add ww_mutex addon for mutex-rtSebastian Andrzej Siewior
2018-08-22rtmutex: wire up RT's lockingThomas Gleixner
2018-08-22rtmutex: add rwlock implementation based on rtmutexThomas Gleixner
2018-08-22rtmutex: add rwsem implementation based on rtmutexThomas Gleixner
2018-08-22rtmutex: add mutex implementation based on rtmutexThomas Gleixner
2018-08-22rtmutex: add sleeping lock implementationThomas Gleixner
2018-08-22rtmutex: export lockdep-less version of rt_mutex's lock, trylock and unlockThomas Gleixner
2018-08-22rtmutex: Provide rt_mutex_slowlock_locked()Thomas Gleixner
2018-08-22rtmutex: Make lock_killable workThomas Gleixner
2018-08-22rtmutex: Add rtmutex_lock_killable()Thomas Gleixner
2018-08-22locking: locktorture: Do NOT include rwlock.h directlyWolfgang M. Reimer
2018-08-22futex: Fix bug on when a requeued RT task times outSteven Rostedt
2018-08-22rtmutex: Handle the various new futex race conditionsThomas Gleixner
2018-08-22rtmutex: trylock is okay on -RTSebastian Andrzej Siewior
2018-08-22lockdep: Make it RT awareThomas Gleixner
2018-08-22aufs4: standalone supportBruce Ashfield
2018-08-22aufs4: base supportBruce Ashfield
2018-07-25locking/rtmutex: Allow specifying a subclass for nested lockingPeter Rosin
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-06-21locking/lockdep: Do not record IRQ state within lockdep codeSteven Rostedt (VMware)
2018-06-20locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMSWaiman Long
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook