aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-29locking/rwsem-xadd: Fix missed wakeup due to reordering of loadPrateek Sood1-0/+27
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-09-08locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso3-31/+18
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-211/+940
2017-08-29locking/pvqspinlock: Relax cmpxchg's to improve performance on some architecturesWaiman Long1-7/+17
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra1-41/+38
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra1-20/+36
2017-08-17locking: Remove spin_unlock_wait() generic definitionsPaul E. McKenney1-117/+0
2017-08-14locking/lockdep: Fix the rollback and overwrite detection logic in crossreleaseByungchul Park1-6/+6
2017-08-14locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_exit()Byungchul Park1-0/+4
2017-08-10locking/lockdep: Make print_circular_bug() aware of crossreleaseByungchul Park1-20/+47
2017-08-10locking/lockdep: Handle non(or multi)-acquisition of a crosslockByungchul Park1-26/+56
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park1-5/+47
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park1-23/+485
2017-08-10locking/lockdep: Make check_prev_add() able to handle external stack_traceByungchul Park1-21/+19
2017-08-10locking/lockdep: Change the meaning of check_prev_add()'s return valueByungchul Park1-3/+4
2017-08-10locking/lockdep: Add a function building a chain between two classesByungchul Park1-0/+70
2017-08-10locking/lockdep: Refactor lookup_chain_cache()Byungchul Park1-48/+93
2017-08-10locking/lockdep: Avoid creating redundant linksPeter Zijlstra3-0/+33
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2-95/+1
2017-08-10locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed()Kirill Tkhai1-3/+30
2017-08-10locking/rwsem-spinlock: Add killable versions of __down_read()Kirill Tkhai1-9/+28
2017-08-10locking/osq_lock: Fix osq_lock queue corruptionPrateek Sood1-0/+13
2017-08-01futex: Allow for compiling out PI supportNicolas Pitre1-0/+29
2017-07-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2017-07-13locking/rtmutex: Remove unnecessary priority adjustmentAlex Shi1-1/+0
2017-07-09Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+3
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+1
2017-07-08locking/qspinlock: Explicitly include asm/prefetch.hStafford Horne1-0/+1
2017-07-06mm: update callers to use HASH_ZERO flagPavel Tatashin1-1/+2
2017-07-05locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()Kirill Tkhai1-2/+2
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-3/+3
2017-07-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-10/+37
2017-06-20locking/rtmutex: Don't initialize lockdep when not requiredLevin, Alexander (Sasha Levin)1-1/+2
2017-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller1-6/+18
2017-06-08rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney1-4/+0
2017-06-08lockdep: Use consistent printing primitivesPaul E. McKenney1-86/+86
2017-06-08rt_mutex: Add lockdep annotationsPeter Zijlstra4-10/+36
2017-05-25kernel/locking: Fix compile error with qrwlock.cBabu Moger1-0/+1
2017-05-22futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Peter Zijlstra1-6/+18
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet1-3/+3
2017-05-16mutex, futex: adjust kernel-doc markups to generate ReSTMauro Carvalho Chehab1-3/+3
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-47/+48
2017-05-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+9
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko1-3/+3
2017-05-03lockdep: allow to disable reclaim lockup detectionMichal Hocko1-0/+4
2017-05-03lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov1-1/+4
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+2
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-288/+418
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar2-47/+48