summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: xenbus driver must not accept invalid transaction idsJuergen Gross2017-11-301-1/+1
* xen: don't print error message in case of missing Xenstore entryJuergen Gross2017-11-081-2/+10
* xen/manage: correct return value check on xenbus_scanf()Jan Beulich2017-11-081-1/+1
* fix xen_swiotlb_dma_mmap prototypeArnd Bergmann2017-10-051-1/+1
* swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini2017-10-051-0/+19
* xen/acpi: upload PM state from init-domain to XenAnkur Arora2017-04-221-8/+26
* xenbus: don't look up transaction IDs for ordinary writesJan Beulich2016-08-311-1/+1
* xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7Jan Beulich2016-07-201-32/+3
* xenbus: don't bail early from xenbus_dev_request_and_reply()Jan Beulich2016-07-201-3/+0
* xenbus: don't BUG() on user mode induced conditionJan Beulich2016-07-201-6/+8
* xenbus: Add proper handling of XS_ERROR from Xenbus for transactions.Jennifer Herbert2016-07-201-4/+7
* xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky2016-07-121-4/+2
* xen/events: Don't move disabled irqsRoss Lagerwall2016-06-061-2/+4
* xen/events: Mask a moving irqBoris Ostrovsky2016-04-201-4/+24
* xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk2016-03-071-1/+7
* xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Konrad Rzeszutek Wilk2016-03-071-0/+7
* xen/pciback: Save xen_pci_op commands before processing itKonrad Rzeszutek Wilk2016-03-072-1/+15
* xen/scsiback: correct frontend countingJuergen Gross2016-03-071-5/+5
* xen/gntdevt: Fix race condition in gntdev_release()Marek Marczykowski-Górecki2015-08-271-0/+2
* xen/gntdev: convert priv->lock to a mutexDavid Vrabel2015-08-271-20/+20
* x86/xen: allow privcmd hypercalls to be preemptedDavid Vrabel2015-07-203-1/+47
* xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel2015-06-091-4/+8
* xen-pciback: Add name prefix to global 'permissive' variableBen Hutchings2015-05-233-5/+5
* xen/events: Set irq_info->evtchn before binding the channel to CPU in __start...Boris Ostrovsky2015-05-231-1/+1
* xen/xenbus: Update xenbus event channel on resumeBoris Ostrovsky2015-05-231-0/+29
* xen/events: Clear cpu_evtchn_mask before resumingBoris Ostrovsky2015-05-232-2/+13
* xen/balloon: before adding hotplugged memory, set frames to invalidJuergen Gross2015-04-231-0/+23
* xen-pciback: limit guest control of command registerJan Beulich2015-03-283-14/+51
* xen/events: avoid NULL pointer dereference in dom0 on large machinesJuergen Gross2015-03-281-6/+12
* xen-scsiback: mark pvscsi frontend request consumed only after last readJuergen Gross2015-03-061-8/+6
* xen/manage: Fix USB interaction issues when resumingRoss Lagerwall2015-03-061-1/+7
* xen/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini2015-02-051-1/+4
* Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"David Vrabel2015-01-291-1/+1
* swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_singleStefano Stabellini2015-01-161-1/+1
* swiotlb-xen: call xen_dma_sync_single_for_device when appropriateStefano Stabellini2015-01-161-1/+1
* swiotlb-xen: remove BUG_ON in xen_bus_to_physStefano Stabellini2015-01-161-2/+0
* swiotlb-xen: pass dev_addr to xen_dma_unmap_page and xen_dma_sync_single_for_cpuStefano Stabellini2015-01-161-3/+3
* xen/pci: Allocate memory for physdev_pci_device_add's optarrBoris Ostrovsky2014-10-231-11/+16
* xen/balloon: Don't continue ballooning when BP_ECANCELED is encounteredBoris Ostrovsky2014-10-231-0/+3
* Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-1112-19/+2167
|\
| * xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-066-12/+25
| * xen/xenbus: Remove BUG_ON() when error string trucatedChen Gang2014-10-061-4/+1
| * xen/xenbus: Correct the comments for xenbus_grant_ring()Chen Gang2014-10-061-2/+2
| * xen/efi: Directly include needed headersDaniel Kiper2014-09-231-0/+2
| * xen-scsiback: clean up a type issue in scsiback_make_tpg()Dan Carpenter2014-09-231-3/+4
| * xen-scsiback: Add Xen PV SCSI backend driverJuergen Gross2014-09-233-0/+2134
| * xen/events: support threaded irqs for interdomain event channelsJuergen Gross2014-09-231-2/+3
| * xen/grant-table: refactor error cleanup in grow_gnttab_list()Chen Gang2014-09-231-1/+1
* | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-2/+2
|\ \ | |/ |/|
| * xen/pciback: Use PCI device flag helper functionsEthan Zhao2014-09-161-2/+2