| Commit message (Expand) | Author | Age | Files | Lines |
* | xen: fix dropping bitmap IPIs during resume | royger | 2015-11-18 | 1 | -0/+4 |
* | xen-blkfront: add support for unmapped IO | royger | 2015-11-09 | 1 | -5/+7 |
* | xen-netfront: remove unused header files | royger | 2015-11-05 | 1 | -15/+0 |
* | Do not FALLTHROUGH for SIOC{ADD,DEL}MULTI | sjg | 2015-10-30 | 1 | -1/+1 |
* | x86/dma_bounce: revert r289834 and r289836 | royger | 2015-10-26 | 1 | -7/+5 |
* | blkfront: add support for unmapped IO | royger | 2015-10-23 | 1 | -5/+7 |
* | netfront: fix LINT-NOIP | royger | 2015-10-21 | 1 | -0/+2 |
* | xen: Code cleanup and small bug fixes | royger | 2015-10-21 | 8 | -20/+16 |
* | xen-netfront: use "netfront" in lock description | royger | 2015-10-19 | 1 | -2/+2 |
* | xen-netfront: fix netfront create_dev error path | royger | 2015-10-19 | 1 | -7/+9 |
* | xen-netfront: no need to set if_output | royger | 2015-10-19 | 1 | -1/+0 |
* | xen-netfront: remove a bunch of FreeBSD version check | royger | 2015-10-19 | 1 | -25/+4 |
* | xen-netfront: remove XN_LOCK_{INIT,DESTROY} | royger | 2015-10-19 | 1 | -9/+3 |
* | xen-netfront: clean up netfront stats structure | royger | 2015-10-19 | 1 | -25/+2 |
* | xen-netfront: purge page flipping support | royger | 2015-10-19 | 1 | -96/+18 |
* | xen-netfront: delete all trailing white spaces | royger | 2015-10-19 | 1 | -124/+124 |
* | xen/console: Introduce a new console driver for Xen guest | royger | 2015-10-08 | 4 | -744/+797 |
* | Update Xen headers from 4.2 to 4.6 | royger | 2015-10-06 | 1 | -1/+1 |
* | Add domain support to PCI bus allocation | zbb | 2015-09-16 | 1 | -1/+1 |
* | Code cleanup unused-but-set-variable spotted by gcc. | araujo | 2015-08-25 | 3 | -7/+0 |
* | xen: allow disabling PV disks and nics | royger | 2015-08-21 | 2 | -0/+6 |
* | Remove another remnant of PV domU support and assume that we always run | jhb | 2015-08-14 | 1 | -60/+0 |
* | Remove some more vestiges of the Xen PV domu support. Specifically, | jhb | 2015-08-06 | 6 | -16/+6 |
* | Add support for Xen blkif indirect segment I/Os. This makes it possible for | cperciva | 2015-07-30 | 2 | -23/+111 |
* | Create a dedicated function for ensuring that cdir and rdir are populated. | mjg | 2015-07-11 | 1 | -12/+1 |
* | netfront: preserve configuration across migrations | royger | 2015-07-03 | 1 | -5/+24 |
* | Rename mksegarray to xbd_mksegarray for consistency with other function | cperciva | 2015-06-23 | 1 | -2/+2 |
* | Garbage collect comments and a macro which related to the pre-r284296 | cperciva | 2015-06-21 | 1 | -12/+2 |
* | Move the bus_dma_tag creation and per-transaction data allocation from | cperciva | 2015-06-21 | 1 | -48/+48 |
* | If we fail to allocate memory, pass ENOMEM as the error code, not the | cperciva | 2015-06-21 | 1 | -1/+1 |
* | Refactor xbd_queue_cb, extracting the code which converts bus_dma segments | cperciva | 2015-06-20 | 1 | -38/+43 |
* | Minor clean up to xbd_queue_cb: | cperciva | 2015-06-19 | 1 | -4/+4 |
* | xen-blk{front/back}: remove broken FreeBSD extensions | royger | 2015-06-12 | 3 | -313/+104 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -1/+1 |
* | netfront: wait for backend to connect before sending ARP | royger | 2015-05-14 | 1 | -4/+5 |
* | xen: introduce a newbus function to allocate unused memory | royger | 2015-05-08 | 4 | -36/+15 |
* | Remove support for Xen PV domU kernels. Support for HVM domU kernels | jhb | 2015-04-30 | 6 | -272/+13 |
* | Remove unused variable. | araujo | 2015-04-20 | 1 | -2/+0 |
* | xen: add a handler for the debug interrupt | royger | 2015-03-30 | 1 | -0/+157 |
* | netback: disable GSO | royger | 2015-02-28 | 1 | -1/+1 |
* | Use m_getjcl() instead of old mbuf(9) KPIs. | glebius | 2015-02-27 | 1 | -10/+1 |
* | Previous version of mbufq were fine initialized by M_ZERO, while | glebius | 2015-02-23 | 1 | -0/+3 |
* | Provide a set of inline functions to manage simple mbuf(9) queues, based | glebius | 2015-02-19 | 2 | -134/+10 |
* | xen: fix xenstore dev | royger | 2015-02-16 | 1 | -24/+30 |
* | Generalized parts of the XEN timer code into a generic pvclock | bryanv | 2015-02-04 | 1 | -123/+9 |
* | Use the common codepath to handle SIOCGIFADDR. | delphij | 2015-01-13 | 2 | -2/+0 |
* | In order to reduce use of M_EXT outside of the mbuf allocator and | rwatson | 2015-01-06 | 1 | -2/+1 |
* | Remove duplicate pci_driver class declaration. | hselasky | 2015-01-02 | 1 | -1/+0 |
* | xen: convert the Grant-table code to a NewBus device | royger | 2014-12-10 | 1 | -7/+63 |
* | xen: move grant table code | royger | 2014-12-10 | 1 | -0/+720 |