summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2017-11-30xen: xenbus driver must not accept invalid transaction idsJuergen Gross1-1/+1
2017-11-08xen: don't print error message in case of missing Xenstore entryJuergen Gross1-2/+10
2017-11-08xen/manage: correct return value check on xenbus_scanf()Jan Beulich1-1/+1
2017-11-02xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()Juergen Gross1-1/+1
2017-10-05fix xen_swiotlb_dma_mmap prototypeArnd Bergmann1-1/+1
2017-10-05swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini1-0/+19
2017-08-25xen: fix bio vec mergingRoger Pau Monne1-2/+1
2017-07-05swiotlb-xen: update dev_addr after swapping pagesStefano Stabellini1-2/+3
2017-06-14xen/privcmd: Support correctly 64KB page granularity when mapping memoryJulien Grall1-2/+2
2017-03-30xen/acpi: upload PM state from init-domain to XenAnkur Arora1-8/+26
2017-01-06xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancingBoris Ostrovsky1-1/+1
2016-10-31xenbus: don't look up transaction IDs for ordinary writesJan Beulich1-1/+1
2016-08-10xenbus: don't bail early from xenbus_dev_request_and_reply()Jan Beulich1-3/+0
2016-08-10xenbus: don't BUG() on user mode induced conditionJan Beulich1-6/+8
2016-08-10xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky1-4/+2
2016-07-27xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7Jan Beulich1-32/+3
2016-07-27xen/balloon: Fix declared-but-not-defined warningRoss Lagerwall1-15/+13
2016-06-08xen/events: Don't move disabled irqsRoss Lagerwall1-2/+4
2016-05-11xen/evtchn: fix ring resize when binding new eventsJan Beulich1-12/+8
2016-05-11xen/balloon: Fix crash when ballooning on x86 32 bit PAERoss Lagerwall1-0/+16
2016-04-20xen/events: Mask a moving irqBoris Ostrovsky1-4/+24
2016-03-04xen/pciback: Save the number of MSI-X entries to be copied later.Konrad Rzeszutek Wilk1-1/+5
2016-03-04xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORYKonrad Rzeszutek Wilk1-1/+2
2016-03-04xen/scsiback: correct frontend countingJuergen Gross1-5/+5
2015-12-18Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-22/+83
2015-12-18xen-pciback: fix up cleanup path when alloc failsDoug Goldstein1-1/+3
2015-12-18xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk1-1/+7
2015-12-18xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)...Konrad Rzeszutek Wilk1-13/+20
2015-12-18xen/pciback: Do not install an IRQ handler for MSI interrupts.Konrad Rzeszutek Wilk1-0/+7
2015-12-18xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Konrad Rzeszutek Wilk1-0/+7
2015-12-18xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI...Konrad Rzeszutek Wilk1-1/+6
2015-12-18xen/pciback: Save xen_pci_op commands before processing itKonrad Rzeszutek Wilk2-1/+15
2015-12-18xen-scsiback: safely copy requestsDavid Vrabel1-1/+1
2015-12-02xen/events/fifo: Consume unprocessed events when a CPU diesRoss Lagerwall1-5/+18
2015-11-26Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-19/+111
2015-11-26xen/evtchn: dynamically grow pending event channel ringDavid Vrabel1-16/+107
2015-11-26xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky1-2/+3
2015-11-26xen/gntdev: Grant maps should not be subject to NUMA balancingBoris Ostrovsky1-1/+1
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-16/+16
2015-10-23xen, cpu_hotplug: call device_offline instead of cpu_downStefano Stabellini1-1/+5
2015-10-23xen/arm: Enable cpu_hotplug.cStefano Stabellini2-4/+6
2015-10-23xenbus: Support multiple grants ring with 64KBJulien Grall1-25/+72
2015-10-23xen/grant-table: Add an helper to iterate over a specific number of grantsJulien Grall1-0/+22
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall1-17/+17
2015-10-23xen/balloon: Use the correct sizeof when declaring frame_listJulien Grall1-1/+1
2015-10-23xen/swiotlb: Add support for 64KB page granularityJulien Grall1-20/+19
2015-10-23xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall1-2/+2
2015-10-23xen/privcmd: Add support for Linux 64KB page granularityJulien Grall2-43/+89
2015-10-23xen/grant-table: Make it running on 64KB granularityJulien Grall1-3/+3
2015-10-23xen/events: fifo: Make it running on 64KB granularityJulien Grall2-2/+2