aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv/hv_util.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Drivers: hv: Remove fcopy driverGravatar Saurabh Sengar 1-12/+0
2024-03-01hv_utils: Allow implicit ICTIMESYNCFLAG_SYNCGravatar Peter Martincic 1-1/+30
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedGravatar Dawei Li 1-3/+1
2022-10-31drivers: convert unsupported .adjfreq to .adjfineGravatar Jacob Keller 1-2/+2
2021-07-19drivers: hv: Decouple Hyper-V clock/timer code from VMbus driversGravatar Michael Kelley 1-5/+0
2021-05-18hv_utils: Fix passing zero to 'PTR_ERR' warningGravatar YueHaibing 1-2/+2
2021-02-11hv_utils: Fix spelling mistake "Hearbeat" -> "Heartbeat"Gravatar Colin Ian King 1-1/+1
2021-02-05hv_utils: Add validation for untrusted Hyper-V valuesGravatar Andres Beltran 1-84/+138
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+7
2020-09-28Driver: hv: util: Use VMBUS_RING_SIZE() for ringbuffer sizesGravatar Boqun Feng 1-4/+7
2020-08-24hv_utils: drain the timesync packets on onchannelcallbackGravatar Vineeth Pillai 1-3/+16
2020-08-24hv_utils: return error if host timesysnc update is staleGravatar Vineeth Pillai 1-11/+35
2020-02-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+139
2020-01-26hv_utils: Add the support of hibernationGravatar Dexuan Cui 1-1/+61
2020-01-26hv_utils: Support host-initiated hibernation requestGravatar Dexuan Cui 1-1/+48
2020-01-26hv_utils: Support host-initiated restart requestGravatar Dexuan Cui 1-8/+31
2020-01-16clocksource/drivers/hyper-v: Untangle stimers and timesync from clocksourcesGravatar Andrea Parri 1-4/+4
2019-11-21Drivers: hv: util: Specify ring buffer size using Hyper-V page sizeGravatar Himadri Pandya 1-2/+3
2019-11-21Drivers: hv: Specify receive buffer size using Hyper-V page sizeGravatar Himadri Pandya 1-4/+4
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticGravatar Michael Kelley 1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Gravatar Thomas Gleixner 1-13/+1
2018-11-11hv_utils: update name in struct hv_driver util_drvGravatar Haiyang Zhang 1-1/+1
2018-07-03use the new async probing feature for the hyperv driversGravatar Arjan van de Ven 1-0/+3
2017-05-25hv_utils: fix TimeSync work on pre-TimeSync-v4 hostsGravatar Vitaly Kuznetsov 1-74/+54
2017-05-25hv_utils: drop .getcrosststamp() support from PTP driverGravatar Vitaly Kuznetsov 1-36/+0
2017-03-16Drivers: hv: util: don't forget to init host_ts.lockGravatar Dexuan Cui 1-0/+2
2017-02-14vmbus: add direct isr callback modeGravatar Stephen Hemminger 1-2/+1
2017-02-10Drivers: hv: util: Fix a typoGravatar K. Y. Srinivasan 1-1/+1
2017-02-10hv_utils: implement Hyper-V PTP sourceGravatar Vitaly Kuznetsov 1-27/+152
2017-01-31Drivers: hv: Log the negotiated IC versions.Gravatar Alex Ng 1-2/+2
2017-01-31Drivers: hv: vmbus: Use all supported IC versions to negotiateGravatar Alex Ng 1-43/+51
2017-01-31hv_util: switch to using timespec64Gravatar Vitaly Kuznetsov 1-3/+3
2017-01-20Drivers: hv: util: Use hv_get_current_tick() to get current tickGravatar K. Y. Srinivasan 1-1/+2
2016-11-07Drivers: hv: utils: Fix the mapping between host version and protocol to useGravatar Alex Ng 1-3/+6
2016-10-25hv: do not lose pending heartbeat vmbus packetsGravatar Long Li 1-3/+7
2016-09-09Drivers: hv: hv_util: Avoid dynamic allocation in time synchGravatar Vivek yadav 1-11/+28
2016-09-08Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.Gravatar Alex Ng 1-23/+59
2016-09-08Drivers: hv: utils: Use TimeSync samples to adjust the clock after boot.Gravatar Alex Ng 1-13/+7
2016-09-08Drivers: hv: utils: Rename version definitions to reflect protocol version.Gravatar Alex Ng 1-10/+10
2016-03-01Drivers: hv: util: Pass the channel information during the init callGravatar K. Y. Srinivasan 1-0/+1
2015-03-01Drivers: hv: util: On device remove, close the channel after de-initializing ...Gravatar K. Y. Srinivasan 1-1/+1
2015-03-01hv: hv_util: move vmbus_open() to a later placeGravatar Dexuan Cui 1-5/+6
2014-07-09Drivers: hv: util: Fix a bug in the KVP codeGravatar K. Y. Srinivasan 1-1/+1
2014-02-18Drivers: hv: Implement the file copy serviceGravatar K. Y. Srinivasan 1-0/+11
2013-09-29Merge 3.12-rc3 into char-misc-nextGravatar Greg Kroah-Hartman 1-17/+54
2013-09-26Drivers: hv: util: Correctly support ws2008R2 and earlierGravatar K. Y. Srinivasan 1-17/+54
2013-09-26hv: Change variable type to boolGravatar Peter Senna Tschudin 1-1/+1
2013-08-02Drivers: hv: remove HV_DRV_VERSIONGravatar Olaf Hering 1-1/+0
2013-07-26Drivers: hv: util: Fix a bug in version negotiation code for util servicesGravatar K. Y. Srinivasan 1-3/+18
2013-03-15Drivers: hv: Add a new driver to support host initiated backupGravatar K. Y. Srinivasan 1-0/+10