index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
usbhid
/
hiddev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2018-10-26
HID: hiddev: fix potential Spectre v1
Breno Leitao
1
-4
/
+14
2018-07-09
HID: hiddev: fix potential Spectre v1
Gustavo A. R. Silva
1
-0
/
+11
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-06-08
HID: hiddev: use hid_hw_power instead of usbhid_get/put_power
Dmitry Torokhov
1
-8
/
+6
2017-06-08
HID: hiddev: use hid_hw_open/close instead of usbhid_open/close
Dmitry Torokhov
1
-7
/
+9
2017-05-02
Merge branch 'for-4.12/asus' into for-linus
Jiri Kosina
1
-0
/
+1
2017-03-21
HID: hiddev: reallocate hiddev's minor number
Jaejoong Kim
1
-11
/
+2
2017-03-21
HID: remove initial reading of reports at connect
Benjamin Tissoires
1
-0
/
+13
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2016-06-24
HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands
Scott Bauer
1
-5
/
+5
2013-02-25
HID: use hid_hw_wait() instead of direct call to usbhid
Benjamin Tissoires
1
-2
/
+2
2013-02-25
HID: use hid_hw_request() instead of direct call to usbhid
Benjamin Tissoires
1
-2
/
+2
2012-11-28
HID: hiddev: fix nonblocking read semantics wrt EIO/ERESTARTSYS
Jiri Kosina
1
-4
/
+4
2012-11-16
HID: hiddev: Remove redundant check on unsigned variable
Tushar Behera
1
-1
/
+1
2012-04-27
HID: hiddev: Use vzalloc to allocate hiddev_list
Havard Skinnemoen
1
-4
/
+5
2012-02-02
HID: usbhid: fix dead lock between open and disconect
Ming Lei
1
-2
/
+2
2012-01-03
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
1
-1
/
+1
2011-09-27
HID: hiddev: potential info leak in hiddev_ioctl()
Dan Carpenter
1
-0
/
+2
2011-05-26
HID: hiddev: fix use after free in hiddev_release
Dan Carpenter
1
-1
/
+4
2011-05-24
HID: hiddev: fix potential use-after-free
Jiri Kosina
1
-1
/
+2
2011-05-23
Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-...
Jiri Kosina
1
-20
/
+14
2011-05-20
HID: hiddev: fix race between hiddev_disconnect and hiddev_release
Jiri Kosina
1
-2
/
+8
2011-05-18
HID: 'name' and 'phys' in 'struct hid_device' can never be NULL
Daniel Mack
1
-16
/
+2
2011-04-29
HID: hiddev: fix error path in hiddev_read when interrupted
Peter Waechtler
1
-1
/
+3
2011-03-27
HID: hiddev: fix brace indent
Dan Carpenter
1
-1
/
+1
2010-12-10
Merge branch 'master' into upstream
Jiri Kosina
1
-1
/
+0
2010-12-10
HID: Add and use hid_<level>: dev_<level> equivalents
Joe Perches
1
-1
/
+1
2010-12-07
HID: Consolidate device existence checks in hiddev_ioctl
Valentine Barshak
1
-184
/
+103
2010-12-07
HID: Fix race between disconnect and hiddev_ioctl
Valentine Barshak
1
-37
/
+131
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-10-23
Merge branches 'upstream' and 'upstream-fixes' into for-linus
Jiri Kosina
1
-40
/
+0
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-09-24
HID: usbhid: remove unused hiddev_driver
Alan Stern
1
-40
/
+0
2010-09-14
HID: fix hiddev's use of usb_find_interface
Guillaume Chazarain
1
-1
/
+1
2010-08-13
HID: hiddev: fix memory corruption due to invalid intfdata
Jiri Kosina
1
-2
/
+3
2010-08-13
HID: hiddev: protect against disconnect/NULL-dereference race
Chris Ball
1
-2
/
+4
2010-07-13
HID: hiddev: use usb_find_interface, get rid of BKL
Arnd Bergmann
1
-42
/
+12
2010-03-30
HID: update BKL comment in hiddev
Jiri Kosina
1
-2
/
+17
2010-03-02
USB: Push BKL on open down into the drivers
Oliver Neukum
1
-2
/
+5
2009-11-05
HID: remove BKL from hiddev_ioctl_usage()
Jiri Kosina
1
-5
/
+0
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
1
-2
/
+2
2009-08-20
HID: support larger reports than 64 bytes in hiddev
Jiri Kosina
1
-1
/
+1
2009-07-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+3
2009-06-22
HID: hiddev, fix lock imbalance
Jiri Slaby
1
-1
/
+3
2009-06-15
Driver Core: usb: add nodename support for usb drivers.
Kay Sievers
1
-1
/
+6
2009-03-30
Merge branch 'autosuspend' into for-next
Jiri Kosina
1
-2
/
+15
2009-03-30
HID: fix race between usb_register_dev() and hiddev_open()
Oliver Neukum
1
-0
/
+5
[next]