1. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  2. 46e407d mei: fix krealloc() misuse in in mei_cl_irq_read_msg() by Wei Yongjun · 11 years ago
  3. 7013539 mei: reduce flow control only for completed messages by Tomas Winkler · 11 years ago
  4. 0cfee51 mei: reseting -> resetting by Bill Nottingham · 11 years ago
  5. fcb136e mei: fix reading large reposnes by Tomas Winkler · 11 years ago
  6. 6e0f180 mei: revamp mei_irq_read_client_message function by Tomas Winkler · 11 years ago
  7. 5ceb46e mei: revamp mei_amthif_irq_read_message by Tomas Winkler · 11 years ago
  8. 9b0d5ef mei: revamp hbm state machine by Tomas Winkler · 11 years ago
  9. 5f1e54e mei: wd: fix line over 80 characters by Tomas Winkler · 11 years ago
  10. a42f82f mei: convert to use simple_open() by Wei Yongjun · 11 years ago
  11. 36eda94 mei: nfc: Implement MEI bus ops by Samuel Ortiz · 11 years ago
  12. 91a6b95 mei: nfc: Add NFC device to the MEI bus by Samuel Ortiz · 11 years ago
  13. 59fcd7c mei: nfc: Initial nfc implementation by Samuel Ortiz · 11 years ago
  14. e46980a mei: bus: Add device enabling and disabling API by Samuel Ortiz · 11 years ago
  15. d6c36a4 mei: notify about the reset in error level by Tomas Winkler · 11 years ago
  16. 4234a6d mei: add mei_cl_write function by Tomas Winkler · 11 years ago
  17. 30e53bb mei: add debugfs hooks by Tomas Winkler · 12 years ago
  18. 393b148 mei: Fix comments in drivers/misc/mei by Masanari Iida · 12 years ago
  19. aa6aef2 mei: bus: Implement bus driver data setter/getter by Samuel Ortiz · 12 years ago
  20. 44d88d9 mei: bus: Synchronous API for the data transmission by Samuel Ortiz · 12 years ago
  21. cf3baef mei: bus: Call bus routines from the core code by Samuel Ortiz · 12 years ago
  22. a7b71bc mei: bus: Add bus related structures to mei_cl by Samuel Ortiz · 12 years ago
  23. 3e83329 mei: bus: Initial implementation for I/O routines by Samuel Ortiz · 12 years ago
  24. 333e4ee mei: bus: Implement driver registration by Samuel Ortiz · 12 years ago
  25. e535410 mei: bus: Initial MEI Client bus type implementation by Samuel Ortiz · 12 years ago
  26. 40e0b67 mei: move mei-me to separate module by Tomas Winkler · 12 years ago
  27. b68301e mei: prefix me hardware specific functions with mei_me_ by Tomas Winkler · 12 years ago
  28. c4d589b mei: rename function mei_hw_init to mei_start by Tomas Winkler · 12 years ago
  29. d0265f1 mei: ME structures should be initialized in mei_device_init by Tomas Winkler · 12 years ago
  30. 2e64712 mei: unregister watchdog from mei_stop function by Tomas Winkler · 12 years ago
  31. cea6aec mei: drop RECOVERING_FROM_RESET device state by Tomas Winkler · 12 years ago
  32. 8c876be Merge branch 'char-misc-linus' into char-misc-next by Greg Kroah-Hartman · 12 years ago
  33. 4c6e22b mei: add mei_irq_compl_handler function by Tomas Winkler · 12 years ago
  34. 68f8ea1 mei: ME hardware reset needs to be synchronized by Tomas Winkler · 12 years ago
  35. 7cb035d mei: add mei_stop function to stop mei device by Tomas Winkler · 12 years ago
  36. aafae7e mei: add hw start callback by Tomas Winkler · 12 years ago
  37. c8c8d08 mei: revamp mei_data2slots by Tomas Winkler · 12 years ago
  38. b95d788 mei: fix undefined wd symbols when MEI_ME is not set by Tomas Winkler · 12 years ago
  39. 074b4c0 mei: move clients cleanup code from init.c to client.c by Tomas Winkler · 12 years ago
  40. 330dd7d mei: rename to mei_host_buffer_is_empty to hbuf_is_ready by Tomas Winkler · 12 years ago
  41. 06ecd64 mei: move interrupt handlers to be me hw specific by Tomas Winkler · 12 years ago
  42. 827eef5 mei: separate compilation of the ME hardware specifics by Tomas Winkler · 12 years ago
  43. 52c3456 mei: initial extract of ME hw specifics from mei_device by Tomas Winkler · 12 years ago
  44. 2703d4b mei: sperate interface and pci code into two files by Tomas Winkler · 12 years ago
  45. 6596afe Merge 3.8-rc4 into char-misc-next by Greg Kroah-Hartman · 12 years ago
  46. 7353f85 mei: Fix some more kernel-doc typos in hw-me.c by Sedat Dilek · 12 years ago
  47. 8e9a4a9 mei: drop the warning when cl is not initialized during unlinking by Tomas Winkler · 12 years ago
  48. 627ca75 mei: move work initialization to mei_device_init by Tomas Winkler · 12 years ago
  49. e7e0c23 mei: make host csr and me csr internal to hw-me by Tomas Winkler · 12 years ago
  50. 88eb99f mei: reenable mei_hcsr_set abstraction by Tomas Winkler · 12 years ago
  51. 115ba28 mei: abstract host and device readieness by Tomas Winkler · 12 years ago
  52. 9ea73dd mei: use non cached hcsr for interrupt enablement by Tomas Winkler · 12 years ago
  53. adfba32 mei: don't use cached value for hcsr in mei_hw_reset by Tomas Winkler · 12 years ago
  54. 528c8eb mei: remove mei_csr_clear_his prototype by Tomas Winkler · 12 years ago
  55. a9f6b13 mei: remove write only need_reset member of struct mei_device by Tomas Winkler · 12 years ago
  56. d025284 mei: hw-me.c fix kernel doc by Tomas Winkler · 12 years ago
  57. 6222f7b mei: move MEI_IAMTHIF_IDLE to amthif host init function by Tomas Winkler · 12 years ago
  58. 781d0d8 mei: normalize me host client linking routines by Tomas Winkler · 12 years ago
  59. 1a1aca4 mei: rename remaining amthi strings to amthif by Tomas Winkler · 12 years ago
  60. 038c8a6 mei: mei_dev.h - remove prototypes of dropped functions by Tomas Winkler · 12 years ago
  61. a40b260 mei: move me client storage allocation to hbm.c by Tomas Winkler · 12 years ago
  62. d91aaed mei: drop read_pending member form struct mei_cl by Tomas Winkler · 12 years ago
  63. 9dc64d6 mei: rename interface to hw-me by Tomas Winkler · 12 years ago
  64. 37e7d6e mei: move watchdog prototypes to mei_dev.h from interface.h by Tomas Winkler · 12 years ago
  65. 9f81abda mei: implement mei_cl_connect function by Tomas Winkler · 12 years ago
  66. 90e0b5f mei: fix client functions names by Tomas Winkler · 12 years ago
  67. 9ca9050 mei: move client functions to client.c by Tomas Winkler · 12 years ago
  68. 0edb23f mei: add new hbm.h header to export hbm protocol by Tomas Winkler · 12 years ago
  69. 6bbda15 mei: move hbm responses from interrupt.c to hbm.c by Tomas Winkler · 12 years ago
  70. 8120e72 mei: add common prefix to hbm function by Tomas Winkler · 12 years ago
  71. e46f187 mei: use structured buffer for the write buffer by Tomas Winkler · 12 years ago
  72. cd51ed6 mei: simplify preparing client host bus messages by Tomas Winkler · 12 years ago
  73. 2efdf54 mei: drop nonexistent function prototype by Tomas Winkler · 12 years ago
  74. bb1b013 mei: move host bus message handling to hbm.c by Tomas Winkler · 12 years ago
  75. 3a65dd4 mei: move hw dependent functions to interface.c by Tomas Winkler · 12 years ago
  76. db7da79 mei: mei_me_client is not hw API move to mei_dev.h by Tomas Winkler · 12 years ago
  77. fecb0d5 mei: kill not used BAR0 length and base variables by Tomas Winkler · 12 years ago
  78. 47a7380 mei: include local headers after the system ones by Tomas Winkler · 12 years ago
  79. 66ef5ea mei: extract device dependent constants into hw-me.h by Tomas Winkler · 12 years ago
  80. 1d3f3da mei: move internal host clients ids to mei_dev.h from hw.h by Tomas Winkler · 12 years ago
  81. 15d4acc mei: use unified format for printing mei message header by Tomas Winkler · 12 years ago
  82. 438763f mei: drop redundant length parameter from mei_write_message function by Tomas Winkler · 12 years ago
  83. e6028db mei: fix mismatch in mutex unlock-lock in mei_amthif_read() by Alexey Khoroshilov · 12 years ago
  84. d692170 watchdog: mei: avoid oops in watchdog unregister code path by Tomas Winkler · 12 years ago
  85. 486a5c2 misc: remove use of __devexit by Bill Pemberton · 12 years ago
  86. 80c8ae2 misc: remove use of __devinit by Bill Pemberton · 12 years ago
  87. 9306a8b mei: remove use of __devexit_p by Bill Pemberton · 12 years ago
  88. c1174c0 mei: Simplify the ME client enumeration code by Samuel Ortiz · 12 years ago
  89. be9d87a mei: simplify write complete loop in irq handler by Tomas Winkler · 12 years ago
  90. 9a84d61 mei: don't mix read and write slots by Tomas Winkler · 12 years ago
  91. 24c656e mei: streamline amthif write complete function by Tomas Winkler · 12 years ago
  92. ea3b5fb mei: streamline write complete flow function by Tomas Winkler · 12 years ago
  93. 5fb54fb mei: use structured buffer for extra write buffer by Tomas Winkler · 12 years ago
  94. 5bd6471 mei: compact code for mei bus message creation by Tomas Winkler · 12 years ago
  95. aeba4a0 mei: use the same bus msg for connect and disconnect request by Tomas Winkler · 12 years ago
  96. ff8b2f4 mei: use link and unlink terms for connecting ME and HOST client by Tomas Winkler · 12 years ago
  97. 744f0f2 mei: extract amthif specific code from mei_poll to mei_amthif_poll by Tomas Winkler · 12 years ago
  98. a562d5c mei: move amthif specific release code to amithif by Tomas Winkler · 12 years ago
  99. 4b8960b mei: rename enum mei_cb_major_types to enum mei_cb_file_ops by Tomas Winkler · 12 years ago
  100. db3ed43 mei: use type struct mei_cl *cl instead of void in struct mei_cb by Tomas Winkler · 12 years ago