summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/balloon
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-18virtio: remove virtio_alloc_virtqueues' flags argMina Galić
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-13virtio: Use __diagused for variables only used in KASSERT().John Baldwin
2021-10-19Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston
2021-01-21virtio: Reduce boilerplate for device driver module definitionsJessica Clarke
2021-01-19virtio: Handle possible failure of virtio_finalize_features()Bryan Venteicher
2021-01-19virtio_balloon: Add modern (V1) supportBryan Venteicher
2020-09-01virtio: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-06virtio: Support MMIO bus for all devicesJessica Clarke
2019-12-10Introduce vm_page_astate.Mark Johnston
2019-09-16Revert r352406, which contained changes I didn't intend to commit.Mark Johnston
2019-09-16Fix a couple of nits in r352110.Mark Johnston
2019-06-04virtio(4): Add PNP match metadata for virtio devicesConrad Meyer
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
2014-06-25xen/virtio: fix balloon drivers to not mark pages as WIREDRoger Pau Monné
2014-06-16- Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao
2013-08-10Different consumers of the struct vm_page abuse pageq member to keepKonstantin Belousov
2013-07-04Merge virtio changes from projects/virtioBryan Venteicher
2013-07-04Merge virtio_balloon changes from projects/virtioBryan Venteicher
2013-07-04Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher
2012-07-11Various VirtIO improvementsPeter Grehan
2012-07-03Do not include <sys/types.h> in the local headers. The .c files includingDavid E. O'Brien
2012-04-14Catch up with Bryan Venteicher's virtio git repo:Peter Grehan
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