index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
rwsem.h
Age
Commit message (
Expand
)
Author
2013-05-07
x86 rwsem: avoid taking slow path when stealing write lock
Michel Lespinasse
2011-08-29
x86: Use xadd helper more widely
Jeremy Fitzhardinge
2011-01-27
rwsem: Move duplicate function prototypes to linux/rwsem.h
Thomas Gleixner
2011-01-27
rwsem: Unify the duplicate rwsem_is_locked() inlines
Thomas Gleixner
2011-01-27
rwsem: Move duplicate init macros and functions to linux/rwsem.h
Thomas Gleixner
2011-01-27
rwsem: Move duplicate struct rwsem declaration to linux/rwsem.h
Thomas Gleixner
2011-01-27
x86: Cleanup rwsem_count_t typedef
Thomas Gleixner
2011-01-27
rwsem: Cleanup includes
Thomas Gleixner
2010-07-21
x86, rwsem: Minor cleanups
Michel Lespinasse
2010-07-21
x86, rwsem: Stay on fast path when count > 0 in __up_write()
Michel Lespinasse
2010-02-13
x86-64, rwsem: Avoid store forwarding hazard in __downgrade_write
Avi Kivity
2010-01-18
x86-64, rwsem: 64-bit xadd rwsem implementation
H. Peter Anvin
2010-01-14
x86: clean up rwsem type system
Linus Torvalds
2010-01-13
x86-32: clean up rwsem inline asm statements
Linus Torvalds
2008-10-23
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-23
x86, um: ... and asm-x86 move
Al Viro