aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/balloon
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* virtio: remove virtio_alloc_virtqueues' flags argMina Galić2023-09-181-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* virtio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* virtio: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-1/+1
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-201-2/+1
* virtio: Reduce boilerplate for device driver module definitionsJessica Clarke2021-01-211-6/+2
* virtio: Handle possible failure of virtio_finalize_features()Bryan Venteicher2021-01-191-8/+25
* virtio_balloon: Add modern (V1) supportBryan Venteicher2021-01-192-8/+49
* virtio: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* virtio: Support MMIO bus for all devicesJessica Clarke2020-05-061-0/+3
* Introduce vm_page_astate.Mark Johnston2019-12-101-1/+1
* Revert r352406, which contained changes I didn't intend to commit.Mark Johnston2019-09-161-0/+2
* Fix a couple of nits in r352110.Mark Johnston2019-09-161-2/+0
* virtio(4): Add PNP match metadata for virtio devicesConrad Meyer2019-06-041-7/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* xen/virtio: fix balloon drivers to not mark pages as WIREDRoger Pau Monné2014-06-251-3/+1
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-161-1/+1
* Different consumers of the struct vm_page abuse pageq member to keepKonstantin Belousov2013-08-101-4/+4
* Merge virtio changes from projects/virtioBryan Venteicher2013-07-041-1/+1
* Merge virtio_balloon changes from projects/virtioBryan Venteicher2013-07-041-23/+21
* Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher2013-07-041-4/+2
* Various VirtIO improvementsPeter Grehan2012-07-111-1/+0
* Do not include <sys/types.h> in the local headers. The .c files includingDavid E. O'Brien2012-07-031-2/+0
* Catch up with Bryan Venteicher's virtio git repo:Peter Grehan2012-04-141-2/+5
* Catch up with Bryan Venteicher's virtio Hg repo:Peter Grehan2011-12-062-2/+24
* Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan2011-11-182-0/+610