summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-10/+2
|\
| * don't open-code file_inode()Al Viro2016-12-041-10/+2
* | Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-141-8/+12
|\ \
| * | locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra2016-11-301-8/+12
* | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-111-54/+57
|\ \ \
| * | | lockdep: Fix report formattingDmitry Vyukov2016-12-061-54/+57
* | | | locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy...Thomas Gleixner2016-12-021-4/+12
* | | | locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALLThomas Gleixner2016-12-021-2/+1
* | | | Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar2016-12-022-4/+69
|\ \ \ \ | |/ / /
| * | | locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner2016-12-021-2/+3
| * | | locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2016-12-021-2/+66
| | |/ | |/|
* | | locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...Pan Xinhui2016-11-222-5/+22
* | | locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...Pan Xinhui2016-11-221-1/+8
* | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-221-3/+17
|\ \ \ | |/ /
| * | lockdep: Limit static allocations if PROVE_LOCKING_SMALL is definedBabu Moger2016-11-181-3/+17
| |/
* | sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long2016-11-213-7/+7
* | locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger2016-11-165-12/+12
* | locking/lockdep: Remove unused parameter from the add_lock_to_list() functionTahsin Erdogan2016-11-111-5/+5
* | locking/mutex: Enable optimistic spinning of woken waiterWaiman Long2016-10-251-23/+54
* | locking/mutex: Simplify some ww_mutex code in __mutex_lock_common()Waiman Long2016-10-251-9/+4
* | locking/mutex: Restructure wait loopPeter Zijlstra2016-10-251-5/+25
* | locking/mutex: Add lock handoff to avoid starvationPeter Zijlstra2016-10-251-23/+119
* | locking/mutex: Rework mutex::ownerPeter Zijlstra2016-10-254-264/+156
|/
* locking/lglock: Remove lglock implementationPeter Zijlstra2016-09-222-90/+0
* stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()Oleg Nesterov2016-09-221-22/+0
* locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()Pan Xinhui2016-09-221-1/+1
* locking/rwsem: Scan the wait_list for readers only onceDavidlohr Bueso2016-08-181-32/+26
* locking/rwsem: Remove a few useless commentsDavidlohr Bueso2016-08-181-3/+0
* locking/rwsem: Return void in __rwsem_mark_wake()Davidlohr Bueso2016-08-181-18/+17
* locking/percpu-rwsem: Optimize readers and reduce global impactPeter Zijlstra2016-08-101-97/+131
* locking/pvstat: Separate wait_again and spurious wakeup statsWaiman Long2016-08-102-11/+5
* locking/qspinlock: Improve readabilityPeter Zijlstra2016-08-101-5/+7
* locking/pvqspinlock: Fix a bug in qstat_read()Pan Xinhui2016-08-101-1/+0
* locking/pvqspinlock: Fix double hash raceWanpeng Li2016-08-101-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-2510-100/+277
|\
| * Merge branch 'locking/arch-atomic' into locking/core, because the topic is readyIngo Molnar2016-07-073-4/+4
| |\
| | * locking/atomic, arch/rwsem: Employ atomic_long_fetch_add()Peter Zijlstra2016-06-161-1/+1
| | * locking/atomic, arch/qrwlock: Employ atomic_fetch_add_acquire()Peter Zijlstra2016-06-161-1/+1
| | * locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functionsPeter Zijlstra2016-06-161-2/+2
| * | locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec()Pan Xinhui2016-06-271-1/+1
| |/
| * locking/barriers: Introduce smp_acquire__after_ctrl_dep()Peter Zijlstra2016-06-141-1/+1
| * locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra2016-06-141-6/+6
| * locking/rwsem: Streamline the rwsem_optimistic_spin() codeWaiman Long2016-06-081-18/+20
| * locking/rwsem: Improve reader wakeup codeWaiman Long2016-06-081-3/+8
| * locking/rwsem: Protect all writes to owner by WRITE_ONCE()Waiman Long2016-06-081-3/+10
| * locking/rwsem: Add reader-owned state to the owner fieldWaiman Long2016-06-083-21/+69
| * locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low2016-06-081-15/+17
| * locking/qspinlock: Add commentsPeter Zijlstra2016-06-081-0/+57
| * locking/qspinlock: Clarify xchg_tail() orderingPeter Zijlstra2016-06-081-2/+13
OpenPOWER on IntegriCloud