aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded include of vm_phys.h.Gleb Smirnoff2017-04-172-2/+0
* Don't initialize if_output to ether_output(), ether_ifattach() does it forKevin Lo2017-03-241-4/+0
* xen/netfront: fix inbound packet flags for checksum offloadRoger Pau Monné2017-03-071-7/+9
* xenstore: fix suspension when using the xenstore deviceRoger Pau Monné2017-03-072-0/+19
* xen: add support for canceled suspendRoger Pau Monné2017-03-073-5/+28
* xen/gntdev: prevent unsynchronized accesses to the map entryRoger Pau Monné2017-02-271-6/+14
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Fix the xnb(4) unit testsAlan Somers2017-02-231-1/+1
* Misc Coverity fixes in xnb(4)Alan Somers2017-02-232-34/+30
* xen/gndev: use UOFF_TO_IDX instead of OFF_TO_IDXRoger Pau Monné2017-02-231-4/+4
* xen/timer: mark the Xen PV timer as not safe for suspensionRoger Pau Monné2017-02-221-1/+13
* In the netfront_rxq struct, we should use NET_RX_RING_SIZE, notOlivier Houchard2017-01-031-1/+1
* xen: fix IPI setup with EARLY_AP_STARTUPRoger Pau Monné2016-12-221-3/+3
* In xbd_connect(), use correct scanf conversion specifiers for theDimitry Andric2016-12-141-2/+2
* Check that blkfront devices have a non-zero number of sectors and aColin Percival2016-12-131-0/+8
* xen: add a grant-table user-space deviceRoger Pau Monné2016-10-311-0/+1275
* xen/netfront: fix statisticsRoger Pau Monné2016-10-311-32/+6
* xen-netfront: improve the logic when handling nic features from ioctlRoger Pau Monné2016-08-051-27/+30
* xen-netfront: fix trying to send packets with disconnected netfrontRoger Pau Monné2016-07-291-0/+3
* xen/timer: re-introduce the inittodr call in the resume pathRoger Pau Monné2016-06-091-0/+3
* xen-netfront: fix initializationRoger Pau Monné2016-06-061-5/+18
* xen-blkback: fix error path on failed attachRoger Pau Monné2016-06-031-4/+5
* blkback: add support for hotplug scriptsRoger Pau Monné2016-06-031-56/+104
* xen-netfront: use callout_reset_curcpu instead of callout_resetRoger Pau Monné2016-06-021-2/+2
* xen-netfront: perform an interface reset when changing optionsRoger Pau Monné2016-06-021-35/+93
* xen-netfront: release grant references used for the shared ringsRoger Pau Monné2016-06-021-3/+3
* xen-netfront: fix two hotplug related issuesRoger Pau Monné2016-06-021-2/+4
* xen-netfront: switch to using an interrupt handlerRoger Pau Monné2016-06-021-56/+11
* xen-netfront: always keep the Rx ring full of requestsRoger Pau Monné2016-06-021-100/+67
* xen-netfront: fix receiving TSO packetsRoger Pau Monné2016-06-021-0/+7
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-141-0/+25
* xen-netfront: fix feature detectionRoger Pau Monné2016-05-121-2/+2
* xen/resume: only send BITMAP IPIs if CPUs > 1Roger Pau Monné2016-05-111-2/+2
* Remove misc NULL checks after M_WAITOK allocations.Edward Tomasz Napierala2016-05-101-2/+0
* xen/privcmd: fix integer truncation in IOCTL_PRIVCMD_MMAPBATCHRoger Pau Monné2016-05-061-38/+58
* Improve performance and functionality of the bitstring(3) apiAlan Somers2016-05-041-8/+4
* xen/pvclock: set the correct resolution for the Xen PV clockRoger Pau Monné2016-05-041-1/+6
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-039-18/+18
* xen/control: improve suspend/resumeRoger Pau Monné2016-05-021-2/+12
* xen/time: fix PV clock resolutionRoger Pau Monné2016-05-021-4/+1
* xen/time: allow Dom0 to set the host timeRoger Pau Monné2016-05-021-1/+25
* xen/timer: remove the timer setup loopRoger Pau Monné2016-05-021-18/+3
* xen/x86: don't lose event interruptsRoger Pau Monné2016-05-021-1/+2
* 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