index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
rwsem.h
Age
Commit message (
Expand
)
Author
2016-10-18
locking/rwsem/x86: Add stack frame dependency for ____down_write()
Josh Poimboeuf
2016-09-20
locking/rwsem, x86: Drop a bogus cc clobber
Jan Beulich
2016-07-25
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-06-08
x86, asm: Use CC_SET()/CC_OUT() in <asm/rwsem.h>
H. Peter Anvin
2016-06-08
x86, asm: use bool for bitops and other assembly outputs
H. Peter Anvin
2016-06-08
locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()
Jason Low
2016-04-22
locking/rwsem: Provide down_write_killable()
Michal Hocko
2016-04-13
locking/rwsem, x86: Provide __down_write_killable()
Michal Hocko
2016-04-13
locking/rwsem: Get rid of __down_write_nested()
Michal Hocko
2016-02-24
x86: Fix misspellings in comments
Adam Buchbinder
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-20
x86, rwsem: Minor cleanups
Michel Lespinasse
2010-07-20
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-13
x86: clean up rwsem type system
Linus Torvalds
2010-01-12
x86-32: clean up rwsem inline asm statements
Linus Torvalds
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro