summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)Author
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-12-06lockdep: Fix report formattingDmitry Vyukov
2016-12-04don't open-code file_inode()Al Viro
2016-12-02locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy...Thomas Gleixner
2016-12-02locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALLThomas Gleixner
2016-12-02Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar
2016-12-02locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner
2016-12-02locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner
2016-11-30locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra
2016-11-22locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...Pan Xinhui
2016-11-22locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...Pan Xinhui
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long
2016-11-18lockdep: Limit static allocations if PROVE_LOCKING_SMALL is definedBabu Moger
2016-11-16locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger
2016-11-11locking/lockdep: Remove unused parameter from the add_lock_to_list() functionTahsin Erdogan
2016-10-25locking/mutex: Enable optimistic spinning of woken waiterWaiman Long
2016-10-25locking/mutex: Simplify some ww_mutex code in __mutex_lock_common()Waiman Long
2016-10-25locking/mutex: Restructure wait loopPeter Zijlstra
2016-10-25locking/mutex: Add lock handoff to avoid starvationPeter Zijlstra
2016-10-25locking/mutex: Rework mutex::ownerPeter Zijlstra
2016-09-22locking/lglock: Remove lglock implementationPeter Zijlstra
2016-09-22stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()Oleg Nesterov
2016-09-22locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()Pan Xinhui
2016-08-18locking/rwsem: Scan the wait_list for readers only onceDavidlohr Bueso
2016-08-18locking/rwsem: Remove a few useless commentsDavidlohr Bueso
2016-08-18locking/rwsem: Return void in __rwsem_mark_wake()Davidlohr Bueso
2016-08-10locking/percpu-rwsem: Optimize readers and reduce global impactPeter Zijlstra
2016-08-10locking/pvstat: Separate wait_again and spurious wakeup statsWaiman Long
2016-08-10locking/qspinlock: Improve readabilityPeter Zijlstra
2016-08-10locking/pvqspinlock: Fix a bug in qstat_read()Pan Xinhui
2016-08-10locking/pvqspinlock: Fix double hash raceWanpeng Li
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-07-07Merge branch 'locking/arch-atomic' into locking/core, because the topic is readyIngo Molnar
2016-06-27locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec()Pan Xinhui
2016-06-23locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds
2016-06-16locking/atomic, arch/rwsem: Employ atomic_long_fetch_add()Peter Zijlstra
2016-06-16locking/atomic, arch/qrwlock: Employ atomic_fetch_add_acquire()Peter Zijlstra
2016-06-16locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functionsPeter Zijlstra
2016-06-14locking/barriers: Introduce smp_acquire__after_ctrl_dep()Peter Zijlstra
2016-06-14locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra
2016-06-08locking/rwsem: Streamline the rwsem_optimistic_spin() codeWaiman Long
2016-06-08locking/rwsem: Improve reader wakeup codeWaiman Long
2016-06-08locking/rwsem: Protect all writes to owner by WRITE_ONCE()Waiman Long
2016-06-08locking/rwsem: Add reader-owned state to the owner fieldWaiman Long
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low
2016-06-08locking/qspinlock: Add commentsPeter Zijlstra