summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2018-11-21xen-swiotlb: use actually allocated size on check physical continuousJoe Jin
2018-10-10xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham
2018-10-10xen: avoid crash in disable_hotplug_cpuOlaf Hering
2018-10-10xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov
2018-07-03xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky
2018-05-30xen/acpi: off by one in read_acpi_id()Dan Carpenter
2018-05-30xen: xenbus: use put_device() instead of kfree()Arvind Yadav
2018-05-30xen/pirq: fix error path cleanup when binding MSIsRoger Pau Monne
2018-05-30xen/grant-table: Use put_page instead of free_pageRoss Lagerwall
2018-05-30xen-swiotlb: fix the check condition for xen_swiotlb_free_coherentJoe Jin
2018-03-03xen/gntdev: Fix partial gntdev_mmap() cleanupRoss Lagerwall
2018-03-03xen/gntdev: Fix off-by-one error when unmapping with holesRoss Lagerwall
2018-02-25xen: XEN_ACPI_PROCESSOR is Dom0-onlyJan Beulich
2017-11-30xen: xenbus driver must not accept invalid transaction idsJuergen Gross
2017-11-08xen: don't print error message in case of missing Xenstore entryJuergen Gross
2017-11-08xen/manage: correct return value check on xenbus_scanf()Jan Beulich
2017-11-02xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()Juergen Gross
2017-10-05fix xen_swiotlb_dma_mmap prototypeArnd Bergmann
2017-10-05swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini
2017-08-24xen: fix bio vec mergingRoger Pau Monne
2017-07-05swiotlb-xen: update dev_addr after swapping pagesStefano Stabellini
2017-06-14xen/privcmd: Support correctly 64KB page granularity when mapping memoryJulien Grall
2017-03-30xen/acpi: upload PM state from init-domain to XenAnkur Arora
2017-01-06xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancingBoris Ostrovsky
2016-10-31xenbus: don't look up transaction IDs for ordinary writesJan Beulich
2016-08-10xenbus: don't bail early from xenbus_dev_request_and_reply()Jan Beulich
2016-08-10xenbus: don't BUG() on user mode induced conditionJan Beulich
2016-08-10xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky
2016-07-27xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7Jan Beulich
2016-07-27xen/balloon: Fix declared-but-not-defined warningRoss Lagerwall
2016-06-07xen/events: Don't move disabled irqsRoss Lagerwall
2016-05-11xen/evtchn: fix ring resize when binding new eventsJan Beulich
2016-05-11xen/balloon: Fix crash when ballooning on x86 32 bit PAERoss Lagerwall
2016-04-20xen/events: Mask a moving irqBoris Ostrovsky
2016-03-03xen/pciback: Save the number of MSI-X entries to be copied later.Konrad Rzeszutek Wilk
2016-03-03xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORYKonrad Rzeszutek Wilk
2016-03-03xen/scsiback: correct frontend countingJuergen Gross
2015-12-18Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-12-18xen-pciback: fix up cleanup path when alloc failsDoug Goldstein
2015-12-18xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk
2015-12-18xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)...Konrad Rzeszutek Wilk
2015-12-18xen/pciback: Do not install an IRQ handler for MSI interrupts.Konrad Rzeszutek Wilk
2015-12-18xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Konrad Rzeszutek Wilk
2015-12-18xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI...Konrad Rzeszutek Wilk
2015-12-18xen/pciback: Save xen_pci_op commands before processing itKonrad Rzeszutek Wilk
2015-12-18xen-scsiback: safely copy requestsDavid Vrabel
2015-12-02xen/events/fifo: Consume unprocessed events when a CPU diesRoss Lagerwall
2015-11-26Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-26xen/evtchn: dynamically grow pending event channel ringDavid Vrabel
2015-11-26xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky