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