1. 71a7507 Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 2 years, 1 month ago
  2. ff62b8e6 driver core: make struct class.devnode() take a const * by Greg Kroah-Hartman · 2 years, 2 months ago
  3. 60f07c2 Input: Use kstrtobool() instead of strtobool() by Christophe JAILLET · 2 years, 2 months ago
  4. ebfa004 Input: deactivate MT slots when inhibiting or suspending devices by Angela Czubak · 2 years, 6 months ago
  5. 59b7a5a Input: properly queue synthetic events by Dmitry Torokhov · 2 years, 6 months ago
  6. 690e179 Merge tag 'v5.18' into next by Dmitry Torokhov · 2 years, 8 months ago
  7. 0a112e7 Input: remove unneeded variable in input_inhibit_device() by Changcheng Deng · 2 years, 9 months ago
  8. 8b188fba Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads" by José Expósito · 2 years, 10 months ago
  9. 409353c Input: add bounds checking to input_set_capability() by Jeff LaBundy · 2 years, 10 months ago
  10. ce83563 Merge tag 'v5.17-rc8' into next by Dmitry Torokhov · 2 years, 10 months ago
  11. cb66b9b Input: add input_copy_abs() function by Hans de Goede · 2 years, 11 months ago
  12. 3f9ed5c Input: set EV_ABS in dev->evbit even if input_alloc_absinfo() fails by Hans de Goede · 2 years, 11 months ago
  13. 37ef4c1 Input: clear BTN_RIGHT/MIDDLE on buttonpads by José Expósito · 3 years ago
  14. a181616 Input: Add "inhibited" property by Patrik Fimml · 4 years, 2 months ago
  15. 39be39c Input: add input_device_enabled() by Andrzej Pietrasiewicz · 4 years, 3 months ago
  16. f3e6942 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 4 years, 10 months ago
  17. 4134252 Input: fix stale timestamp on key autorepeat events by Dmitry Torokhov · 4 years, 10 months ago
  18. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  19. cb222ae Input: add safety guards to input_set_keycode() by Dmitry Torokhov · 5 years ago
  20. 4370b23 Input: reset device timestamp on sync by Dmitry Torokhov · 5 years ago
  21. e95656e Input: add support for polling to input devices by Dmitry Torokhov · 8 years ago
  22. 3b51c44 Input: allow drivers specify timestamp for input events by Atif Niyaz · 5 years ago
  23. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  24. 100294c Input: do not use WARN() in input_alloc_absinfo() by Dmitry Torokhov · 6 years ago
  25. 67043f4 Input: replace hard coded string with __func__ in pr_err() by Nick Simonov · 7 years ago
  26. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  27. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  28. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  29. 4e974c1 Input: convert autorepeat timer to use timer_setup() by Kees Cook · 7 years ago
  30. 8724ecb Input: allow matching device IDs on property bits by Dmitry Torokhov · 7 years ago
  31. 55dfce8 Input: factor out and export input_device_id matching code by Dmitry Torokhov · 7 years ago
  32. 5e895b7 Input: constify attribute_group structures by Arvind Yadav · 8 years ago
  33. c3f6f86 Input: switch to using sizeof(*type) when allocating memory by Markus Elfring · 8 years ago
  34. 63c9576 Input: use seq_puts() in input_devices_seq_show() by Markus Elfring · 8 years ago
  35. bb54613 Input: use seq_putc() in input_seq_print_bitmap() by Markus Elfring · 8 years ago
  36. 6ecfe51 Input: refuse to register absolute devices without absinfo by Dmitry Torokhov · 8 years ago
  37. f719315 Input: constify device_type structures by Bhumika Goyal · 8 years ago
  38. 8c57a5e Merge branch 'for-linus' into next by Dmitry Torokhov · 8 years ago
  39. b55eb29 Input: feed more data into entropy pool by Dmitry Torokhov · 9 years ago
  40. b8b4ead drivers/input: eliminate INPUT_COMPAT_TEST macro by Andrew Morton · 9 years ago
  41. 027c71b Input: improve autorepeat initialization by Petri Gynther · 9 years ago
  42. 00159f1 Input: do not emit unneeded EV_SYN when suspending by Dmitry Torokhov · 9 years ago
  43. 3e2b03d Input: use for_each_set_bit() where appropriate by Anshul Garg · 10 years ago
  44. ec8beff Input: fix typo in comment to input_handler_for_each_handle() by Shailendra Verma · 10 years ago
  45. 2c50ad34 Input: do not try to filter out events if handler is not a filter by Anshul Garg · 10 years ago
  46. 5ab1714 Input: small tweak to autorepeat handling by Anshul Garg · 10 years ago
  47. baf332c Input: optimize events_per_packet count calculation by Anshul Garg · 10 years ago
  48. 9c7d66f Input: initialize input_no to -1 to avoid subtraction by Aniroop Mathur · 10 years ago
  49. bf1d50f Input: avoid negative input device numbers by Richard Leitner · 10 years ago
  50. 2c9a9cf Input: automatically set EV_ABS bit in input_set_abs_params by Dmitry Torokhov · 10 years ago
  51. 50c5d36 Input: fix defuzzing logic by Dmitry Torokhov · 11 years ago
  52. 55df811 Merge branch 'next' into for-linus by Dmitry Torokhov · 11 years ago
  53. 28a2a2e Input: allocate absinfo data when setting ABS capability by Dmitry Torokhov · 11 years ago
  54. 768d9aa Input: don't call input_dev_release_keys() in resume by Aleksej Makarov · 11 years ago
  55. 4224909 Merge branch 'next' into for-linus by Dmitry Torokhov · 11 years ago
  56. 95079b8 Input: remove a redundant max() call by Kang Hu · 11 years ago
  57. a60a71b Input: move name/timer init to input_alloc_dev() by David Herrmann · 11 years ago
  58. b666263 Input: document that unregistering managed devices is not necessary by Dmitry Torokhov · 12 years ago
  59. 2be975c Input: introduce managed input devices (add devres support) by Dmitry Torokhov · 12 years ago
  60. adc4633 Input: fix sparse warning in __input_release_device() by Dmitry Torokhov · 12 years ago
  61. 7f8d4ca Input: extend the number of event (and other) devices by Dmitry Torokhov · 12 years ago
  62. 7774036 Merge branch 'for-next' of git://github.com/rydberg/linux into next by Dmitry Torokhov · 12 years ago
  63. 4369c64 Input: Send events one packet at a time by Henrik Rydberg · 12 years ago
  64. 352ac4b Input: Move autorepeat to the event-passing phase by Henrik Rydberg · 12 years ago
  65. 0672120 Input: Make sure we follow all EV_KEY events by Henrik Rydberg · 12 years ago
  66. 7c75bf9 Input: Improve the events-per-packet estimate by Henrik Rydberg · 12 years ago
  67. 8d18fba Input: Break out MT data by Henrik Rydberg · 12 years ago
  68. c0bb1f9 Input: get rid of MATCH_BIT() macro by Dmitry Torokhov · 12 years ago
  69. b89529a Input: Use accessor for MT values by Henrik Rydberg · 13 years ago
  70. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  71. 8c127f0 Input: properly assign return value of clamp() macro. by Hans Petter Selasky · 14 years ago
  72. 7cbbb75 Input: remove useless synchronize_rcu() calls by Eric Dumazet · 14 years ago
  73. 80b4895 Input: estimate number of events per packet by Jeff Brown · 14 years ago
  74. 97eb3f2 Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  75. 9ae4345 Revert "Input: do not pass injected events back to the originating handler" by Dmitry Torokhov · 14 years ago
  76. aebd636 Input: switch completely over to the new versions of get/setkeycode by Dmitry Torokhov · 14 years ago
  77. 31b6ca0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  78. 554738d Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  79. 5c461b9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt into next by Dmitry Torokhov · 14 years ago
  80. fcd3027 Input: fix double equality sign in uevent by Henrik Rydberg · 14 years ago
  81. 85b7720 Input: introduce device properties by Henrik Rydberg · 14 years ago
  82. 67b989a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt into next by Dmitry Torokhov · 14 years ago
  83. 47c78e8 input: mt: Break out slots handling by Henrik Rydberg · 14 years ago
  84. da0c490 Input: use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  85. 864ee6c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  86. de391d1 Input: fix typo in keycode validation supporting large scancodes by Mattia Dongili · 14 years ago
  87. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  88. 5fdbe44 Input: do not pass injected events back to the originating handler by Dmitry Torokhov · 14 years ago
  89. b50b521 Input: export input_reset_device() for use in KGDB by Dmitry Torokhov · 14 years ago
  90. 3a99c63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  91. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  92. 8613e4c Input: add support for large scancodes by Mauro Carvalho Chehab · 14 years ago
  93. 144c0f8 Input: fix a few typos by Dmitry Torokhov · 14 years ago
  94. ba4d695 Input: MT - initialize slots to unused by Henrik Rydberg · 14 years ago
  95. d31b286 Input: dynamically allocate ABS information by Daniel Mack · 14 years ago
  96. 987a6c0 Input: switch to input_abs_*() access functions by Daniel Mack · 14 years ago
  97. 20da92d Input: change input handlers to use bool when possible by Dmitry Torokhov · 15 years ago
  98. 40d007e Input: introduce MT event slots by Henrik Rydberg · 15 years ago
  99. fd6cf3d Input: fix signedness warning in input_set_keycode() by Dmitry Torokhov · 15 years ago
  100. 866d7d7 Input: release pressed keys when resuming device by Oliver Neukum · 15 years ago