aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused variable.Marcelo Araujo2015-04-201-2/+0
* xen: add a handler for the debug interruptRoger Pau Monné2015-03-301-0/+157
* netback: disable GSORoger Pau Monné2015-02-281-1/+1
* Use m_getjcl() instead of old mbuf(9) KPIs.Gleb Smirnoff2015-02-271-10/+1
* Previous version of mbufq were fine initialized by M_ZERO, whileGleb Smirnoff2015-02-231-0/+3
* Provide a set of inline functions to manage simple mbuf(9) queues, basedGleb Smirnoff2015-02-192-134/+10
* xen: fix xenstore devRoger Pau Monné2015-02-161-24/+30
* Generalized parts of the XEN timer code into a generic pvclockBryan Venteicher2015-02-041-123/+9
* Use the common codepath to handle SIOCGIFADDR.Xin LI2015-01-132-2/+0
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Remove duplicate pci_driver class declaration.Hans Petter Selasky2015-01-021-1/+0
* xen: convert the Grant-table code to a NewBus deviceRoger Pau Monné2014-12-101-7/+63