summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generalized parts of the XEN timer code into a generic pvclockbryanv2015-02-041-123/+9
* Use the common codepath to handle SIOCGIFADDR.delphij2015-01-132-2/+0
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-2/+1
* Remove duplicate pci_driver class declaration.hselasky2015-01-021-1/+0
* xen: convert the Grant-table code to a NewBus deviceroyger2014-12-101-7/+63
* xen: move grant table coderoyger2014-12-101-0/+720
* xen: create a new PCI bus overrideroyger2014-12-092-0/+168
* opt_global.h is included automatically in the build. No need toimp2014-11-181-1/+0
* netback: change xnb naming conventionroyger2014-10-221-1/+18
* xen: implement the privcmd user-space deviceroyger2014-10-221-0/+414
* xen: import a proper event channel user-space deviceroyger2014-10-221-0/+607
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-1/+1
* xen: fix blkback pushing responses before releasing internal resourcesroyger2014-09-301-27/+90
* xen/balloon: fix accounting of current memory pages on PVHroyger2014-09-301-1/+2
* xen: add xenstored user-space deviceroyger2014-09-301-0/+169
* xen: convert the xenstore user-space char device to a newbus deviceroyger2014-09-302-4/+66
* xen: defer xenstore initialization until xenstored is startedroyger2014-09-301-2/+66
* xen: move xenstore devicesroyger2014-09-302-0/+1864
* xen: make xen balloon a driver that depends on xenstoreroyger2014-09-301-27/+60
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-221-2/+3
* Mechanically convert to if_inc_counter().glebius2014-09-192-7/+7
* Revert r271504. A new patch to solve this issue will be made.hselasky2014-09-131-4/+2
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-131-2/+4
* Revert r269814: blkfront: add support for unmapped IOroyger2014-09-041-7/+5
* xen: fix incorrectly accounted freeroyger2014-08-221-3/+3
* netback: remove dead coderoyger2014-08-221-37/+0
* netback: fixes for netbackroyger2014-08-221-3/+17
* blkfront: add support for unmapped IOroyger2014-08-111-5/+7
* xen: Dom0 console fixesroyger2014-08-041-0/+26
* xen/virtio: fix balloon drivers to not mark pages as WIREDroyger2014-06-251-65/+24
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-161-2/+2
* xen: add missing filesroyger2014-06-161-0/+99
* xen: unify gnttab initialization for PVHVM and PVHroyger2014-06-163-59/+2
* xen: add shutdown hook for PVHroyger2014-06-161-19/+18
* xen: introduce xenpv busroyger2014-06-163-64/+6
* xen: fix usage of db_active in xen consoleroyger2014-03-171-2/+1
* xen: implement an early timer for Xen PVHroyger2014-03-112-0/+69
* xen: rework xen timer so it can be used early in boot processroyger2014-03-111-9/+28
* xen: add and enable Xen console for PVH guestsroyger2014-03-112-13/+88
* In sys/dev/xen/console/console.c, #if 0 an unused static function.dim2014-02-151-0/+2
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-6/+6
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-2/+0
* Improve robustness of the Xen balloon driver.gibbs2013-11-151-157/+45
* Fix typo in r257515.glebius2013-11-101-1/+1
* On XenServer the "halt" message is used instead of "poweroff", whichgibbs2013-11-091-8/+1
* Somehow fix LINT-NOIP.glebius2013-11-013-15/+30
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)nwhitehorn2013-10-293-3/+3
OpenPOWER on IntegriCloud