summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel2017-03-161-5/+11
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-072-5/+12
|\ \ | |/ |/|
| * locking/ww_mutex: Adjust the lock number for stress testBoqun Feng2017-03-021-1/+1
| * locking/lockdep: Add nest_lock integrity testPeter Zijlstra2017-03-021-2/+9
| * locking/ww_mutex: Replace cpu_relax() with cond_resched() for testsChris Wilson2017-03-021-2/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-027-0/+7
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-024-4/+4
* | sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-1/+5
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-2015-322/+1081
|\
| * locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long2017-02-101-81/+5
| * lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park2017-02-101-1/+1
| * locking/mutex: Fix lockdep_assert_held() failPeter Zijlstra2017-01-303-35/+11
| * locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()Steven Rostedt (VMware)2017-01-301-1/+1
| * locking/rwsem: Reinit wake_q after useWaiman Long2017-01-221-2/+5
| * locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson2017-01-141-0/+254
| * locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson2017-01-141-0/+115
| * locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson2017-01-141-0/+98
OpenPOWER on IntegriCloud