1. b4361da Input: mousedev - fix implicit conversion warning by Nick Desaulniers · 7 years ago
  2. e4dbedc Input: mousedev - fix race when creating mixed device by Dmitry Torokhov · 10 years ago
  3. c91cb7a Input: mousedev - move /dev/input/mice to the correct minor by Dmitry Torokhov · 12 years ago
  4. 4a215aa Input: fix use-after-free introduced with dynamic minor changes by Dmitry Torokhov · 12 years ago
  5. 7f8d4ca Input: extend the number of event (and other) devices by Dmitry Torokhov · 12 years ago
  6. 0124be4 Input: mousedev - mark mousedev interfaces as non-seekable by Dmitry Torokhov · 12 years ago
  7. 3376b8b Input: mousedev - rename mixdev_open to opened_by_mixdev by Dmitry Torokhov · 12 years ago
  8. 1c74585e Input: mousedev - reformat structure initializers by Dmitry Torokhov · 12 years ago
  9. a2cb119 Input: mousedev - factor out psaux code to reduce #ifdefery by Dmitry Torokhov · 12 years ago
  10. 41091ad Input: random formatting fixes by Baodong Chen · 12 years ago
  11. 8c127f0 Input: properly assign return value of clamp() macro. by Hans Petter Selasky · 13 years ago
  12. 7cbbb75 Input: remove useless synchronize_rcu() calls by Eric Dumazet · 13 years ago
  13. da0c490 Input: use pr_fmt and pr_<level> by Joe Perches · 13 years ago
  14. 3a99c63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  15. f74eef9 Input: mousedev - correct lockdep annotation by Hitoshi Mitake · 14 years ago
  16. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  17. 268ba5c Input: mousedev - fix regression of inverting axes by Christoph Fritz · 14 years ago
  18. 987a6c0 Input: switch to input_abs_*() access functions by Daniel Mack · 14 years ago
  19. 4d4bf99 Input: mousedev - signal that device is writable in mousedev_poll() by Julien Moutinho · 14 years ago
  20. 20da92d Input: change input handlers to use bool when possible by Dmitry Torokhov · 14 years ago
  21. c90c6a8 Input: mousedev - remove BKL by Thadeu Lima de Souza Cascardo · 14 years ago
  22. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  23. 3d5cb60 Input: simplify name handling for certain input handles by Thadeu Lima de Souza Cascardo · 15 years ago
  24. 60aa492 Rationalize fasync return values by Jonathan Corbet · 15 years ago
  25. 93b8eef Merge commit 'v2.6.28-rc9' into next by Dmitry Torokhov · 15 years ago
  26. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  27. a6c2490 Input: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  28. f9c8154 mousedev: BKL pushdown by Arnd Bergmann · 16 years ago
  29. a7097ff Input: make sure input interfaces pin parent input devices by Dmitry Torokhov · 16 years ago
  30. d182c10 Input: mousedev - use BIT_MASK instead of BIT by Dmitry Torokhov · 16 years ago
  31. 3b04a61 Input: drop redundant includes of moduleparam.h by Julia Lawall · 16 years ago
  32. 6724f93 Input: mousedev - handle mice that use absolute coordinates by Micah Parrish · 16 years ago
  33. 7b19ada get rid of input BIT* duplicate defines by Jiri Slaby · 17 years ago
  34. 82ba56c Input: use full RCU API by Dmitry Torokhov · 17 years ago
  35. 0644501 Input: fix open count handling in input interfaces by Oliver Neukum · 17 years ago
  36. 464b241 Input: mousedev - implement proper locking by Dmitry Torokhov · 17 years ago
  37. 9657d75 Input: convert from class devices to standard devices by Dmitry Torokhov · 17 years ago
  38. 0b662c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  39. 1dfa281 Input: reduce raciness when input handlers disconnect by Dmitry Torokhov · 17 years ago
  40. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  41. a3d5213 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 17 years ago
  42. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  43. 0d9d93c Input: mousedev - fix sudden warps with touchpads by Dmitry Torokhov · 17 years ago
  44. d542ed8 Input: handlers - handle errors from input_open_device() by Dmitry Torokhov · 17 years ago
  45. d0ffb9b Input: handlers - rename 'list' to 'client' by Dmitry Torokhov · 17 years ago
  46. 5b2a082 Input: rework handle creation code by Dmitry Torokhov · 17 years ago
  47. 6c595fb Input: mousedev - remap BTN_FORWARD from BTN_LEFT to BTN_MIDDLE by Marton Nemeth · 18 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. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  51. 1e0afb2 Input: fix formatting to better follow CodingStyle by Dmitry Torokhov · 18 years ago
  52. b39787a Input: use kzalloc() throughout the code by Eric Sesterhenn · 18 years ago
  53. 74570d4 Input: mousedev - fix memory leak by Kimball Murray · 18 years ago
  54. 84c12b2 Input: mousedev - make module parameters visible in sysfs by Dmitry Torokhov · 18 years ago
  55. c9bcd58 [PATCH] INPUT: Create symlinks for backwards compatibility by Greg Kroah-Hartman · 19 years ago
  56. ea9f240 [PATCH] INPUT: rename input_dev_class to input_class to be correct. by Greg Kroah-Hartman · 19 years ago
  57. 967ca69 [PATCH] INPUT: move the input class devices under their new input_dev devices by Greg Kroah-Hartman · 19 years ago
  58. 4f00469 [PATCH] Input: kill devfs references by Dmitry Torokhov · 19 years ago
  59. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  60. 3e0777b Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manually by Linus Torvalds · 19 years ago
  61. 1235686 [PATCH] INPUT: move to use the new class code, instead of class_simple by gregkh@suse.de · 19 years ago
  62. 8121152 Input: mousedev - do not wake up readers when receiving 0-motion event. by Dmitry Torokhov · 19 years ago
  63. c1e4c8d [PATCH] fix jumpy mouse cursor on console by Pavel Machek · 19 years ago
  64. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago