1. 7f439bc Input: evdev - convert kzalloc()/vzalloc() to kvzalloc() by Miles Chen · 5 years ago
  2. f729a1b Input: input_event - fix struct padding on sparc64 by Arnd Bergmann · 5 years ago
  3. 3b51c44 Input: allow drivers specify timestamp for input events by Atif Niyaz · 5 years ago
  4. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  5. 0aed4b2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  6. c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
  7. ecdf3a9 Input: evdev - use struct_size() in kzalloc() and vzalloc() by Gustavo A. R. Silva · 6 years ago
  8. 36d2582 Input: evdev - add a schedule point in evdev_write() by Dmitry Torokhov · 6 years ago
  9. 6078091 Input: evdev - switch to bitmap API by Andy Shevchenko · 6 years ago
  10. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  11. eea43ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  12. 152194f Input: extend usable life of event timestamps to 2106 on 32 bit systems by Deepa Dinamani · 7 years ago
  13. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  14. 358a89c input: utilize new cdev_device_add helper function by Logan Gunthorpe · 8 years ago
  15. bf5f18d Input: evdev - fix bug in checking duplicate clock change request by Aniroop Mathur · 9 years ago
  16. 06a1629 Input: evdev - add event-mask API by David Herrmann · 9 years ago
  17. eb38f3a Input: evdev - do not report errors form flush() by Takashi Iwai · 9 years ago
  18. 67367fd Input: evdev - use kvfree() in evdev_release() by Pekka Enberg · 10 years ago
  19. b881d53 Input: evdev - do not queue SYN_DROPPED if queue is empty by Dmitry Torokhov · 10 years ago
  20. 0c49cd2 Merge tag 'v3.19-rc4' into next by Dmitry Torokhov · 10 years ago
  21. 0c3e994 Input: evdev - flush pending events on clock type change by Anshul Garg · 10 years ago
  22. bac2298 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  23. aac8bcf Input: evdev - add CLOCK_BOOTTIME support by Aniroop Mathur · 10 years ago
  24. 92788ac drivers/input/evdev.c: don't kfree() a vmalloc address by Andrew Morton · 10 years ago
  25. 7c4f560 Input: evdev - fix EVIOCG{type} ioctl by Dmitry Torokhov · 10 years ago
  26. 5cac2f4 input: evdev: Use ktime_mono_to_real() by Thomas Gleixner · 10 years ago
  27. 879f99e Merge tag 'v3.15-rc5' into next by Dmitry Torokhov · 11 years ago
  28. d0f0a16 Input: evdev - get rid of old workaround for EVIOCGBIT by Dmitry Torokhov · 11 years ago
  29. fc7392a Input: don't modify the id of ioctl-provided ff effect on upload failure by Elias Vanderstuyft · 11 years ago
  30. 92eb77d Input: evdev - fall back to vmalloc for client event buffer by Daniel Stone · 11 years ago
  31. c7dc657 Input: evdev - add EVIOCREVOKE ioctl by David Herrmann · 11 years ago
  32. 4831802 Input: evdev - flush queues during EVIOCGKEY-like ioctls by David Herrmann · 12 years ago
  33. 4a215aa Input: fix use-after-free introduced with dynamic minor changes by Dmitry Torokhov · 12 years ago
  34. 7f8d4ca Input: extend the number of event (and other) devices by Dmitry Torokhov · 12 years ago
  35. a274ac1 Input: evdev - Add the events() callback by Henrik Rydberg · 12 years ago
  36. 8d18fba Input: Break out MT data by Henrik Rydberg · 12 years ago
  37. 2872a9b Input: evdev - properly handle read/write with count 0 by Dmitry Torokhov · 13 years ago
  38. dba4258 Input: evdev - properly access RCU-protected 'grab' data by Dmitry Torokhov · 13 years ago
  39. 10ce3cc Merge branch 'next' into for-linus by Dmitry Torokhov · 13 years ago
  40. 05b7b84 Merge branch 'for-next' of github.com:rydberg/linux into next by Dmitry Torokhov · 13 years ago
  41. b675b36 Merge commit 'v3.3-rc6' into next by Dmitry Torokhov · 13 years ago
  42. 02dfc49 Input: evdev - fix variable initialisation by Heiko Stübner · 13 years ago
  43. 1cf0c6e Input: Add EVIOC mechanism for MT slots by Henrik Rydberg · 13 years ago
  44. a80b83b Input: add infrastructure for selecting clockid for event time stamps by John Stultz · 13 years ago
  45. 42f578741 Input: evdev - fix variable initialisation by Heiko Stübner · 13 years ago
  46. 509f87c Input: evdev - do not block waiting for an event if fd is nonblock by Dima Zavin · 13 years ago
  47. e90f869 Input: evdev - if no events and non-block, return EAGAIN not 0 by Dima Zavin · 13 years ago
  48. 566cf5b Input: evdev - only allow reading events if a full packet is present by Dima Zavin · 13 years ago
  49. da40b0b Input: evdev - try to wake up readers only if we have full packet by Dmitry Torokhov · 14 years ago
  50. 7cbbb75 Input: remove useless synchronize_rcu() calls by Eric Dumazet · 14 years ago
  51. cdda911 Input: evdev - only signal polls on full packets by Jeff Brown · 14 years ago
  52. 9fb0f14 Input: evdev - indicate buffer overrun with SYN_DROPPED by Jeff Brown · 14 years ago
  53. 439581e Input: evdev - fix evdev_write return value on partial writes by Peter Korsgaard · 14 years ago
  54. 554738d Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  55. 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
  56. 85b7720 Input: introduce device properties by Henrik Rydberg · 14 years ago
  57. ab4e019 Input: define separate EVIOCGKEYCODE_V2/EVIOCSKEYCODE_V2 by Dmitry Torokhov · 14 years ago
  58. da0c490 Input: use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  59. 3a99c63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  60. 49327ad Merge branch 'next' into for-linus by Dmitry Torokhov · 14 years ago
  61. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  62. 888a6f7 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  63. f9ce6eb5 Input: evdev - fix EVIOCSABS regression by Daniel Mack · 14 years ago
  64. 0a74a1d Input: evdev - fix Ooops in EVIOCGABS/EVIOCSABS by Daniel Mack · 14 years ago
  65. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  66. 8613e4c Input: add support for large scancodes by Mauro Carvalho Chehab · 14 years ago
  67. 2be8527 input: __rcu annotations by Arnd Bergmann · 15 years ago
  68. 448cd16 Input: evdev - rearrange ioctl handling by Dmitry Torokhov · 14 years ago
  69. d31b286 Input: dynamically allocate ABS information by Daniel Mack · 14 years ago
  70. 987a6c0 Input: switch to input_abs_*() access functions by Daniel Mack · 14 years ago
  71. c18fb13 Input: evdev - signal that device is writable in evdev_poll() by Dmitry Torokhov · 14 years ago
  72. 20da92d Input: change input handlers to use bool when possible by Dmitry Torokhov · 14 years ago
  73. 40d007e Input: introduce MT event slots by Henrik Rydberg · 14 years ago
  74. e725a49 Input: evdev - never leave the client buffer empty after write by Henrik Rydberg · 15 years ago
  75. 63a6404 Input: evdev - use driver hint to compute size of event buffer by Henrik Rydberg · 15 years ago
  76. b58f708 Input: evdev - convert to dynamic event buffer by Henrik Rydberg · 15 years ago
  77. 58b9399 Input: scancode in get/set_keycodes should be unsigned by Dmitry Torokhov · 15 years ago
  78. 3d7bbd4 Input: mark input interfaces as non-seekable by Dmitry Torokhov · 15 years ago
  79. 30a589f Input: evdev - be less aggressive about sending SIGIO notifies by Adam Jackson · 15 years ago
  80. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  81. f93660147 Input: fix EVIOCGNAME/JSIOCGNAME regression by Daniel Mack · 15 years ago
  82. ec20a02 Input: synaptics - add support for reporting x/y resolution by Tero Saarni · 16 years ago
  83. 3d5cb60 Input: simplify name handling for certain input handles by Thadeu Lima de Souza Cascardo · 16 years ago
  84. 60aa492 Rationalize fasync return values by Jonathan Corbet · 16 years ago
  85. 93b8eef Merge commit 'v2.6.28-rc9' into next by Dmitry Torokhov · 16 years ago
  86. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  87. a6c2490 Input: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  88. 2d56f3a Input: refactor evdev 32bit compat to be shareable with uinput by Philip Langdale · 16 years ago
  89. c85e203 Input: evdev - fix printf() format for sizeof by Geert Uytterhoeven · 16 years ago
  90. f2afa77 Input: paper over a bug in Synaptics X driver by Dmitry Torokhov · 16 years ago
  91. 5402a73 Input: evdev - split EVIOCGBIT handlig into a separate function by Linus Torvalds · 16 years ago
  92. f2278f3 Input: fix force feedback upload issue in compat mode by Adam Dawidowski · 17 years ago
  93. a7097ff Input: make sure input interfaces pin parent input devices by Dmitry Torokhov · 17 years ago
  94. eb08b6b evdev: Release eventual input device grabs when getting disconnected by Björn Steinbrink · 17 years ago
  95. f4f37c8 Input: Add proper locking when changing device's keymap by Dmitry Torokhov · 17 years ago
  96. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  97. 82ba56c Input: use full RCU API by Dmitry Torokhov · 17 years ago
  98. b981d8b3 Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 17 years ago
  99. 0644501 Input: fix open count handling in input interfaces by Oliver Neukum · 17 years ago
  100. 6addb1d Input: evdev - implement proper locking by Dmitry Torokhov · 17 years ago