1. d2a8cd3 mei: remove support for broken parallel read by Alexander Usyskin · 8 years ago
  2. 9d27e73 mei: amthif: drop mei_amthif_read by Alexander Usyskin · 8 years ago
  3. ff1586a mei: enqueue consecutive reads by Alexander Usyskin · 8 years ago
  4. 3030dc0 mei: add wrapper for queuing control commands. by Tomas Winkler · 8 years ago
  5. 97d549b mei: add file pointer to the host client structure by Alexander Usyskin · 8 years ago
  6. 2d4d548 mei: fix return value on disconnection by Tomas Winkler · 8 years ago
  7. 1eb5bd4 mei: drop read complete queue emptiness check by Alexander Usyskin · 8 years ago
  8. 9fa0be8 mei: amthif: enable poll for async events by Alexander Usyskin · 8 years ago
  9. ca455fa mei: amthif: drop READ_COMPLETE state by Alexander Usyskin · 8 years ago
  10. 35bf769 mei: fix format string in debug prints by Alexander Usyskin · 9 years ago
  11. 1b79dff Merge 4.5-rc4 into char-misc-next by Greg Kroah-Hartman · 9 years ago
  12. 6cbb097 mei: fix double freeing of a cb during link reset by Alexander Usyskin · 9 years ago
  13. 7851e00 mei: drop reserved host client ids by Alexander Usyskin · 9 years ago
  14. f4e0624 mei: fixed address clients for the new platforms by Alexander Usyskin · 9 years ago
  15. 06ee536 mei: fill file pointer in read cb for fixed address client by Alexander Usyskin · 9 years ago
  16. f23e2cc mei: constify struct file pointer by Tomas Winkler · 9 years ago
  17. d0df8df mei: amthif: don't drop read packets on timeout by Alexander Usyskin · 9 years ago
  18. f862b6b mei: fix possible integer overflow issue by Tomas Winkler · 9 years ago
  19. 7326fff mei: validate request value in client notify request ioctl by Alexander Usyskin · 9 years ago
  20. 8b2458f mei: always copy the read buffer if data is ready by Alexander Usyskin · 9 years ago
  21. ed6dc53 mei: fix fasync return value on error by Tomas Winkler · 9 years ago
  22. 237092b mei: implement fasync for event notification by Tomas Winkler · 9 years ago
  23. 2c84c29 mei: support polling for event notification by Tomas Winkler · 9 years ago
  24. 3c7c846 mei: add async event notification ioctls by Tomas Winkler · 9 years ago
  25. 154322f mei: prevent unloading mei hw modules while the device is opened. by Tomas Winkler · 9 years ago
  26. 292f82c mei: debug prints with client info in read by Alexander Usyskin · 9 years ago
  27. eeabfcf mei: connection to fixed address clients from user-space by Alexander Usyskin · 9 years ago
  28. d49ed64 mei: add a reference from the host client to the me client by Alexander Usyskin · 9 years ago
  29. 3c66618 mei: revamp client disconnection flow by Tomas Winkler · 9 years ago
  30. 1fc1499 Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  31. 6a84d63 mei: replace check for connection instead of transitioning by Tomas Winkler · 9 years ago
  32. f3de9b6 mei: use mei_cl_is_connected consistently by Tomas Winkler · 9 years ago
  33. 1d9013f mei: fix mei_poll operation by Tomas Winkler · 9 years ago
  34. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  35. a9bed61 mei: allow read concurrency by Tomas Winkler · 10 years ago
  36. 928fa66 mei: simplify io callback disposal by Tomas Winkler · 10 years ago
  37. 03b8d34 mei: add mei_cl_alloc_linked function by Tomas Winkler · 10 years ago
  38. bca67d6 mei: always initialize the callback with the intended operation type by Tomas Winkler · 10 years ago
  39. 5db7514 mei: use only one buffer in callback by Tomas Winkler · 10 years ago
  40. 8660172 mei: iamthif: use client write functions by Tomas Winkler · 10 years ago
  41. 3d33ff2 mei: fix device reset on mei_cl_irq_read_msg allocation failure by Tomas Winkler · 10 years ago
  42. 79563db mei: add reference counting for me clients by Tomas Winkler · 10 years ago
  43. 55c4e64 mei: export fw status registers through sysfs by Tomas Winkler · 10 years ago
  44. a8605ea mei: fix KDoc documentation formatting by Alexander Usyskin · 10 years ago
  45. 1f18035 mei: remove include to pci header from mei module files by Tomas Winkler · 10 years ago
  46. 2bf94cab mei: get rid of most of the pci dependencies in mei by Tomas Winkler · 10 years ago
  47. 2628118 mei: kill error message for allocation failure by Tomas Winkler · 10 years ago
  48. 154eb18 mei: use connect_data on the stack by Tomas Winkler · 10 years ago
  49. 4f046e7 mei: enable adding more IOCTL handlers by Tomas Winkler · 10 years ago
  50. d880f32 mei: add mei_me_cl_by_uuid_id function by Tomas Winkler · 10 years ago
  51. d320832 mei: me_client lookup function to return me_client object by Tomas Winkler · 10 years ago
  52. f3d8e87 mei: move from misc to char device by Alexander Usyskin · 10 years ago
  53. e4d8270 mei: set connecting state just upon connection request is sent to the fw by Alexander Usyskin · 10 years ago
  54. 34ec436 mei: ignore client writing state during cb completion by Alexander Usyskin · 10 years ago
  55. 4692218 mei: use cl_dbg where appropriate by Tomas Winkler · 11 years ago
  56. dbac474 mei: report consistently copy_from/to_user failures by Alexander Usyskin · 11 years ago
  57. 80260f2 mei: drop pr_fmt macros by Tomas Winkler · 11 years ago
  58. 6e4cd27 mei: make me hw headers private to me hw. by Tomas Winkler · 11 years ago
  59. 7ca96aa mei: make return values consistent across the driver by Alexander Usyskin · 11 years ago
  60. 285e299 mei: hbm: revamp client connect and disconnection status by Alexander Usyskin · 11 years ago
  61. 83ce074 mei: fix syntax in comments and debug output by Alexander Usyskin · 11 years ago
  62. 22f96a0 mei: revamp open handler counts by Tomas Winkler · 11 years ago
  63. e036cc5 mei: simplify mei_open error handling by Tomas Winkler · 11 years ago
  64. d717349 Merge 3.12-rc3 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  65. e2b3164 mei: bus: stop wait for read during cl state transition by Tomas Winkler · 11 years ago
  66. a9c8a17 mei: mei_release: drop redundant check if cb is NULL by Tomas Winkler · 11 years ago
  67. dd5de1f mei: revamp read and write length checks by Tomas Winkler · 11 years ago
  68. d8b29ef mei: mei_write correct checks for copy_from_user by Alexander Usyskin · 11 years ago
  69. b950ac1 mei: don't get stuck in select during reset by Tomas Winkler · 11 years ago
  70. 139aacf mei: fix read after read scenario by Tomas Winkler · 11 years ago
  71. 7131799 mei: deprecate the mei_wd_state_independence_msg by Tomas Winkler · 11 years ago
  72. 80fe636 mei: fix out of array access to me clients array by Tomas Winkler · 11 years ago
  73. fcb136e mei: fix reading large reposnes by Tomas Winkler · 11 years ago
  74. 9b0d5ef mei: revamp hbm state machine by Tomas Winkler · 11 years ago
  75. 4234a6d mei: add mei_cl_write function by Tomas Winkler · 11 years ago
  76. 30e53bb mei: add debugfs hooks by Tomas Winkler · 11 years ago
  77. cf3baef mei: bus: Call bus routines from the core code by Samuel Ortiz · 11 years ago
  78. 40e0b67 mei: move mei-me to separate module by Tomas Winkler · 11 years ago
  79. 330dd7d mei: rename to mei_host_buffer_is_empty to hbuf_is_ready by Tomas Winkler · 12 years ago
  80. 827eef5 mei: separate compilation of the ME hardware specifics by Tomas Winkler · 12 years ago
  81. 2703d4b mei: sperate interface and pci code into two files by Tomas Winkler · 12 years ago
  82. 627ca75 mei: move work initialization to mei_device_init by Tomas Winkler · 12 years ago
  83. 9ea73dd mei: use non cached hcsr for interrupt enablement by Tomas Winkler · 12 years ago
  84. 781d0d8 mei: normalize me host client linking routines by Tomas Winkler · 12 years ago
  85. 1a1aca4 mei: rename remaining amthi strings to amthif by Tomas Winkler · 12 years ago
  86. d91aaed mei: drop read_pending member form struct mei_cl by Tomas Winkler · 12 years ago
  87. 9dc64d6 mei: rename interface to hw-me by Tomas Winkler · 12 years ago
  88. 9f81abda mei: implement mei_cl_connect function by Tomas Winkler · 12 years ago
  89. 90e0b5f mei: fix client functions names by Tomas Winkler · 12 years ago
  90. 47a7380 mei: include local headers after the system ones by Tomas Winkler · 12 years ago
  91. 15d4acc mei: use unified format for printing mei message header by Tomas Winkler · 12 years ago
  92. 438763f mei: drop redundant length parameter from mei_write_message function by Tomas Winkler · 12 years ago
  93. 486a5c2 misc: remove use of __devexit by Bill Pemberton · 12 years ago
  94. 80c8ae2 misc: remove use of __devinit by Bill Pemberton · 12 years ago
  95. 9306a8b mei: remove use of __devexit_p by Bill Pemberton · 12 years ago
  96. c1174c0 mei: Simplify the ME client enumeration code by Samuel Ortiz · 12 years ago
  97. ff8b2f4 mei: use link and unlink terms for connecting ME and HOST client by Tomas Winkler · 12 years ago
  98. 744f0f2 mei: extract amthif specific code from mei_poll to mei_amthif_poll by Tomas Winkler · 12 years ago
  99. a562d5c mei: move amthif specific release code to amithif by Tomas Winkler · 12 years ago
  100. 4b8960b mei: rename enum mei_cb_major_types to enum mei_cb_file_ops by Tomas Winkler · 12 years ago