summaryrefslogtreecommitdiff
path: root/sys/dev/pv
AgeCommit message (Expand)Author
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-02-16Force a guest info update when we get a Capabilities_Register command.Jonathan Matthew
2020-02-14IPS_MAXFER, NAX_XFER, and MAXBSIZE are all definedKenneth R Westerback
2020-02-13Resolve a few issues with interrupt handlingMike Belopuhov
2020-02-12Bring a few stragglers into line with the idiom used by the other 40+Kenneth R Westerback
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callsKenneth R Westerback
2020-01-26Shuffle some names around to make reading the code less headacheKenneth R Westerback
2020-01-24cleanup unused headers generated by configJonathan Gray
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structuresKenneth R Westerback
2020-01-22xbf(4): tsleep(9) -> tsleep_nsec(9); ok mikeb@cheloha
2020-01-11xenstore: *sleep(9) -> *sleep_nsec(9); ok mikeb@cheloha
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