aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-19locking/pvqspinlock: Fix division by zero in qstat_read()Davidlohr Bueso1-3/+5
2016-04-04locking/lockdep: Fix print_collision() unused warningBorislav Petkov1-0/+2
2016-03-31locking/lockdep: Print chain_key collision informationAlfredo Alvarez Fernandez1-2/+77
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+3
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra1-2/+1
2016-02-29locking/lockdep: Detect chain_key collisionsIngo Molnar1-8/+51
2016-02-29locking/lockdep: Prevent chain_key collisionsAlfredo Alvarez Fernandez1-8/+6
2016-02-29locking/mutex: Allow next waiter lockless wakeupDavidlohr Bueso1-2/+3
2016-02-29locking/pvqspinlock: Enable slowpath locking count trackingWaiman Long2-0/+8
2016-02-29locking/qspinlock: Use smp_cond_acquire() in pending codeWaiman Long1-4/+3
2016-02-29locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_spin_steal_lock()Waiman Long2-20/+9
2016-02-29locking/mcs: Fix mcs_spin_lock() orderingPeter Zijlstra1-1/+7
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin1-59/+0
2016-02-09locking/lockdep: Convert hash tables to hlistsAndrew Morton1-23/+19
2016-02-09locking/lockdep: Fix stack trace caching logicDmitry Vyukov1-6/+10
2016-01-26rtmutex: Make wait_lock irq safeThomas Gleixner1-63/+72
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-58/+576
2015-12-17locking/osq: Fix ordering of node initialisation in osq_lockWill Deacon1-3/+5
2015-12-04locking/pvqspinlock: Queue node adaptive spinningWaiman Long3-4/+50
2015-12-04locking/pvqspinlock: Allow limited lock stealingWaiman Long3-28/+155
2015-12-04locking/pvqspinlock: Collect slowpath lock statisticsWaiman Long2-5/+308
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra1-2/+1
2015-11-23locking/pvqspinlock, x86: Optimize the PV unlock code pathWaiman Long1-16/+27
2015-11-23locking/qspinlock: Avoid redundant read of next pointerWaiman Long1-3/+6
2015-11-23locking/qspinlock: Prefetch the next node cachelineWaiman Long1-0/+10
2015-11-23locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()Waiman Long1-5/+24
2015-11-23treewide: Remove old email addressPeter Zijlstra2-2/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-29/+44
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar2-60/+194
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.2015.10.06a' into HEADPaul E. McKenney2-60/+194
2015-10-06locktorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney1-3/+3
2015-10-06locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read()Oleg Nesterov1-5/+5
2015-10-06locking/percpu-rwsem: Fix the comments outdated by rcu_syncOleg Nesterov1-39/+11
2015-10-06locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov1-11/+7
2015-10-06locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safeOleg Nesterov1-0/+7
2015-10-06locktorture: Add torture tests for percpu_rwsemPaul E. McKenney1-0/+44
2015-10-06locking/percpu-rwsem: Export symbols for locktorturePaul E. McKenney1-0/+5
2015-10-06locktorture: Support rtmutex torturingDavidlohr Bueso1-2/+112
2015-10-06locking/rwsem: Use acquire/release semanticsDavidlohr Bueso1-2/+3
2015-10-06locking/mcs: Use acquire/release semanticsDavidlohr Bueso1-2/+2
2015-10-06locking/rtmutex: Use acquire/release semanticsDavidlohr Bueso1-9/+21
2015-10-06locking/mutex: Use acquire/release semanticsDavidlohr Bueso1-4/+5
2015-10-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changesIngo Molnar1-5/+5
2015-09-23Merge branch 'locking/urgent' into locking/core, to pick up fixes before applying new changesIngo Molnar1-5/+5
2015-09-23sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()Juri Lelli1-1/+2
2015-09-23locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra1-5/+5
2015-09-18locking/pvqspinlock: Kick the PV CPU unconditionally when _Q_SLOW_VALWaiman Long1-5/+1
2015-09-18locking/osq: Relax atomic semanticsDavidlohr Bueso1-3/+8