aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* xen-blkback: fix leak of grant maps on ring setup failureRoger Pau Monné2021-02-231-0/+21
* xen: allow limiting the amount of duplicated pending xenstore watchesRoger Pau Monné2021-01-185-4/+40
* MFC r367398:Konstantin Belousov2020-11-191-0/+3
* MFC r365485:Konstantin Belousov2020-09-161-1/+2
* MFC r362033:Konstantin Belousov2020-07-011-1/+0
* MFC r352925: xen/ctrl: acknowledge all control requestsRoger Pau Monné2020-06-183-13/+14
* MFC r360051: tty: convert tty_lock_assert to tty_assert_lockedKyle Evans2020-04-241-1/+1
* MFC r353444:Mark Johnston2019-10-181-2/+0
* MFC r348785:Mark Johnston2019-06-171-1/+1
* MFC r341398:Konstantin Belousov2018-12-161-4/+4
* xen: temporary disable SMAP when forwarding hypercalls from user-spaceRoger Pau Monné2018-09-131-1/+13
* xen/netfront: Ensure curvnet is setKristof Provost2018-08-231-0/+4
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-1/+1
* xen/grants: fix deadlocks in the free callbacksRoger Pau Monné2018-07-301-1/+1
* xen-blkfront: fix memory leak in xbd_connect error pathRoger Pau Monné2018-07-301-2/+9
* xen-blkfront: fix length checkRoger Pau Monné2018-07-301-2/+2
* xen: attach the PV CPU if no CPU device is presentRoger Pau Monné2018-07-191-2/+2
* xen: do not limit PV console usage to PV guestsRoger Pau Monné2018-07-191-8/+3
* xen: remove direct usage of HYPERVISOR_start_infoRoger Pau Monné2018-07-194-48/+53
* xen-netback: fix LORRoger Pau Monné2018-06-261-3/+3
* xen: check if there are clients waiting in gnttab_end_foreign_access_referencesRoger Pau Monné2018-06-211-0/+1
* xen/evtchn: fix LOR in evtchn deviceRoger Pau Monné2018-05-241-2/+2
* xen-blkback: don't unbind the interrupt while holding the lockRoger Pau Monné2018-05-241-2/+1
* dev/xenstore: prevent transaction hijackingRoger Pau Monné2018-05-241-6/+22
* dev/xenstore: add support for watchesRoger Pau Monné2018-05-241-20/+248
* xenstore: don't wait with the PCATCH flagRoger Pau Monné2018-05-241-2/+2
* xenstore: remove the suspend sx lockRoger Pau Monné2018-05-241-77/+4
* xen-blkback: do not use state 3 (XenbusStateInitialised)Roger Pau Monné2018-05-221-6/+13
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* 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