index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
hid-hyperv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HID: hyperv: fix possible memory leak in mousevsc_probe()
Yang Yingliang
2022-11-02
1
-1
/
+1
*
HID: hyperv: Correctly access fields declared as __le16
Michael Kelley
2022-06-08
1
-2
/
+3
*
HID: hyperv: Use VMBUS_RING_SIZE() for ringbuffer sizes
Boqun Feng
2020-09-28
1
-2
/
+2
*
HID: hyperv: NULL check before some freeing functions is not needed.
Lucas Tanure
2020-03-05
1
-4
/
+2
*
HID: hyperv: Add the support of hibernation
Dexuan Cui
2019-11-21
1
-0
/
+34
*
HID: hyperv: Use in-place iterator API in the channel callback
Dexuan Cui
2019-10-01
1
-46
/
+10
*
HID: hv: Remove dependencies on PAGE_SIZE for ring buffer
Maya Nakamura
2019-09-02
1
-2
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
2019-06-13
1
-0
/
+2
|
\
|
*
HID: hyperv: Add a module description line
Joseph Salisbury
2019-06-01
1
-0
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-06-05
1
-9
/
+1
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2018-12-04
1
-1
/
+1
|
\
|
*
Input: hyper-v - fix wakeup from suspend-to-idle
Vitaly Kuznetsov
2018-11-15
1
-1
/
+1
*
|
use the new async probing feature for the hyperv drivers
Arjan van de Ven
2018-07-03
1
-0
/
+3
|
/
*
HID: hyperv: pr_err() strings should end with newlines
Arvind Yadav
2017-10-05
1
-1
/
+1
*
HID: hyperv: match wait_for_completion_timeout return type
Nicholas Mc Guire
2015-01-26
1
-1
/
+1
*
HID: hyperv: register as a wakeup source
Dexuan Cui
2014-08-04
1
-0
/
+6
*
Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linus
Jiri Kosina
2014-04-01
1
-0
/
+10
|
\
|
*
HID: hyperv: fix _raw_request() prototype
Jiri Kosina
2014-03-28
1
-1
/
+1
|
*
HID: hyperv: Implement a stub raw_request() entry point
K. Y. Srinivasan
2014-03-28
1
-0
/
+10
*
|
HID: hyperv: make sure input buffer is big enough
David Herrmann
2014-02-17
1
-3
/
+8
|
/
*
Drivers: hv: remove HV_DRV_VERSION
Olaf Hering
2013-08-02
1
-1
/
+0
*
HID: hyperv: convert alloc+memcpy to memdup
Thomas Meyer
2013-06-03
1
-3
/
+1
*
Drivers: hid: hid-hyperv: Use consolidated GUID definitions
K. Y. Srinivasan
2013-01-25
1
-2
/
+1
*
HID: hyperv: Set the hid drvdata correctly
K. Y. Srinivasan
2012-05-17
1
-1
/
+2
*
HID: hid-hyperv: Do not use hid_parse_report() directly
Henrik Rydberg
2012-05-01
1
-2
/
+12
*
HID: hyperv: Properly disconnect the input device
K. Y. Srinivasan
2012-02-02
1
-0
/
+1
*
HID: hv_mouse: Properly add the hid device
K. Y. Srinivasan
2011-12-01
1
-0
/
+4
*
HID: Move the hid-hyperv driver out of staging
K. Y. Srinivasan
2011-11-22
1
-0
/
+582