aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)AuthorFilesLines
2017-11-15kmemcheck: remove annotationsGravatar Levin, Alexander (Sasha Levin) 1-3/+0
2017-11-08locking/pvqspinlock: Implement hybrid PV queued/unfair locksGravatar Waiman Long 1-9/+38
2017-11-07locking/rwlocks: Fix commentsGravatar Cheng Jian 1-1/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 17-0/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 17-0/+17
2017-10-25locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=yGravatar Byungchul Park 1-0/+4
2017-10-25locking/lockdep: Add a boot parameter allowing unwind in cross-release and di...Gravatar Byungchul Park 1-2/+17
2017-10-25locking/qrwlock: Prevent slowpath writers getting held up by fastpathGravatar Will Deacon 1-15/+5
2017-10-25locking/qrwlock: Use atomic_cond_read_acquire() when spinning in qrwlockGravatar Will Deacon 1-38/+12
2017-10-25locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock'Gravatar Will Deacon 1-24/+2
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Gravatar Will Deacon 1-4/+2
2017-10-10locking/rwsem: Add down_read_killable()Gravatar Kirill Tkhai 1-0/+16
2017-10-10locking/lockdep: Fix stacktrace messGravatar Peter Zijlstra 1-28/+20
2017-09-29locking/rwsem-xadd: Fix missed wakeup due to reordering of loadGravatar Prateek Sood 1-0/+27
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 1-1/+1
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingGravatar Davidlohr Bueso 3-31/+18
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 9-211/+940
2017-08-29locking/pvqspinlock: Relax cmpxchg's to improve performance on some architect...Gravatar Waiman Long 1-7/+17
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independenceGravatar Peter Zijlstra 1-41/+38
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationGravatar Peter Zijlstra 1-20/+36
2017-08-17locking: Remove spin_unlock_wait() generic definitionsGravatar Paul E. McKenney 1-117/+0
2017-08-14locking/lockdep: Fix the rollback and overwrite detection logic in crossreleaseGravatar Byungchul Park 1-6/+6
2017-08-14locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_e...Gravatar Byungchul Park 1-0/+4
2017-08-10locking/lockdep: Make print_circular_bug() aware of crossreleaseGravatar Byungchul Park 1-20/+47
2017-08-10locking/lockdep: Handle non(or multi)-acquisition of a crosslockGravatar Byungchul Park 1-26/+56
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteGravatar Byungchul Park 1-5/+47
2017-08-10locking/lockdep: Implement the 'crossrelease' featureGravatar Byungchul Park 1-23/+485
2017-08-10locking/lockdep: Make check_prev_add() able to handle external stack_traceGravatar Byungchul Park 1-21/+19
2017-08-10locking/lockdep: Change the meaning of check_prev_add()'s return valueGravatar Byungchul Park 1-3/+4
2017-08-10locking/lockdep: Add a function building a chain between two classesGravatar Byungchul Park 1-0/+70
2017-08-10locking/lockdep: Refactor lookup_chain_cache()Gravatar Byungchul Park 1-48/+93
2017-08-10locking/lockdep: Avoid creating redundant linksGravatar Peter Zijlstra 3-0/+33
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationGravatar Peter Zijlstra 2-95/+1
2017-08-10locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()Gravatar Kirill Tkhai 1-3/+30
2017-08-10locking/rwsem-spinlock: Add killable versions of __down_read()Gravatar Kirill Tkhai 1-9/+28
2017-08-10locking/osq_lock: Fix osq_lock queue corruptionGravatar Prateek Sood 1-0/+13
2017-08-01futex: Allow for compiling out PI supportGravatar Nicolas Pitre 1-0/+29
2017-07-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+0
2017-07-13locking/rtmutex: Remove unnecessary priority adjustmentGravatar Alex Shi 1-1/+0
2017-07-09Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-2/+3
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextGravatar Linus Torvalds 1-0/+1
2017-07-08locking/qspinlock: Explicitly include asm/prefetch.hGravatar Stafford Horne 1-0/+1
2017-07-06mm: update callers to use HASH_ZERO flagGravatar Pavel Tatashin 1-1/+2
2017-07-05locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()Gravatar Kirill Tkhai 1-2/+2
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-3/+3
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-10/+37
2017-06-20locking/rtmutex: Don't initialize lockdep when not requiredGravatar Levin, Alexander (Sasha Levin) 1-1/+2
2017-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar David S. Miller 1-6/+18
2017-06-08rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionGravatar Paul E. McKenney 1-4/+0
2017-06-08lockdep: Use consistent printing primitivesGravatar Paul E. McKenney 1-86/+86