]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/hyperv/vmbus
MFV r301238:
[FreeBSD/FreeBSD.git] / sys / dev / hyperv / vmbus /
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: 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: 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-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
2016-05-16 Sepherosa Ziehauhyperv/vmbus: Simplify event processing
2016-05-14 John BaldwinAdd an EARLY_AP_STARTUP option to start APs earlier...
2016-05-14 Xin LIMFV r299716: file 5.27
2016-05-12 Martin MatuskaMFV 299539:
2016-05-12 Martin MatuskaMFV r299425:
2016-05-11 Alexander MotinMFV r299453: 6765 zfs_zaccess_delete() comments do...
2016-05-11 Alexander MotinMFV r299451: 6764 zfs issues with inheritance flags...
2016-05-11 Alexander MotinMFV r299449: 6763 aclinherit=restricted masks inherited...
2016-05-11 Alexander MotinMFV r299442: 6762 POSIX write should imply DELETE_CHILD...
2016-05-11 Alexander MotinMFV r299440: 6736 ZFS per-vdev ZAPs
2016-05-11 Alexander MotinMFV r299438: 6842 Fix empty xattr dir causing lockup
2016-05-11 Alexander MotinMFV r299436: 6843 Make xattr dir truncate and remove...
2016-05-11 Alexander MotinMFV r299434: 6841 Undirty freed spill blocks
2016-05-08 Xin LIMFV r299237: apply two upstream revisions to address...
2016-05-08 Xin LIMFV r299233: Apply upstream fix 11edb37a71851b5bcbd4e51...
2016-05-05 Dimitry AndricImport libcxxrt master 516a65c109eb0a01e5e95fbef455eb32...
2016-05-05 Dimitry AndricSince contrib/libcxxrt's ancestry was never correct...
2016-05-03 Jung-uk KimMerge OpenSSL 1.0.2h.
2016-04-30 Dimitry AndricUpdate from subversion 1.9.2 to 1.9.4.
2016-04-27 Jung-uk KimMerge ACPICA 20160422.
2016-04-27 Xin LIMFV r298691:
2016-04-27 Sepherosa Ziehauhyperv/vmbus: Mark sysctls MPSAFE
2016-04-26 Sepherosa Ziehauhyperv/channel: Git rid of the sub-channel creation...
2016-04-25 Sepherosa Ziehauhyperv/channel: Add functions to synchronize sub-channe...
next