summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: xlate_mmu: add missing header to fix 'W=1' warningSrikanth Boddepalli2018-12-171-0/+1
* xen-swiotlb: use actually allocated size on check physical continuousJoe Jin2018-11-211-0/+6
* xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham2018-10-101-1/+1
* xen: avoid crash in disable_hotplug_cpuOlaf Hering2018-10-101-7/+8
* xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov2018-10-101-2/+4
* xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky2018-07-031-2/+0
* xen/acpi: off by one in read_acpi_id()Dan Carpenter2018-05-301-3/+3
* xen: xenbus: use put_device() instead of kfree()Arvind Yadav2018-05-301-1/+4
* xen/pirq: fix error path cleanup when binding MSIsRoger Pau Monne2018-05-301-2/+2
* xen/grant-table: Use put_page instead of free_pageRoss Lagerwall2018-05-301-2/+2
* xen-swiotlb: fix the check condition for xen_swiotlb_free_coherentJoe Jin2018-05-301-1/+1
* xen/gntdev: Fix partial gntdev_mmap() cleanupRoss Lagerwall2018-03-031-1/+3
* xen/gntdev: Fix off-by-one error when unmapping with holesRoss Lagerwall2018-03-031-3/+1
* xen: XEN_ACPI_PROCESSOR is Dom0-onlyJan Beulich2018-02-251-1/+1
* 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
* xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()Juergen Gross2017-11-021-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: fix bio vec mergingRoger Pau Monne2017-08-241-2/+1
* swiotlb-xen: update dev_addr after swapping pagesStefano Stabellini2017-07-051-2/+3
* xen/privcmd: Support correctly 64KB page granularity when mapping memoryJulien Grall2017-06-141-2/+2
* xen/acpi: upload PM state from init-domain to XenAnkur Arora2017-03-301-8/+26
* xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancingBoris Ostrovsky2017-01-061-1/+1
* xenbus: don't look up transaction IDs for ordinary writesJan Beulich2016-10-311-1/+1
* xenbus: don't bail early from xenbus_dev_request_and_reply()Jan Beulich2016-08-101-3/+0
* xenbus: don't BUG() on user mode induced conditionJan Beulich2016-08-101-6/+8
* xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky2016-08-101-4/+2
* xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7Jan Beulich2016-07-271-32/+3
* xen/balloon: Fix declared-but-not-defined warningRoss Lagerwall2016-07-271-15/+13
* xen/events: Don't move disabled irqsRoss Lagerwall2016-06-071-2/+4
* xen/evtchn: fix ring resize when binding new eventsJan Beulich2016-05-111-12/+8
* xen/balloon: Fix crash when ballooning on x86 32 bit PAERoss Lagerwall2016-05-111-0/+16
* xen/events: Mask a moving irqBoris Ostrovsky2016-04-201-4/+24
* xen/pciback: Save the number of MSI-X entries to be copied later.Konrad Rzeszutek Wilk2016-03-031-1/+5
* xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORYKonrad Rzeszutek Wilk2016-03-031-1/+2
* xen/scsiback: correct frontend countingJuergen Gross2016-03-031-5/+5
* Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-185-22/+83
|\
| * xen-pciback: fix up cleanup path when alloc failsDoug Goldstein2015-12-181-1/+3
| * xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk2015-12-181-1/+7
| * xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)...Konrad Rzeszutek Wilk2015-12-181-13/+20
| * xen/pciback: Do not install an IRQ handler for MSI interrupts.Konrad Rzeszutek Wilk2015-12-181-0/+7
| * xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Konrad Rzeszutek Wilk2015-12-181-0/+7
| * xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI...Konrad Rzeszutek Wilk2015-12-181-1/+6
| * xen/pciback: Save xen_pci_op commands before processing itKonrad Rzeszutek Wilk2015-12-182-1/+15
| * xen-scsiback: safely copy requestsDavid Vrabel2015-12-181-1/+1
| * xen/events/fifo: Consume unprocessed events when a CPU diesRoss Lagerwall2015-12-021-5/+18
* | Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-263-19/+111
|\|
| * xen/evtchn: dynamically grow pending event channel ringDavid Vrabel2015-11-261-16/+107