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