1. 0cd7c01 mei: add support for mei extended header. by Tomas Winkler · 4 years, 5 months ago
  2. beb4e1e mei: restrict vtag support to hbm version 2.2 by Alexander Usyskin · 4 years, 5 months ago
  3. e5cab1f mei: hbm: add capabilities message by Alexander Usyskin · 4 years, 5 months ago
  4. df4b37b mei: hbm: use sizeof of variable instead of struct type by Tomas Winkler · 4 years, 6 months ago
  5. e24ca92 Revert "mei: Avoid the use of one-element arrays" by Greg Kroah-Hartman · 4 years, 6 months ago
  6. 3c3b7dd mei: Avoid the use of one-element arrays by Gustavo A. R. Silva · 4 years, 6 months ago
  7. 1e55b60 mei: adjust the copyright notice in the files. by Tomas Winkler · 6 years ago
  8. 9fff042 mei: convert to SPDX license tags by Tomas Winkler · 6 years ago
  9. 37fd0b62 mei: hbm: clean the feature flags on link reset by Alexander Usyskin · 6 years ago
  10. 82e59cb mei: dma: silent the reject message by Tomas Winkler · 6 years ago
  11. 2513eb0 mei: hw: add dma ring control block by Tomas Winkler · 6 years ago
  12. c55bf54 mei: hbm: setup dma ring by Tomas Winkler · 6 years ago
  13. 40a6697 mei: hbm: drop BUG() from the hbm handler by Tomas Winkler · 6 years ago
  14. 8d2d893 mei: ignore not found client in the enumeration by Alexander Usyskin · 6 years ago
  15. c2bd9fc mei: restrict dma ring support to hbm version 2.1 by Tomas Winkler · 6 years ago
  16. 9d89ddf mei: hbm: introduce dma bit in the message header by Tomas Winkler · 6 years ago
  17. 98e7086 mei: add support for variable length mei headers. by Tomas Winkler · 6 years ago
  18. 3fcbab6 mei: hbm: remove variable length arrays by Tomas Winkler · 8 years ago
  19. 962ff7b mei: replace callback structures used as list head by list_head by Alexander Usyskin · 8 years ago
  20. 7ee7f45 mei: bus: enable OS version only for SPT and newer by Alexander Usyskin · 8 years ago
  21. 1892fc2 mei: stop the stall timer worker if not needed by Alexander Usyskin · 8 years ago
  22. 3030dc0 mei: add wrapper for queuing control commands. by Tomas Winkler · 8 years ago
  23. 4034b81 mei: use consistent naming for TX control flow credits by Tomas Winkler · 8 years ago
  24. 041330d mei: hbm: add missing argument in the kdoc by Tomas Winkler · 9 years ago
  25. c0ff901 mei: drop wr_msg from the mei_dev structure by Alexander Usyskin · 9 years ago
  26. 6a8d648 mei: fix NULL dereferencing during FW initiated disconnection by Alexander Usyskin · 9 years ago
  27. cc25aa9 mei: drop global me_client_index by Alexander Usyskin · 9 years ago
  28. 025fb79 mei: split amthif client init from end of clients enumeration by Alexander Usyskin · 9 years ago
  29. 27f476e mei: hbm: send immediate reply flag in enum request by Alexander Usyskin · 9 years ago
  30. a816a00 mei: bus: run rescan on me_clients list change by Alexander Usyskin · 9 years ago
  31. 6938c19 mei: hbm: warn about fw-initiated disconnect by Alexander Usyskin · 9 years ago
  32. f4e0624 mei: fixed address clients for the new platforms by Alexander Usyskin · 9 years ago
  33. 99c2658 mei: fix the KDoc formating by Alexander Usyskin · 9 years ago
  34. 84dfe03 mei: hbm: fix error in state check logic by Alexander Usyskin · 9 years ago
  35. 859ef2f mei: me: d0i3: add d0i3 enter/exit state machine by Alexander Usyskin · 9 years ago
  36. 63f7523 mei: hbm: reorganize the power gating responses by Alexander Usyskin · 9 years ago
  37. 71e117f mei: hbm: add new error code MEI_CL_CONN_NOT_ALLOWED by Alexander Usyskin · 9 years ago
  38. 237092b mei: implement fasync for event notification by Tomas Winkler · 9 years ago
  39. b38a362 mei: add a handler that waits for notification on event by Tomas Winkler · 9 years ago
  40. 51678cc mei: add mei_cl_notify_request command by Tomas Winkler · 9 years ago
  41. 4d99877 mei: enable async event notifications only from hbm version 2.0 by Tomas Winkler · 9 years ago
  42. 965ae37 mei: implement async notification hbm messages by Tomas Winkler · 9 years ago
  43. 1890135 mei: disconnect on connection request timeout by Alexander Usyskin · 9 years ago
  44. 70ef835 mei: support for dynamic clients by Tomas Winkler · 9 years ago
  45. 1df629e mei: support for fixed address clients by Alexander Usyskin · 10 years ago
  46. d49ed64 mei: add a reference from the host client to the me client by Alexander Usyskin · 10 years ago
  47. 3c66618 mei: revamp client disconnection flow by Tomas Winkler · 10 years ago
  48. 928fa66 mei: simplify io callback disposal by Tomas Winkler · 10 years ago
  49. bca67d6 mei: always initialize the callback with the intended operation type by Tomas Winkler · 10 years ago
  50. b7d8851 mei: revamp me clients list handling by Tomas Winkler · 10 years ago
  51. 79563db mei: add reference counting for me clients by Tomas Winkler · 10 years ago
  52. 5ebdc36 mei: fix hbm MEI_HBM_STARTED ambiguity by Tomas Winkler · 10 years ago
  53. d512c20 mei: hbm: use client specific print functions by Alexander Usyskin · 10 years ago
  54. 140c755 mei: drop unneeded client NULL check in cb structure by Alexander Usyskin · 10 years ago
  55. ce23139 mei: fix kernel-doc warnings by Alexander Usyskin · 10 years ago
  56. a8605ea mei: fix KDoc documentation formatting by Alexander Usyskin · 10 years ago
  57. 764c065 mei: drop me_client_presentation_num by Alexander Usyskin · 10 years ago
  58. 1f18035 mei: remove include to pci header from mei module files by Tomas Winkler · 10 years ago
  59. 2bf94cab mei: get rid of most of the pci dependencies in mei by Tomas Winkler · 10 years ago
  60. 2190fe2 mei: move mei_hbm_hdr function from hbm.h the hbm.c by Tomas Winkler · 10 years ago
  61. 92db155 mei: fix style warning: Missing a blank line after declarations by Tomas Winkler · 10 years ago
  62. 1beeb4b mei: add hbm and pg state in devstate debugfs print by Alexander Usyskin · 10 years ago
  63. bae1cc7 mei: extract supported features from the hbm version by Tomas Winkler · 10 years ago
  64. 2af89db mei: simplify handling of hbm client events by Tomas Winkler · 10 years ago
  65. cb02efc mei: wait for hbm start non-interruptible by Alexander Usyskin · 10 years ago
  66. 12f45ed mei: revamp connect and disconnect response handling by Tomas Winkler · 10 years ago
  67. 89778d6 mei: add hbm commands return status values by Tomas Winkler · 10 years ago
  68. 25ca647 mei: add me client remove functions by Tomas Winkler · 10 years ago
  69. 5ca2d38 mei: use list for me clients book keeping by Tomas Winkler · 10 years ago
  70. d320832 mei: me_client lookup function to return me_client object by Tomas Winkler · 10 years ago
  71. 68d1aa6 mei: use wrapper for simple hbm client message by Tomas Winkler · 10 years ago
  72. 3438c1f mei: use consistently me_addr in the hbm structures by Tomas Winkler · 10 years ago
  73. 84b3294 mei: fix memory leak of mei_clients array by Tomas Winkler · 11 years ago
  74. 180ea05 mei: me: add runtime pm framework by Tomas Winkler · 11 years ago
  75. ba9cdd0 mei: me: add pg exit and entry flow commands by Tomas Winkler · 11 years ago
  76. 4fcbc99 mei: implement power gating isolation hbm layer by Tomas Winkler · 11 years ago
  77. 4692218 mei: use cl_dbg where appropriate by Tomas Winkler · 11 years ago
  78. 6e4cd27 mei: make me hw headers private to me hw. by Tomas Winkler · 11 years ago
  79. 7ca96aa mei: make return values consistent across the driver by Alexander Usyskin · 11 years ago
  80. 31f88f5 mei: don't of list_for_each_entry_safe when not deleting by Tomas Winkler · 11 years ago
  81. 12d0066 mei: use helper function to find me client by id by Alexander Usyskin · 11 years ago
  82. 6409285 mei: wd and amthif use mei_cl_ api for dis/connection by Tomas Winkler · 11 years ago
  83. 285e299 mei: hbm: revamp client connect and disconnection status by Alexander Usyskin · 11 years ago
  84. 6bb948c mei: get rid of ext_msg by Tomas Winkler · 11 years ago
  85. 02a7eec mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT by Tomas Winkler · 11 years ago
  86. 7d93e58 mei: allow multiple retries if the hw reset has failed by Tomas Winkler · 11 years ago
  87. 33ec082 mei: revamp mei reset state machine by Tomas Winkler · 11 years ago
  88. 83ce074 mei: fix syntax in comments and debug output by Alexander Usyskin · 11 years ago
  89. 66ae460 mei: use hbm idle state to prevent spurious resets by Tomas Winkler · 11 years ago
  90. 544f946 mei: do not run reset flow from the interrupt thread by Tomas Winkler · 11 years ago
  91. d717349 Merge 3.12-rc3 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  92. 1aee351 mei: make me client counters less error prone by Tomas Winkler · 11 years ago
  93. 2ebf8c9 mei: propagate error from write routines instead of ENODEV by Tomas Winkler · 11 years ago
  94. e19555c mei: fix format compilation warrning on 32 bit architecture by Tomas Winkler · 11 years ago
  95. 23f5a32 mei: make sure that me_clients_map big enough before copying by Tomas Winkler · 11 years ago
  96. 9310f61 mei: hbm: fix typo in error message by Tomas Winkler · 12 years ago
  97. 80cc38b1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  98. 2c9b48a mei: support HBM versioning by Tomas Winkler · 12 years ago
  99. 8b513d0 treewide: Fix typo in printk by Masanari Iida · 12 years ago
  100. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago