summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)AuthorFilesLines
2017-07-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus 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...Linus 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/k...Linus 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/kerne...Linus 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/k...Linus Torvalds8-288/+418
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2-47/+48
2017-04-19lockdep: Use "WARNING" tag on lockdep splatsPaul E. McKenney2-47/+48
2017-04-18sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLDaniel Jordan1-3/+3
2017-04-05rtmutex: Plug preempt count leak in rt_mutex_futex_unlock()Mike Galbraith1-5/+5
2017-04-04rtmutex: Fix more prio comparisonsPeter Zijlstra1-3/+29
2017-04-04rtmutex: Fix PI chain order integrityPeter Zijlstra2-2/+28
2017-04-04sched/rtmutex: Refactor rt_mutex_setprio()Peter Zijlstra1-82/+30
2017-04-04rtmutex: Clean upPeter Zijlstra2-16/+14
2017-04-04sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period updateXunlei Pang1-1/+1
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang1-8/+21
2017-04-04rtmutex: Deboost before waking up the top waiterXunlei Pang2-28/+33
2017-03-30locking/ww-mutex: Limit stress test to 2 secondsChris Wilson1-9/+9
2017-03-23futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra2-21/+31
2017-03-23futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra2-20/+7
2017-03-23futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra2-10/+50
2017-03-23futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra2-3/+10
2017-03-23futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra2-16/+48
2017-03-23futex: Remove rt_mutex_deadlock_account_*()Peter Zijlstra4-43/+18
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie3-10/+23
2017-03-16locking/ww_mutex: Improve test to cover acquire context changesPeter Zijlstra1-8/+7
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner1-10/+23
2017-03-16locking/lockdep: Add new check to lock_downgrade()J. R. Okajima2-4/+57
2017-03-16locking/lockdep: Factor out the validate_held_lock() helper functionJ. R. Okajima1-18/+22
2017-03-16locking/lockdep: Factor out the find_held_lock() helper functionJ. R. Okajima1-60/+54
2017-03-16locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel1-5/+11