summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/hyperv-keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-171-3/+1
* Input: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-181-2/+2
* Input: hyperv-keyboard: Use VMBUS_RING_SIZE() for ringbuffer sizesBoqun Feng2020-09-281-2/+2
* Input: hyperv-keyboard: Add the support of hibernationDexuan Cui2020-01-251-0/+27
* Input: hyperv-keyboard: Use in-place iterator API in the channel callbackDexuan Cui2019-08-201-29/+6
* Input: hyperv-keyboard - remove dependencies on PAGE_SIZE for ring bufferMaya Nakamura2019-07-151-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* Input: hyperv-keyboard - add module descriptionJoseph Salisbury2019-04-231-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-12-041-1/+1
|\
| * Input: hyper-v - fix wakeup from suspend-to-idleVitaly Kuznetsov2018-11-151-1/+1
* | use the new async probing feature for the hyperv driversArjan van de Ven2018-07-031-0/+3
|/
* Input: serio - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-211-1/+0
* Drivers: hv: vmbus: fix the building warning with hyperv-keyboardDexuan Cui2015-12-211-10/+0
* Input: hyperv-keyboard - register as a wakeup sourceDexuan Cui2014-08-061-0/+13
* Input: hyperv-keyboard - pass through 0xE1 prefixK. Y. Srinivasan2014-01-121-1/+3
* Input: add a driver to support Hyper-V synthetic keyboardK. Y. Srinivasan2013-09-191-0/+437