index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
rwsem.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/rwsem: Convert sem->count to 'atomic_long_t'
Jason Low
2016-06-08
1
-3
/
+5
*
add down_write_killable_nested()
Al Viro
2016-05-26
1
-0
/
+2
*
locking/rwsem: Provide down_write_killable()
Michal Hocko
2016-04-22
1
-0
/
+1
*
locking/rwsem: Introduce basis for down_write_killable()
Michal Hocko
2016-04-13
1
-0
/
+2
*
locking/Documentation: Move locking related docs into Documentation/locking/
Davidlohr Bueso
2014-08-13
1
-1
/
+1
*
locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER
Davidlohr Bueso
2014-07-16
1
-2
/
+4
*
locking/rwsem: Reduce the size of struct rw_semaphore
Jason Low
2014-07-16
1
-14
/
+11
*
locking/spinlocks/mcs: Introduce and use init macro and function for osq locks
Jason Low
2014-07-16
1
-1
/
+1
*
locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overhead
Jason Low
2014-07-16
1
-4
/
+3
*
locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()
Jason Low
2014-07-16
1
-2
/
+2
*
locking/rwsem: Fix warnings for CONFIG_RWSEM_GENERIC_SPINLOCK
Davidlohr Bueso
2014-06-05
1
-1
/
+1
*
locking/rwsem: Support optimistic spinning
Davidlohr Bueso
2014-06-05
1
-3
/
+22
*
rwsem: add rwsem_is_contended
Josef Bacik
2014-01-28
1
-0
/
+11
*
Revert "rw_semaphore: remove up/down_read_non_owner"
Kent Overstreet
2013-03-23
1
-0
/
+10
*
lockdep, rwsem: fix down_write_nest_lock() if !CONFIG_DEBUG_LOCK_ALLOC
Jiri Kosina
2013-01-16
1
-1
/
+1
*
lockdep, rwsem: provide down_write_nest_lock()
Jiri Kosina
2013-01-11
1
-0
/
+9
*
Remove all #inclusions of asm/system.h
David Howells
2012-03-28
1
-1
/
+0
*
locking, rwsem: Annotate inner lock as raw
Thomas Gleixner
2011-09-13
1
-4
/
+6
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
rw_semaphore: remove up/down_read_non_owner
Christoph Hellwig
2011-07-20
1
-10
/
+0
*
rwsem: Remove redundant asmregparm annotation
Thomas Gleixner
2011-01-27
1
-4
/
+4
*
rwsem: Move duplicate function prototypes to linux/rwsem.h
Thomas Gleixner
2011-01-27
1
-0
/
+5
*
rwsem: Unify the duplicate rwsem_is_locked() inlines
Thomas Gleixner
2011-01-27
1
-0
/
+7
*
rwsem: Move duplicate init macros and functions to linux/rwsem.h
Thomas Gleixner
2011-01-27
1
-0
/
+25
*
rwsem: Move duplicate struct rwsem declaration to linux/rwsem.h
Thomas Gleixner
2011-01-27
1
-1
/
+12
*
rwsem: Cleanup includes
Thomas Gleixner
2011-01-27
1
-0
/
+3
*
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert P. J. Day
2008-04-30
1
-3
/
+0
*
[PATCH] lockdep: add more rwsem.h documentation
Ingo Molnar
2006-07-10
1
-2
/
+15
*
[PATCH] lockdep: prove rwsem locking correctness
Ingo Molnar
2006-07-03
1
-34
/
+25
*
[PATCH] lockdep: clean up rwsems
Ingo Molnar
2006-07-03
1
-24
/
+0
*
Don't include linux/config.h from anywhere else in include/
David Woodhouse
2006-04-26
1
-1
/
+0
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+115