1. dd16f6c mei: me: add broxton pci device ids by Tomas Winkler · 9 years ago
  2. 35bf769 mei: fix format string in debug prints by Alexander Usyskin · 9 years ago
  3. 1b79dff Merge 4.5-rc4 into char-misc-next by Greg Kroah-Hartman · 9 years ago
  4. 6cbb097 mei: fix double freeing of a cb during link reset by Alexander Usyskin · 9 years ago
  5. 4ddbdbb mei: wd: drop AGAIN the watchdog code from the core mei driver by Tomas Winkler · 9 years ago
  6. 025fb79 mei: split amthif client init from end of clients enumeration by Alexander Usyskin · 9 years ago
  7. 27f476e mei: hbm: send immediate reply flag in enum request by Alexander Usyskin · 9 years ago
  8. a816a00 mei: bus: run rescan on me_clients list change by Alexander Usyskin · 9 years ago
  9. 7851e00 mei: drop reserved host client ids by Alexander Usyskin · 9 years ago
  10. 6938c19 mei: hbm: warn about fw-initiated disconnect by Alexander Usyskin · 9 years ago
  11. f4e0624 mei: fixed address clients for the new platforms by Alexander Usyskin · 9 years ago
  12. 06ee536 mei: fill file pointer in read cb for fixed address client by Alexander Usyskin · 9 years ago
  13. 603c53e mei: discard replies from unconnected fixed address clients by Alexander Usyskin · 9 years ago
  14. a4307fe mei: clean write queues and wake waiters on disconnect by Alexander Usyskin · 9 years ago
  15. 0faf6a3 mei: wake blocked write on link reset by Alexander Usyskin · 9 years ago
  16. e8466b3 mei: drop superfluous closing bracket from write traces by Alexander Usyskin · 9 years ago
  17. 15c13df mei: bus: check if the device is enabled before data transfer by Alexander Usyskin · 9 years ago
  18. 850f894 mei: bus: fix notification event delivery by Tomas Winkler · 9 years ago
  19. a1f9ae2 mei: bus: fix RX event scheduling by Tomas Winkler · 9 years ago
  20. b74d883 mei: amthif: interrupt reader on link reset by Alexander Usyskin · 9 years ago
  21. 4bddf56 mei: amthif: use rx_wait queue also for amthif client by Alexander Usyskin · 9 years ago
  22. 77b007b mei: amthif: drop parameter validation from mei_amthif_write by Tomas Winkler · 9 years ago
  23. 9abd8b3 mei: amthif: replace amthif_rd_complete_list with rd_completed by Tomas Winkler · 9 years ago
  24. 5cf8b2a mei: amthif: allow only one request at a time by Alexander Usyskin · 9 years ago
  25. 62e8e6a mei: rename variable names 'file_object' to fp by Tomas Winkler · 9 years ago
  26. f23e2cc mei: constify struct file pointer by Tomas Winkler · 9 years ago
  27. d0df8df mei: amthif: don't drop read packets on timeout by Alexander Usyskin · 9 years ago
  28. 5ba0bf4 mei: amthif: don't copy from an empty buffer by Alexander Usyskin · 9 years ago
  29. 1f7e489 mei: call stop on failed char device register by Alexander Usyskin · 9 years ago
  30. f862b6b mei: fix possible integer overflow issue by Tomas Winkler · 9 years ago
  31. 439a74b mei: debugfs: allow hbm features list dump in earlier stages by Alexander Usyskin · 9 years ago
  32. 26900254 mei: debugfs: adjust active clients print buffer by Alexander Usyskin · 9 years ago
  33. a96c548 mei: trace pci configuration space io by Tomas Winkler · 9 years ago
  34. 7326fff mei: validate request value in client notify request ioctl by Alexander Usyskin · 9 years ago
  35. e97cdb3 mei: bus: whitelist the watchdog client by Tomas Winkler · 9 years ago
  36. fdd9b86 mei: wd: drop the watchdog code from the core mei driver by Alexander Usyskin · 9 years ago
  37. b86d1bd mei: drop nfc leftovers from the mei driver by Tomas Winkler · 9 years ago
  38. 8b2458f mei: always copy the read buffer if data is ready by Alexander Usyskin · 9 years ago
  39. 13cf988 mei: prevent queuing new flow control credit. by Alexander Usyskin · 9 years ago
  40. 2bcfdc2 mei: bus: remove redundant uuid string in debug messages by Tomas Winkler · 9 years ago
  41. 30f0530 Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  42. ed6dc53 mei: fix fasync return value on error by Tomas Winkler · 9 years ago
  43. 989561d PM / Domains: add setter for dev.pm_domain by Tomeu Vizoso · 9 years ago
  44. 8e483ed Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  45. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  46. 213dd19 mei: bus: set the device name before running fixup by Tomas Winkler · 9 years ago
  47. 2da55cf mei: bus: use correct lock ordering by Tomas Winkler · 9 years ago
  48. 2be7010 mei: Fix debugfs filename in error output by Alexander Kuleshov · 9 years ago
  49. edf5600 mei: amthif: Do not compare bool to 0/1 by Alexander Usyskin · 9 years ago
  50. df7f544 mei: bus: fix c&p issue in the kdoc by Tomas Winkler · 9 years ago
  51. 99c2658 mei: fix the KDoc formating by Alexander Usyskin · 9 years ago
  52. 34af191 mei: keep the device awake during reads in chunks by Alexander Usyskin · 9 years ago
  53. 97ccf63 mei: cancel driver workers only after client devices were removed by Tomas Winkler · 9 years ago
  54. 4970c0c Merge 4.3-rc5 into char-misc next by Greg Kroah-Hartman · 9 years ago
  55. 84dfe03 mei: hbm: fix error in state check logic by Alexander Usyskin · 9 years ago
  56. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  57. c566f36 Merge 4.3-rc3 into char-misc-next by Greg Kroah-Hartman · 9 years ago
  58. 5964db0 mei: fix debugfs files leak on error path by Tomas Winkler · 9 years ago
  59. cf094eb mei: me: fix d0i3 register offset in tracing by Alexander Usyskin · 9 years ago
  60. ae48d74 mei: bus: use mei_cl_bus_ prefix consistently by Tomas Winkler · 9 years ago
  61. d49dc5e mei: bus: use mei_cldev_ prefix for the API functions by Tomas Winkler · 9 years ago
  62. 01a14ed mei: bus: export mei_cldev_enabled function by Tomas Winkler · 9 years ago
  63. baeacd0 mei: bus: export uuid and protocol version to mei_cl bus drivers by Tomas Winkler · 9 years ago
  64. b26864c mei: bus: add client protocol version to the device alias by Tomas Winkler · 9 years ago
  65. 40b7320 mei: bus: export client protocol version by Tomas Winkler · 9 years ago
  66. 59796ed mei: make modules.alias UUID information easier to read by Prarit Bhargava · 9 years ago
  67. 51a73ba Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 9 years ago
  68. 6551881 Watchdog: Fix parent of watchdog_devices by Pratyush Anand · 9 years ago
  69. eead035a mei: remove check on pm_runtime_active in __mei_cl_disconnect by Tomas Winkler · 9 years ago
  70. 155718c mei: hbm: bump supported HBM version to 2.0 by Tomas Winkler · 9 years ago
  71. 1625c7e mei: me: add sunrise point device ids by Tomas Winkler · 9 years ago
  72. b9a1fc9 mei: me: d0i3: exit d0i3 on driver start and enter it on stop by Alexander Usyskin · 9 years ago
  73. ebad6b9 mei: me: d0i3: move mei_me_hw_reset down in the file by Alexander Usyskin · 9 years ago
  74. 859ef2f mei: me: d0i3: add d0i3 enter/exit state machine by Alexander Usyskin · 9 years ago
  75. 63f7523 mei: hbm: reorganize the power gating responses by Alexander Usyskin · 9 years ago
  76. 1fa55b4 mei: me: d0i3: enable d0i3 interrupts by Alexander Usyskin · 9 years ago
  77. bb9f4d2 mei: me: d0i3: add flag to indicate D0i3 support by Alexander Usyskin · 9 years ago
  78. 1183048 mei: me: d0i3: add the control registers by Tomas Winkler · 9 years ago
  79. 71e117f mei: hbm: add new error code MEI_CL_CONN_NOT_ALLOWED by Alexander Usyskin · 9 years ago
  80. bb2ef9c mei: bus: add and call callback on notify event by Alexander Usyskin · 9 years ago
  81. 237092b mei: implement fasync for event notification by Tomas Winkler · 9 years ago
  82. 2c84c29 mei: support polling for event notification by Tomas Winkler · 9 years ago
  83. 3c7c846 mei: add async event notification ioctls by Tomas Winkler · 9 years ago
  84. b38a362 mei: add a handler that waits for notification on event by Tomas Winkler · 9 years ago
  85. 51678cc mei: add mei_cl_notify_request command by Tomas Winkler · 9 years ago
  86. 4d99877 mei: enable async event notifications only from hbm version 2.0 by Tomas Winkler · 9 years ago
  87. 965ae37 mei: implement async notification hbm messages by Tomas Winkler · 9 years ago
  88. d3c1c80 mei: define async notification hbm commands by Tomas Winkler · 9 years ago
  89. 1890135 mei: disconnect on connection request timeout by Alexander Usyskin · 9 years ago
  90. 70ef835 mei: support for dynamic clients by Tomas Winkler · 9 years ago
  91. 6009595 mei: bus: link client devices instead of host clients by Tomas Winkler · 9 years ago
  92. b39910c mei: bus: simplify how we build nfc bus name by Tomas Winkler · 9 years ago
  93. dd070a1 mei: bus: blacklist clients by number of connections by Tomas Winkler · 9 years ago
  94. 5b6dca2 mei: bus: blacklist the nfc info client by Tomas Winkler · 9 years ago
  95. 71ce789 mei: bus: enable running fixup routines before device registration by Tomas Winkler · 9 years ago
  96. 0ff0a8d mei: bus: add me client device list infrastructure by Tomas Winkler · 9 years ago
  97. 512f64d mei: bus: add reference to bus device in struct mei_cl_client by Tomas Winkler · 9 years ago
  98. feb8cd0 mei: bus: revamp probe and remove functions by Tomas Winkler · 9 years ago
  99. 688a9cc mei: bus: revamp device matching by Tomas Winkler · 9 years ago
  100. 48168f4 mei: bus: report if event registration failed by Tomas Winkler · 9 years ago