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
/
virtio.c
Age
Commit message (
Expand
)
Author
2021-10-28
virtio: stop reinit for safety when a device resetting is failed
yamaguchi
2021-10-21
virtio: fix missing release of interrupt resources
yamaguchi
2021-10-21
virtio: reconfigure MSI-X vector on re-initialization
yamaguchi
2021-10-21
divide setup routine of virtio interrupts
yamaguchi
2021-02-07
In virtio_alloc_vq change BUS_DMA_NOWAIT to BUS_DMA_WAITOK. It's always
skrll
2021-02-07
Trailing whitespace
skrll
2021-02-05
Better reading of 4.1.3.1, it seems that using 32 bit reads/writes is
reinoud
2021-02-05
Second round of cleaning up endian code. No more tailored code to maintain.
reinoud
2021-01-28
Rewrite and streamline virtio device config read/write and explicitly cater
reinoud
2021-01-20
Remove the virtio child driver finalisation check KASSERT that, while it
reinoud
2021-01-20
Add VirtIO PCI v1.0 attachments and fix the drivers affected.
reinoud
2020-09-17
Fix word-o of function name in comment
jakllsch
2020-05-25
Set handlers implemented in child device of virtio(4) to virtqueue
yamaguchi
2020-05-25
Register an interrupt handler for virtqueue to that for pci
yamaguchi
2020-05-25
Remove VIRTIO_F_PCI_INTR_SOFTINT support for multiqueue
yamaguchi
2019-10-01
in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP
chs
2019-01-14
Add multiqueue support, virtio(4)
yamaguchi
2018-09-30
Suppress "not configured" message when no device is present
jmcneill
2018-06-15
Add cfprint_t virtiobusprint() and use it for virtio_mmio.
jakllsch
2018-06-15
Fix queue address setup bug introduced in 1.31.
jakllsch
2018-06-06
remove now-irrelevant <dev/pci> includes
jakllsch
2018-06-06
fix up virtio module for current structure; add virtio_pci module
jakllsch
2018-06-02
Begin to detangle virtio from its PCI attachment
jakllsch
2018-02-14
Cosmetic - consistently use #define<SPACE>
uwe
2017-08-02
Reorg the virtio(4) config(9) code to be explicitly pci specific.
cherry
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-03-28
Handle config change interrupts to inhibit sending packets while link down
ozaki-r
2017-03-26
fix pasto for nbo_bus_space_write_4() - value needs to be uint32_t
jdolecek
2017-03-26
Duh, remove accidently left over debug printfs
martin
2017-03-26
Backout previous, no need for these accessor in MD code
martin
2017-03-26
Provide an accessor for the pci attach args of a virtio device (if
martin
2017-03-25
reorganize the attachment process for virtio child devices, so that
jdolecek
2017-03-25
use ipl level specified by child when attaching interrupts, instead of always
jdolecek
2017-03-25
PR kern/52107: for now (while we still use the legacy virtio spec) at least
martin
2016-11-29
Fix the "typical usage" example for enqueuing a request - if
uwe
2016-09-27
Modularize the ld driver and all of its attachments. Ensure that all
pgoyette
2016-08-14
Prevent a panic during system shutdown when vioif(4) is used
tron
2016-07-11
pci_intr_type() is required pci_chipset_tag_t argument by other than x86.
knakahara
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-01-10
PR/50636: Ryo ONODERA: Fix incorrect kmem_free()
christos
2015-10-30
more device names
christos
2015-10-27
use dma64 if available so we don't have do bounce around too much.
christos
2015-10-26
Support MSI-X in virtio
ozaki-r
2015-10-15
Name the interrupt handler for intrctl
ozaki-r
2015-05-05
Remove a garbage blank line
ozaki-r
2014-12-19
Implement softint-based interrupt handling in if_vioif
ozaki-r
2014-10-06
use correct macro to handle subsys ids. Functional there is no
mlelstv
2014-07-22
Introduce VIRTIO_F_PCI_INTR_MPSAFE for virtio
ozaki-r
2014-03-29
make pci_intr_string and eisa_intr_string take a buffer and a length
christos
2013-08-10
Make sure to check if the driver has a valid intr handler in virtio_detach().
tsutsui
[next]