summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hidraw.c
Commit message (Expand)AuthorAgeFilesLines
* HID: hidraw: fix a problem of memory leak in hidraw_release()Su Hui2024-01-251-2/+5
* HID: hidraw: make hidraw_class structure constGreg Kroah-Hartman2023-08-051-9/+9
* Merge branch 'for-6.5/apple' into for-linusJiri Kosina2023-06-271-1/+1
|\
| * driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | HID: hidraw: fix data race on device refcountLudvig Michaelsson2023-06-211-2/+7
|/
* HID: hidraw: fix memory leak in hidraw_release()Karthik Alapati2022-08-251-0/+2
* HID: hidraw: Replace hidraw device table mutex with a rwsemAndré Almeida2021-12-141-17/+17
* HID: hidraw: Add additional hidraw input/output report ioctls.Dean Camera2020-11-271-1/+23
* Merge branch 'for-5.6/hidraw' into for-linusJiri Kosina2020-01-271-0/+9
|\
| * HID: hidraw: add support uniq ioctlMarcel Holtmann2019-12-111-0/+9
* | HID: hidraw, uhid: Always report EPOLLOUTJiri Kosina2020-01-101-3/+4
* | HID: hidraw: Fix returning EPOLLOUT from hidraw_pollMarcel Holtmann2019-12-091-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-12-011-5/+5
|\
| * HID: hidraw: replace printk() with corresponding pr_xx() variantRishi Gupta2019-10-011-5/+5
* | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-3/+1
|/
* Merge branch 'for-5.4/hidraw-hiddev-epoll' into for-linusJiri Kosina2019-09-221-1/+1
|\
| * hidraw: Return EPOLLOUT from hidraw_pollFabian Henneke2019-08-051-1/+1
* | HID: hidraw: Fix invalid read in hidraw_ioctlAlan Stern2019-08-221-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 297Thomas Gleixner2019-06-051-9/+1
* HID: hidraw: enforce minors_lock locking via lockdepJiri Kosina2018-11-121-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed deviceRodrigo Rivas Costa2018-04-091-0/+5
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* HID: hidraw: fix power sequence when closing deviceDmitry Torokhov2017-10-021-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Merge branch 'for-4.7/upstream' into for-linusJiri Kosina2016-05-171-3/+2
|\
| * HID: hidraw: silence an uninitialized variable warningDan Carpenter2016-04-041-3/+2
* | HID: hidraw: switch to using memdup_userDmitry Torokhov2016-03-241-9/+4
|/
* Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina2014-04-011-8/+19
|\
| * HID: sony: do not rely on hid_output_raw_reportBenjamin Tissoires2014-03-141-1/+2
| * HID: hidraw: replace hid_output_raw_report() calls by appropriates onesBenjamin Tissoires2014-02-241-5/+14
| * HID: introduce helper to access hid_output_raw_report()Benjamin Tissoires2014-02-171-1/+1
| * HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires2014-02-171-3/+4
* | HID: hidraw: fix warning destroying hidraw device files after parentFernando Luis Vázquez Cao2014-02-261-2/+2
|/
* HID: hidraw: make comment more accurate and nicerJiri Kosina2014-01-061-10/+17
* HID: hidraw: close underlying device at removal of last readerManoj Chourasia2013-10-021-7/+14
* Merge branch 'master' into for-3.12/upstreamJiri Kosina2013-09-041-1/+1
|\
| * HID: hidraw: fix improper mutex releaseYonghua Zheng2013-07-311-1/+1
* | HID: hidraw: Add spinlock in struct hidraw to protect listYonghua Zheng2013-08-261-5/+15
* | HID: hidraw: correctly deallocate memory on device disconnectManoj Chourasia2013-08-091-35/+25
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-221-3/+3
* | HID: hidraw: print message when succesfully initializedJiri Kosina2013-02-191-0/+1
|/
* HID: hidraw: fix signaling SIGIO when hidraw reports an eventAndrew Duggan2012-11-281-0/+8
* HID: hidraw: fix nonblock read return EAGAIN after device removedFounder Fang2012-11-261-4/+4
* HID: hidraw: put old deallocation mechanism in placeJiri Kosina2012-11-011-26/+43
* Merge branch 'upstream' into for-linusJiri Kosina2012-10-011-4/+11
|\
| * HID: hidraw: improve error handling in hidraw_init()Alexey Khoroshilov2012-08-151-4/+11
* | HID: hidraw: don't deallocate memory when it is in useRatan Nalumasu2012-10-011-43/+26
|/