aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 2-47/+48
2017-04-19lockdep: Use "WARNING" tag on lockdep splatsGravatar Paul E. McKenney 2-47/+48
2017-04-18sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLGravatar Daniel Jordan 1-3/+3
2017-04-05rtmutex: Plug preempt count leak in rt_mutex_futex_unlock()Gravatar Mike Galbraith 1-5/+5
2017-04-04rtmutex: Fix more prio comparisonsGravatar Peter Zijlstra 1-3/+29
2017-04-04rtmutex: Fix PI chain order integrityGravatar Peter Zijlstra 2-2/+28
2017-04-04sched/rtmutex: Refactor rt_mutex_setprio()Gravatar Peter Zijlstra 1-82/+30
2017-04-04rtmutex: Clean upGravatar Peter Zijlstra 2-16/+14
2017-04-04sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period updateGravatar Xunlei Pang 1-1/+1
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksGravatar Xunlei Pang 1-8/+21
2017-04-04rtmutex: Deboost before waking up the top waiterGravatar Xunlei Pang 2-28/+33
2017-03-30locking/ww-mutex: Limit stress test to 2 secondsGravatar Chris Wilson 1-9/+9
2017-03-23futex: Drop hb->lock before enqueueing on the rtmutexGravatar Peter Zijlstra 2-21/+31
2017-03-23futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Gravatar Peter Zijlstra 2-20/+7
2017-03-23futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Gravatar Peter Zijlstra 2-10/+50
2017-03-23futex,rt_mutex: Introduce rt_mutex_init_waiter()Gravatar Peter Zijlstra 2-3/+10
2017-03-23futex,rt_mutex: Provide futex specific rt_mutex APIGravatar Peter Zijlstra 2-16/+48
2017-03-23futex: Remove rt_mutex_deadlock_account_*()Gravatar Peter Zijlstra 4-43/+18
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextGravatar Dave Airlie 3-10/+23
2017-03-16locking/ww_mutex: Improve test to cover acquire context changesGravatar Peter Zijlstra 1-8/+7
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyGravatar Thomas Gleixner 1-10/+23
2017-03-16locking/lockdep: Add new check to lock_downgrade()Gravatar J. R. Okajima 2-4/+57
2017-03-16locking/lockdep: Factor out the validate_held_lock() helper functionGravatar J. R. Okajima 1-18/+22
2017-03-16locking/lockdep: Factor out the find_held_lock() helper functionGravatar J. R. Okajima 1-60/+54
2017-03-16locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yGravatar Niklas Cassel 1-5/+11