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