aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-22locking/rwsem: Provide down_write_killable()Michal Hocko1-0/+19
2016-04-19locking/pvqspinlock: Fix division by zero in qstat_read()Davidlohr Bueso1-3/+5
2016-04-13locking/rwsem: Introduce basis for down_write_killable()Michal Hocko2-8/+45
2016-04-13locking/rwsem: Get rid of __down_write_nested()Michal Hocko1-6/+1
2016-04-13locking/lockdep: Deinline register_lock_class(), save 2328 bytesDenys Vlasenko1-1/+1
2016-04-13locking/locktorture: Fix NULL pointer dereference for cleanup pathsDavidlohr Bueso1-0/+12
2016-04-13locking/locktorture: Fix deboosting NULL pointer dereferenceDavidlohr Bueso1-3/+3
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