1. ad295b6d Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linus by Jiri Kosina · 10 years ago
  2. e534a93 HID: sony: do not rely on hid_output_raw_report by Benjamin Tissoires · 10 years ago
  3. 47587fc HID: hidraw: fix warning destroying hidraw device files after parent by Fernando Luis Vázquez Cao · 10 years ago
  4. 3a75b24 HID: hidraw: replace hid_output_raw_report() calls by appropriates ones by Benjamin Tissoires · 10 years ago
  5. 7e845d4 HID: introduce helper to access hid_output_raw_report() by Benjamin Tissoires · 10 years ago
  6. cafebc0 HID: remove hid_get_raw_report in struct hid_device by Benjamin Tissoires · 10 years ago
  7. 6183453 HID: hidraw: make comment more accurate and nicer by Jiri Kosina · 10 years ago
  8. 0f5a24c HID: hidraw: close underlying device at removal of last reader by Manoj Chourasia · 11 years ago
  9. efd15f5 Merge branch 'master' into for-3.12/upstream by Jiri Kosina · 11 years ago
  10. 277fe44 HID: hidraw: Add spinlock in struct hidraw to protect list by Yonghua Zheng · 11 years ago
  11. 212a871 HID: hidraw: correctly deallocate memory on device disconnect by Manoj Chourasia · 11 years ago
  12. 8e552e5 HID: hidraw: fix improper mutex release by Yonghua Zheng · 11 years ago
  13. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  14. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  15. 0f690cc HID: hidraw: print message when succesfully initialized by Jiri Kosina · 11 years ago
  16. b553131 HID: hidraw: fix signaling SIGIO when hidraw reports an event by Andrew Duggan · 12 years ago
  17. 7611e8d HID: hidraw: fix nonblock read return EAGAIN after device removed by Founder Fang · 12 years ago
  18. df0cfd6 HID: hidraw: put old deallocation mechanism in place by Jiri Kosina · 12 years ago
  19. a3cbe10 Merge branch 'upstream' into for-linus by Jiri Kosina · 12 years ago
  20. 4fe9f8e HID: hidraw: don't deallocate memory when it is in use by Ratan Nalumasu · 12 years ago
  21. bcb4a75 HID: hidraw: improve error handling in hidraw_init() by Alexey Khoroshilov · 12 years ago
  22. 4c7b417 HID: hidraw: fix list->buffer memleak by Matthieu CASTET · 12 years ago
  23. b678724 HID: hidraw: add proper error handling to raw event reporting by Jiri Kosina · 12 years ago
  24. b3aec7b Merge branch 'upstream' into for-linus by Jiri Kosina · 13 years ago
  25. f554ff8 HID: hidraw: open count should not increase if error by Amit Nagal · 13 years ago
  26. 65b01bd HID: hidraw: protect hidraw_disconnect() better by James Hogan · 13 years ago
  27. 1a89623 HID: hidraw: free list for all error in hidraw_open by Amit Nagal · 13 years ago
  28. dd2ed48 HID: 'name' and 'phys' in 'struct hid_device' can never be NULL by Daniel Mack · 13 years ago
  29. d2a1cfe HID: hidraw: fix comments by Jiri Kosina · 13 years ago
  30. 65b0619 Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat', 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 13 years ago
  31. b4dbde9 HID: Add Support for Setting and Getting Feature Reports from hidraw by Alan Ott · 13 years ago
  32. 3a22ebe HID: hidraw: fix hidraw_disconnect() by Stefan Achatz · 13 years ago
  33. cf28a67 HID: hidraw: Replace Confusing += Operator with = by Alan Ott · 13 years ago
  34. ae5e49c HID: hidraw: add compatibility ioctl() for 32-bit applications. by Alan Ott · 13 years ago
  35. 2ade0c1 Merge branch 'master' into upstream by Jiri Kosina · 14 years ago
  36. 4291ee3 HID: Add and use hid_<level>: dev_<level> equivalents by Joe Perches · 14 years ago
  37. 5bea766 HID: add hid_hw_open/close/power() handlers by Dmitry Torokhov · 14 years ago
  38. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  39. c3d9d74 Merge branches 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 14 years ago
  40. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  41. cb17468 HID: hidraw: fix window in hidraw_release by Jiri Slaby · 14 years ago
  42. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  43. e42dee9 HID: hidraw, fix a NULL pointer dereference in hidraw_write by Antonio Ospite · 14 years ago
  44. d20d5ff HID: hidraw, fix a NULL pointer dereference in hidraw_ioctl by Antonio Ospite · 14 years ago
  45. 83efb8f HID: remove unused variable from hidraw_read by Stefan Achatz · 14 years ago
  46. ef77ad5 Merge branches 'upstream-fixes', 'bkl-removal', 'debugfs-fixes' and 'hid-suspend' into for-linus by Jiri Kosina · 14 years ago
  47. 7426ef5 Merge branch 'upstream' into for-linus by Jiri Kosina · 14 years ago
  48. 81cd584 HID: hidraw: fix indentation by Antonio Ospite · 14 years ago
  49. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  50. 0a50454 HID: remove excessive _EMERG messages from hidraw by Jiri Kosina · 14 years ago
  51. 2e57480 HID: remove BKL from hidraw by Jiri Kosina · 14 years ago
  52. d4bfa03 HID: make raw reports possible for both feature and output reports by Jiri Kosina · 14 years ago
  53. 03266d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  54. b0e1495 HID: fix possible deadlock in hidraw_read by Jiri Kosina · 15 years ago
  55. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  56. bbe281f HID: hidraw -- fix comment about accepted devices by Jiri Kosina · 15 years ago
  57. 38089c6 HID: hidraw -- fix missing unlocks in unlocked_ioctl by Dan Carpenter · 15 years ago
  58. 0361a28 HID: autosuspend support for USB HID by Oliver Neukum · 16 years ago
  59. dfd395af HID: unlock properly on error paths in hidraw_ioctl() by Dan Carpenter · 15 years ago
  60. ed42350 Merge branch 'upstream-fixes' into for-next by Jiri Kosina · 15 years ago
  61. b8a832b HID: fix reference count leak hidraw by Oliver Neukum · 16 years ago
  62. aae6c28 HID: set proper dev.parent in hidraw by Jiri Kosina · 16 years ago
  63. 9188e79 HID: add phys and name ioctls to hidraw by Jiri Kosina · 16 years ago
  64. 7d672cd HID: fix locking in hidraw_open() by Oliver Neukum · 16 years ago
  65. 0f2c594 HID: fix lock imbalance in hidraw by Jiri Slaby · 16 years ago
  66. 140ae3e HID: fix hidraw_exit section mismatch by Jiri Slaby · 16 years ago
  67. a9b1261 device create: misc: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  68. 2b107d6 HID: fix incorrent length condition in hidraw_write() by Jiri Kosina · 16 years ago
  69. c500c97 HID: hid, make parsing event driven by Jiri Slaby · 16 years ago
  70. b22d837 Merge branches 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 16 years ago
  71. 4db1c62 HID: fix memory leak in hidraw_release by Jiri Kosina · 16 years ago
  72. 979c407 HID: Push down BKL into ioctl handler in hidraw by Alan Cox · 16 years ago
  73. 0fd15a1 device create: hid: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  74. 702e57d HID: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  75. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  76. 57d292b HID: fix HIDIOCGRDESC memory access in hidraw by Jiri Kosina · 17 years ago
  77. 709d27c HID: hidraw_connect() memleak fix by Mariusz Kozlowski · 17 years ago
  78. 86166b7 HID: add hidraw interface by Jiri Kosina · 17 years ago