summaryrefslogtreecommitdiff
path: root/sys/dev/pv
AgeCommit message (Expand)Author
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-31include sys/sensors.h for sensor useJonathan Gray
2019-12-19Add size for free() in vio(4).Frederic Cambus
2019-12-13pvclock(4): attach even if when PVCLOCK_FLAG_TSC_STABLE is unsetpd
2019-12-13Always release interrupt source when unmasking the interruptMike Belopuhov
2019-10-25Remove some space before tab and other small indentation errors.Claudio Jeker
2019-10-07Attach Hyper-V guest services to VMBus 4.0Mike Belopuhov
2019-09-01Adopt the SCSI versioning #define's from FreeBSD. Eliminate theKenneth R Westerback
2019-08-30Don't use misleadingly named SCSISPC() which returns SCSI version notKenneth R Westerback
2019-08-06The vio(4) interface did not recover from mbuf shortage. The logicAlexander Bluhm
2019-05-26Support virtio 1.0 for virtio_pciStefan Fritsch
2019-05-26Rework virtio_negotiate_features()Stefan Fritsch
2019-05-13vmm: add host side pvclockpd
2019-04-17Remove unused parameter from virtio_init_vq()Stefan Fritsch
2019-04-17Initialize virtqueue before passing it to deviceStefan Fritsch
2019-03-24virtio: Add a few feature bit defines and namesStefan Fritsch
2019-03-24virtio: Prepare for 64 feature bitsStefan Fritsch
2019-03-24virtio: adjust virtio_setup_queue prototype for 1.0Stefan Fritsch
2019-01-19virtio: Introduce defines for config(8) flagsStefan Fritsch
2019-01-19viomb: tweak feature negotiationStefan Fritsch
2019-01-10Fix previousStefan Fritsch
2019-01-10Move some PCI-specific defines to a new virtio_pcireg.h fileStefan Fritsch
2019-01-10Remove some more code if VIRTIO_DEBUG is 0Stefan Fritsch
2019-01-10Move some common defines to virtiovar.hStefan Fritsch
2019-01-08viocon: Remove obsolete handling of sc_intrhandStefan Fritsch
2019-01-08virtio: Don't include feature strings without VIRTIO_DEBUGStefan Fritsch
2018-12-05Correctly disable pvclock(4) on old hardware that lack a stable clockReyk Floeter
2018-11-24only attach pvclock(4) inside a KVM guestPeter Hessler
2018-11-23Add the pvclock(4) guest driver for paravirtual clocksReyk Floeter
2018-09-25Insert a workaround for per-ifp ioctl being called w/o NET_LOCK().Martin Pieuchot
2018-08-24Add common Ethernet interface attributes to vio(4)'s build config.Visa Hankala
2018-05-17Let hvn_iff handle promisc mode activationMike Belopuhov
2018-04-28replace add_*_randomness with enqueue_randomness()Jasper Lievisse Adriaanse
2018-03-11Workaround an Azure UDP transmit checksum offloading bugMike Belopuhov
2018-03-08Implement the VMWare vmbackup protocol using vfs_stall(). This lets youJonathan Matthew
2018-02-27Release the netlock when sleeping for control messages in in vioioctl().Martin Pieuchot
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-01-21Release interrupt source if the interrupt task is already scheduledMike Belopuhov
2018-01-21Improve panic messageMike Belopuhov
2018-01-20Disable TCP and UDP transmit checksum offloadingMike Belopuhov
2018-01-18Fix an off-by-one uncovered by the recent free(9) changeMike Belopuhov
2017-12-09No need for the txb_used flag anymoreMike Belopuhov
2017-11-26Xen interrupt task barrier is just a taskq_barrier so call itMike Belopuhov
2017-11-08Fixup what looks like a merge mistake; no functional changeMike Belopuhov
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-08-10Don't forget to call va_end in xen_hypercallMike Belopuhov
2017-08-10Prevent an unlikely resource leakMike Belopuhov
2017-08-10sector_count is uninitialized if the SCSI cmdlen is not 6, 10, 12 orReyk Floeter
2017-08-10Fix copy-paste error in the error path of vio_alloc_mem() that checkedReyk Floeter
2017-08-10Add missing comma that caused a concatenated string. Fixes printing ofReyk Floeter