index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
viomb.c
Age
Commit message (
Expand
)
Author
2023-03-25
Mark as MPSAFE.
mlelstv
2023-03-25
Fix 32bit overflow when calculating balloon size.
mlelstv
2023-03-23
Added functions to set interrupt handler and index into virtqueue
yamaguchi
2023-03-23
Set virtqueues in virtio_child_attach_finish
yamaguchi
2022-04-13
virtio: use the new syntax for snprintb(3) format strings.
uwe
2021-01-20
Add VirtIO PCI v1.0 attachments and fix the drivers affected.
reinoud
2021-01-13
Fix for virtios viomb memory balloon driver. The inflate_done() and
reinoud
2019-12-10
p->phys_addr -> VM_PAGE_TO_PHYS(p)
ad
2018-06-10
remove irrelevant pci(9) #includes from virtio child drivers
jakllsch
2017-03-25
reorganize the attachment process for virtio child devices, so that
jdolecek
2016-09-27
Modularize the ld driver and all of its attachments. Ensure that all
pgoyette
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2015-10-27
Print the negotiated feature bits
christos
2015-05-04
Add NULL check for TAILQ_FIRST
ozaki-r
2014-07-22
Introduce VIRTIO_F_PCI_INTR_MPSAFE for virtio
ozaki-r
2013-10-17
- remove unused variables
christos
2011-10-30
Import of the virtio driver written by MINOURA Makoto <minoura@netbsd.org>
hannken