1. 9fb6de1 Input: joydev - recognize devices with Z axis as joysticks by Ville Ranki · 8 years ago
  2. 5b21e3c Input: joydev - fix possible ERR_PTR() dereferencing by Javier Martinez Canillas · 9 years ago
  3. 5702222 Input: joydev - use memdup_user() to duplicate memory from user-space by Javier Martinez Canillas · 9 years ago
  4. c57d562 Merge tag 'v4.2-rc3' into next by Dmitry Torokhov · 9 years ago
  5. f23487c Input: joydev - use for_each_set_bit where appropriate by Anshul Garg · 9 years ago
  6. 15397f1 Input: joydev - don't classify the vmmouse as a joystick by Thomas Hellstrom · 9 years ago
  7. 4a215aa Input: fix use-after-free introduced with dynamic minor changes by Dmitry Torokhov · 12 years ago
  8. 7f8d4ca Input: extend the number of event (and other) devices by Dmitry Torokhov · 12 years ago
  9. 41091ad Input: random formatting fixes by Baodong Chen · 12 years ago
  10. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  11. 7cbbb75 Input: remove useless synchronize_rcu() calls by Eric Dumazet · 13 years ago
  12. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  13. da0c490 Input: use pr_fmt and pr_<level> by Joe Perches · 13 years ago
  14. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  15. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  16. d2520a4 Input: joydev - fix JSIOCSAXMAP ioctl by Kenneth Waters · 14 years ago
  17. 987a6c0 Input: switch to input_abs_*() access functions by Daniel Mack · 14 years ago
  18. 20da92d Input: change input handlers to use bool when possible by Dmitry Torokhov · 14 years ago
  19. 81c2a3b Input: use ABS_CNT rather than (ABS_MAX + 1) by Daniel Mack · 14 years ago
  20. 26a6931b Input: joydev - allow binding to button-only devices by Christoph Fritz · 14 years ago
  21. 3d7bbd4 Input: mark input interfaces as non-seekable by Dmitry Torokhov · 14 years ago
  22. 0b7024ac Input: add match() method to input hanlders by Dmitry Torokhov · 14 years ago
  23. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  24. 999b874 Input: joydev - validate axis/button maps before clobbering current ones by Stephen Kitt · 15 years ago
  25. ec8b4b7 Input: joydev - decouple axis and button map ioctls from input constants by Stephen Kitt · 15 years ago
  26. f936601 Input: fix EVIOCGNAME/JSIOCGNAME regression by Daniel Mack · 15 years ago
  27. 4894e4a Merge commit 'v2.6.30' into next by Dmitry Torokhov · 15 years ago
  28. 3d5cb60 Input: simplify name handling for certain input handles by Thadeu Lima de Souza Cascardo · 15 years ago
  29. d07a9cb Input: joydev - blacklist digitizers by Tim Cole · 15 years ago
  30. 60aa492 Rationalize fasync return values by Jonathan Corbet · 15 years ago
  31. 93b8eef Merge commit 'v2.6.28-rc9' into next by Dmitry Torokhov · 15 years ago
  32. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  33. a6c2490 Input: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  34. a7097ff Input: make sure input interfaces pin parent input devices by Dmitry Torokhov · 16 years ago
  35. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  36. 82ba56c Input: use full RCU API by Dmitry Torokhov · 17 years ago
  37. 0644501 Input: fix open count handling in input interfaces by Oliver Neukum · 17 years ago
  38. b126207 Input: joydev - implement proper locking by Dmitry Torokhov · 17 years ago
  39. 9657d75 Input: convert from class devices to standard devices by Dmitry Torokhov · 17 years ago
  40. 0b662c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  41. 1dfa281 Input: reduce raciness when input handlers disconnect by Dmitry Torokhov · 17 years ago
  42. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  43. a3d5213 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  44. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  45. d542ed8 Input: handlers - handle errors from input_open_device() by Dmitry Torokhov · 17 years ago
  46. d0ffb9b Input: handlers - rename 'list' to 'client' by Dmitry Torokhov · 17 years ago
  47. 5b2a082 Input: rework handle creation code by Dmitry Torokhov · 17 years ago
  48. 4263cf0 Input: make input_register_handler() return error codes by Dmitry Torokhov · 18 years ago
  49. 66e6611 Input: constify input core by Dmitry Torokhov · 18 years ago
  50. 1e0afb2 Input: fix formatting to better follow CodingStyle by Dmitry Torokhov · 18 years ago
  51. b39787a Input: use kzalloc() throughout the code by Eric Sesterhenn · 18 years ago
  52. c9bcd58 [PATCH] INPUT: Create symlinks for backwards compatibility by Greg Kroah-Hartman · 19 years ago
  53. ea9f240 [PATCH] INPUT: rename input_dev_class to input_class to be correct. by Greg Kroah-Hartman · 19 years ago
  54. 967ca69 [PATCH] INPUT: move the input class devices under their new input_dev devices by Greg Kroah-Hartman · 19 years ago
  55. 4f00469 [PATCH] Input: kill devfs references by Dmitry Torokhov · 19 years ago
  56. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  57. 6f5eacf Input: joydev - remove custom conversion from jiffies to msecs by Tobias Klauser · 19 years ago
  58. 3e0777b Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manually by Linus Torvalds · 19 years ago
  59. 1235686 [PATCH] INPUT: move to use the new class code, instead of class_simple by gregkh@suse.de · 19 years ago
  60. 024ac44 Input: This patch implements compat_ioctl for joydev. by Jeremy Fitzhardinge · 19 years ago
  61. f24949e Input: Fix button mapping in joydev - BTN_TRIGGER was being by Vojtech Pavlik · 19 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago