]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/hyperv
Revert r333006:
[FreeBSD/FreeBSD.git] / sys / dev / hyperv /
2016-05-31 sephehyperv: Move guid2str from vmbus file to hyperv file
2016-05-31 sephehyperv/vmbus: White space cleanup
2016-05-31 sephehyperv/vmbus: Redefine SynIC message.
2016-05-31 sephehyperv/vmbus: Move global vmbus id array to stack.
2016-05-31 sephehyperv/vmbus: Indentation cleanup
2016-05-31 sephehyperv/vmbus: Rename ISR functions
2016-05-31 sephehyperv/vmbus: Process event timer before checking events
2016-05-30 sephehyperv/et: Allow Hyper-V event timer be disabled
2016-05-30 sephehyperv/et: Device renaming; consistent w/ other Hyper...
2016-05-30 sephehyperv: Move timer frequency definition to common place.
2016-05-30 sephehyperv/et: Make sure only one event timer will be regis...
2016-05-30 sephehyperv/vmbus: Move SINT settings to vmbus_var.h
2016-05-30 sephehyperv/et: Fix STIMER0 operations.
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 sephehyperv: Test features before enabling optional function...
2016-05-27 sephehyperv: Clean up Hyper-V timecounter a bit.
2016-05-27 sephehyperv: GC unneeded bits
2016-05-27 sephehyperv/vmbus: Move MSR EOM to hyperv_reg.h
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-27 sephehyperv: Move timer related MSRs into hyperv_reg.h
2016-05-27 sephehyperv: Move CPUID related bits to hyperv_reg.h and...
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-26 sephehyperv: Rework guest id settings according to Hyper...
2016-05-25 sephehyperv: Preserve required bits when disable Hypercall
2016-05-25 sephehyperv/vmbus: Rework SynIC setup and teardown
2016-05-25 sephehyperv/vmbus: Nuke unnecessary MSR read
2016-05-25 sephehyperv/vmbus: Pass vmbus softc to vmbus_synic_setup
2016-05-25 sephehyperv/vmbus: Minor style and white space cleanup
2016-05-25 sephehyperv/vmbus: Move two global flags into vmbus softc
2016-05-25 sephehyperv/vmbus: Move vcpuid into vmbus softc per-cpu...
2016-05-25 sephehyperv/vmbus: Move event/message taskqueue/task to...
2016-05-25 sephehyperv/vmbus: Allocate/setup IDT vector after all ISR...
2016-05-25 sephehyperv/vmbus: Check hyperv_dmamem_alloc return value
2016-05-24 sephehyperv/vmbus: Free message taskqueue during interrupt...
2016-05-24 sephehyperv/vmbus: Factor out functions for vmbus interrupt...
2016-05-24 sephehyperv/vmbus: Git rid of sc version of pcpu data extrac...
2016-05-24 sephehyperv/vmbus: Use busdma(9) for messages and event...
2016-05-24 sephehyperv/vmbus: Move SynIC setup/teardown from hyperv...
2016-05-24 sephehyperv/vmbus: Rename local variable and break long...
2016-05-24 sephehyperv/busdma: Take BUS_DMA_ZERO into account
2016-05-24 sephehyperv/vmbus: Pass vmbus_softc and curcpu to hv_vmbus_isr()
2016-05-24 sephehyperv/vmbus: Move vmbus interrupt counter into vmbus...
2016-05-23 sephehyperv/vmbus: Move IDT vector to vmbus_softc
2016-05-23 sephehyperv/vmbus: Get rid of vmbus_devp
2016-05-23 sephehyperv/vmbus: Declare Synic message and event w/ proper...
2016-05-23 sephehyperv: Move Hypercall setup to an early place.
2016-05-23 sephehyperv/hn: Use hyperv busdma(9) helper.
2016-05-23 sephehyperv: Add helpers for busdma(9) operation
2016-05-23 sephehyperv: Move guest id setup to early place
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-18 sephehyperv/vmbus: Use consistent device description as...
2016-05-18 sephehyperv/vmbus: Minor function definition style fixup
2016-05-18 sephehyperv/vmbus: Fix SYSINIT function prototype and usage.
2016-05-18 sephehyperv/vmbus: Reindent and cleanup devmethods.
2016-05-18 sephehyperv/vmbus: Staticize vmbus_devclass
2016-05-18 sephehyperv: Set vm_guest to VM_GUEST_VM, if hypervisor...
2016-05-18 sephehyperv/vmbus: Nuke unnecessary function indirection
2016-05-18 sephehyperv/vmbus: Remove useless modevent handler
2016-05-18 sephehyperv/vmbus: Function renaming vmbus_msg_swintr -...
2016-05-18 sephehyperv/vmbus: Utilize curcpu
2016-05-18 sephehyperv/vmbus: Minor white space and style cleanup
2016-05-18 sephehyperv/vmbus: Avoid two unnecessary protocol checks...
2016-05-18 sephehyperv/vmbus: Use atomic swap and flsl to process event...
2016-05-18 sephehyperv/vmbus: Reduce the # of event loops by recording...
2016-05-18 sephehyperv/vmbus: Use unsigned long for event bits.
2016-05-17 eadlerDon't repeat the the word 'the'
2016-05-16 sephehyperv/vmbus: Use atomic_testandclear
2016-05-16 sephehyperv/vmbus: Fix event processing loop indentation.
2016-05-16 sephehyperv/vmbus: Simplify event processing
2016-05-16 sephehyperv/vmbus: Simplify event processing
2016-05-16 sephehyperv/hn: Combine per-packet-information parsing.
2016-05-14 jhbAdd an EARLY_AP_STARTUP option to start APs earlier...
2016-05-12 mmMFV r299425:
2016-05-12 sephehyperv/stor: Enable INQUIRY result check only on WIN10...
2016-05-11 sephehyperv/hn: Extract RSS hash value and type.
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-05-03 pfgsys/dev: minor spelling fixes.
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-27 sephehyperv/hn: Add stat for # of chimney sending tries
2016-04-27 sephehyperv/vmbus: Mark sysctls MPSAFE
2016-04-27 sephehyperv/hn: Mark sysctls MPSAFE
2016-04-27 sephehyperv/hn: Remove unapplied comment.
2016-04-27 sephehyperv/hn: Restart sending earlier once we gathered...
2016-04-26 sephehyperv/hn: Change description to "Hyper-V Network Inter...
2016-04-26 sephehyperv/stor: Set description properly in probe devmethod
2016-04-26 sephehyperv/channel: Git rid of the sub-channel creation...
2016-04-26 sephehyperv/stor: Avoid sub-channel creation callback.
2016-04-26 sephehyperv/hn: Avoid sub-channel creation callback.
2016-04-26 sephehyperv/stor: Synchronize sub-channel offers
2016-04-26 sephehyperv/stor: Remove the useless hs_open_multi_channel
2016-04-25 sephehyperv/hn: Synchronize sub-channel offers
2016-04-25 sephehyperv/channel: Add functions to synchronize sub-channe...
2016-04-25 sephehyperv/channel: Log a warning about duplicated primary...
2016-04-25 sephehyperv/channel: Remove unapplied comment
2016-04-25 sephehyperv/channel: Minor style changes; no functional...
2016-04-25 sephehyperv/channel: Remove the unnecessary 'new' flag
2016-04-25 sephehyperv/et: Strip extra white space in function name
2016-04-25 sephehyperv/hn: Allow users to configure ifq or bufring...
next