1. f4101ff Input: synaptics - warn the users when there is a better mode by Benjamin Tissoires · 8 years ago
  2. f4947d7 Input: synaptics - keep PS/2 around when RMI4_SMB is not enabled by Benjamin Tissoires · 8 years ago
  3. 27555511 Input: synaptics - clear device info before filling in by Eric Biggers · 8 years ago
  4. 1943d17 Input: silead - disable interrupt during suspend by Hans de Goede · 8 years ago
  5. a04f144 Input: elan_i2c - ignore signals when finishing updating firmware by KT Liao · 8 years ago
  6. 4b3c7db Input: elan_i2c - clear INT before resetting controller by KT Liao · 8 years ago
  7. 089b50d Input: atmel_mxt_ts - add T100 as a readable object by Maxime Roussin-Bélanger · 8 years ago
  8. aa3d440 Input: edt-ft5x06 - increase allowed data range for threshold parameter by Martin Kepplinger · 8 years ago
  9. 3af9256 Input: cros_ec_keyb - remove extraneous 'const' by Arnd Bergmann · 8 years ago
  10. 8be193c Input: add support for PlayStation 1/2 joypads connected via SPI by Tomohiro Yoshidomi · 8 years ago
  11. 4706aa0 Input: xpad - add USB IDs for Mad Catz Brawlstick and Razer Sabertooth by Benjamin Valentin · 8 years ago
  12. 44bc722 Input: xpad - sync supported devices with xboxdrv by Benjamin Valentin · 8 years ago
  13. 873cb58 Input: xpad - sort supported devices by USB ID by Benjamin Valentin · 8 years ago
  14. 0337966 Merge branch 'next' into for-linus by Dmitry Torokhov · 8 years ago
  15. 8a038b8 Input: ar1021_i2c - use BIT to check for a bit by Martin Kepplinger · 8 years ago
  16. 61e29ec Input: twl4030-pwrbutton - use input_set_capability() helper by Sebastian Reichel · 8 years ago
  17. 3071e9d Input: twl4030-pwrbutton - use correct device for irq request by Sebastian Reichel · 8 years ago
  18. e55057e Input: ar1021_i2c - enable touch mode during open by Martin Kepplinger · 8 years ago
  19. 7c5bb4a Input: i8042 - add Clevo P650RS to the i8042 reset list by Dmitry Torokhov · 8 years ago
  20. 8b3afdf Input: xen-kbdfront - add module parameter for setting resolution by Juergen Gross · 8 years ago
  21. 704de48 Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled by Thorsten Leemhuis · 8 years ago
  22. a6869e3 Input: synaptics-rmi4 - enable IRQ operation in F34 V7 by Nick Dyer · 8 years ago
  23. 25670fb Input: synaptics-rmi4 - change F12 clip to inactive border debug by Nick Dyer · 8 years ago
  24. 72fe387 Input: synaptics-rmi4 - use dev_driver_string when registering interrupt by Nick Dyer · 8 years ago
  25. 021cbc1 Input: ar1021_i2c - highlight support for AR1020 by Martin Kepplinger · 8 years ago
  26. 61e977b Input: ar1021_i2c - do not force raising edge IRQ trigger by Dmitry Torokhov · 8 years ago
  27. 95123fc Input: ar1021_i2c - fix too long name in driver's device table by Dmitry Torokhov · 8 years ago
  28. 2274c98 Input: ar1021_i2c - coding style fixes by Martin Kepplinger · 8 years ago
  29. 71f9f08 Input: lpc32xx_ts - check for clk_prepare_enable() error by Fabio Estevam · 8 years ago
  30. c2868417 Input: imx6ul_tsc - fix error handling by Fabio Estevam · 8 years ago
  31. 9bb9dc1 Input: omap-keypad - fix error handling code by Christophe JAILLET · 8 years ago
  32. 5376366 Input: xpad - add support for Razer Wildcat gamepad by Cameron Gutman · 8 years ago
  33. 81093c9 Input: xpad - support some quirky Xbox One pads by Cameron Gutman · 8 years ago
  34. c5cb37d Input: yealink - define packet offset __be16 instead of u16 by Martin Kepplinger · 8 years ago
  35. bee8449 Input: turbografx - use setup_timer by Geliang Tang · 8 years ago
  36. cfecc1e Input: locomokbd - use setup_timer by Geliang Tang · 8 years ago
  37. d8f2bed Input: gameport - use setup_timer by Geliang Tang · 8 years ago
  38. c9a9b72 Input: db9 - use setup_timer by Geliang Tang · 8 years ago
  39. dd22408 Input: soc_button_array - properly map usage 0x07/0xe3 to KEY_LEFTMETA by Hans de Goede · 8 years ago
  40. 792ad66 Input: pm8xxx-vib - add support for pm8916's vibrator by Damien Riegel · 8 years ago
  41. d4c7c5c Input: pm8xxx-vib - handle separate enable register by Damien Riegel · 8 years ago
  42. 2de3b70 Input: pm8xxx-vib - parametrize the driver by Damien Riegel · 8 years ago
  43. f6bcc91 Input: pm8xxx-vib - reorder header alphabetically by Damien Riegel · 8 years ago
  44. dd04dc6 Input: sur40 - fix bad endianness handling in sur40_poll by Martin Kepplinger · 8 years ago
  45. d99caa4 Input: eeti_ts - switch to gpiod API by Dmitry Torokhov · 8 years ago
  46. d422be5 Input: eeti_ts - expect platform code to set interrupt trigger by Dmitry Torokhov · 8 years ago
  47. 0378008 Input: eeti_ts - switch to using threaded interrupt by Dmitry Torokhov · 8 years ago
  48. 173e4d8 Input: eeti_ts - use gpio_get_value_cansleep by Dmitry Torokhov · 8 years ago
  49. 2d38849 Input: eeti_ts - respect interrupt set in client structure by Dmitry Torokhov · 8 years ago
  50. 6f9fab6 Input: eeti_ts - switch to using managed resources by Dmitry Torokhov · 8 years ago
  51. 42e02a6 Input: eeti_ts - use input_set_capability() by Dmitry Torokhov · 8 years ago
  52. e9f66cd Input: eeti_ts - use get_unaligned_be16() to retrieve data by Dmitry Torokhov · 8 years ago
  53. 272c03b Input: eeti_ts - use BIT(n) by Dmitry Torokhov · 8 years ago
  54. 720bebd Input: eeti_ts - rename eeti_ts_priv to eeti_ts by Dmitry Torokhov · 8 years ago
  55. 54bf089 Input: synaptics-rmi4 - when registering sensors do not call them "drivers" by Dmitry Torokhov · 8 years ago
  56. 8a7c71a Input: synaptics-rmi4 - cleanup SMbus mapping handling by Dmitry Torokhov · 8 years ago
  57. 2593cd1 Input: synaptics-rmi4 - fix endianness issue in SMBus transport by Dmitry Torokhov · 8 years ago
  58. 8cf0adf Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensor by Dmitry Torokhov · 8 years ago
  59. f6c4442 Input: synaptics - use u8 instead of unsigned char by Dmitry Torokhov · 8 years ago
  60. 212baf0 Input: synaptics - do not abuse -1 as return value by Dmitry Torokhov · 8 years ago
  61. 991d29fe0 Input: synaptics - use BIT() and GENMASK() macros by Dmitry Torokhov · 8 years ago
  62. 2c6ecbb Input: synaptics - add synaptics_query_int() by Dmitry Torokhov · 8 years ago
  63. a716a02 Input: psmouse - use i2c_client_type to locate i2c clients by Dmitry Torokhov · 8 years ago
  64. 165fe9c Merge branch 'ib/4.11-rc3-i2c-irq-resources' into next by Dmitry Torokhov · 8 years ago
  65. 03b2205 Merge tag 'v4.11-rc5' into next by Dmitry Torokhov · 8 years ago
  66. e6eba3f Input: cros_ec_keyb - add an EC event for sysrq by Rajat Jain · 8 years ago
  67. f6f08c5 Input: psmouse - fix cleaning up SMBus companions by Dmitry Torokhov · 8 years ago
  68. f49237b Merge tag 'dmaengine-fix-4.11-rc5' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  69. 128c434 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  70. 0a89b5e Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. 4a6808f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  72. 907977b Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. 7d34ddb Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  74. 978e0f9 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  75. a9f6b6b Merge tag 'usb-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  76. b3ff4fa Merge tag 'tty-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  77. f069b5a Input: bma150 - remove support for bma150 by H. Nikolaus Schaller · 8 years ago
  78. 7ece03b Merge tag 'acpi-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  79. 0d2ceec Merge tag 'pm-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  80. 1300dc6 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  81. 4124c4e i2c: allow attaching IRQ resources to i2c_board_info by Dmitry Torokhov · 8 years ago
  82. 0daaf99 i2c: copy device properties when using i2c_register_board_info() by Dmitry Torokhov · 8 years ago
  83. 00a06c2 i2c: export i2c_client_type structure by Dmitry Torokhov · 8 years ago
  84. e53e597 tty: pl011: fix earlycon work-around for QDF2400 erratum 44 by Timur Tabi · 8 years ago
  85. 4785603 drivers/rapidio/devices/tsi721.c: make module parameter variable name unique by Randy Dunlap · 8 years ago
  86. 46e1d5e Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle-fixes' by Rafael J. Wysocki · 8 years ago
  87. a079306 Merge branches 'acpi-hotplug-fixes', 'acpi-build-fixes' and 'acpi-apei-fixes' by Rafael J. Wysocki · 8 years ago
  88. 035f0cd Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  89. 728f4b3 Merge tag 'mmc-v4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  90. eee551d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 8 years ago
  91. 5559394 Merge tag 'drm-fixes-for-v4.11-rc5' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  92. 49e1590c serial: 8250_EXAR: fix duplicate Kconfig text and add missing help text by Paul Gortmaker · 8 years ago
  93. 497e1e1 tty/serial: atmel: fix TX path in atmel_console_write() by Nicolas Ferre · 8 years ago
  94. 31ca2c6 tty/serial: atmel: fix race condition (TX+DMA) by Richard Genoud · 8 years ago
  95. a6040bc serial: mxs-auart: Fix baudrate calculation by Uwe Kleine-König · 8 years ago
  96. a89eae6 Merge tag 'irq-fixes-4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 8 years ago
  97. 4296989 irqchip/mips-gic: Fix Local compare interrupt by Matt Redfearn · 8 years ago
  98. 3a2d782 Merge tag 'drm-misc-fixes-2017-03-31' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes by Dave Airlie · 8 years ago
  99. b61d607 Merge tag 'drm-intel-fixes-2017-03-29' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  100. 4adf043 Merge branch 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 8 years ago