]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/hyperv
libunwind: update to upstream snapshot r272680
[FreeBSD/FreeBSD.git] / sys / dev / hyperv /
2016-07-08 Ed Mastelibunwind: update to upstream snapshot r272680
2016-07-04 Peter GrehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-03 Enji CooperUpdate libxo to 0.6.3
2016-07-01 Xin LIMFV r302260: expat 2.2.0
2016-06-30 Martin MatuskaMFV r302264:
2016-06-27 Xin LIMFV r302218: file 5.28.
2016-06-22 Martin MatuskaMFV r302003,r302037,r302038,r302056:
2016-06-17 Bryan DreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-09 Dag-Erling SmørgravUpdate to latest upstream version
2016-06-08 Brooks DavisUpdate to a June 8th snapshot of (un)vis form NetBSD.
2016-06-08 Simon J. GerratyMerge bmake-20160606
2016-06-08 Sepherosa Ziehauhyperv/vmbus: Change tx_evtflags type to u_long to...
2016-06-08 Sepherosa Ziehauhyperv/vmbus: Busdma-fy MNF and event flags.
2016-06-07 Sepherosa Ziehaunet: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid...
2016-06-06 Sepherosa Ziehauhyperv/vmbus: Constify channel message
2016-06-06 Sepherosa Ziehauhyperv/vmbus: Factor out channel message processing
2016-06-06 Sepherosa Ziehauhyperv/vmbus: Define type for channel messages.
2016-06-06 Sepherosa Ziehauhyperv: Move machine dependent bits into machine depend...
2016-06-05 Simon J. GerratyImport bmake-20160604
2016-06-04 Baptiste DaroussinImport libucl snapshot 20160604
2016-06-03 Pedro F. GiffuniMFV r300961:
2016-06-03 Xin LIMFV r301238:
2016-06-01 Kurt LidlImport NetBSD's blacklist source from vendor tree
2016-06-01 Sepherosa Ziehauhyperv: Rename some cleaned up/almost cleaned up files
2016-06-01 Sepherosa Ziehauhyperv/channel: Only cpu0 is supported as channel targe...
2016-06-01 Sepherosa Ziehauhyperv/vmbus: Redefine event flags.
2016-05-31 Sepherosa Ziehauhyperv/kvp: Use if_xname.
2016-05-31 Sepherosa Ziehauhyperv: Move guid2str from vmbus file to hyperv file
2016-05-31 Sepherosa Ziehauhyperv/vmbus: White space cleanup
2016-05-31 Sepherosa Ziehauhyperv/vmbus: Redefine SynIC message.
2016-05-31 Sepherosa Ziehauhyperv/vmbus: Move global vmbus id array to stack.
2016-05-31 Sepherosa Ziehauhyperv/vmbus: Indentation cleanup
2016-05-31 Sepherosa Ziehauhyperv/vmbus: Rename ISR functions
2016-05-31 Sepherosa Ziehauhyperv/vmbus: Process event timer before checking events
2016-05-30 Sepherosa Ziehauhyperv/et: Allow Hyper-V event timer be disabled
2016-05-30 Sepherosa Ziehauhyperv/et: Device renaming; consistent w/ other Hyper...
2016-05-30 Sepherosa Ziehauhyperv: Move timer frequency definition to common place.
2016-05-30 Sepherosa Ziehauhyperv/et: Make sure only one event timer will be regis...
2016-05-30 Sepherosa Ziehauhyperv/vmbus: Move SINT settings to vmbus_var.h
2016-05-30 Sepherosa Ziehauhyperv/et: Fix STIMER0 operations.
2016-05-29 Phil ShaferSubmitted by: phil
2016-05-29 Allan JudeImport the skein hashing algorithm, based on the threef...
2016-05-27 Jung-uk KimMerge ACPICA 20160527.
2016-05-27 Sepherosa Ziehauhyperv: Test features before enabling optional function...
2016-05-27 Sepherosa Ziehauhyperv: Clean up Hyper-V timecounter a bit.
2016-05-27 Sepherosa Ziehauhyperv: GC unneeded bits
2016-05-27 Sepherosa Ziehauhyperv/vmbus: Move MSR EOM to hyperv_reg.h
2016-05-27 Sepherosa Ziehauhyperv: Move timer related MSRs into hyperv_reg.h
2016-05-27 Sepherosa Ziehauhyperv: Move CPUID related bits to hyperv_reg.h and...
2016-05-26 Dimitry AndricUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-26 Sepherosa Ziehauhyperv: Rework guest id settings according to Hyper...
2016-05-25 Ed MasteUpdate to ELF Tool Chain r3477
2016-05-25 Sepherosa Ziehauhyperv: Preserve required bits when disable Hypercall
2016-05-25 Sepherosa Ziehauhyperv/vmbus: Rework SynIC setup and teardown
2016-05-25 Sepherosa Ziehauhyperv/vmbus: Nuke unnecessary MSR read
2016-05-25 Sepherosa Ziehauhyperv/vmbus: Pass vmbus softc to vmbus_synic_setup
2016-05-25 Sepherosa Ziehauhyperv/vmbus: Minor style and white space cleanup
2016-05-25 Sepherosa Ziehauhyperv/vmbus: Move two global flags into vmbus softc
2016-05-25 Sepherosa Ziehauhyperv/vmbus: Move vcpuid into vmbus softc per-cpu...
2016-05-25 Sepherosa Ziehauhyperv/vmbus: Move event/message taskqueue/task to...
2016-05-25 Sepherosa Ziehauhyperv/vmbus: Allocate/setup IDT vector after all ISR...
2016-05-25 Sepherosa Ziehauhyperv/vmbus: Check hyperv_dmamem_alloc return value
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Free message taskqueue during interrupt...
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Factor out functions for vmbus interrupt...
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Git rid of sc version of pcpu data extrac...
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Use busdma(9) for messages and event...
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Move SynIC setup/teardown from hyperv...
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Rename local variable and break long...
2016-05-24 Sepherosa Ziehauhyperv/busdma: Take BUS_DMA_ZERO into account
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Pass vmbus_softc and curcpu to hv_vmbus_isr()
2016-05-24 Sepherosa Ziehauhyperv/vmbus: Move vmbus interrupt counter into vmbus...
2016-05-23 Sepherosa Ziehauhyperv/vmbus: Move IDT vector to vmbus_softc
2016-05-23 Sepherosa Ziehauhyperv/vmbus: Get rid of vmbus_devp
2016-05-23 Sepherosa Ziehauhyperv/vmbus: Declare Synic message and event w/ proper...
2016-05-23 Sepherosa Ziehauhyperv: Move Hypercall setup to an early place.
2016-05-23 Sepherosa Ziehauhyperv/hn: Use hyperv busdma(9) helper.
2016-05-23 Sepherosa Ziehauhyperv: Add helpers for busdma(9) operation
2016-05-23 Sepherosa Ziehauhyperv: Move guest id setup to early place
2016-05-20 Simon J. GerratyMerge bmake-20160512
2016-05-20 Ed MasteUpdate to ELF Tool Chain r3475
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Use consistent device description as...
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Minor function definition style fixup
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Fix SYSINIT function prototype and usage.
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Reindent and cleanup devmethods.
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Staticize vmbus_devclass
2016-05-18 Sepherosa Ziehauhyperv: Set vm_guest to VM_GUEST_VM, if hypervisor...
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Nuke unnecessary function indirection
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Remove useless modevent handler
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Function renaming vmbus_msg_swintr -...
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Utilize curcpu
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Minor white space and style cleanup
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Avoid two unnecessary protocol checks...
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Use atomic swap and flsl to process event...
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Reduce the # of event loops by recording...
2016-05-18 Sepherosa Ziehauhyperv/vmbus: Use unsigned long for event bits.
2016-05-17 Eitan AdlerDon't repeat the the word 'the'
2016-05-16 Sepherosa Ziehauhyperv/vmbus: Use atomic_testandclear
2016-05-16 Martin MatuskaRevert r299576 and MFV r299895:
2016-05-16 Sepherosa Ziehauhyperv/vmbus: Fix event processing loop indentation.
2016-05-16 Sepherosa Ziehauhyperv/vmbus: Simplify event processing
next