summaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/vmbus.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-29vmbus(4): Don't wait forever.nonaka
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
2019-12-10hvn(4) can be added and deleted dynamically.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-22vmbus(4), hvn(4), hvkbd(4): Fixed wait time for tsleep(9).nonaka
2019-07-09Zero clear the allocated ring buffer for vmbus_channel.nakayama
2019-05-24Added drivers for Hyper-V Synthetic Keyboard and Video device.nonaka
2019-02-15Add __diagused.hannken
2019-02-15Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD.nonaka