/sys/dev/virtio/

'/'>cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
AgeCommit message (Expand)Author
2022-11-02rename sneaky snyc in hvtimesnyc_sample_verbose variable to sync.andvar
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-05-29Audit unload/unmap v.s. free against DMA buffer for sys/dev;rin
2022-05-20Improve Hyper-V support.nonaka
2022-04-09sys: Use membar_release/acquire around reference drop.riastradh
2022-03-12sys: Membar audit around reference count releases.riastradh
2021-12-23hyper-v: move idt vector allocating to vmbus_init_interrupts_md()yamaguchi
2021-10-21fix various typos, mainly in comments, but also in man pages and log messages.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2021-06-10hvs(4): Pass correct pointer of scsibus device to scsi_probe_bus().nonaka
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-29hvn(4): Don't wait forever.nonaka
2021-01-29vmbus(4): Don't wait forever.nonaka
2021-01-29hvkbd(4): Don't wait forever.nonaka
2020-12-11hvn(4): fix unable to ifconfig up/down.nonaka
2020-07-14Introduce per-cpu IDTsyamaguchi
2020-05-26vmbus(4): Do not call hyperv_dma_alloc() in interrupt context.nonaka
2020-05-26vmbus(4): Fixed incorrect use of vmbus_wait() in vmbus_channel_scan().nonaka
2020-05-25Use howmany() macro.nonaka
2020-05-24hvn(4): Prevent from occur panic when acquiring the media status.nonaka
2020-02-04Use ifmedia_fini().thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-12-27hvn(4): Handle CFI field of VLAN.nonaka
2019-12-27hvn(4): Use vlan_{get,set,has}_tag().nonaka
2019-12-10hvn(4) can be added and deleted dynamically.nonaka
2019-12-10hvn(4): Handle VMBUS_CHANPKT_TYPE_INBAND packet type.nonaka
2019-12-07Get a Hyper-V virtual processor id in cpu_hatch().nonaka
2019-12-06Clear the allocated memory in hyperv_dma_alloc().nonaka
2019-11-26hvn(4): Fix incorrect ident when waiting for NVS command response.nonaka
2019-11-25hvs(4), hvn(4): Set correct size for bus_dmamap_sync(9).nonaka
2019-11-22hvn(4), hvkbd(4): Only need to poll when cold.nonaka
2019-11-22vmbus(4), hvn(4), hvkbd(4): Fixed wait time for tsleep(9).nonaka
2019-11-18Fixed incorrect m_defrag return value check.nonaka
2019-11-15hvn(4), hvkbd(4): No need to call vmbus_channel_setdeferred().nonaka
2019-10-01in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEPchs
2019-07-21Fix build for !WSDISPLAY_COMPAT_RAWKBD.rin
2019-07-09Zero clear the allocated ring buffer for vmbus_channel.nakayama
2019-07-09 Don't automatically set ec_capenable's ETHERCAP_VLAN_HWTAGGING bit inmsaitoh
2019-05-31Avoid undefined reference to `hyperv_is_gen1' without hyperv(4).nonaka
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-24Added drivers for Hyper-V Synthetic Keyboard and Video device.nonaka
2019-03-05 Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changesmsaitoh
2019-03-01Remove unused definition.nonaka
2019-03-01Update Hyper-V related drivers description.nonaka
2019-02-15Add __diagused.hannken
2019-02-15Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD.nonaka