summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* MFC 306015sephe2016-09-231-1/+2
* MFC 304251sephe2016-08-222-100/+61
* MFC 303737sephe2016-08-081-2/+21
* MFC 302541,302605sephe2016-07-151-57/+61
* hyperv/vmbus: Change tx_evtflags type to u_long to match vmbus_evtflagssephe2016-06-085-11/+14
* hyperv/vmbus: Busdma-fy MNF and event flags.sephe2016-06-085-90/+76
* net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash propertiessephe2016-06-071-6/+6
* hyperv/vmbus: Constify channel messagesephe2016-06-063-38/+44
* hyperv/vmbus: Factor out channel message processingsephe2016-06-064-32/+38
* hyperv/vmbus: Define type for channel messages.sephe2016-06-063-4/+10
* hyperv: Move machine dependent bits into machine dependent files.sephe2016-06-064-33/+142
* hyperv: Rename some cleaned up/almost cleaned up filessephe2016-06-015-0/+0
* hyperv/channel: Only cpu0 is supported as channel target cpu on WIN7sephe2016-06-011-3/+7
* hyperv/vmbus: Redefine event flags.sephe2016-06-016-78/+55
* hyperv/kvp: Use if_xname.sephe2016-05-311-3/+5
* hyperv: Move guid2str from vmbus file to hyperv filesephe2016-05-314-26/+30
* hyperv/vmbus: White space cleanupsephe2016-05-311-4/+7
* hyperv/vmbus: Redefine SynIC message.sephe2016-05-313-56/+80
* hyperv/vmbus: Move global vmbus id array to stack.sephe2016-05-311-3/+3
* hyperv/vmbus: Indentation cleanupsephe2016-05-311-11/+11
* hyperv/vmbus: Rename ISR functionssephe2016-05-314-10/+11
* hyperv/vmbus: Process event timer before checking eventssephe2016-05-311-17/+18
* hyperv/et: Allow Hyper-V event timer be disabledsephe2016-05-301-0/+3
* hyperv/et: Device renaming; consistent w/ other Hyper-V utilssephe2016-05-301-20/+23
* hyperv: Move timer frequency definition to common place.sephe2016-05-303-13/+12
* hyperv/et: Make sure only one event timer will be registeredsephe2016-05-301-18/+19
* hyperv/vmbus: Move SINT settings to vmbus_var.hsephe2016-05-305-21/+31
* hyperv/et: Fix STIMER0 operations.sephe2016-05-301-17/+36
* hyperv: Test features before enabling optional functionalitiessephe2016-05-276-10/+69
* hyperv: Clean up Hyper-V timecounter a bit.sephe2016-05-271-10/+17
* hyperv: GC unneeded bitssephe2016-05-271-145/+0
* hyperv/vmbus: Move MSR EOM to hyperv_reg.hsephe2016-05-272-2/+4
* hyperv: Move timer related MSRs into hyperv_reg.hsephe2016-05-273-13/+26
* hyperv: Move CPUID related bits to hyperv_reg.h and give them clean namesephe2016-05-273-77/+72
* hyperv: Rework guest id settings according to Hyper-V specsephe2016-05-262-30/+34
* hyperv: Preserve required bits when disable Hypercallsephe2016-05-251-1/+4
* hyperv/vmbus: Rework SynIC setup and teardownsephe2016-05-252-67/+90
* hyperv/vmbus: Nuke unnecessary MSR readsephe2016-05-251-6/+0
* hyperv/vmbus: Pass vmbus softc to vmbus_synic_setupsephe2016-05-251-3/+3
* hyperv/vmbus: Minor style and white space cleanupsephe2016-05-251-20/+7
* hyperv/vmbus: Move two global flags into vmbus softcsephe2016-05-254-27/+16
* hyperv/vmbus: Move vcpuid into vmbus softc per-cpu datasephe2016-05-254-11/+6
* hyperv/vmbus: Move event/message taskqueue/task to vmbus softcsephe2016-05-254-29/+27
* hyperv/vmbus: Allocate/setup IDT vector after all ISR resources are readysephe2016-05-251-32/+30
* hyperv/vmbus: Check hyperv_dmamem_alloc return valuesephe2016-05-251-6/+18
* hyperv/vmbus: Free message taskqueue during interrupt teardownsephe2016-05-241-0/+6
* hyperv/vmbus: Factor out functions for vmbus interrupt set/teardownsephe2016-05-241-77/+88
* hyperv/vmbus: Git rid of sc version of pcpu data extraction macrosephe2016-05-243-28/+25
* hyperv/vmbus: Use busdma(9) for messages and event flagssephe2016-05-244-59/+73
* hyperv/vmbus: Move SynIC setup/teardown from hyperv file to vmbus filesephe2016-05-243-130/+122
OpenPOWER on IntegriCloud