aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* hyperv/input: Remove unnecessary inclusion.Sepherosa Ziehau2017-06-301-1/+0
* hyperv/storvsc: Reduce log verbositySepherosa Ziehau2017-06-211-10/+21
* hyperv/pcib: use the device serial number as PCI domainDexuan Cui2017-06-081-0/+2
* hyperv/vmbus: Reorganize vmbus device treeSepherosa Ziehau2017-05-102-42/+158
* hyperv/kbd: Channel read expects non-NULL channel argument.Sepherosa Ziehau2017-05-051-1/+1
* hyperv/hn: Use channel0, i.e. TX ring0, for TCP SYN/SYN|ACK.Sepherosa Ziehau2017-04-241-11/+91
* hyperv: Use kmem_malloc for hypercall memory due to NX bit change.Sepherosa Ziehau2017-04-191-12/+19
* hyperv/kvp: Remove always false condition.Sepherosa Ziehau2017-04-141-1/+1
* hyperv/storvsc: Use ULL for 64bits value shift.Sepherosa Ziehau2017-04-141-1/+1
* hyperv/kbd: Remove unnecessary assignment.Sepherosa Ziehau2017-04-141-1/+0
* hyperv/hn: Fixat RNDIS rxfilter after the successful RNDIS init.Sepherosa Ziehau2017-04-053-31/+103
* hyperv/storvsc: Fixup SRB status.Sepherosa Ziehau2017-04-052-8/+8
* hyperv/kbd: Add support for synthetic keyboard.Sepherosa Ziehau2017-04-053-0/+1200
* hyperv/hn: Misaligned chimney sending buffers should not be usedSepherosa Ziehau2017-03-011-3/+8
* hyperv/hn: Make sure that RNDIS packet message is at least 4B aligned.Sepherosa Ziehau2017-03-011-2/+15
* hyperv/hn: Simplify RNDIS packet total length calculation.Sepherosa Ziehau2017-03-011-4/+3
* hyperv/hn: Simplify RNDIS packet data offset calculation.Sepherosa Ziehau2017-02-281-5/+2
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* hyperv/hn: add devctl_notify for VF_UP/DOWN eventsDexuan Cui2017-01-241-0/+3
* hyperv/hn: add a sysctl name for the VF interfaceDexuan Cui2017-01-241-0/+20
* hyperv/hn: add the support for VF drivers (SR-IOV)Dexuan Cui2017-01-245-9/+192
* hyperv/hn: remove the MTU and IFF_DRV_RUNNING checking in hn_rxpkt()Dexuan Cui2017-01-241-9/+1
* hyperv/hn: remember the channel pointer in struct hn_rx_ringDexuan Cui2017-01-242-0/+3
* hyperv: Add method to read 64bit Hyper-V specific time value.Sepherosa Ziehau2017-01-095-17/+50
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-5/+5
* hyperv/hn: Factor out function to set rxfilter.Sepherosa Ziehau2016-12-281-10/+18
* hyperv/hn: Function renaming; no functional changes.Sepherosa Ziehau2016-12-281-6/+6
* hyperv/hn: Consolidate hn_{suspend,resume}Sepherosa Ziehau2016-12-281-10/+10
* hyperv/vmbus: Nuke unnecessary critical sections.Sepherosa Ziehau2016-12-283-14/+12
* hyperv/ic: Allow applying the samples from hypervisor unconditionally.Sepherosa Ziehau2016-12-231-1/+1
* hyperv/ic: Fix version4 timesync message format.Sepherosa Ziehau2016-12-232-9/+34
* hyperv: Unbreak EARLY_AP_STARUP Hyper-V bootstrap by using intrhookSepherosa Ziehau2016-12-212-2/+30
* hyperv/storvsc: The max channel in PDU actually means the max sub-chans.Sepherosa Ziehau2016-12-211-15/+26
* hyperv/ic: Rename cleaned up files.Sepherosa Ziehau2016-12-203-0/+0
* hyperv/ic: Cleanup driver glue.Sepherosa Ziehau2016-12-203-66/+78
* hyperv/ic: Rname cleaned up file.Sepherosa Ziehau2016-12-201-0/+0
* hyperv/ic: Inclusion cleanupSepherosa Ziehau2016-12-204-15/+2
* hyperv/ic: Rename cleaned up header file.Sepherosa Ziehau2016-12-207-6/+6
* hyperv/ic: Cleanup common struct and functions.Sepherosa Ziehau2016-12-207-51/+58
* hyperv/ic: Factor out function to send IC responseSepherosa Ziehau2016-12-205-18/+27
* hyperv: Implement userspace gettimeofday(2) with Hyper-V reference TSCSepherosa Ziehau2016-12-191-3/+18
* hyperv: Allow userland to ro-mmap reference TSC pageSepherosa Ziehau2016-12-153-16/+75
* hyperv: Implement "enlightened" time counter, which is rdtsc based.Sepherosa Ziehau2016-12-143-0/+129
* hyperv/hn: Add polling supportSepherosa Ziehau2016-12-122-0/+81
* hyperv/vmbus: Add channel polling support.Sepherosa Ziehau2016-12-123-0/+220
* hyperv/storvsc: Minor style changes; no functional changes.Sepherosa Ziehau2016-12-091-1/+6
* hyperv/storvsc: Fix the SCSI disk attachment issue.Sepherosa Ziehau2016-12-091-8/+33
* hyperv/timesync: Support "sent TC" to improve accuracy.Sepherosa Ziehau2016-12-086-29/+38
* hyperv/vmbus: Utilize vmbus_chan_run_task()Sepherosa Ziehau2016-12-081-2/+1