1. 5c699d7 HID: hiddev: fix use after free in hiddev_release by Dan Carpenter · 13 years ago
  2. 7f77897 HID: hiddev: fix potential use-after-free by Jiri Kosina · 13 years ago
  3. 366a238 Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 13 years ago
  4. 6cb4b04 HID: hiddev: fix race between hiddev_disconnect and hiddev_release by Jiri Kosina · 13 years ago
  5. dd2ed48 HID: 'name' and 'phys' in 'struct hid_device' can never be NULL by Daniel Mack · 13 years ago
  6. 06268b2 HID: hiddev: fix error path in hiddev_read when interrupted by Peter Waechtler · 13 years ago
  7. ac065bf HID: hiddev: fix brace indent by Dan Carpenter · 13 years ago
  8. 2ade0c1 Merge branch 'master' into upstream by Jiri Kosina · 14 years ago
  9. 4291ee3 HID: Add and use hid_<level>: dev_<level> equivalents by Joe Perches · 14 years ago
  10. 33d6eb57 HID: Consolidate device existence checks in hiddev_ioctl by Valentine Barshak · 14 years ago
  11. 1a8e8fa HID: Fix race between disconnect and hiddev_ioctl by Valentine Barshak · 14 years ago
  12. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  13. c3d9d74 Merge branches 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 14 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. 50bb6d8 HID: usbhid: remove unused hiddev_driver by Alan Stern · 14 years ago
  17. 8fe294c HID: fix hiddev's use of usb_find_interface by Guillaume Chazarain · 14 years ago
  18. 9c9e54a HID: hiddev: fix memory corruption due to invalid intfdata by Jiri Kosina · 14 years ago
  19. 7032269 HID: hiddev: protect against disconnect/NULL-dereference race by Chris Ball · 14 years ago
  20. bd25f4d HID: hiddev: use usb_find_interface, get rid of BKL by Arnd Bergmann · 14 years ago
  21. da54a0c HID: update BKL comment in hiddev by Jiri Kosina · 14 years ago
  22. 8626645 USB: Push BKL on open down into the drivers by Oliver Neukum · 15 years ago
  23. 6c85773 HID: remove BKL from hiddev_ioctl_usage() by Jiri Kosina · 15 years ago
  24. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  25. affbb8c HID: support larger reports than 64 bytes in hiddev by Jiri Kosina · 15 years ago
  26. 1fd1f28 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  27. 4859484 HID: hiddev, fix lock imbalance by Jiri Slaby · 15 years ago
  28. f7a386c Driver Core: usb: add nodename support for usb drivers. by Kay Sievers · 15 years ago
  29. 621de59 Merge branch 'autosuspend' into for-next by Jiri Kosina · 15 years ago
  30. e43bd67 HID: fix race between usb_register_dev() and hiddev_open() by Oliver Neukum · 16 years ago
  31. 8e9d20897 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 15 years ago
  32. 0361a28 HID: autosuspend support for USB HID by Oliver Neukum · 16 years ago
  33. 60aa492 Rationalize fasync return values by Jonathan Corbet · 16 years ago
  34. 96fe2ab HID: fix waitqueue usage in hiddev by Johannes Weiner · 15 years ago
  35. 48e7a3c HID: fix incorrect free in hiddev by Johannes Weiner · 15 years ago
  36. be5d0c8 HID: fix reversed logic in disconnect testing of hiddev by Oliver Neukum · 16 years ago
  37. 7605274 HID: fix hid->hiddev initialization in hiddev_connect() by Jiri Kosina · 16 years ago
  38. 0790340 HID: hiddev cleanup -- handle all error conditions properly by Oliver Neukum · 16 years ago
  39. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  40. eb99108 HID: fix lock imbalance in hiddev by Jiri Slaby · 16 years ago
  41. 93c1013 HID: move connect quirks by Jiri Slaby · 16 years ago
  42. 00b3327 HID: remove unused variable from hiddev compat ioctl by Jiri Kosina · 16 years ago
  43. 88af45b HID: fix compile issue in hiddev ioctl by Jiri Kosina · 16 years ago
  44. 7961df1 HID: Switch hiddev to unlocked_ioctl by Alan Cox · 16 years ago
  45. cf2a299 HID: fix build failure in hiddev_ioctl with gcc 3.2 by Jean Delvare · 16 years ago
  46. d624284 HID: hiddev - fix compiler warning by Jiri Kosina · 17 years ago
  47. bb6c8d8 HID: hiddev: Add 32bit ioctl compatibilty by Philip Langdale · 17 years ago
  48. 58037eb HID: make debugging output runtime-configurable by Jiri Kosina · 17 years ago
  49. cdcb44e USB HID: hiddev - fix race between hiddev_send_event() and hiddev_release() by Jiri Kosina · 17 years ago
  50. 6db3dfe USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid by Jiri Kosina · 17 years ago[Renamed from drivers/usb/input/hiddev.c]
  51. be82097 HID: put usb_interface instead of usb_device into hid->dev to fix udevinfo breakage by Anssi Hannula · 18 years ago
  52. aa8de2f [PATCH] Generic HID layer - input and event reporting by Jiri Kosina · 18 years ago
  53. 4916b3a [PATCH] Generic HID layer - USB API by Jiri Kosina · 18 years ago
  54. 229695e [PATCH] Generic HID layer - API by Jiri Kosina · 18 years ago
  55. dde5845 [PATCH] Generic HID layer - code split by Jiri Kosina · 18 years ago
  56. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  57. 066202d USB: Make file operations structs in drivers/usb const. by Luiz Fernando N. Capitulino · 18 years ago
  58. 826d598 Input: hiddev - use standard list implementation by Dmitry Torokhov · 18 years ago
  59. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  60. 48d7055 [PATCH] HID read busywait fix by Micon, David · 18 years ago
  61. bbdb7da [PATCH] USB: kzalloc for hid by Oliver Neukum · 19 years ago
  62. d20e633 Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 19 years ago
  63. 595b14c [PATCH] USB: remove some left over devfs droppings hanging around in the usb drivers by Greg Kroah-Hartman · 19 years ago
  64. 6dea934 Input: hiddev - fix off-by-one for num_values in uref_multi requests by Ben Collins · 19 years ago
  65. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  66. d6e5bcf [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  67. 010988e Input: HIDDEV - make HIDIOCSREPORT wait IO completion by Stefan Nickl · 19 years ago
  68. 05f091ab Input: whitespace fixes in drivers/usb/input by Dmitry Torokhov · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago