aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: fix gntdevRoger Pau Monné2018-05-021-7/+18
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-232-4/+4
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-212-7/+8
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-132-8/+7
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-279-2/+20
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Stop calling atrtc_set() from the xen timer clock_settime() method. ThatIan Lepore2017-08-111-5/+0
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* netfront.c: avoid gcc variably-modified warningRyan Libby2017-06-301-2/+2
* Skip setting the MTU in the netfront driver (xn# devices) if the new MTUColin Percival2017-06-021-0/+3
* xen/netfront: don't drop the RX lock in xn_rxeofRoger Pau Monné2017-05-221-2/+0
* xen/netfront: don't drop the ring RX lock with inconsistent ring stateRoger Pau Monné2017-05-191-43/+39
* xen/blkfront: correctly detach a disk with active usersRoger Pau Monné2017-05-191-4/+7
* 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