index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
virtio_pci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix virtio_pci on 32bit archs
sf
2019-05-27
1
-3
/
+9
*
Support virtio 1.0 for virtio_pci
sf
2019-05-26
1
-65
/
+455
*
Rework virtio_negotiate_features()
sf
2019-05-26
1
-13
/
+28
*
virtio_pci: Move msix vector config into functions
sf
2019-05-26
1
-15
/
+25
*
virtio_pci: Split bus space handles
sf
2019-05-26
1
-35
/
+81
*
virtio: Prepare for 64 feature bits
sf
2019-03-24
1
-5
/
+5
*
virtio: adjust virtio_setup_queue prototype for 1.0
sf
2019-03-24
1
-6
/
+7
*
virtio: Introduce defines for config(8) flags
sf
2019-01-19
1
-3
/
+3
*
Move some PCI-specific defines to a new virtio_pcireg.h file
sf
2019-01-10
1
-1
/
+2
*
Move some common defines to virtiovar.h
sf
2019-01-10
1
-3
/
+1
*
virtio_pci: Support IPL_MPSAFE interrupt handlers
sf
2017-05-31
1
-5
/
+26
*
Switch include of virtio header from dev/pci/to dev/pv/
reyk
2017-01-21
1
-3
/
+3
*
Add vmmci(4) (VMM control interface), a simple guest-side driver for vmm(4) VMs
reyk
2017-01-13
1
-1
/
+4
*
virtio_pci: Always allow MSI/MSI-X
sf
2016-07-19
1
-1
/
+7
*
Support MSI-X in virtio
sf
2016-07-16
1
-31
/
+215
*
virtio: Move interrupt handler into transport specific code
sf
2016-07-14
1
-4
/
+4
*
virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00: Virtio Network Device
deraadt
2015-11-15
1
-2
/
+1
*
virtio_pci: Do the ISR read without kernel lock
sf
2015-07-18
1
-3
/
+12
*
KNF fixes
sf
2015-07-18
1
-23
/
+24
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Consistency with the pci_intr_map bits.
brad
2014-12-15
1
-2
/
+2
*
Support MSI for virtio. This is useful for bhyve.
sf
2013-09-22
1
-2
/
+2
*
Rename write_queue_address -> setup_queue
sf
2013-03-10
1
-4
/
+4
*
Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pci
sf
2013-03-10
1
-5
/
+8
*
Remove excessive sys/cdefs.h inclusion
deraadt
2012-12-05
1
-3
/
+1
*
Add $OpenBSD$ CVS Ids.
reyk
2012-10-12
1
-0
/
+1
*
make the lines printed during attach more consistent with other drivers
jasper
2012-09-20
1
-6
/
+6
*
Add new drivers for virtio network (vio) and block devices (vioblk, the disks
sf
2012-09-19
1
-0
/
+411