1. 360aa64 hwspinlock: add the 'in_atomic' API by Fabien Dessenne · 6 years ago
  2. 5cd69f1 hwspinlock: stm32: implement the relax() ops by Fabien Dessenne · 6 years ago
  3. fbd7330 hwspinlock: ignore disabled device by Fabien Dessenne · 6 years ago
  4. d4d98bb hwspinlock/omap: Add a trace during probe by Suman Anna · 6 years ago
  5. 6fa154e2 hwspinlock/omap: Add support for TI K3 SoCs by Suman Anna · 6 years ago
  6. 4d5a91f hwspinlock: fix return value check in stm32_hwspinlock_probe() by Wei Yongjun · 6 years ago
  7. f24fcff hwspinlock: add STM32 hwspinlock device by Benjamin Gaignard · 6 years ago
  8. ddb34f4 hwspinlock: Fix incorrect return pointers by Baolin Wang · 7 years ago
  9. 38ce606 hwspinlock: Fix one comment mistake by Baolin Wang · 7 years ago
  10. c102780 hwspinlock: Add devm_xxx() APIs to register/unregister one hwlock controller by Baolin Wang · 7 years ago
  11. 4f1acd7 hwspinlock: Add devm_xxx() APIs to request/free hwlock by Baolin Wang · 7 years ago
  12. 5560f70 hwspinlock: Add one new API to support getting a specific hwlock by the name by Baolin Wang · 7 years ago
  13. 6f75ede Merge tag 'hwlock-v4.18' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  14. 0ed2dd0 treewide: Use struct_size() for devm_kmalloc() and friends by Kees Cook · 7 years ago
  15. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  16. e759176 hwspinlock/u8500: Switch to SPDX license identifier by Suman Anna · 7 years ago
  17. 0c3e890 hwspinlock: sprd: Switch to SPDX license identifier by Suman Anna · 7 years ago
  18. 50a5228 hwspinlock/sirf: Switch to SPDX license identifier by Suman Anna · 7 years ago
  19. 8ba01ca hwspinlock: qcom: Switch to SPDX license identifier by Suman Anna · 7 years ago
  20. 357ace0 hwspinlock/omap: Switch to SPDX license identifier by Suman Anna · 7 years ago
  21. eebba71 hwspinlock/core: Switch to SPDX license identifier by Suman Anna · 7 years ago
  22. 1e6c06a hwspinlock: Introduce one new mode for hwspinlock by Baolin Wang · 7 years ago
  23. 66742b1 hwspinlock: Convert to use 'switch' statement by Baolin Wang · 7 years ago
  24. 27eabfa Merge tag 'hwlock-v4.15' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  25. d048236 hwspinlock: Change hwspinlock to a bool by Baolin Wang · 7 years ago
  26. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  27. d8c8bbb hwspinlock: sprd: Add hardware spinlock driver by Baolin Wang · 8 years ago
  28. 35fc8a0 Make HWSPINLOCK a menuconfig to ease disabling by Vincent Legoll · 8 years ago
  29. 4d41c8c hwspinlock: qcom_hwspinlock: add missing of_node_put after calling of_parse_phandle by Peter Chen · 8 years ago
  30. b76ba4a drivers/hwspinlock: use correct radix tree API by Matthew Wilcox · 9 years ago
  31. c6400ba drivers/hwspinlock: fix race between radix tree insertion and lookup by Matthew Wilcox · 9 years ago
  32. bd5717a hwspinlock: qcom: Correct msb in regmap_field by Bjorn Andersson · 10 years ago
  33. cc16d66 hwspinlock: add a CSR atlas7 driver by Wei Chen · 10 years ago
  34. 19a0f61 hwspinlock: qcom: Add support for Qualcomm HW Mutex block by Bjorn Andersson · 10 years ago
  35. 65bd434 hwspinlock/omap: add support for dt nodes by Suman Anna · 10 years ago
  36. fb7737e hwspinlock/core: add device tree support by Suman Anna · 10 years ago
  37. a7629c7 hwspinlock: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  38. ceca89e hwspinlock: enable OMAP build for AM33xx, AM43xx & DRA7xx by Suman Anna · 10 years ago
  39. e1e4528 hwspinlock/omap: enable module before reading SYSSTATUS register by Suman Anna · 10 years ago
  40. c807b17 Merge tag 'hwspinlock-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock by Linus Torvalds · 12 years ago
  41. c10b90d hwspinlock: fix __hwspin_lock_request error path by Li Fei · 12 years ago
  42. 8ae053d hwspinlock/omap: support OMAP5 as well by Vincent Stehlé · 12 years ago
  43. e533a34 hwspinlock: remove use of __devexit by Bill Pemberton · 12 years ago
  44. 5712910 hwspinlock: remove use of __devinit by Bill Pemberton · 12 years ago
  45. 9eb26bd hwspinlock: remove use of __devexit_p by Bill Pemberton · 12 years ago
  46. e352614 hwspinlock/core: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  47. 476a7eeb hwspinlock/core: use global ID to register hwspinlocks on multiple devices by Shinya Kuribayashi · 12 years ago
  48. 19e0baf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  49. fdcb236 hwspinlock/u8500: fix build error due to undefined label by Axel Lin · 13 years ago
  50. 8f7346b hwspinlock/u8500: include linux/module.h by Axel Lin · 13 years ago
  51. 9efb4a1 hwspinlock/omap: omap_hwspinlock_remove should be __devexit by Ohad Ben-Cohen · 13 years ago
  52. f84a8ec hwspinlock/u8500: add hwspinlock driver by Mathieu J. Poirier · 13 years ago
  53. 300bab9 hwspinlock/core: register a bank of hwspinlocks in a single API call by Ohad Ben-Cohen · 13 years ago
  54. 93b465c hwspinlock/core: use a mutex to protect the radix tree by Juan Gutierrez · 13 years ago
  55. c3c1250 hwspinlock/core/omap: fix id issues on multiple hwspinlock devices by Ohad Ben-Cohen · 13 years ago
  56. c97f6dd hwspinlock/omap: simplify allocation scheme by Ohad Ben-Cohen · 13 years ago
  57. e467b64 hwspinlock/core: simplify 'owner' handling by Ohad Ben-Cohen · 13 years ago
  58. 315d8f5 hwspinlock/core: simplify Kconfig by Ohad Ben-Cohen · 13 years ago
  59. 4fa8eeb hwspinlock: depend on OMAP4 by Ohad Ben-Cohen · 14 years ago
  60. 70ba4cc drivers: hwspinlock: add OMAP implementation by Simon Que · 14 years ago
  61. bd9a4c7 drivers: hwspinlock: add framework by Ohad Ben-Cohen · 14 years ago