summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-hyperv.c
AgeCommit message (Expand)Author
2023-07-09HID: hyperv: avoid struct memcpy overrun warningArnd Bergmann
2023-02-22Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-02-06HID: hyperv: Constify lowlevel HID driverThomas Weißschuh
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li
2022-12-13Merge branch 'for-6.2/hyperv' into for-linusJiri Kosina
2022-11-02HID: hyperv: fix possible memory leak in mousevsc_probe()Yang Yingliang
2022-10-24HID: hyperv: remove unused struct synthhid_msgPaulo Miguel Almeida
2022-10-18HID: hyperv: Replace one-element array with flexible-array memberPaulo Miguel Almeida
2022-06-08HID: hyperv: Correctly access fields declared as __le16Michael Kelley
2020-09-28HID: hyperv: Use VMBUS_RING_SIZE() for ringbuffer sizesBoqun Feng
2020-03-05HID: hyperv: NULL check before some freeing functions is not needed.Lucas Tanure
2019-11-21HID: hyperv: Add the support of hibernationDexuan Cui
2019-10-01HID: hyperv: Use in-place iterator API in the channel callbackDexuan Cui
2019-09-02HID: hv: Remove dependencies on PAGE_SIZE for ring bufferMaya Nakamura
2019-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-06-01HID: hyperv: Add a module description lineJoseph Salisbury
2018-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-11-15Input: hyper-v - fix wakeup from suspend-to-idleVitaly Kuznetsov
2018-07-03use the new async probing feature for the hyperv driversArjan van de Ven
2017-10-05HID: hyperv: pr_err() strings should end with newlinesArvind Yadav
2015-01-26HID: hyperv: match wait_for_completion_timeout return typeNicholas Mc Guire
2014-08-04HID: hyperv: register as a wakeup sourceDexuan Cui
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina
2014-03-28HID: hyperv: fix _raw_request() prototypeJiri Kosina
2014-03-28HID: hyperv: Implement a stub raw_request() entry pointK. Y. Srinivasan
2014-02-17HID: hyperv: make sure input buffer is big enoughDavid Herrmann
2013-08-02Drivers: hv: remove HV_DRV_VERSIONOlaf Hering
2013-06-03HID: hyperv: convert alloc+memcpy to memdupThomas Meyer
2013-01-25Drivers: hid: hid-hyperv: Use consolidated GUID definitionsK. Y. Srinivasan
2012-05-17HID: hyperv: Set the hid drvdata correctlyK. Y. Srinivasan
2012-05-01HID: hid-hyperv: Do not use hid_parse_report() directlyHenrik Rydberg
2012-02-02HID: hyperv: Properly disconnect the input deviceK. Y. Srinivasan
2011-12-01HID: hv_mouse: Properly add the hid deviceK. Y. Srinivasan
2011-11-22HID: Move the hid-hyperv driver out of stagingK. Y. Srinivasan