1. 8ddca808 Tools: hv: kvp: use misc char device to communicate with kernel by Vitaly Kuznetsov · 9 years ago
  2. 11bc3a5 Drivers: hv: kvp: convert to hv_utils_transport by Vitaly Kuznetsov · 9 years ago
  3. c7e490f Drivers: hv: fcopy: convert to hv_utils_transport by Vitaly Kuznetsov · 9 years ago
  4. 6472f80 Drivers: hv: vss: convert to hv_utils_transport by Vitaly Kuznetsov · 9 years ago
  5. 14b50f8 Drivers: hv: util: introduce hv_utils_transport abstraction by Vitaly Kuznetsov · 9 years ago
  6. 3f0dccf Drivers: hv: fcopy: set .owner reference for file operations by Vitaly Kuznetsov · 9 years ago
  7. 4c93ccc Drivers: hv: fcopy: switch to using the hvutil_device_state state machine by Vitaly Kuznetsov · 9 years ago
  8. 086a6f6 Drivers: hv: vss: switch to using the hvutil_device_state state machine by Vitaly Kuznetsov · 9 years ago
  9. 97bf16c Drivers: hv: kvp: switch to using the hvutil_device_state state machine by Vitaly Kuznetsov · 9 years ago
  10. 636c88d Drivers: hv: util: introduce state machine for util drivers by Vitaly Kuznetsov · 9 years ago
  11. 1d07233 Drivers: hv: fcopy: rename fcopy_work -> fcopy_timeout_work by Vitaly Kuznetsov · 9 years ago
  12. 68c8b39 Drivers: hv: kvp: rename kvp_work -> kvp_timeout_work by Vitaly Kuznetsov · 9 years ago
  13. 38c06c2 Drivers: hv: vss: process deferred messages when we complete the transaction by Vitaly Kuznetsov · 9 years ago
  14. 242f312 Drivers: hv: fcopy: process deferred messages when we complete the transaction by Vitaly Kuznetsov · 9 years ago
  15. 8efe78f Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h by Vitaly Kuznetsov · 9 years ago
  16. 5fa9748 Drivers: hv: kvp: reset kvp_context by Vitaly Kuznetsov · 9 years ago
  17. 3647a83 Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.h by Vitaly Kuznetsov · 9 years ago
  18. 0810f18 ti-st: handle null allocation return correctly. by Colin Ian King · 9 years ago
  19. 4b6fda0 checkkconfigsymbols.py: set python2 as default interpreter by Valentin Rothberg · 9 years ago
  20. cf132e4 checkkconfigsymbols.py: add option -i to ignore files by Valentin Rothberg · 9 years ago
  21. f5c4814 misc: mic: add support for loading/unloading SCIF driver by Sudeep Dutt · 9 years ago
  22. dd8d8d4 misc: mic: MIC card driver specific changes to enable SCIF by Sudeep Dutt · 9 years ago
  23. 74321d4 misc: mic: MIC host driver specific changes to enable SCIF by Sudeep Dutt · 9 years ago
  24. fdd9fd5 misc: mic: SCIF messaging and node enumeration APIs by Sudeep Dutt · 9 years ago
  25. 76371c7 misc: mic: SCIF connections APIs i.e. accept and connect by Nikhil Rao · 9 years ago
  26. e9089f4 misc: mic: SCIF open close bind and listen APIs by Sudeep Dutt · 9 years ago
  27. 40cb594 misc: mic: SCIF node queue pair setup management by Sudeep Dutt · 9 years ago
  28. fb4d0e3 misc: mic: SCIF module initialization by Sudeep Dutt · 9 years ago
  29. c9d5c53 misc: mic: Common MIC header file changes in preparation for SCIF by Sudeep Dutt · 9 years ago
  30. b55f035 misc: mic: SCIF Peer Bus by Sudeep Dutt · 9 years ago
  31. 5ec4ca6 misc: mic: SCIF Hardware Bus by Sudeep Dutt · 9 years ago
  32. 9ad8b64 misc: mic: SCIF ring buffer infrastructure by Sudeep Dutt · 9 years ago
  33. 7df20f2 misc: mic: SCIF header file and IOCTL interface by Sudeep Dutt · 9 years ago
  34. 0d09f1a misc: remove drivers for CARMA hardware by Ira Snyder · 9 years ago
  35. 898bc28 drivers: char: misc.c: remove trailing whitespace by Tal Shorer · 9 years ago
  36. d9411e5 w1: Add support for DS28EA00 sequence to w1-therm by Matt Campbell · 9 years ago
  37. f7134ee w1_therm reference count family data by David Fries · 9 years ago
  38. c309835 w1: introduce an ability to specify microseconds bus scanning intervals by Dmitry Khromov · 9 years ago
  39. 99b7e93 lz4: fix system halt at boot kernel on x86_64 by Krzysztof Kolasa · 9 years ago
  40. 61a590f spmi: Add dependency on HAS_IOMEM by Richard Weinberger · 9 years ago
  41. 9ff2c13 uio: don't free irq that was not requested by Stephen Hemminger · 9 years ago
  42. 5b20a02 mei: export hbm features to debugfs under devstate by Tomas Winkler · 9 years ago
  43. dbac993 mei: export mei client device struct to external use by Tomas Winkler · 9 years ago
  44. 1d3ff7672 NFC: mei_phy: adjust mei nfc header according the spec by Tomas Winkler · 9 years ago
  45. d4b78c7 mei: bus: kill mei_cl_ops by Tomas Winkler · 9 years ago
  46. be9b720 NFC: mei_phy: move all nfc logic from mei driver to nfc by Tomas Winkler · 9 years ago
  47. 007d64e mei: bus: add name and uuid into device attributes by Tomas Winkler · 9 years ago
  48. c93b76b mei: bus: report also uuid in module alias by Tomas Winkler · 9 years ago
  49. 41c95b0 mei: add also write waiting list to runtime pm blockers by Tomas Winkler · 9 years ago
  50. a1809d3 mei: request autosuspend at the end of write by Alexander Usyskin · 9 years ago
  51. b8b7303 mei: consume flow control on the first chunk of writing by Alexander Usyskin · 9 years ago
  52. 292f82c mei: debug prints with client info in read by Alexander Usyskin · 9 years ago
  53. 900f445 mei: txe: fix incorrect indentation by Tomas Winkler · 9 years ago
  54. 9e23936 mei: drop iamthif_mtu from device structure by Alexander Usyskin · 9 years ago
  55. eeabfcf mei: connection to fixed address clients from user-space by Alexander Usyskin · 9 years ago
  56. 1df629e mei: support for fixed address clients by Alexander Usyskin · 9 years ago
  57. a03d77f mei: fix flow control for single buffer clients by Alexander Usyskin · 9 years ago
  58. d49ed64 mei: add a reference from the host client to the me client by Alexander Usyskin · 9 years ago
  59. 0c53357 mei: revamp client connection by Tomas Winkler · 9 years ago
  60. 3c66618 mei: revamp client disconnection flow by Tomas Winkler · 9 years ago
  61. fe29228 mei: txe: reduce suspend/resume time by Tomas Winkler · 9 years ago
  62. 620cf78 coresight: replicator: Add Qualcomm CoreSight Replicator driver by Pratik Patel · 9 years ago
  63. 4370123 coresight: fix typo in of_coresight.c by Pankaj Dubey · 9 years ago
  64. 70dd9d2 coresight: document the bindings for the ATCLK by Linus Walleij · 9 years ago
  65. 9875cd9 coresight: replicator: retrieve and handle atclk by Linus Walleij · 9 years ago
  66. 2e5f75d coresight: funnel: retrieve and handle atclk by Linus Walleij · 9 years ago
  67. 267b2c2 coresight: etb: retrieve and handle atclk by Linus Walleij · 9 years ago
  68. db341d3 coresight: tpiu: retrieve and handle atclk by Linus Walleij · 9 years ago
  69. d1839e6 coresight: etm: retrieve and handle atclk by Linus Walleij · 9 years ago
  70. 32398ef coresight: tmc: let runtime PM handle core clock by Linus Walleij · 9 years ago
  71. e2d08f9 coresight: funnel: let runtime PM handle core clock by Linus Walleij · 9 years ago
  72. 1b19f59 coresight: etb: let runtime PM handle core clock by Linus Walleij · 9 years ago
  73. b5913d6 coresight: tpiu: let runtime PM handle core clock by Linus Walleij · 9 years ago
  74. ec36005 coresight: etm: let runtime PM handle core clock by Linus Walleij · 9 years ago
  75. 4339b69 coresight: support the TPIU version found in Ux500 by Linus Walleij · 9 years ago
  76. 1c65b38 coresight: etm: print what version of ETM/PTM is detected by Linus Walleij · 9 years ago
  77. 899867e coresight-etm3x: use module_amba_driver to simplify the code by Mathieu Poirier · 9 years ago
  78. 5625988 coresight-etm4x: Read only access to the tracer's ID registers by Mathieu Poirier · 9 years ago
  79. a467dae coresight-etm4x: Read only access to the main management registers by Mathieu Poirier · 9 years ago
  80. 40d8ebf coresight-etm4x: Controls pertaining to the VM ID functions by Pratik Patel · 9 years ago
  81. 4a584be coresight-etm4x: Controls pertaining to the context ID functions by Pratik Patel · 9 years ago
  82. 6afa8a1 coresight-etm4x: Controls pertaining to the selection of resources by Pratik Patel · 9 years ago
  83. add2d5d coresight-etm4x: Controls pertaining to the counter functions by Pratik Patel · 9 years ago
  84. 5e5ff34 coresight-etm4x: Controls pertaining to the sequencer functions by Pratik Patel · 9 years ago
  85. 35c9b29 coresight-etm4x: Controls pertaining to the address comparator functions by Pratik Patel · 9 years ago
  86. 43ba6a7 coresight-etm4x: Controls pertaining to the ViewInst register by Pratik Patel · 9 years ago
  87. b460daf coresight-etm4x: Controls pertaining to various configuration options by Pratik Patel · 9 years ago
  88. d8c6696 coresight-etm4x: Controls pertaining to the reset, mode, pe and events by Pratik Patel · 9 years ago
  89. c0ddbfe coresight-etm4x: Controls pertaining to tracer configuration by Pratik Patel · 9 years ago
  90. 2e1cdfe coresight-etm4x: Adding CoreSight ETM4x driver by Pratik Patel · 9 years ago
  91. f5da7cb coresight: etb10: Fix check for bogus buffer depth by Mark Brown · 9 years ago
  92. cc54544 coresight: etb10: Print size of buffer we fail to allocate by Mark Brown · 9 years ago
  93. e260818 Linux 4.1-rc4 by Linus Torvalds · 9 years ago
  94. ab992dc watchdog: Fix merge 'conflict' by Peter Zijlstra · 9 years ago
  95. 7cf7d42 Merge tag 'for-linus-20150516' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  96. c0655fe Merge tag 'usb-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  97. dd8edd7 Merge tag 'tty-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  98. 3f4741b Merge tag 'staging-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  99. 148c46f Merge tag 'char-misc-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  100. 92752b5 Merge branch 'for-linus-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago