aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-262-3/+2
* Associate device_t objects with ACPI handles via PCI_CHILD_ADDED().John Baldwin2016-04-071-1/+10
* Remove a redundant check.John Baldwin2016-04-051-1/+1
* Pass through some new block device features.Alexander Motin2016-04-032-5/+30
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-6/+1
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-2/+2
* New way to manage reference counting of mbuf external storage.Gleb Smirnoff2016-03-011-3/+3
* Don't dereference a pointer immediately after determining that it isColin Percival2016-02-141-1/+1
* xen-netfront: remove useless NULL check in netif_freeRoger Pau Monné2016-02-111-5/+3
* xen-netfront: rearrange error paths in setup_txqsRoger Pau Monné2016-02-111-3/+1
* xen-netfront: remove pointless assignment in xn_ioctlRoger Pau Monné2016-02-111-2/+0
* xen-netfront: add multiqueue supportRoger Pau Monné2016-01-201-661/+979
* Add two more assertions to catch busdma problems. Each segment providedColin Percival2016-01-111-0/+5
* xen: fix dropping bitmap IPIs during resumeRoger Pau Monné2015-11-181-0/+4
* xen-blkfront: add support for unmapped IORoger Pau Monné2015-11-091-5/+7
* xen-netfront: remove unused header filesRoger Pau Monné2015-11-051-15/+0
* Do not FALLTHROUGH for SIOC{ADD,DEL}MULTISimon J. Gerraty2015-10-301-1/+1
* x86/dma_bounce: revert r289834 and r289836Roger Pau Monné2015-10-261-7/+5
* blkfront: add support for unmapped IORoger Pau Monné2015-10-231-5/+7
* netfront: fix LINT-NOIPRoger Pau Monné2015-10-211-0/+2
* xen: Code cleanup and small bug fixesRoger Pau Monné2015-10-218-20/+16
* xen-netfront: use "netfront" in lock descriptionRoger Pau Monné2015-10-191-2/+2
* xen-netfront: fix netfront create_dev error pathRoger Pau Monné2015-10-191-7/+9
* xen-netfront: no need to set if_outputRoger Pau Monné2015-10-191-1/+0
* xen-netfront: remove a bunch of FreeBSD version checkRoger Pau Monné2015-10-191-25/+4
* xen-netfront: remove XN_LOCK_{INIT,DESTROY}Roger Pau Monné2015-10-191-9/+3
* xen-netfront: clean up netfront stats structureRoger Pau Monné2015-10-191-25/+2
* xen-netfront: purge page flipping supportRoger Pau Monné2015-10-191-96/+18
* xen-netfront: delete all trailing white spacesRoger Pau Monné2015-10-191-124/+124
* xen/console: Introduce a new console driver for Xen guestRoger Pau Monné2015-10-084-744/+797
* Update Xen headers from 4.2 to 4.6Roger Pau Monné2015-10-061-1/+1
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-161-1/+1
* Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo2015-08-253-7/+0
* xen: allow disabling PV disks and nicsRoger Pau Monné2015-08-212-0/+6
* Remove another remnant of PV domU support and assume that we always runJohn Baldwin2015-08-141-60/+0
* Remove some more vestiges of the Xen PV domu support. Specifically,John Baldwin2015-08-066-16/+6
* Add support for Xen blkif indirect segment I/Os. This makes it possible forColin Percival2015-07-302-23/+111
* Create a dedicated function for ensuring that cdir and rdir are populated.Mateusz Guzik2015-07-111-12/+1
* netfront: preserve configuration across migrationsRoger Pau Monné2015-07-031-5/+24
* Rename mksegarray to xbd_mksegarray for consistency with other functionColin Percival2015-06-231-2/+2
* Garbage collect comments and a macro which related to the pre-r284296Colin Percival2015-06-211-12/+2
* Move the bus_dma_tag creation and per-transaction data allocation fromColin Percival2015-06-211-48/+48
* If we fail to allocate memory, pass ENOMEM as the error code, not theColin Percival2015-06-211-1/+1
* Refactor xbd_queue_cb, extracting the code which converts bus_dma segmentsColin Percival2015-06-201-38/+43
* Minor clean up to xbd_queue_cb:Colin Percival2015-06-191-4/+4
* xen-blk{front/back}: remove broken FreeBSD extensionsRoger Pau Monné2015-06-123-313/+104
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* netfront: wait for backend to connect before sending ARPRoger Pau Monné2015-05-141-4/+5
* xen: introduce a newbus function to allocate unused memoryRoger Pau Monné2015-05-084-36/+15
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-306-272/+13