aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/utilities/hv_heartbeat.c
Commit message (Expand)AuthorAgeFilesLines
* hyperv/ic: Rename cleaned up files.Sepherosa Ziehau2016-12-201-152/+0
* hyperv/ic: Cleanup driver glue.Sepherosa Ziehau2016-12-201-22/+26
* hyperv/ic: Inclusion cleanupSepherosa Ziehau2016-12-201-2/+0
* hyperv/ic: Rename cleaned up header file.Sepherosa Ziehau2016-12-201-1/+1
* hyperv/ic: Cleanup common struct and functions.Sepherosa Ziehau2016-12-201-5/+9
* hyperv/ic: Factor out function to send IC responseSepherosa Ziehau2016-12-201-6/+2
* hyperv/ic: Rework framework/message version negotiation.Sepherosa Ziehau2016-10-241-1/+10
* hyperv/ic: Minor style fix.Sepherosa Ziehau2016-09-021-1/+1
* hyperv/ic: Update total message size if negotiate message size grows.Sepherosa Ziehau2016-08-251-1/+1
* hyperv/ic: Cleanup heartbeat channel callback.Sepherosa Ziehau2016-08-251-51/+60
* hyperv/ic: Redefine IC version negotiate message.Sepherosa Ziehau2016-08-241-1/+5
* hyperv/util: Factor out helper for IC device_probe DEVMETHODSepherosa Ziehau2016-08-171-11/+10
* hyperv/ic: Pass the channel callback to hv_util_attach()Sepherosa Ziehau2016-08-081-5/+1
* hyperv/ic: Expose the receive buffer length for callers to use.Sepherosa Ziehau2016-08-081-1/+1
* hyperv/ic: Remove never used second parameter of hv_negotiate_version()Sepherosa Ziehau2016-08-081-2/+1
* hyperv/vmbus: Inclusion cleanupSepherosa Ziehau2016-07-281-0/+1
* hyperv: hv_vmbus_channel -> vmbus_channelSepherosa Ziehau2016-07-211-1/+1
* hyperv/vmbus: Pass channel as the first argument for channel callbackSepherosa Ziehau2016-07-201-3/+1
* hyperv/vmbus: Move IC register definition to Hyper-V utilitiesSepherosa Ziehau2016-07-201-0/+1
* hyperv/vmbus: Cleanup channel receiving.Sepherosa Ziehau2016-07-151-3/+5
* hyperv/vmbus: Function renameSepherosa Ziehau2016-07-151-2/+2
* hyperv/vmbus: Move channel packet types definition to vmbus.hSepherosa Ziehau2016-07-151-1/+2
* hyperv: hv_guid -> struct hyperv_guid.Sepherosa Ziehau2016-07-141-1/+1
* hyperv/util: Avoid the hv_deviceSepherosa Ziehau2016-07-131-1/+1
* hyperv/vmbus: Add vmbus method for GUID base device probing.Sepherosa Ziehau2016-07-131-5/+3
* hyperv: Update copyright to 2016 for the files Microsoft changed in 2016Sepherosa Ziehau2016-04-221-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* hyperv/utils: Allow hint to disable individual utilitySepherosa Ziehau2016-03-241-0/+4
* hyperv/utils: Code rearrange and cleanupSepherosa Ziehau2016-02-241-0/+129