summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* Don't dereference a pointer immediately after determining that it iscperciva2016-02-141-1/+1
* xen-netfront: remove useless NULL check in netif_freeroyger2016-02-111-5/+3
* xen-netfront: rearrange error paths in setup_txqsroyger2016-02-111-3/+1
* xen-netfront: remove pointless assignment in xn_ioctlroyger2016-02-111-2/+0
* xen-netfront: add multiqueue supportroyger2016-01-201-661/+979
* Add two more assertions to catch busdma problems. Each segment providedcperciva2016-01-111-0/+5
* xen: fix dropping bitmap IPIs during resumeroyger2015-11-181-0/+4
* xen-blkfront: add support for unmapped IOroyger2015-11-091-5/+7
* xen-netfront: remove unused header filesroyger2015-11-051-15/+0
* Do not FALLTHROUGH for SIOC{ADD,DEL}MULTIsjg2015-10-301-1/+1
* x86/dma_bounce: revert r289834 and r289836royger2015-10-261-7/+5
* blkfront: add support for unmapped IOroyger2015-10-231-5/+7
* netfront: fix LINT-NOIProyger2015-10-211-0/+2
* xen: Code cleanup and small bug fixesroyger2015-10-218-20/+16
* xen-netfront: use "netfront" in lock descriptionroyger2015-10-191-2/+2
* xen-netfront: fix netfront create_dev error pathroyger2015-10-191-7/+9
* xen-netfront: no need to set if_outputroyger2015-10-191-1/+0
* xen-netfront: remove a bunch of FreeBSD version checkroyger2015-10-191-25/+4
* xen-netfront: remove XN_LOCK_{INIT,DESTROY}royger2015-10-191-9/+3
* xen-netfront: clean up netfront stats structureroyger2015-10-191-25/+2
* xen-netfront: purge page flipping supportroyger2015-10-191-96/+18
* xen-netfront: delete all trailing white spacesroyger2015-10-191-124/+124
* xen/console: Introduce a new console driver for Xen guestroyger2015-10-084-744/+797
* Update Xen headers from 4.2 to 4.6royger2015-10-061-1/+1
* Add domain support to PCI bus allocationzbb2015-09-161-1/+1
* Code cleanup unused-but-set-variable spotted by gcc.araujo2015-08-253-7/+0
* xen: allow disabling PV disks and nicsroyger2015-08-212-0/+6
* Remove another remnant of PV domU support and assume that we always runjhb2015-08-141-60/+0
* Remove some more vestiges of the Xen PV domu support. Specifically,jhb2015-08-066-16/+6
* Add support for Xen blkif indirect segment I/Os. This makes it possible forcperciva2015-07-302-23/+111
* Create a dedicated function for ensuring that cdir and rdir are populated.mjg2015-07-111-12/+1
* netfront: preserve configuration across migrationsroyger2015-07-031-5/+24
* Rename mksegarray to xbd_mksegarray for consistency with other functioncperciva2015-06-231-2/+2
* Garbage collect comments and a macro which related to the pre-r284296cperciva2015-06-211-12/+2
* Move the bus_dma_tag creation and per-transaction data allocation fromcperciva2015-06-211-48/+48
* If we fail to allocate memory, pass ENOMEM as the error code, not thecperciva2015-06-211-1/+1
* Refactor xbd_queue_cb, extracting the code which converts bus_dma segmentscperciva2015-06-201-38/+43
* Minor clean up to xbd_queue_cb:cperciva2015-06-191-4/+4
* xen-blk{front/back}: remove broken FreeBSD extensionsroyger2015-06-123-313/+104
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* netfront: wait for backend to connect before sending ARProyger2015-05-141-4/+5
* xen: introduce a newbus function to allocate unused memoryroyger2015-05-084-36/+15
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-306-272/+13
* Remove unused variable.araujo2015-04-201-2/+0
* xen: add a handler for the debug interruptroyger2015-03-301-0/+157
* netback: disable GSOroyger2015-02-281-1/+1
* Use m_getjcl() instead of old mbuf(9) KPIs.glebius2015-02-271-10/+1
* Previous version of mbufq were fine initialized by M_ZERO, whileglebius2015-02-231-0/+3
* Provide a set of inline functions to manage simple mbuf(9) queues, basedglebius2015-02-192-134/+10
* xen: fix xenstore devroyger2015-02-161-24/+30
OpenPOWER on IntegriCloud