summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-07-211-1/+0
|\
| * locking/rtmutex: Remove unnecessary priority adjustmentAlex Shi2017-07-131-1/+0
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-07-092-2/+3
|\ \ | |/
| * locking/qspinlock: Explicitly include asm/prefetch.hStafford Horne2017-07-081-0/+1
| * locking/rwsem-spinlock: Fix EINTR branch in __down_write_common()Kirill Tkhai2017-07-051-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2017-07-081-0/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2017-06-101-6/+18
| |\ \
| * | | kernel/locking: Fix compile error with qrwlock.cBabu Moger2017-05-251-0/+1
* | | | mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-061-1/+2
* | | | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-031-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-181-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | mutex, futex: adjust kernel-doc markups to generate ReSTMauro Carvalho Chehab2017-05-161-3/+3
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-034-10/+37
|\ \ \ \
| * | | | locking/rtmutex: Don't initialize lockdep when not requiredLevin, Alexander (Sasha Levin)2017-06-201-1/+2
| * | | | rt_mutex: Add lockdep annotationsPeter Zijlstra2017-06-084-10/+36
| | |_|/ | |/| |
* | | | rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney2017-06-081-4/+0
* | | | lockdep: Use consistent printing primitivesPaul E. McKenney2017-06-081-86/+86
|/ / /
* | | futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Peter Zijlstra2017-05-221-6/+18
|/ /
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-102-47/+48
|\ \ | |/ |/|
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-232-47/+48
| |\
| | * lockdep: Use "WARNING" tag on lockdep splatsPaul E. McKenney2017-04-192-47/+48
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-031-2/+9
|\ \ \
| * | | mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-031-3/+3
| * | | lockdep: allow to disable reclaim lockup detectionMichal Hocko2017-05-031-0/+4
| * | | lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov2017-05-031-1/+4
* | | | Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-05-031-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie2017-03-233-10/+23
| |\ \ \
| * | | | drm/i915: annote drop_caches debugfs interface with lockdepDaniel Vetter2017-03-141-0/+2
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-018-288/+418
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | rtmutex: Plug preempt count leak in rt_mutex_futex_unlock()Mike Galbraith2017-04-051-5/+5
| * | | | rtmutex: Fix more prio comparisonsPeter Zijlstra2017-04-041-3/+29
| * | | | rtmutex: Fix PI chain order integrityPeter Zijlstra2017-04-042-2/+28
| * | | | sched/rtmutex: Refactor rt_mutex_setprio()Peter Zijlstra2017-04-041-82/+30
| * | | | rtmutex: Clean upPeter Zijlstra2017-04-042-16/+14
| * | | | sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period updateXunlei Pang2017-04-041-1/+1
| * | | | sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang2017-04-041-8/+21
| * | | | rtmutex: Deboost before waking up the top waiterXunlei Pang2017-04-042-28/+33
| * | | | locking/ww-mutex: Limit stress test to 2 secondsChris Wilson2017-03-301-9/+9
| * | | | futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra2017-03-232-21/+31
| * | | | futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra2017-03-232-20/+7
| * | | | futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()Peter Zijlstra2017-03-232-10/+50
| * | | | futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra2017-03-232-3/+10
| * | | | futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra2017-03-232-16/+48
| * | | | futex: Remove rt_mutex_deadlock_account_*()Peter Zijlstra2017-03-234-43/+18
| * | | | locking/ww_mutex: Improve test to cover acquire context changesPeter Zijlstra2017-03-161-8/+7
| * | | | locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner2017-03-161-10/+23
| * | | | locking/lockdep: Add new check to lock_downgrade()J. R. Okajima2017-03-162-4/+57
| * | | | locking/lockdep: Factor out the validate_held_lock() helper functionJ. R. Okajima2017-03-161-18/+22
| * | | | locking/lockdep: Factor out the find_held_lock() helper functionJ. R. Okajima2017-03-161-60/+54
| | |/ / | |/| |
* | | | sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLDaniel Jordan2017-04-181-3/+3
|/ / /
OpenPOWER on IntegriCloud