1. 0c6d5c8 w1: use correct lock on error in w1_seq_show() by Dan Carpenter · 9 years ago
  2. a14ef24 w1: fix for loop exit condition in w1_seq_show() by Dan Carpenter · 9 years ago
  3. fc368ea drivers/hwtracing: fix coresight-etm4x implicit <module.h> usage by Paul Gortmaker · 9 years ago
  4. 5a6a7cd drivers/hwtracing: fix coresight-replicator-qcom implicit <module.h> usage by Paul Gortmaker · 9 years ago
  5. 00465f4 Merge tag 'extcon-next-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next by Greg Kroah-Hartman · 9 years ago
  6. 1f656ff Drivers: hv: vmbus: Implement NUMA aware CPU affinity for channels by K. Y. Srinivasan · 9 years ago
  7. 9c6e64a Drivers: hv: vmbus: Use the vp_index map even for channels bound to CPU 0 by K. Y. Srinivasan · 9 years ago
  8. 0dcacd7 w1: ds2482: Add i2c module alias name by Ludek Hlavacek · 9 years ago
  9. fdd2db2 snsc: pass timeout as HZ independent value by Nicholas Mc Guire · 9 years ago
  10. 9f4ba6b paride: use new parport device model by Sudip Mukherjee · 9 years ago
  11. 8891f41 i2c-parport: use new parport device model by Sudip Mukherjee · 9 years ago
  12. 19a4fb2 i2c-parport: define ports to connect by Sudip Mukherjee · 9 years ago
  13. 9be83c0 staging: panel: use new parport device model by Sudip Mukherjee · 9 years ago
  14. 6fa45a2 parport: add device-model to parport subsystem by Sudip Mukherjee · 9 years ago
  15. 208250d char:pcmcia:synclink_cs - Do not initialise statics to 0. by Shailendra Verma · 9 years ago
  16. 4e4bd36 Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONLINE case by Vitaly Kuznetsov · 9 years ago
  17. 6c4e5f9 Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10. by Keith Mange · 9 years ago
  18. b575f71 char: misc: restore MISC_DYNAMIC_MINOR on device_create() failure by Vladimir Zapolskiy · 9 years ago
  19. b144ce2 mei: fix up uuid matching by Greg Kroah-Hartman · 9 years ago
  20. f8df880 extcon: Remove optional print_name() function pointer of extcon_dev by Chanwoo Choi · 9 years ago
  21. 039ae58 hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k by Pali Rohár · 9 years ago
  22. a5afba1 hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon tree by Pali Rohár · 9 years ago
  23. db17006 virtio_console: silence a static checker warning by Dan Carpenter · 9 years ago
  24. 45c554e xillybus: XILLYBUS_OF should depend on HAS_DMA by Geert Uytterhoeven · 9 years ago
  25. 3411d03 goldfish_pipe: Fix unlikely() misuse by Joe Perches · 9 years ago
  26. d3046ba pcmcia: fix a boot time warning in pcmcia cs code by Dmitry Eremin-Solenikov · 9 years ago
  27. f0c7b47 drivers/char: Remove msm_smd_pkt driver by Stephen Boyd · 9 years ago
  28. ce59fec Drivers: hv: vmbus: distribute subchannels among all vcpus by Vitaly Kuznetsov · 9 years ago
  29. f38e7dd Drivers: hv: vmbus: move init_vp_index() call to vmbus_process_offer() by Vitaly Kuznetsov · 9 years ago
  30. 357e836 Drivers: hv: vmbus: decrease num_sc on subchannel removal by Vitaly Kuznetsov · 9 years ago
  31. 8dfd332 Drivers: hv: vmbus: unify calls to percpu_channel_enq() by Vitaly Kuznetsov · 9 years ago
  32. 1959a28 Drivers: hv: vmbus: kill tasklets on module unload by Vitaly Kuznetsov · 9 years ago
  33. ffc151f Drivers: hv: vmbus: do cleanup on all vmbus_open() failure paths by Vitaly Kuznetsov · 9 years ago
  34. 2db84ef Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state by K. Y. Srinivasan · 9 years ago
  35. 813c5b7 hv: vmbus_free_channels(): remove the redundant free_channel() by Dexuan Cui · 9 years ago
  36. 096c605 Drivers: hv: vmbus: unregister panic notifier on module unload by Vitaly Kuznetsov · 9 years ago
  37. e4ecb41 Drivers: hv: vmbus: introduce vmbus_acpi_remove by Vitaly Kuznetsov · 9 years ago
  38. 7c95912 Drivers: hv: utils: unify driver registration reporting by Vitaly Kuznetsov · 9 years ago
  39. a4d1ee5 Drivers: hv: fcopy: full handshake support by Vitaly Kuznetsov · 9 years ago
  40. cd8dc05 Drivers: hv: vss: full handshake support by Vitaly Kuznetsov · 9 years ago
  41. 11bc3a5 Drivers: hv: kvp: convert to hv_utils_transport by Vitaly Kuznetsov · 9 years ago
  42. c7e490f Drivers: hv: fcopy: convert to hv_utils_transport by Vitaly Kuznetsov · 9 years ago
  43. 6472f80 Drivers: hv: vss: convert to hv_utils_transport by Vitaly Kuznetsov · 9 years ago
  44. 14b50f8 Drivers: hv: util: introduce hv_utils_transport abstraction by Vitaly Kuznetsov · 9 years ago
  45. 3f0dccf Drivers: hv: fcopy: set .owner reference for file operations by Vitaly Kuznetsov · 9 years ago
  46. 4c93ccc Drivers: hv: fcopy: switch to using the hvutil_device_state state machine by Vitaly Kuznetsov · 9 years ago
  47. 086a6f6 Drivers: hv: vss: switch to using the hvutil_device_state state machine by Vitaly Kuznetsov · 9 years ago
  48. 97bf16c Drivers: hv: kvp: switch to using the hvutil_device_state state machine by Vitaly Kuznetsov · 9 years ago
  49. 636c88d Drivers: hv: util: introduce state machine for util drivers by Vitaly Kuznetsov · 9 years ago
  50. 1d07233 Drivers: hv: fcopy: rename fcopy_work -> fcopy_timeout_work by Vitaly Kuznetsov · 9 years ago
  51. 68c8b39 Drivers: hv: kvp: rename kvp_work -> kvp_timeout_work by Vitaly Kuznetsov · 9 years ago
  52. 38c06c2 Drivers: hv: vss: process deferred messages when we complete the transaction by Vitaly Kuznetsov · 9 years ago
  53. 242f312 Drivers: hv: fcopy: process deferred messages when we complete the transaction by Vitaly Kuznetsov · 9 years ago
  54. 8efe78f Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h by Vitaly Kuznetsov · 9 years ago
  55. 5fa9748 Drivers: hv: kvp: reset kvp_context by Vitaly Kuznetsov · 9 years ago
  56. 3647a83 Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.h by Vitaly Kuznetsov · 9 years ago
  57. 0810f18 ti-st: handle null allocation return correctly. by Colin Ian King · 9 years ago
  58. dd8d8d4 misc: mic: MIC card driver specific changes to enable SCIF by Sudeep Dutt · 9 years ago
  59. 74321d4 misc: mic: MIC host driver specific changes to enable SCIF by Sudeep Dutt · 9 years ago
  60. fdd9fd5 misc: mic: SCIF messaging and node enumeration APIs by Sudeep Dutt · 9 years ago
  61. 76371c7 misc: mic: SCIF connections APIs i.e. accept and connect by Nikhil Rao · 9 years ago
  62. e9089f4 misc: mic: SCIF open close bind and listen APIs by Sudeep Dutt · 9 years ago
  63. 40cb594 misc: mic: SCIF node queue pair setup management by Sudeep Dutt · 9 years ago
  64. fb4d0e3 misc: mic: SCIF module initialization by Sudeep Dutt · 9 years ago
  65. c9d5c53 misc: mic: Common MIC header file changes in preparation for SCIF by Sudeep Dutt · 9 years ago
  66. b55f035 misc: mic: SCIF Peer Bus by Sudeep Dutt · 9 years ago
  67. 5ec4ca6 misc: mic: SCIF Hardware Bus by Sudeep Dutt · 9 years ago
  68. 9ad8b64 misc: mic: SCIF ring buffer infrastructure by Sudeep Dutt · 9 years ago
  69. 0d09f1a misc: remove drivers for CARMA hardware by Ira Snyder · 9 years ago
  70. 898bc28 drivers: char: misc.c: remove trailing whitespace by Tal Shorer · 9 years ago
  71. d9411e5 w1: Add support for DS28EA00 sequence to w1-therm by Matt Campbell · 9 years ago
  72. f7134ee w1_therm reference count family data by David Fries · 9 years ago
  73. c309835 w1: introduce an ability to specify microseconds bus scanning intervals by Dmitry Khromov · 9 years ago
  74. 61a590f spmi: Add dependency on HAS_IOMEM by Richard Weinberger · 9 years ago
  75. 9ff2c13 uio: don't free irq that was not requested by Stephen Hemminger · 9 years ago
  76. 5b20a02 mei: export hbm features to debugfs under devstate by Tomas Winkler · 9 years ago
  77. dbac993 mei: export mei client device struct to external use by Tomas Winkler · 9 years ago
  78. 1d3ff7672 NFC: mei_phy: adjust mei nfc header according the spec by Tomas Winkler · 9 years ago
  79. d4b78c7 mei: bus: kill mei_cl_ops by Tomas Winkler · 9 years ago
  80. be9b720 NFC: mei_phy: move all nfc logic from mei driver to nfc by Tomas Winkler · 9 years ago
  81. 007d64e mei: bus: add name and uuid into device attributes by Tomas Winkler · 9 years ago
  82. c93b76b mei: bus: report also uuid in module alias by Tomas Winkler · 9 years ago
  83. 41c95b0 mei: add also write waiting list to runtime pm blockers by Tomas Winkler · 9 years ago
  84. a1809d3 mei: request autosuspend at the end of write by Alexander Usyskin · 9 years ago
  85. b8b7303 mei: consume flow control on the first chunk of writing by Alexander Usyskin · 9 years ago
  86. 292f82c mei: debug prints with client info in read by Alexander Usyskin · 9 years ago
  87. 900f445 mei: txe: fix incorrect indentation by Tomas Winkler · 9 years ago
  88. 9e23936 mei: drop iamthif_mtu from device structure by Alexander Usyskin · 9 years ago
  89. eeabfcf mei: connection to fixed address clients from user-space by Alexander Usyskin · 9 years ago
  90. 1df629e mei: support for fixed address clients by Alexander Usyskin · 9 years ago
  91. a03d77f mei: fix flow control for single buffer clients by Alexander Usyskin · 9 years ago
  92. d49ed64 mei: add a reference from the host client to the me client by Alexander Usyskin · 9 years ago
  93. 0c53357 mei: revamp client connection by Tomas Winkler · 9 years ago
  94. 3c66618 mei: revamp client disconnection flow by Tomas Winkler · 9 years ago
  95. fe29228 mei: txe: reduce suspend/resume time by Tomas Winkler · 9 years ago
  96. 620cf78 coresight: replicator: Add Qualcomm CoreSight Replicator driver by Pratik Patel · 9 years ago
  97. 4370123 coresight: fix typo in of_coresight.c by Pankaj Dubey · 9 years ago
  98. 9875cd9 coresight: replicator: retrieve and handle atclk by Linus Walleij · 9 years ago
  99. 2e5f75d coresight: funnel: retrieve and handle atclk by Linus Walleij · 9 years ago
  100. 267b2c2 coresight: etb: retrieve and handle atclk by Linus Walleij · 9 years ago