summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)Author
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-08locking/pvqspinlock: Implement hybrid PV queued/unfair locksWaiman Long
2017-11-07locking/rwlocks: Fix commentsCheng Jian
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=yByungchul Park
2017-10-25locking/lockdep: Add a boot parameter allowing unwind in cross-release and di...Byungchul Park
2017-10-25locking/qrwlock: Prevent slowpath writers getting held up by fastpathWill Deacon
2017-10-25locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlockWill Deacon
2017-10-25locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock'Will Deacon
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon
2017-10-10locking/rwsem: Add down_read_killable()Kirill Tkhai
2017-10-10locking/lockdep: Fix stacktrace messPeter Zijlstra
2017-09-29locking/rwsem-xadd: Fix missed wakeup due to reordering of loadPrateek Sood
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-08-29locking/pvqspinlock: Relax cmpxchg's to improve performance on some architect...Waiman Long
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra
2017-08-17locking: Remove spin_unlock_wait() generic definitionsPaul E. McKenney
2017-08-14locking/lockdep: Fix the rollback and overwrite detection logic in crossreleaseByungchul Park
2017-08-14locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_e...Byungchul Park
2017-08-10locking/lockdep: Make print_circular_bug() aware of crossreleaseByungchul Park
2017-08-10locking/lockdep: Handle non(or multi)-acquisition of a crosslockByungchul Park
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park
2017-08-10locking/lockdep: Make check_prev_add() able to handle external stack_traceByungchul Park
2017-08-10locking/lockdep: Change the meaning of check_prev_add()'s return valueByungchul Park
2017-08-10locking/lockdep: Add a function building a chain between two classesByungchul Park
2017-08-10locking/lockdep: Refactor lookup_chain_cache()Byungchul Park
2017-08-10locking/lockdep: Avoid creating redundant linksPeter Zijlstra
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra
2017-08-10locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()Kirill Tkhai
2017-08-10locking/rwsem-spinlock: Add killable versions of __down_read()Kirill Tkhai
2017-08-10locking/osq_lock: Fix osq_lock queue corruptionPrateek Sood
2017-08-01futex: Allow for compiling out PI supportNicolas Pitre
2017-07-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-07-13locking/rtmutex: Remove unnecessary priority adjustmentAlex Shi
2017-07-09Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2017-07-08locking/qspinlock: Explicitly include asm/prefetch.hStafford Horne
2017-07-06mm: update callers to use HASH_ZERO flagPavel Tatashin
2017-07-05locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()Kirill Tkhai
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-06-20locking/rtmutex: Don't initialize lockdep when not requiredLevin, Alexander (Sasha Levin)
2017-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller
2017-06-08rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney
2017-06-08lockdep: Use consistent printing primitivesPaul E. McKenney