1. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  2. 100294c Input: do not use WARN() in input_alloc_absinfo() by Dmitry Torokhov · 6 years ago
  3. 67043f4 Input: replace hard coded string with __func__ in pr_err() by Nick Simonov · 7 years ago
  4. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  5. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  6. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  7. 4e974c1 Input: convert autorepeat timer to use timer_setup() by Kees Cook · 7 years ago
  8. 8724ecb Input: allow matching device IDs on property bits by Dmitry Torokhov · 7 years ago
  9. 55dfce8 Input: factor out and export input_device_id matching code by Dmitry Torokhov · 7 years ago
  10. 5e895b7 Input: constify attribute_group structures by Arvind Yadav · 7 years ago
  11. c3f6f86 Input: switch to using sizeof(*type) when allocating memory by Markus Elfring · 8 years ago
  12. 63c9576 Input: use seq_puts() in input_devices_seq_show() by Markus Elfring · 8 years ago
  13. bb54613 Input: use seq_putc() in input_seq_print_bitmap() by Markus Elfring · 8 years ago
  14. 6ecfe51 Input: refuse to register absolute devices without absinfo by Dmitry Torokhov · 8 years ago
  15. f719315 Input: constify device_type structures by Bhumika Goyal · 8 years ago
  16. 8c57a5e Merge branch 'for-linus' into next by Dmitry Torokhov · 8 years ago
  17. b55eb29 Input: feed more data into entropy pool by Dmitry Torokhov · 9 years ago
  18. b8b4ead drivers/input: eliminate INPUT_COMPAT_TEST macro by Andrew Morton · 9 years ago
  19. 027c71b Input: improve autorepeat initialization by Petri Gynther · 9 years ago
  20. 00159f1 Input: do not emit unneeded EV_SYN when suspending by Dmitry Torokhov · 9 years ago
  21. 3e2b03d Input: use for_each_set_bit() where appropriate by Anshul Garg · 10 years ago
  22. ec8beff Input: fix typo in comment to input_handler_for_each_handle() by Shailendra Verma · 10 years ago
  23. 2c50ad34 Input: do not try to filter out events if handler is not a filter by Anshul Garg · 10 years ago
  24. 5ab1714 Input: small tweak to autorepeat handling by Anshul Garg · 10 years ago
  25. baf332c Input: optimize events_per_packet count calculation by Anshul Garg · 10 years ago
  26. 9c7d66f Input: initialize input_no to -1 to avoid subtraction by Aniroop Mathur · 10 years ago
  27. bf1d50f Input: avoid negative input device numbers by Richard Leitner · 10 years ago
  28. 2c9a9cf Input: automatically set EV_ABS bit in input_set_abs_params by Dmitry Torokhov · 10 years ago
  29. 50c5d36 Input: fix defuzzing logic by Dmitry Torokhov · 10 years ago
  30. 55df811 Merge branch 'next' into for-linus by Dmitry Torokhov · 11 years ago
  31. 28a2a2e Input: allocate absinfo data when setting ABS capability by Dmitry Torokhov · 11 years ago
  32. 768d9aa Input: don't call input_dev_release_keys() in resume by Aleksej Makarov · 11 years ago
  33. 4224909 Merge branch 'next' into for-linus by Dmitry Torokhov · 11 years ago
  34. 95079b8 Input: remove a redundant max() call by Kang Hu · 11 years ago
  35. a60a71b Input: move name/timer init to input_alloc_dev() by David Herrmann · 11 years ago
  36. b666263 Input: document that unregistering managed devices is not necessary by Dmitry Torokhov · 12 years ago
  37. 2be975c Input: introduce managed input devices (add devres support) by Dmitry Torokhov · 12 years ago
  38. adc4633 Input: fix sparse warning in __input_release_device() by Dmitry Torokhov · 12 years ago
  39. 7f8d4ca Input: extend the number of event (and other) devices by Dmitry Torokhov · 12 years ago
  40. 7774036 Merge branch 'for-next' of git://github.com/rydberg/linux into next by Dmitry Torokhov · 12 years ago
  41. 4369c64 Input: Send events one packet at a time by Henrik Rydberg · 12 years ago
  42. 352ac4b Input: Move autorepeat to the event-passing phase by Henrik Rydberg · 12 years ago
  43. 0672120 Input: Make sure we follow all EV_KEY events by Henrik Rydberg · 12 years ago
  44. 7c75bf9 Input: Improve the events-per-packet estimate by Henrik Rydberg · 12 years ago
  45. 8d18fba Input: Break out MT data by Henrik Rydberg · 12 years ago
  46. c0bb1f9 Input: get rid of MATCH_BIT() macro by Dmitry Torokhov · 12 years ago
  47. b89529a Input: Use accessor for MT values by Henrik Rydberg · 13 years ago
  48. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  49. 8c127f0 Input: properly assign return value of clamp() macro. by Hans Petter Selasky · 14 years ago
  50. 7cbbb75 Input: remove useless synchronize_rcu() calls by Eric Dumazet · 14 years ago
  51. 80b4895 Input: estimate number of events per packet by Jeff Brown · 14 years ago
  52. 97eb3f2 Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  53. 9ae4345 Revert "Input: do not pass injected events back to the originating handler" by Dmitry Torokhov · 14 years ago
  54. aebd636 Input: switch completely over to the new versions of get/setkeycode by Dmitry Torokhov · 14 years ago
  55. 31b6ca0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  56. 554738d Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  57. 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
  58. fcd3027 Input: fix double equality sign in uevent by Henrik Rydberg · 14 years ago
  59. 85b7720 Input: introduce device properties by Henrik Rydberg · 14 years ago
  60. 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
  61. 47c78e8 input: mt: Break out slots handling by Henrik Rydberg · 14 years ago
  62. da0c490 Input: use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  63. 864ee6c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  64. de391d1 Input: fix typo in keycode validation supporting large scancodes by Mattia Dongili · 14 years ago
  65. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  66. 5fdbe44 Input: do not pass injected events back to the originating handler by Dmitry Torokhov · 14 years ago
  67. b50b521 Input: export input_reset_device() for use in KGDB by Dmitry Torokhov · 14 years ago
  68. 3a99c63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  69. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  70. 8613e4c Input: add support for large scancodes by Mauro Carvalho Chehab · 14 years ago
  71. 144c0f8 Input: fix a few typos by Dmitry Torokhov · 14 years ago
  72. ba4d695 Input: MT - initialize slots to unused by Henrik Rydberg · 14 years ago
  73. d31b286 Input: dynamically allocate ABS information by Daniel Mack · 14 years ago
  74. 987a6c0 Input: switch to input_abs_*() access functions by Daniel Mack · 14 years ago
  75. 20da92d Input: change input handlers to use bool when possible by Dmitry Torokhov · 14 years ago
  76. 40d007e Input: introduce MT event slots by Henrik Rydberg · 14 years ago
  77. fd6cf3d Input: fix signedness warning in input_set_keycode() by Dmitry Torokhov · 14 years ago
  78. 866d7d7 Input: release pressed keys when resuming device by Oliver Neukum · 15 years ago
  79. 00eef7b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  80. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  81. 2e2e3b9 Input: sparse-keymap - implement safer freeing of the keymap by Dmitry Torokhov · 15 years ago
  82. 2f2177c Input: remove BKL, fix input_open_file() locking by Arnd Bergmann · 15 years ago
  83. 58b9399 Input: scancode in get/set_keycodes should be unsigned by Dmitry Torokhov · 15 years ago
  84. 35858ad Merge branch 'next' into for-linus by Dmitry Torokhov · 15 years ago
  85. 0b7024ac Input: add match() method to input hanlders by Dmitry Torokhov · 15 years ago
  86. ef7995f Input: implement input filters by Dmitry Torokhov · 15 years ago
  87. cb6ecf6 Input: add the ABS_MT_PRESSURE event by Henrik Rydberg · 15 years ago
  88. 7755726 Merge commit 'v2.6.33-rc5' into next by Dmitry Torokhov · 15 years ago
  89. 15e184a Input: add compat support for sysfs and /proc capabilities output by Dmitry Torokhov · 15 years ago
  90. 92a3a58 Input: cleanse capabilities bits before registering device by Dmitry Torokhov · 15 years ago
  91. 4f93df4 Input: automatically reset KEY_RESERVED bit for all input devices by Dmitry Torokhov · 15 years ago
  92. df2d463 Input: document use of input_event() function by Dmitry Torokhov · 15 years ago
  93. 4678320 Merge commit 'v2.6.32' into next by Dmitry Torokhov · 15 years ago
  94. 66d2a59 Input: keyboard - fix lack of locking when traversing handler->h_list by Dmitry Torokhov · 15 years ago
  95. 3cc9635 Input: force LED reset on resume by Dmitry Torokhov · 15 years ago
  96. 7a53c7f Merge commit 'v2.6.32-rc5' into for-linus by Dmitry Torokhov · 15 years ago
  97. be8db0b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  98. 1572ca2 Input: fix locking issue in /proc/bus/input/ handlers by Dmitry Torokhov · 15 years ago
  99. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  100. 1c4115e drivers/input/input.c: fix CONFIG_PM=n warning by Andrew Morton · 15 years ago