summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/pci
AgeCommit message (Expand)Author
2025-01-02Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-06-02virtio: Use device_set_descf()Mark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-18virtio: remove virtio_alloc_virtqueues' flags argMina Galić
2023-09-18virtio: use bool for boolean functionsMina Galić
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06virtio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-04vtpci_legacy_register_msix: eliminate write only variable devWarner Losh
2021-10-11virtio: make the write_config buffer argument constAlex Richardson
2021-08-11Only use byte register access in legacy virtio pciAndrew Turner
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2021-05-07virtio-modern: fix PCI common read/write functions on big endian targetsAlfredo Dal'Ava Junior
2021-03-20virtio_pci_legacy: Allow memory space for configurationKa Ho Ng
2021-03-20virtio_pci_legacy: Use the table BAR and PBA BAR from MSI-X capKa Ho Ng
2021-01-19virtio: Handle possible failure of virtio_finalize_features()Bryan Venteicher
2021-01-19virtio_pci: Add sysctl to show current featuresBryan Venteicher
2021-01-19virtio: Add VirtIO PCI modern (V1) supportBryan Venteicher
2020-07-28virtio: fix mips regression introduced by r357596Alfredo Dal'Ava Junior
2020-02-05[virtio] Fix r/w to PCI configuration area on big endian platformsAlfredo Dal'Ava Junior
2019-07-26virtio: Fix running on machines with memory above 0xffffffffKristof Provost
2019-06-04virtio(4): Expose PNP metadata through newbusConrad Meyer
2019-05-25virtio_pci(4): Fix typo in read_ivar methodConrad Meyer
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-13dev: make some use of mallocarray(9).Pedro F. Giffuni
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-11-24virtio_pci: fix announcement of MSI-X interrupts for queuesAndriy Gapon
2015-03-15Hide virtio features negotiation messages under bootverbose.Alexander Motin
2014-06-16Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.hBryan Venteicher
2014-06-16Remove kernel specific macro out of the VirtIO PCI header fileBryan Venteicher
2014-06-01Split the virtio.h header file into multiple filesBryan Venteicher
2013-09-01Add optional VirtIO device method for post-attach notificationsBryan Venteicher
2013-07-04Merge virtio_pci changes from projects/virtioBryan Venteicher
2013-07-04Merge virtio changes from projects/virtioBryan Venteicher
2013-07-04Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher
2012-07-11Various VirtIO improvementsPeter Grehan
2012-04-14Catch up with Bryan Venteicher's virtio git repo:Peter Grehan
2012-03-03Use pci_find_cap() instead of pci_find_extcap() to locate PCIJohn Baldwin
2011-12-06Catch up with Bryan Venteicher's virtio Hg repo:Peter Grehan
2011-11-18Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan