aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-22locking/lglock: Remove lglock implementationPeter Zijlstra2-90/+0
2016-09-22stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()Oleg Nesterov1-22/+0
2016-09-22locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()Pan Xinhui1-1/+1
2016-08-18locking/rwsem: Scan the wait_list for readers only onceDavidlohr Bueso1-32/+26
2016-08-18locking/rwsem: Remove a few useless commentsDavidlohr Bueso1-3/+0
2016-08-18locking/rwsem: Return void in __rwsem_mark_wake()Davidlohr Bueso1-18/+17
2016-08-10locking/percpu-rwsem: Optimize readers and reduce global impactPeter Zijlstra1-97/+131
2016-08-10locking/pvstat: Separate wait_again and spurious wakeup statsWaiman Long2-11/+5
2016-08-10locking/qspinlock: Improve readabilityPeter Zijlstra1-5/+7
2016-08-10locking/pvqspinlock: Fix a bug in qstat_read()Pan Xinhui1-1/+0
2016-08-10locking/pvqspinlock: Fix double hash raceWanpeng Li1-1/+1
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-100/+277
2016-07-07Merge branch 'locking/arch-atomic' into locking/core, because the topic is readyIngo Molnar3-4/+4
2016-06-27locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec()Pan Xinhui1-1/+1
2016-06-23locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds4-12/+12
2016-06-16locking/atomic, arch/rwsem: Employ atomic_long_fetch_add()Peter Zijlstra1-1/+1
2016-06-16locking/atomic, arch/qrwlock: Employ atomic_fetch_add_acquire()Peter Zijlstra1-1/+1
2016-06-16locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functionsPeter Zijlstra1-2/+2
2016-06-14locking/barriers: Introduce smp_acquire__after_ctrl_dep()Peter Zijlstra1-1/+1
2016-06-14locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra1-6/+6
2016-06-08locking/rwsem: Streamline the rwsem_optimistic_spin() codeWaiman Long1-18/+20
2016-06-08locking/rwsem: Improve reader wakeup codeWaiman Long1-3/+8
2016-06-08locking/rwsem: Protect all writes to owner by WRITE_ONCE()Waiman Long1-3/+10
2016-06-08locking/rwsem: Add reader-owned state to the owner fieldWaiman Long3-21/+69
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low1-15/+17
2016-06-08locking/qspinlock: Add commentsPeter Zijlstra1-0/+57
2016-06-08locking/qspinlock: Clarify xchg_tail() orderingPeter Zijlstra1-2/+13
2016-06-08Merge branch 'locking/urgent' into locking/core, to pick up dependencyIngo Molnar1-0/+60
2016-06-08locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra1-0/+60
2016-06-08locking/rtmutex: Only warn once on a trylock from bad contextSebastian Andrzej Siewior1-1/+1
2016-06-08locking/lockdep: Use __jhash_mix() for iterate_chain_key()Peter Zijlstra1-4/+9
2016-06-03locking/mutex: Set and clear owner using WRITE_ONCE()Jason Low2-4/+10
2016-06-03locking/rwsem: Optimize write lock by reducing operations in slowpathJason Low1-7/+18
2016-06-03locking/rwsem: Rework zeroing reader waiter->taskDavidlohr Bueso1-10/+7
2016-06-03locking/rwsem: Enable lockless waiter wakeup(s)Davidlohr Bueso1-16/+42
2016-06-03locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson1-3/+6
2016-05-26add down_write_killable_nested()Al Viro1-0/+16
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+62
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+68
2016-05-15locking/rwsem: Fix down_write_killable()Peter Zijlstra1-6/+15
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar2-3/+36
2016-05-05locking/pvqspinlock: Robustify init_qspinlock_stat()Davidlohr Bueso1-8/+14
2016-05-05locking/pvqspinlock: Avoid double resetting of statsDavidlohr Bueso1-2/+0
2016-05-05Merge tag 'v4.6-rc6' into locking/core, to pick up fixesIngo Molnar3-6/+41
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra1-9/+62
2016-04-28lcoking/locktorture: Simplify the torture_runnable computationPaul E. McKenney1-6/+1
2016-04-25ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong1-0/+1
2016-04-23lockdep: Fix lock_chain::base sizePeter Zijlstra2-1/+25
2016-04-23locking/lockdep: Fix ->irq_context calculationBoqun Feng1-2/+11