1. 675c354 Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  2. 4b1779c Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  3. a05f8f8 mei: don't use deprecated DEFINE_PCI_DEVICE_TABLE macro by Tomas Winkler · 10 years ago
  4. 34e267d mei: amthif: fix checkpatch error by Tomas Winkler · 10 years ago
  5. 1adc167 mei: client.h fix checkpatch errors by Tomas Winkler · 10 years ago
  6. 4692218 mei: use cl_dbg where appropriate by Tomas Winkler · 10 years ago
  7. d63b309 mei: fix Unnecessary space after function pointer name by Tomas Winkler · 10 years ago
  8. dbac474 mei: report consistently copy_from/to_user failures by Alexander Usyskin · 10 years ago
  9. 80260f2 mei: drop pr_fmt macros by Tomas Winkler · 10 years ago
  10. 6e4cd27 mei: make me hw headers private to me hw. by Tomas Winkler · 10 years ago
  11. cc99ecf mei: fix memory leak of pending write cb objects by Tomas Winkler · 10 years ago
  12. b1b94b5 mei: me: do not reset when less than expected data is received by Tomas Winkler · 10 years ago
  13. 31a5ef2 mei: fix regressions caused by removing ext_msg by Alexander Usyskin · 10 years ago
  14. 5877255 mei: wd: fix stop completion failure by Tomas Winkler · 10 years ago
  15. b6d81fd mei: wd: simplify wd_send command by Tomas Winkler · 10 years ago
  16. 7ca96aa mei: make return values consistent across the driver by Alexander Usyskin · 10 years ago
  17. 9d09819 mei: revamp writing slot counting by Tomas Winkler · 10 years ago
  18. 6aae48f mei: add mei_hbuf_acquire wrapper by Tomas Winkler · 10 years ago
  19. 4a22176 mei: txe: include irqreturn.h for irqreturn_t etc by Stephen Rothwell · 10 years ago
  20. 81ec550 mei: Add include of <linux/irqreturn.h> by Bjorn Helgaas · 10 years ago
  21. 0a19174 Merge branch 'char-misc-linus' into char-misc-next by Greg Kroah-Hartman · 10 years ago
  22. accb884 mei: set client's read_cb to NULL when flow control fails by Chao Bi · 10 years ago
  23. e0270ad mei: txe: put pm callbacks under PM_SLEEP ifdef by Tomas Winkler · 10 years ago
  24. 1683325 mei: me: put pm callbacks under PM_SLEEP ifdef by Alexander Usyskin · 10 years ago
  25. 31f88f5 mei: don't of list_for_each_entry_safe when not deleting by Tomas Winkler · 10 years ago
  26. 12d0066 mei: use helper function to find me client by id by Alexander Usyskin · 10 years ago
  27. a27a76d mei: fix potential read outside of array bounds by Alexander Usyskin · 10 years ago
  28. 6409285 mei: wd and amthif use mei_cl_ api for dis/connection by Tomas Winkler · 10 years ago
  29. 285e299 mei: hbm: revamp client connect and disconnection status by Alexander Usyskin · 10 years ago
  30. 4870569 mei: Remove all bus devices from the mei_dev list when stopping the MEI by Tomas Winkler · 10 years ago
  31. ba4b60e Merge 3.14-rc3 into char-misc-next by Greg Kroah-Hartman · 10 years ago
  32. 6bb948c mei: get rid of ext_msg by Tomas Winkler · 10 years ago
  33. 02a7eec mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT by Tomas Winkler · 10 years ago
  34. 208008c mei: fix compilation error with missing WATCHDOG_CORE by Tomas Winkler · 10 years ago
  35. e2527ec drivers/misc: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  36. 5baaf71 mei: export active connections to debugfs by Tomas Winkler · 11 years ago
  37. 7d93e58 mei: allow multiple retries if the hw reset has failed by Tomas Winkler · 11 years ago
  38. 92ab513 mei: txe: add Kbuild for TXE device by Tomas Winkler · 11 years ago
  39. 795536a mei: txe: add pci-txe.c by Tomas Winkler · 11 years ago
  40. 32e2b59 mei: txe: add hw-txe.c by Tomas Winkler · 11 years ago
  41. 266f617 mei: txe: add hw-txe.h header file by Tomas Winkler · 11 years ago
  42. 3da7221 mei: txe: add hw-txe-regs.h header file by Tomas Winkler · 11 years ago
  43. 5cb906c mei: don't unset read cb ptr on reset by Alexander Usyskin · 11 years ago
  44. 30c54df mei: clear write cb from waiting list on reset by Alexander Usyskin · 11 years ago
  45. 6adb8ef mei: limit the number of consecutive resets by Tomas Winkler · 11 years ago
  46. 33ec082 mei: revamp mei reset state machine by Tomas Winkler · 11 years ago
  47. 83ce074 mei: fix syntax in comments and debug output by Alexander Usyskin · 11 years ago
  48. 0631213 mei: nfc: mei_nfc_free has to be called under lock by Tomas Winkler · 11 years ago
  49. 66ae460 mei: use hbm idle state to prevent spurious resets by Tomas Winkler · 11 years ago
  50. 544f946 mei: do not run reset flow from the interrupt thread by Tomas Winkler · 11 years ago
  51. 3ecfb16 mei: me: set dma mask using DMA mapping API by Tomas Winkler · 11 years ago
  52. 479327f mei: enable marking internal commands by Tomas Winkler · 11 years ago
  53. 138a6d7 Merge 3.13-rc4 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  54. 76a9635 mei: add 9 series PCH mei device ids by Tomas Winkler · 11 years ago
  55. 10ee907 mei: cleanup mei_irq_read_handler by Tomas Winkler · 11 years ago
  56. 0f1d4ce mei: drop redundant list_del_init by Alexander Usyskin · 11 years ago
  57. dc844b0 mei: remove flash_work_queue by Tomas Winkler · 11 years ago
  58. 50f67a0 mei: wd: host_init propagate error codes from called functions by Tomas Winkler · 11 years ago
  59. c4e87b5 mei: replace stray pr_debug with dev_dbg by Alexander Usyskin · 11 years ago
  60. f935012 mei: bus: propagate error code returned by mei_me_cl_by_id by Tomas Winkler · 11 years ago
  61. df667a1 mei: mei_cl_link remove duplicated check for open_handle_count by Tomas Winkler · 11 years ago
  62. f931f4f mei: print correct device state during unexpected reset by Alexander Usyskin · 11 years ago
  63. 4bff720 mei: nfc: fix memory leak in error path by Tomas Winkler · 11 years ago
  64. eec86b8 mei: move host_clients_map cleanup to device init by Alexander Usyskin · 11 years ago
  65. ed6f7ac mei: me: downgrade two errors to debug level by Paul Bolle · 11 years ago
  66. 838b3a6 mei: me: add Lynx Point Wellsburg work station device id by Tomas Winkler · 11 years ago
  67. af68fb6 mei: amthif: mei_amthif_host_init: propagate errors from called functions by Tomas Winkler · 11 years ago
  68. 22f96a0 mei: revamp open handler counts by Tomas Winkler · 11 years ago
  69. e036cc5 mei: simplify mei_open error handling by Tomas Winkler · 11 years ago
  70. d717349 Merge 3.12-rc3 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  71. 4a70457 mei: cancel stall timers in mei_reset by Alexander Usyskin · 11 years ago
  72. e2b3164 mei: bus: stop wait for read during cl state transition by Tomas Winkler · 11 years ago
  73. 1aee351 mei: make me client counters less error prone by Tomas Winkler · 11 years ago
  74. b9be2c6 misc: mei: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  75. a14c44d mei: mei_cl_unlink: no need to loop over dev list by Tomas Winkler · 11 years ago
  76. 136698e mei: push credentials inside the irq write handler by Tomas Winkler · 11 years ago
  77. 2ebf8c9 mei: propagate error from write routines instead of ENODEV by Tomas Winkler · 11 years ago
  78. 0da9074 mei: fix function names in debug prints by Alexander Usyskin · 11 years ago
  79. c0abffb mei: prefix client log messages with client me and host ids by Alexander Usyskin · 11 years ago
  80. a9c8a17 mei: mei_release: drop redundant check if cb is NULL by Tomas Winkler · 11 years ago
  81. dd5de1f mei: revamp read and write length checks by Tomas Winkler · 11 years ago
  82. e19555c mei: fix format compilation warrning on 32 bit architecture by Tomas Winkler · 11 years ago
  83. d8b29ef mei: mei_write correct checks for copy_from_user by Alexander Usyskin · 11 years ago
  84. 23f5a32 mei: make sure that me_clients_map big enough before copying by Tomas Winkler · 11 years ago
  85. caaeb09 mei: mei_cl_link protect open_handle_count from overflow by Tomas Winkler · 11 years ago
  86. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  87. 32f389ec MEI: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  88. ff96066 mei: me: fix hardware reset flow by Tomas Winkler · 11 years ago
  89. 9c5891bd Merge 3.11-rc3 into char-misc-next. by Greg Kroah-Hartman · 11 years ago
  90. b950ac1 mei: don't get stuck in select during reset by Tomas Winkler · 11 years ago
  91. 8b613bb mei: bus: do not overflow the device name buffer by Tomas Winkler · 11 years ago
  92. 5290801 mei: wake also writers on reset by Tomas Winkler · 11 years ago
  93. dab9bf4 mei: me: fix waiting for hw ready by Tomas Winkler · 11 years ago
  94. 99f22c4 mei: don't have to clean the state on power up by Tomas Winkler · 11 years ago
  95. 315a383 mei: me: fix reset state machine by Tomas Winkler · 11 years ago
  96. 9310f61 mei: hbm: fix typo in error message by Tomas Winkler · 11 years ago
  97. 80cc38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  98. 9049f79 mei: check whether hw start has succeeded by Tomas Winkler · 11 years ago
  99. c20c68d mei: check if the hardware reset succeeded by Tomas Winkler · 11 years ago
  100. 206ecfc mei: mei_cl_connect: don't multiply the timeout twice by Frode Isaksen · 11 years ago