1. f1a3b43 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  2. c39f2d9 Merge branch 'next' into for-linus by Dmitry Torokhov · 6 years ago
  3. 771a081 Input: alps - fix a mismatch between a condition check and its comment by Hui Wang · 6 years ago
  4. 49e6979e Input: psmouse - fix build error of multiple definition by YueHaibing · 6 years ago
  5. d56fef0 Input: applespi - remove set but not used variables 'sts' by Mao Wenan · 6 years ago
  6. 038b1a0 Input: add Apple SPI keyboard and trackpad driver by Ronald Tschalär · 6 years ago
  7. 7e4935c Input: alps - don't handle ALPS cs19 trackpoint-only device by Hui Wang · 6 years ago
  8. 88f28e9 Input: hyperv-keyboard - remove dependencies on PAGE_SIZE for ring buffer by Maya Nakamura · 6 years ago
  9. b8374b8 Input: adp5589 - initialize GPIO controller parent device by Lars-Peter Clausen · 6 years ago
  10. 6d45d3e Input: iforce - remove empty multiline comments by Tim Schumacher · 6 years ago
  11. ecb4183 Merge tag 'v5.2' into next by Dmitry Torokhov · 6 years ago
  12. d38b6cf Input: synaptics - fix misuse of strlcpy by Joe Perches · 6 years ago
  13. dc7a12b docs: arm: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  14. fcd9814 Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linux by Linus Torvalds · 6 years ago
  15. 3975b09 *: convert stream-like files -> stream_open, even if they use noop_llseek by Kirill Smelkov · 6 years ago
  16. 073c916 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  17. e2c063c Input: auo-pixcir-ts - switch to using devm_add_action_or_reset() by Fuqian Huang · 6 years ago
  18. 2a017fd Input: gtco - bounds check collection indent level by Grant Hernandez · 6 years ago
  19. cc95527 Input: mtk-pmic-keys - add of_node_put() before return by Nishka Dasgupta · 6 years ago
  20. 071cfc4 Input: sun4i-lradc-keys - add of_node_put() before return by Nishka Dasgupta · 6 years ago
  21. 1976d7d Input: synaptics - whitelist Lenovo T580 SMBus intertouch by Nick Black · 6 years ago
  22. d7d170a Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux by Linus Torvalds · 6 years ago
  23. 5974737 Merge branch 'next' into for-linus by Dmitry Torokhov · 6 years ago
  24. cf2d213 Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  25. ed63b9c Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 6 years ago
  26. 3dbeb44 Merge branch 'pm-sleep' by Rafael J. Wysocki · 6 years ago
  27. 593fdd4 Input: gpio_keys_polled - allow specifying name of input device by Enrico Weigelt, metux IT consult · 6 years ago
  28. 17b9292 Input: edt-ft5x06 - simplify event reporting code by Dmitry Torokhov · 6 years ago
  29. 904e782 Input: max77650-onkey - add MODULE_ALIAS() by Bartosz Golaszewski · 6 years ago
  30. f0dd687 Input: atmel_mxt_ts - fix leak in mxt_update_cfg() by Ian Ray · 6 years ago
  31. abbe3ac Input: synaptics - enable SMBUS on T480 thinkpad trackpad by Cole Rogers · 6 years ago
  32. 5cecc2b Input: atmel_mxt_ts - fix -Wunused-const-variable by Nathan Huckleberry · 6 years ago
  33. 8d3c60c Input: joydev - extend absolute mouse detection by Alexander Tsoy · 6 years ago
  34. 0828c10 Input: elan_i2c - export the device id whitelist by Jeffrey Hugo · 6 years ago
  35. 1b9c698 Input: edt-ft5x06 - use get_unaligned_be16() by Dmitry Torokhov · 6 years ago
  36. 90b9b0d Merge branch 'iforce' into next by Dmitry Torokhov · 6 years ago
  37. 1151837 Input: iforce - add the Saitek R440 Force Wheel by Tim Schumacher · 6 years ago
  38. 21ae38f Input: iforce - use unaligned accessors, where appropriate by Dmitry Torokhov · 7 years ago
  39. 8624dfd Input: iforce - drop couple of temps from transport code by Dmitry Torokhov · 7 years ago
  40. 2178db6 Input: iforce - drop bus type from iforce structure by Dmitry Torokhov · 7 years ago
  41. dfad2b1 Input: iforce - use DMA-safe buffores for USB transfers by Dmitry Torokhov · 7 years ago
  42. 6ac0aec Input: iforce - allow callers supply data buffer when fetching device IDs by Dmitry Torokhov · 7 years ago
  43. 633354d Input: iforce - only call iforce_process_packet() if initialized by Dmitry Torokhov · 7 years ago
  44. 2880dcf Input: iforce - signal command completion from transport code by Dmitry Torokhov · 7 years ago
  45. d3cc100 Input: iforce - do not combine arguments for iforce_process_packet() by Dmitry Torokhov · 7 years ago
  46. 8a25e05 Input: iforce - factor out hat handling when parsing packets by Dmitry Torokhov · 7 years ago
  47. 43e61fc Input: iforce - update formatting of switch statements by Dmitry Torokhov · 7 years ago
  48. 4873586 Input: iforce - use DMA-safe buffer when getting IDs from USB by Dmitry Torokhov · 7 years ago
  49. 4f99de6 Input: iforce - split into core and transport modules by Dmitry Torokhov · 7 years ago
  50. 81fd431 Input: iforce - move transport data into transport modules by Dmitry Torokhov · 7 years ago
  51. 501025d Input: iforce - add bus type and parent arguments to iforce_init_device() by Dmitry Torokhov · 7 years ago
  52. 05ca382 Input: iforce - introduce start and stop io transport ops by Dmitry Torokhov · 7 years ago
  53. 9381758 Input: iforce - move command completion handling to serio code by Dmitry Torokhov · 7 years ago
  54. 2a1433f Input: iforce - move get_id to the transport operations by Dmitry Torokhov · 7 years ago
  55. 38d1076 Input: iforce - introduce transport ops by Dmitry Torokhov · 7 years ago
  56. f7f3651 Input: iforce - remove "being used" silliness by Dmitry Torokhov · 7 years ago
  57. 002cdb9 Input: gpio_keys - use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  58. 3d4149e Input: gpio_keys_polled - use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  59. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  60. d096aa3 Input: cros_ec_keyb: mask out extra flags in event_type by Ting Shen · 6 years ago
  61. 4b6920b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  62. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  63. 7268a4f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 475 by Thomas Gleixner · 6 years ago
  64. 1f67b599 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464 by Thomas Gleixner · 6 years ago
  65. caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
  66. ac1dc6b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233 by Thomas Gleixner · 6 years ago
  67. 0b385a0 PM: suspend: Rename pm_suspend_via_s2idle() by Rafael J. Wysocki · 6 years ago
  68. 9843f3e Input: synaptics - enable SMBus on ThinkPad E480 and E580 by Alexander Mikhaylenko · 6 years ago
  69. 6c0bbc9 media: touchscreen/sur40: set device_caps in struct video_device by Hans Verkuil · 6 years ago
  70. ce9a53e Input: imx_keypad - make sure keyboard can always wake up system by Anson Huang · 6 years ago
  71. a876697 Input: iqs5xx - get axis info before calling input_mt_init_slots() by Jeff LaBundy · 6 years ago
  72. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  73. b1fb60d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 414 by Thomas Gleixner · 6 years ago
  74. 90832ef treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 394 by Thomas Gleixner · 6 years ago
  75. c51669e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377 by Thomas Gleixner · 6 years ago
  76. a10e763 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 by Thomas Gleixner · 6 years ago
  77. 2b27bdc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 by Thomas Gleixner · 6 years ago
  78. 4505153 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 by Thomas Gleixner · 6 years ago
  79. cc7feb7 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 315 by Thomas Gleixner · 6 years ago
  80. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  81. 8e8e69d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285 by Thomas Gleixner · 6 years ago
  82. 97fb5e8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 by Thomas Gleixner · 6 years ago
  83. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
  84. 08dbd0f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267 by Thomas Gleixner · 6 years ago
  85. 0376148 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197 by Thomas Gleixner · 6 years ago
  86. af873fc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 by Thomas Gleixner · 6 years ago
  87. 84a14ae treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178 by Thomas Gleixner · 6 years ago
  88. fda8d26 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177 by Thomas Gleixner · 6 years ago
  89. 82c2981 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176 by Thomas Gleixner · 6 years ago
  90. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  91. 736e67b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 160 by Thomas Gleixner · 6 years ago
  92. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  93. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  94. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  95. a912e80 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151 by Thomas Gleixner · 6 years ago
  96. 80503b2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149 by Thomas Gleixner · 6 years ago
  97. b02f6b6 Input: tca8418 - remove set but not used variable 'max_keys' by YueHaibing · 6 years ago
  98. b89a9f2 Input: synaptics-rmi4 - remove set but not used variable 'sensor_flags' by YueHaibing · 6 years ago
  99. 66f4c77 Input: elantech - remove P52 and P72 from SMBus blacklist by Benjamin Tissoires · 6 years ago
  100. 140a795 Input: elan_i2c - handle physical middle button by Benjamin Tissoires · 6 years ago