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
/
drivers
/
hwspinlock
/
hwspinlock_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwspinlock: Let the PM runtime can be optional
Baolin Wang
2019-11-08
1
-4
/
+4
*
hwspinlock: Remove BUG_ON() from the hwspinlock core
Baolin Wang
2019-11-08
1
-4
/
+4
*
hwspinlock: add the 'in_atomic' API
Fabien Dessenne
2019-06-29
1
-13
/
+30
*
hwspinlock: ignore disabled device
Fabien Dessenne
2019-06-29
1
-0
/
+5
*
hwspinlock: Fix incorrect return pointers
Baolin Wang
2018-07-30
1
-4
/
+4
*
hwspinlock: Fix one comment mistake
Baolin Wang
2018-06-26
1
-1
/
+1
*
hwspinlock: Add devm_xxx() APIs to register/unregister one hwlock controller
Baolin Wang
2018-06-26
1
-0
/
+82
*
hwspinlock: Add devm_xxx() APIs to request/free hwlock
Baolin Wang
2018-06-26
1
-0
/
+110
*
hwspinlock: Add one new API to support getting a specific hwlock by the name
Baolin Wang
2018-06-26
1
-0
/
+29
*
hwspinlock/core: Switch to SPDX license identifier
Suman Anna
2018-05-24
1
-9
/
+1
*
hwspinlock: Introduce one new mode for hwspinlock
Baolin Wang
2018-04-17
1
-7
/
+27
*
hwspinlock: Convert to use 'switch' statement
Baolin Wang
2018-04-17
1
-9
/
+24
*
drivers/hwspinlock: use correct radix tree API
Matthew Wilcox
2016-05-20
1
-1
/
+1
*
drivers/hwspinlock: fix race between radix tree insertion and lookup
Matthew Wilcox
2016-02-03
1
-0
/
+4
*
hwspinlock/core: add device tree support
Suman Anna
2015-05-02
1
-0
/
+79
*
hwspinlock: fix __hwspin_lock_request error path
Li Fei
2013-04-05
1
-0
/
+2
*
hwspinlock/core: move the dereference below the NULL test
Wei Yongjun
2012-09-10
1
-1
/
+2
*
hwspinlock/core: use global ID to register hwspinlocks on multiple devices
Shinya Kuribayashi
2012-07-07
1
-2
/
+2
*
hwspinlock/core: register a bank of hwspinlocks in a single API call
Ohad Ben-Cohen
2011-09-21
1
-56
/
+109
*
hwspinlock/core: use a mutex to protect the radix tree
Juan Gutierrez
2011-09-21
1
-25
/
+20
*
hwspinlock/core/omap: fix id issues on multiple hwspinlock devices
Ohad Ben-Cohen
2011-09-21
1
-0
/
+2
*
hwspinlock/core: simplify 'owner' handling
Ohad Ben-Cohen
2011-09-21
1
-2
/
+2
*
drivers: hwspinlock: add framework
Ohad Ben-Cohen
2011-02-17
1
-0
/
+548