|
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1 |
|
| #
95fbc42e |
| 01-Oct-2018 |
Diederik de Groot <ddegroot@talon.nl> |
Virtio_Balloon implementation for DragonFly
- Initial check-in of fbsd virtio_balloon (freebsd/freebsd@1537078) - Update virtio_balloon man page - Fix vtballoon_alloc_intrs to deal nicely with numbe
Virtio_Balloon implementation for DragonFly
- Initial check-in of fbsd virtio_balloon (freebsd/freebsd@1537078) - Update virtio_balloon man page - Fix vtballoon_alloc_intrs to deal nicely with number of provided interrupts. - Use a backoff scheme when allocating vm_pages: - VM_ALLOC_NORMAL for normal (low memory presure) situation; - VM_ALLOC_SYSTEM + increased sleep timeout, for high memory presure circumstances. The latter will allow the system to swap other pages out if necessary. - Implemented suggestions made by ivadasz - Added virtio_teardown_intr handling to vtballoon_detach - Added config_change_intr handling - Fixed virtio_setup_intr - Add debug_level sysctl for tracing. - Add collection of guest memory/pagefault statistics - Completed/Updated header definitions - Don't use VM_ALLOC_INTERRUPT. Add better inflate/deflate debug output to thread_sleep function - Don't collect stats when initialially loaded (Reported by tuxillo).
show more ...
|
| #
0625343f |
| 30-Sep-2018 |
Sascha Wildner <saw@online.de> |
kernel: Bring in a port of FreeBSD's virtio_random(4) driver.
Tested-by: Diederik de Groot <info@talon.nl>
|
|
Revision tags: v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1 |
|
| #
eff15082 |
| 30-Jul-2017 |
Sascha Wildner <saw@online.de> |
kernel: Add FreeBSD's virtio_scsi(4) driver.
Thanks to ivadasz for figuring out the shutdown freeze issue (see c022ffc9484ecf07d8d7c4fb918d84a6154367be).
Tested-by: ivadasz, Peter Cannici <turkche
kernel: Add FreeBSD's virtio_scsi(4) driver.
Thanks to ivadasz for figuring out the shutdown freeze issue (see c022ffc9484ecf07d8d7c4fb918d84a6154367be).
Tested-by: ivadasz, Peter Cannici <turkchess123@gmail.com>
show more ...
|
|
Revision tags: v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc |
|
| #
faa875a4 |
| 19-Apr-2014 |
Imre Vadasz <imre@vdsz.com> |
Importing slightly modified virtio-net by vsrinivas
* TSO and LRO are off for now by default.
* Makefile changes. Adapting manpages. Fixing a typo in vtnet_tx_offload.
* Allocating tx headers with
Importing slightly modified virtio-net by vsrinivas
* TSO and LRO are off for now by default.
* Makefile changes. Adapting manpages. Fixing a typo in vtnet_tx_offload.
* Allocating tx headers with contigmalloc during attach instead of using kmalloc in the transmit path. In the worst case we need one tx header for two virtqueue ring entries.
* Additionally some whitespace fixes
show more ...
|
|
Revision tags: v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.4.3, v3.4.2, v3.4.1, v3.4.0, v3.4.0rc, v3.5.0 |
|
| #
7078f92b |
| 12-Jan-2013 |
Johannes Hofmann <johannes.hofmann@gmx.de> |
merge
|
| #
11447b59 |
| 24-Dec-2012 |
Venkatesh Srinivas <vsrinivas@ops101.org> |
kernel -- Import virtio & virtio-block drivers.
virtio-blk provides a paravirtualized storage controller, with one disk per virtio device.
This driver is based on Tim Bisson's port of FreeBSD's vir
kernel -- Import virtio & virtio-block drivers.
virtio-blk provides a paravirtualized storage controller, with one disk per virtio device.
This driver is based on Tim Bisson's port of FreeBSD's virtio and virtio-blk devices. Differences from Tim's port:
* Import all FreeBSD updates from 4/16 on. * Remove indirect descriptor support from virtio device. * Mark devices as D_MPSAFE; removes mplock around disk routines, they are all correctly self-synchronized. * Implement devstat support. * Move I/O completion routine to threaded taskqueue. * Do not hold target spinlock around virtqueue notify. * Move objcache caches to kmalloc.
show more ...
|