summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/spinlock.h
AgeCommit message (Expand)AuthorLines
2015-02-18x86/spinlocks/paravirt: Fix memory corruption on unlockRaghavendra K T-48/+46
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds-4/+4
2014-12-18x86/spinlock: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger-4/+4
2014-12-09Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+13
2014-12-08x86/ticketlock: Fix spin_unlock_wait() livelockOleg Nesterov-1/+13
2014-09-10locking/rwlock, x86: Clean up asm/spinlock*.h to remove old rwlock codeWaiman Long-79/+2
2014-06-06x86, locking/rwlocks: Enable qrwlocks on x86Waiman Long-0/+4
2014-03-11x86: Remove CONFIG_X86_OOSTOREDave Jones-3/+2
2013-09-04Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-41/+87
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds-0/+5
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov-4/+0
2013-08-09x86, ticketlock: Add slowpath logicJeremy Fitzhardinge-24/+62
2013-08-09x86, pvticketlock: When paravirtualizing ticket locks, increment by 2Jeremy Fitzhardinge-5/+5
2013-08-09x86, ticketlock: Collapse a layer of functionsJeremy Fitzhardinge-30/+5
2013-08-09x86, spinlock: Replace pv spinlocks with pv ticketlocksJeremy Fitzhardinge-10/+43
2012-08-22x86/spinlocks: Fix comment in spinlock.hRichard Weinberger-2/+1
2012-03-30x86: spinlock.h: Remove REG_PTR_MODERichard Weinberger-2/+0
2012-02-07x86/spinlocks: Eliminate TICKET_MASKJan Beulich-2/+2
2011-11-25x86/cmpxchg: add a locked add() helperJeremy Fitzhardinge-14/+1
2011-09-27x86, ticketlock: remove obsolete commentJeremy Fitzhardinge-4/+0
2011-08-29x86, ticketlock: Make __ticket_spin_trylock commonJeremy Fitzhardinge-39/+12
2011-08-29x86, ticketlock: Convert __ticket_spin_lock to use xadd()Jeremy Fitzhardinge-30/+5
2011-08-29x86, ticketlock: Convert spin loop to CJeremy Fitzhardinge-30/+30
2011-08-29x86, ticketlock: Clean up types and accessorsJeremy Fitzhardinge-14/+10
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-07-21x86: Fix write lock scalability 64-bit issueJan Beulich-15/+22
2009-12-14locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner-10/+10
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner-8/+8
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner-13/+13
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner-15/+15
2009-07-09memory barrier: adding smp_mb__after_lockJiri Olsa-0/+4
2009-05-15x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge-2/+2
2009-04-02Allow rwlocks to re-enable interruptsRobin Holt-0/+3
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar-0/+1
2009-02-09x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin-0/+1
2009-01-28Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar-66/+3
2009-01-26x86: micro-optimize __raw_read_trylock()Frederic Weisbecker-2/+1
2009-01-20x86: remove byte locksJiri Kosina-64/+2
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro-0/+364