aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-08rt_mutex: Add lockdep annotationsGravatar Peter Zijlstra 4-10/+36
2017-05-25kernel/locking: Fix compile error with qrwlock.cGravatar Babu Moger 1-0/+1
2017-05-22futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Gravatar Peter Zijlstra 1-6/+18
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookGravatar Jonathan Corbet 1-3/+3
2017-05-16mutex, futex: adjust kernel-doc markups to generate ReSTGravatar Mauro Carvalho Chehab 1-3/+3
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-47/+48
2017-05-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+9
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIGravatar Michal Hocko 1-3/+3
2017-05-03lockdep: allow to disable reclaim lockup detectionGravatar Michal Hocko 1-0/+4
2017-05-03lockdep: teach lockdep about memalloc_noio_saveGravatar Nikolay Borisov 1-1/+4
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+2
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 8-288/+418