1. 016a638 mailbox: handle empty message in tx_tick by Sudeep Holla · 7 years ago
  2. abe9090 mailbox: skip complete wait event if timer expired by Sudeep Holla · 7 years ago
  3. a23fba8 mailbox: always wait in mbox_send_message for blocking Tx mode by Sudeep Holla · 7 years ago
  4. 6ca595a mailbox: PCC: Fix lockdep warning when request PCC channel by Hoan Tran · 7 years ago
  5. c6594fc Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 8 years ago
  6. 0d573c6 Merge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc' by Rafael J. Wysocki · 8 years ago
  7. ad3a212 mailbox: Add Platform Message-Handling-Unit variant driver by Neil Armstrong · 8 years ago
  8. aca314e mailbox: pcc: Support HW-Reduced Communication Subspace type 2 by hotran · 8 years ago
  9. a75e4a8 fix:mailbox:bcm-pdc-mailbox:mark symbols static where possible by Baoyou Xie · 8 years ago
  10. 068cf29 mailbox: bcm-pdc: potential NULL dereference in pdc_shutdown() by Dan Carpenter · 8 years ago
  11. e0c6fba mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX by Rob Rice · 8 years ago
  12. a68b216 mailbox: Fix format and type mismatches in Broadcom PDC driver by Rob Rice · 8 years ago
  13. a24532f mailbox: Add Broadcom PDC mailbox driver by Rob Rice · 8 years ago
  14. 9ac3e85 mailbox: pl320: remove __raw IO by Ben Dooks · 8 years ago
  15. 9ef3c51 mailbox: mailbox-test: set tdev->signal to NULL after freeing by Sudeep Holla · 8 years ago
  16. c430cf3 mailbox: Fix devm_ioremap_resource error detection code by Amitoj Kaur Chawla · 8 years ago
  17. dd28216 mailbox/omap: kill omap_mbox_{save/restore}_ctx() functions by Suman Anna · 8 years ago
  18. 9f0cee98 mailbox/omap: check for any unread messages during suspend by Suman Anna · 8 years ago
  19. af1d2f5 mailbox/omap: add support for suspend/resume by Suman Anna · 8 years ago
  20. 2240f8a mailbox/omap: store mailbox interrupt type in omap_mbox_device by Suman Anna · 8 years ago
  21. 2665a4c mailbox/omap: add blank lines after declarations by Suman Anna · 8 years ago
  22. 0196fa3 mailbox/omap: remove FSF mailing address paragraph by Suman Anna · 8 years ago
  23. 86f6f5e mailbox/omap: use variable name for sizeof() operator by Suman Anna · 8 years ago
  24. 4899f78a mailbox/omap: drop legacy platform device support by Suman Anna · 8 years ago
  25. a7109a2 Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 8 years ago
  26. 0c44d78 mailbox: Stop using ENOSYS for anything other than unimplemented syscalls by Lee Jones · 8 years ago
  27. d1c2f87 mailbox: mailbox-test: Prevent memory leak by Lee Jones · 8 years ago
  28. 17f5f28 mailbox: mailbox-test: Use more consistent format for calling copy_from_user() by Lee Jones · 8 years ago
  29. fa81e66 Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc' by Rafael J. Wysocki · 8 years ago
  30. a61b37e mailbox: xgene-slimpro: Fix wrong test for devm_kzalloc by Axel Lin · 8 years ago
  31. 169b38373 mailbox: pcc: Don't access an unmapped memory address space by Shanker Donthineni · 8 years ago
  32. 988faa73 Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 8 years ago
  33. aace66b mailbox: Introduce TI message manager driver by Nishanth Menon · 8 years ago
  34. 2b2f72d8 Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 8 years ago
  35. c5a9d1f mailbox: rockchip: avoid 64-bit division by Arnd Bergmann · 8 years ago
  36. 6a8ccb1 Merge branches 'acpi-processor' and 'acpi-cppc' by Rafael J. Wysocki · 8 years ago
  37. f70ed3b mailbox: rockchip: Add Rockchip mailbox driver by Caesar Wang · 9 years ago
  38. 8b0f578 mailbox: pcc: optimized pcc_send_data by Prakash, Prashanth · 8 years ago
  39. 14d653a mailbox/xgene-slimpro: Checking for IS_ERR instead of NULL by Dan Carpenter · 8 years ago
  40. 9c38418 mailbox: Hi6220: add mailbox driver by Leo Yan · 8 years ago
  41. 2d74ffd mailbox: mailbox-test: add support for separate tx/rx buffer with single channel by Sudeep Holla · 8 years ago
  42. 27fa680 mailbox: mailbox-test: use print_hex_dump_bytes to allow dynamic printk by Sudeep Holla · 8 years ago
  43. c428013 mailbox: mailbox-test: fix the compatible string by Sudeep Holla · 8 years ago
  44. adf06ba mailbox: mailbox-test: rename driver as generic test driver by Sudeep Holla · 8 years ago
  45. f700e84 mailbox: Add support for APM X-Gene platform mailbox driver by Duc Dang · 8 years ago
  46. 65d3b04 mailbox: Fix dependencies for !HAS_IOMEM archs by Richard Weinberger · 8 years ago
  47. e9c8dc8 mailbox: pcc: fix channel calculation in get_pcc_channel() by Alexey Klimov · 8 years ago
  48. bfbcfa7 mailbox: constify mbox_chan_ops structure by Julia Lawall · 8 years ago
  49. cb1ca0b mailbox: mailbox-test: avoid reading iomem twice by Jassi Brar · 9 years ago
  50. c3ac54a mailbox: Off by one in mbox_test_message_read() by Dan Carpenter · 9 years ago
  51. 8e3c595 mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU Idle by Dave Gerlach · 9 years ago
  52. a133f8b mailbox: mailbox-test: Correctly repair Sparse warnings by Lee Jones · 9 years ago
  53. 6c03663 mailbox: Fix a couple of trivial static checker issues by Lee Jones · 9 years ago
  54. 8ea4484 mailbox: Add generic mechanism for testing Mailbox Controllers by Lee Jones · 9 years ago
  55. 9ef4546 mailbox: Add support for ST's Mailbox IP by Lee Jones · 9 years ago
  56. d311a28 PCC: fix dereference of ERR_PTR by Sudip Mukherjee · 9 years ago
  57. e3a98ac Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 9 years ago
  58. ae98207 Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  59. b6fc607 PCC: Disable compilation by default by Ashwin Chaugule · 9 years ago
  60. d3c68f2 PCC: Initialize PCC Mailbox earlier at boot by Ashwin Chaugule · 9 years ago
  61. 86e488a mailbox: arm_mhu: reduce txpoll_period from 10ms to 1 ms by Sudeep Holla · 9 years ago
  62. 0cc6794 mailbox: switch to hrtimer for tx_complete polling by Sudeep Holla · 9 years ago
  63. 971bd8f treewide: Fix typo in printk by Masanari Iida · 9 years ago
  64. 63d5e12 mailbox: Drop owner assignment from platform_driver by Krzysztof Kozlowski · 9 years ago
  65. 9d90f03 Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  66. 89f08f6 arm: use subsys_initcall in non-modular pl320 IPC code by Paul Gortmaker · 9 years ago
  67. 7d64193 mailbox/bcm2835: Fix mailbox full detection. by Eric Anholt · 9 years ago
  68. dfabde2 mailbox: Add ability for clients to request channels by name by Lee Jones · 9 years ago
  69. 0bae6af mailbox: Enable BCM2835 mailbox support by Lubomir Rintel · 9 years ago
  70. 2d805fc mailbox: Fix up error handling in mbox_request_channel() by Benson Leung · 9 years ago
  71. 05ae797 mailbox: Make mbox_chan_ops const by Andrew Bresticker · 9 years ago
  72. 59dd3f0 mailbox: altera: Add dependency on HAS_IOMEM by Richard Weinberger · 9 years ago
  73. ee23d66 mailbox: arm_mhu: add driver for ARM MHU controller by Jassi Brar · 10 years ago
  74. 33350e6 Mailbox: Restructure and simplify PCC mailbox code by Ashwin Chaugule · 9 years ago
  75. bfe9183 Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 9 years ago
  76. f62092f mailbox: Add Altera mailbox driver by Ley Foon Tan · 9 years ago
  77. 01340df mailbox: check for bit set before polling by Jassi Brar · 9 years ago
  78. 356d5d2 Mailbox: Fix return value check in pcc_init() by Wei Yongjun · 9 years ago
  79. efd756d ACPI / PCC: Use pr_debug() for debug messages in pcc_init() by Rafael J. Wysocki · 9 years ago
  80. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  81. 86c22f8 Mailbox: Add support for Platform Communication Channel by Ashwin Chaugule · 9 years ago
  82. 8841a66 mailbox/omap: adapt to the new mailbox framework by Suman Anna · 10 years ago
  83. 97b0c7b mailbox: add tx_prepare client callback by Sudeep Holla · 9 years ago
  84. 52a4930 mailbox: Don't unnecessarily re-arm the polling timer by Andrew Bresticker · 10 years ago
  85. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  86. 43d451f Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 10 years ago
  87. aaa8a41 mailbox: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  88. 2b6d83e mailbox: Introduce framework for mailbox by Jassi Brar · 10 years ago
  89. f2fc42b mailbox: rename pl320-ipc specific mailbox.h by Suman Anna · 10 years ago
  90. 75288cc mailbox/omap: add support for parsing dt devices by Suman Anna · 10 years ago
  91. 72c1c81 mailbox/omap: add a parent structure for every IP instance by Suman Anna · 10 years ago
  92. be3322e mailbox/omap: remove the private mailbox structure by Suman Anna · 10 years ago
  93. 5040f53 mailbox/omap: consolidate OMAP mailbox driver by Suman Anna · 10 years ago
  94. ef45eae mailbox/omap: simplify the fifo assignment by using macros by Suman Anna · 10 years ago
  95. fe714a4 mailbox/omap: remove omap_mbox_type_t from mailbox ops by Suman Anna · 10 years ago
  96. 7985909 mailbox/omap: remove OMAP1 mailbox driver by Suman Anna · 10 years ago
  97. 28299a4 mailbox/omap: use devm_* interfaces by Suman Anna · 10 years ago
  98. 4a102b4 drivers/mailbox/omap: make mbox->irq signed for error handling by Dan Carpenter · 10 years ago
  99. d287c1d mailbox: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  100. c869c75 mailbox/omap: move the OMAP mailbox framework to drivers by Suman Anna · 11 years ago