summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hidraw.c
Commit message (Expand)AuthorAge
* Merge branch 'for-5.4/hidraw-hiddev-epoll' into for-linusJiri Kosina2019-09-22
|\
| * hidraw: Return EPOLLOUT from hidraw_pollFabian Henneke2019-08-05
* | HID: hidraw: Fix invalid read in hidraw_ioctlAlan Stern2019-08-22
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 297Thomas Gleixner2019-06-05
* HID: hidraw: enforce minors_lock locking via lockdepJiri Kosina2018-11-12
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed deviceRodrigo Rivas Costa2018-04-09
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* HID: hidraw: fix power sequence when closing deviceDmitry Torokhov2017-10-02
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* Merge branch 'for-4.7/upstream' into for-linusJiri Kosina2016-05-17
|\
| * HID: hidraw: silence an uninitialized variable warningDan Carpenter2016-04-04
* | HID: hidraw: switch to using memdup_userDmitry Torokhov2016-03-24
|/
* Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina2014-04-01
|\
| * HID: sony: do not rely on hid_output_raw_reportBenjamin Tissoires2014-03-14
| * HID: hidraw: replace hid_output_raw_report() calls by appropriates onesBenjamin Tissoires2014-02-24
| * HID: introduce helper to access hid_output_raw_report()Benjamin Tissoires2014-02-17
| * HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires2014-02-17
* | HID: hidraw: fix warning destroying hidraw device files after parentFernando Luis Vázquez Cao2014-02-26
|/
* HID: hidraw: make comment more accurate and nicerJiri Kosina2014-01-06
* HID: hidraw: close underlying device at removal of last readerManoj Chourasia2013-10-02
* Merge branch 'master' into for-3.12/upstreamJiri Kosina2013-09-04
|\
| * HID: hidraw: fix improper mutex releaseYonghua Zheng2013-07-31
* | HID: hidraw: Add spinlock in struct hidraw to protect listYonghua Zheng2013-08-26
* | HID: hidraw: correctly deallocate memory on device disconnectManoj Chourasia2013-08-09
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * new helper: file_inode(file)Al Viro2013-02-22
* | HID: hidraw: print message when succesfully initializedJiri Kosina2013-02-19
|/
* HID: hidraw: fix signaling SIGIO when hidraw reports an eventAndrew Duggan2012-11-28
* HID: hidraw: fix nonblock read return EAGAIN after device removedFounder Fang2012-11-26
* HID: hidraw: put old deallocation mechanism in placeJiri Kosina2012-11-01
* Merge branch 'upstream' into for-linusJiri Kosina2012-10-01
|\
| * HID: hidraw: improve error handling in hidraw_init()Alexey Khoroshilov2012-08-15
* | HID: hidraw: don't deallocate memory when it is in useRatan Nalumasu2012-10-01
|/
* HID: hidraw: fix list->buffer memleakMatthieu CASTET2012-07-20
* HID: hidraw: add proper error handling to raw event reportingJiri Kosina2012-04-27
* Merge branch 'upstream' into for-linusJiri Kosina2011-10-25
|\
| * HID: hidraw: free list for all error in hidraw_openAmit Nagal2011-09-07
* | HID: hidraw: open count should not increase if errorAmit Nagal2011-09-27
* | HID: hidraw: protect hidraw_disconnect() betterJames Hogan2011-09-20
|/
* HID: 'name' and 'phys' in 'struct hid_device' can never be NULLDaniel Mack2011-05-18
* HID: hidraw: fix commentsJiri Kosina2011-03-27
*---. Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat...Jiri Kosina2011-03-17
|\ \ \
| | | * HID: hidraw: fix hidraw_disconnect()Stefan Achatz2011-02-01
| |_|/ |/| |
| | * HID: hidraw: Replace Confusing += Operator with =Alan Ott2011-01-31
| |/ |/|
| * HID: Add Support for Setting and Getting Feature Reports from hidrawAlan Ott2011-02-11
|/
* HID: hidraw: add compatibility ioctl() for 32-bit applications.Alan Ott2011-01-04
* Merge branch 'master' into upstreamJiri Kosina2010-12-10
|\
| * BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17