开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
serio
/
hyperv-keyboard.c
Age
Commit message (
Expand
)
Author
2024-06-07
Input: serio - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
2023-01-17
Drivers: hv: Make remove callback of hyperv driver void returned
Dawei Li
2022-08-18
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
2020-09-28
Input: hyperv-keyboard: Use VMBUS_RING_SIZE() for ringbuffer sizes
Boqun Feng
2020-01-25
Input: hyperv-keyboard: Add the support of hibernation
Dexuan Cui
2019-08-20
Input: hyperv-keyboard: Use in-place iterator API in the channel callback
Dexuan Cui
2019-07-15
Input: hyperv-keyboard - remove dependencies on PAGE_SIZE for ring buffer
Maya Nakamura
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-04-23
Input: hyperv-keyboard - add module description
Joseph Salisbury
2018-12-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2018-11-15
Input: hyper-v - fix wakeup from suspend-to-idle
Vitaly Kuznetsov
2018-07-03
use the new async probing feature for the hyperv drivers
Arjan van de Ven
2017-01-21
Input: serio - drop unnecessary calls to device_init_wakeup
Guenter Roeck
2015-12-21
Drivers: hv: vmbus: fix the building warning with hyperv-keyboard
Dexuan Cui
2014-08-06
Input: hyperv-keyboard - register as a wakeup source
Dexuan Cui
2014-01-12
Input: hyperv-keyboard - pass through 0xE1 prefix
K. Y. Srinivasan
2013-09-19
Input: add a driver to support Hyper-V synthetic keyboard
K. Y. Srinivasan