summaryrefslogtreecommitdiff
path: root/drivers/hid/hidraw.c
AgeCommit message (Expand)Author
2024-01-25HID: hidraw: fix a problem of memory leak in hidraw_release()Su Hui
2023-08-05HID: hidraw: make hidraw_class structure constGreg Kroah-Hartman
2023-06-27Merge branch 'for-6.5/apple' into for-linusJiri Kosina
2023-06-21HID: hidraw: fix data race on device refcountLudvig Michaelsson
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2022-08-25HID: hidraw: fix memory leak in hidraw_release()Karthik Alapati
2021-12-14HID: hidraw: Replace hidraw device table mutex with a rwsemAndré Almeida
2020-11-27HID: hidraw: Add additional hidraw input/output report ioctls.Dean Camera
2020-01-27Merge branch 'for-5.6/hidraw' into for-linusJiri Kosina
2020-01-10HID: hidraw, uhid: Always report EPOLLOUTJiri Kosina
2019-12-11HID: hidraw: add support uniq ioctlMarcel Holtmann
2019-12-09HID: hidraw: Fix returning EPOLLOUT from hidraw_pollMarcel Holtmann
2019-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-10-01HID: hidraw: replace printk() with corresponding pr_xx() variantRishi Gupta
2019-09-22Merge branch 'for-5.4/hidraw-hiddev-epoll' into for-linusJiri Kosina
2019-08-22HID: hidraw: Fix invalid read in hidraw_ioctlAlan Stern
2019-08-05hidraw: Return EPOLLOUT from hidraw_pollFabian Henneke
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 297Thomas Gleixner
2018-11-12HID: hidraw: enforce minors_lock locking via lockdepJiri Kosina
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-09HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed deviceRodrigo Rivas Costa
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-10-02HID: hidraw: fix power sequence when closing deviceDmitry Torokhov
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-05-17Merge branch 'for-4.7/upstream' into for-linusJiri Kosina
2016-04-04HID: hidraw: silence an uninitialized variable warningDan Carpenter
2016-03-24HID: hidraw: switch to using memdup_userDmitry Torokhov
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina
2014-03-14HID: sony: do not rely on hid_output_raw_reportBenjamin Tissoires
2014-02-26HID: hidraw: fix warning destroying hidraw device files after parentFernando Luis Vázquez Cao
2014-02-24HID: hidraw: replace hid_output_raw_report() calls by appropriates onesBenjamin Tissoires
2014-02-17HID: introduce helper to access hid_output_raw_report()Benjamin Tissoires
2014-02-17HID: remove hid_get_raw_report in struct hid_deviceBenjamin Tissoires
2014-01-06HID: hidraw: make comment more accurate and nicerJiri Kosina
2013-10-02HID: hidraw: close underlying device at removal of last readerManoj Chourasia
2013-09-04Merge branch 'master' into for-3.12/upstreamJiri Kosina
2013-08-26HID: hidraw: Add spinlock in struct hidraw to protect listYonghua Zheng
2013-08-09HID: hidraw: correctly deallocate memory on device disconnectManoj Chourasia
2013-07-31HID: hidraw: fix improper mutex releaseYonghua Zheng
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-19HID: hidraw: print message when succesfully initializedJiri Kosina
2012-11-28HID: hidraw: fix signaling SIGIO when hidraw reports an eventAndrew Duggan
2012-11-26HID: hidraw: fix nonblock read return EAGAIN after device removedFounder Fang
2012-11-01HID: hidraw: put old deallocation mechanism in placeJiri Kosina
2012-10-01Merge branch 'upstream' into for-linusJiri Kosina
2012-10-01HID: hidraw: don't deallocate memory when it is in useRatan Nalumasu
2012-08-15HID: hidraw: improve error handling in hidraw_init()Alexey Khoroshilov