1. eead035a mei: remove check on pm_runtime_active in __mei_cl_disconnect by Tomas Winkler · 9 years ago
  2. bb2ef9c mei: bus: add and call callback on notify event by Alexander Usyskin · 10 years ago
  3. 237092b mei: implement fasync for event notification by Tomas Winkler · 10 years ago
  4. b38a362 mei: add a handler that waits for notification on event by Tomas Winkler · 10 years ago
  5. 51678cc mei: add mei_cl_notify_request command by Tomas Winkler · 10 years ago
  6. 1890135 mei: disconnect on connection request timeout by Alexander Usyskin · 10 years ago
  7. 6009595 mei: bus: link client devices instead of host clients by Tomas Winkler · 10 years ago
  8. 23253c3 mei: do not access freed cb in blocking write by Alexander Usyskin · 10 years ago
  9. 3dc196e mei: me: wait for power gating exit confirmation by Alexander Usyskin · 10 years ago
  10. c241e9b mei: reset flow control on the last client disconnection by Alexander Usyskin · 10 years ago
  11. a1809d3 mei: request autosuspend at the end of write by Alexander Usyskin · 10 years ago
  12. b8b7303 mei: consume flow control on the first chunk of writing by Alexander Usyskin · 10 years ago
  13. 1df629e mei: support for fixed address clients by Alexander Usyskin · 10 years ago
  14. a03d77f6 mei: fix flow control for single buffer clients by Alexander Usyskin · 10 years ago
  15. d49ed64 mei: add a reference from the host client to the me client by Alexander Usyskin · 10 years ago
  16. 0c53357 mei: revamp client connection by Tomas Winkler · 10 years ago
  17. 3c66618 mei: revamp client disconnection flow by Tomas Winkler · 10 years ago
  18. f3de9b6 mei: use mei_cl_is_connected consistently by Tomas Winkler · 10 years ago
  19. 1d9013f mei: fix mei_poll operation by Tomas Winkler · 10 years ago
  20. b43baf6 mei: free me client references on host init by Tomas Winkler · 10 years ago
  21. a9bed61 mei: allow read concurrency by Tomas Winkler · 10 years ago
  22. 928fa66 mei: simplify io callback disposal by Tomas Winkler · 10 years ago
  23. 03b8d34 mei: add mei_cl_alloc_linked function by Tomas Winkler · 10 years ago
  24. bca67d6 mei: always initialize the callback with the intended operation type by Tomas Winkler · 10 years ago
  25. 5db7514 mei: use only one buffer in callback by Tomas Winkler · 10 years ago
  26. 8660172 mei: iamthif: use client write functions by Tomas Winkler · 10 years ago
  27. 3908be6 mei: fix function names and format in KDoc by Alexander Usyskin · 10 years ago
  28. b7d8851 mei: revamp me clients list handling by Tomas Winkler · 10 years ago
  29. 79563db mei: add reference counting for me clients by Tomas Winkler · 10 years ago
  30. 2e5df41 mei: use uuid, me_addr tuple addressing also for flow control credits by Tomas Winkler · 10 years ago
  31. 140c755 mei: drop unneeded client NULL check in cb structure by Alexander Usyskin · 10 years ago
  32. ce23139 mei: fix kernel-doc warnings by Alexander Usyskin · 10 years ago
  33. a8605ea mei: fix KDoc documentation formatting by Alexander Usyskin · 10 years ago
  34. 0a01e97 mei: trivial: fix errors in prints in comments by Alexander Usyskin · 10 years ago
  35. 1f18035 mei: remove include to pci header from mei module files by Tomas Winkler · 10 years ago
  36. 2bf94cab mei: get rid of most of the pci dependencies in mei by Tomas Winkler · 10 years ago
  37. 92db155 mei: fix style warning: Missing a blank line after declarations by Tomas Winkler · 10 years ago
  38. 12f45ed mei: revamp connect and disconnect response handling by Tomas Winkler · 10 years ago
  39. 5a8373f mei: use disconnect name consistently by Tomas Winkler · 10 years ago
  40. d880f32 mei: add mei_me_cl_by_uuid_id function by Tomas Winkler · 10 years ago
  41. 25ca647 mei: add me client remove functions by Tomas Winkler · 10 years ago
  42. 5ca2d38 mei: use list for me clients book keeping by Tomas Winkler · 10 years ago
  43. d320832 mei: me_client lookup function to return me_client object by Tomas Winkler · 10 years ago
  44. 5456796 mei: amthif: use service function to flush amthif queue by Alexander Usyskin · 10 years ago
  45. 73ab423 mei: reset client state on queued connect request by Alexander Usyskin · 10 years ago
  46. fe2f17e mei: fix return value on disconnect timeout by Alexander Usyskin · 11 years ago
  47. 22b987a mei: start disconnect request timer consistently by Alexander Usyskin · 11 years ago
  48. 3e37ebb mei: reset client connection state on timeout by Alexander Usyskin · 11 years ago
  49. e4d8270 mei: set connecting state just upon connection request is sent to the fw by Alexander Usyskin · 11 years ago
  50. 8611350 mei: make return values consistent across the driver by Alexander Usyskin · 11 years ago
  51. 04bb139 mei: use runtime pm in write and read flow by Tomas Winkler · 11 years ago
  52. cc99ecf mei: fix memory leak of pending write cb objects by Tomas Winkler · 11 years ago
  53. 7ca96aa mei: make return values consistent across the driver by Alexander Usyskin · 11 years ago
  54. 9d09819 mei: revamp writing slot counting by Tomas Winkler · 11 years ago
  55. 6aae48f mei: add mei_hbuf_acquire wrapper by Tomas Winkler · 11 years ago
  56. 0a19174 Merge branch 'char-misc-linus' into char-misc-next by Greg Kroah-Hartman · 11 years ago
  57. accb884 mei: set client's read_cb to NULL when flow control fails by Chao Bi · 11 years ago
  58. 31f88f5 mei: don't of list_for_each_entry_safe when not deleting by Tomas Winkler · 11 years ago
  59. 12d0066 mei: use helper function to find me client by id by Alexander Usyskin · 11 years ago
  60. a27a76d mei: fix potential read outside of array bounds by Alexander Usyskin · 11 years ago
  61. 285e299 mei: hbm: revamp client connect and disconnection status by Alexander Usyskin · 11 years ago
  62. ba4b60e Merge 3.14-rc3 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  63. 02a7eec mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT by Tomas Winkler · 11 years ago
  64. 5cb906c mei: don't unset read cb ptr on reset by Alexander Usyskin · 11 years ago
  65. 30c54df mei: clear write cb from waiting list on reset by Alexander Usyskin · 11 years ago
  66. 6adb8ef mei: limit the number of consecutive resets by Tomas Winkler · 11 years ago
  67. 83ce074 mei: fix syntax in comments and debug output by Alexander Usyskin · 11 years ago
  68. 479327f mei: enable marking internal commands by Tomas Winkler · 11 years ago
  69. 0f1d4ce mei: drop redundant list_del_init by Alexander Usyskin · 11 years ago
  70. df667a1 mei: mei_cl_link remove duplicated check for open_handle_count by Tomas Winkler · 11 years ago
  71. eec86b8 mei: move host_clients_map cleanup to device init by Alexander Usyskin · 11 years ago
  72. 22f96a0 mei: revamp open handler counts by Tomas Winkler · 11 years ago
  73. e036cc5 mei: simplify mei_open error handling by Tomas Winkler · 11 years ago
  74. a14c44d mei: mei_cl_unlink: no need to loop over dev list by Tomas Winkler · 11 years ago
  75. 136698e mei: push credentials inside the irq write handler by Tomas Winkler · 11 years ago
  76. 2ebf8c9 mei: propagate error from write routines instead of ENODEV by Tomas Winkler · 11 years ago
  77. c0abffb mei: prefix client log messages with client me and host ids by Alexander Usyskin · 11 years ago
  78. caaeb09 mei: mei_cl_link protect open_handle_count from overflow by Tomas Winkler · 11 years ago
  79. b950ac1 mei: don't get stuck in select during reset by Tomas Winkler · 12 years ago
  80. 5290801 mei: wake also writers on reset by Tomas Winkler · 12 years ago
  81. 206ecfc mei: mei_cl_connect: don't multiply the timeout twice by Frode Isaksen · 12 years ago
  82. 4dfaa9f mei: do not override a client writing state when buffering by Tomas Winkler · 12 years ago
  83. 2176754 mei: move mei_cl_irq_write_complete to client.c by Tomas Winkler · 12 years ago
  84. db086fa mei: move mei_cl_complete to client.c by Tomas Winkler · 12 years ago
  85. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  86. fcb136e mei: fix reading large reposnes by Tomas Winkler · 12 years ago
  87. 59fcd7c mei: nfc: Initial nfc implementation by Samuel Ortiz · 12 years ago
  88. 4234a6d mei: add mei_cl_write function by Tomas Winkler · 12 years ago
  89. 393b148 mei: Fix comments in drivers/misc/mei by Masanari Iida · 12 years ago
  90. a7b71bc mei: bus: Add bus related structures to mei_cl by Samuel Ortiz · 12 years ago
  91. 074b4c0 mei: move clients cleanup code from init.c to client.c by Tomas Winkler · 12 years ago
  92. 330dd7d mei: rename to mei_host_buffer_is_empty to hbuf_is_ready by Tomas Winkler · 12 years ago
  93. 8e9a4a9 mei: drop the warning when cl is not initialized during unlinking by Tomas Winkler · 12 years ago
  94. 781d0d8 mei: normalize me host client linking routines by Tomas Winkler · 12 years ago
  95. 1a1aca4 mei: rename remaining amthi strings to amthif by Tomas Winkler · 12 years ago
  96. d91aaed mei: drop read_pending member form struct mei_cl by Tomas Winkler · 12 years ago
  97. 9dc64d6 mei: rename interface to hw-me by Tomas Winkler · 12 years ago
  98. 9f81abda mei: implement mei_cl_connect function by Tomas Winkler · 12 years ago
  99. 90e0b5f mei: fix client functions names by Tomas Winkler · 12 years ago
  100. 9ca9050 mei: move client functions to client.c by Tomas Winkler · 12 years ago