summaryrefslogtreecommitdiffstats
path: root/sys/dev/pv
AgeCommit message (Expand)AuthorFilesLines
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.dlg1-2/+4
2020-06-21Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions andkrw1-21/+5
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt7-16/+5
2020-02-16Force a guest info update when we get a Capabilities_Register command.jmatthew1-3/+11
2020-02-14IPS_MAXFER, NAX_XFER, and MAXBSIZE are all definedkrw2-12/+10
2020-02-13Resolve a few issues with interrupt handlingmikeb1-2/+4
2020-02-12Bring a few stragglers into line with the idiom used by the other 40+krw3-20/+16
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw4-7/+7
2020-01-26Shuffle some names around to make reading the code less headachekrw3-5/+5
2020-01-24cleanup unused headers generated by configjsg2-5/+3
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structureskrw1-3/+2
2020-01-22xbf(4): tsleep(9) -> tsleep_nsec(9); ok mikeb@cheloha1-2/+2
2020-01-11xenstore: *sleep(9) -> *sleep_nsec(9); ok mikeb@cheloha1-7/+9
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).mpi1-3/+5
2019-12-31include sys/sensors.h for sensor usejsg3-2/+5
2019-12-19Add size for free() in vio(4).fcambus1-2/+2
2019-12-13pvclock(4): attach even if when PVCLOCK_FLAG_TSC_STABLE is unsetpd1-12/+20
2019-12-13Always release interrupt source when unmasking the interruptmikeb1-2/+4
2019-10-25Remove some space before tab and other small indentation errors.claudio1-10/+9
2019-10-07Attach Hyper-V guest services to VMBus 4.0mikeb1-0/+1
2019-09-01Adopt the SCSI versioning #define's from FreeBSD. Eliminate thekrw1-3/+3
2019-08-30Don't use misleadingly named SCSISPC() which returns SCSI version notkrw1-1/+1
2019-08-06The vio(4) interface did not recover from mbuf shortage. The logicbluhm1-5/+2
2019-05-26Support virtio 1.0 for virtio_pcisf2-5/+13
2019-05-26Rework virtio_negotiate_features()sf9-75/+66
2019-05-13vmm: add host side pvclockpd3-23/+26
2019-04-17Remove unused parameter from virtio_init_vq()sf1-5/+5
2019-04-17Initialize virtqueue before passing it to devicesf1-3/+2
2019-03-24virtio: Add a few feature bit defines and namessf4-51/+66
2019-03-24virtio: Prepare for 64 feature bitssf10-62/+62
2019-03-24virtio: adjust virtio_setup_queue prototype for 1.0sf2-10/+7
2019-01-19virtio: Introduce defines for config(8) flagssf2-4/+8
2019-01-19viomb: tweak feature negotiationsf1-6/+3
2019-01-10Fix previoussf1-6/+6
2019-01-10Move some PCI-specific defines to a new virtio_pcireg.h filesf1-30/+18
2019-01-10Remove some more code if VIRTIO_DEBUG is 0sf2-10/+11
2019-01-10Move some common defines to virtiovar.hsf2-8/+9
2019-01-08viocon: Remove obsolete handling of sc_intrhandsf1-2/+1
2019-01-08virtio: Don't include feature strings without VIRTIO_DEBUGsf4-4/+12
2018-12-05Correctly disable pvclock(4) on old hardware that lack a stable clockreyk1-3/+24
2018-11-24only attach pvclock(4) inside a KVM guestphessler1-2/+4
2018-11-23Add the pvclock(4) guest driver for paravirtual clocksreyk3-2/+239
2018-09-25Insert a workaround for per-ifp ioctl being called w/o NET_LOCK().mpi1-5/+18
2018-08-24Add common Ethernet interface attributes to vio(4)'s build config.visa1-2/+2
2018-05-17Let hvn_iff handle promisc mode activationmikeb1-29/+24
2018-04-28replace add_*_randomness with enqueue_randomness()jasper2-7/+7
2018-03-11Workaround an Azure UDP transmit checksum offloading bugmikeb1-1/+1
2018-03-08Implement the VMWare vmbackup protocol using vfs_stall(). This lets youjmatthew1-2/+154
2018-02-27Release the netlock when sleeping for control messages in in vioioctl().mpi1-3/+5
2018-02-19Remove almost unused `flags' argument of suser().mpi1-2/+2