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