summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
| * xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky2015-11-261-2/+3
| * xen/gntdev: Grant maps should not be subject to NUMA balancingBoris Ostrovsky2015-11-261-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-131-16/+16
|\ \ | |/ |/|
| * target: use per-attribute show and store methodsChristoph Hellwig2015-10-131-16/+16
* | xen, cpu_hotplug: call device_offline instead of cpu_downStefano Stabellini2015-10-231-1/+5
* | xen/arm: Enable cpu_hotplug.cStefano Stabellini2015-10-232-4/+6
* | xenbus: Support multiple grants ring with 64KBJulien Grall2015-10-231-25/+72
* | xen/grant-table: Add an helper to iterate over a specific number of grantsJulien Grall2015-10-231-0/+22
* | xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall2015-10-231-17/+17
* | xen/balloon: Use the correct sizeof when declaring frame_listJulien Grall2015-10-231-1/+1
* | xen/swiotlb: Add support for 64KB page granularityJulien Grall2015-10-231-20/+19
* | xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall2015-10-231-2/+2
* | xen/privcmd: Add support for Linux 64KB page granularityJulien Grall2015-10-232-43/+89
* | xen/grant-table: Make it running on 64KB granularityJulien Grall2015-10-231-3/+3
* | xen/events: fifo: Make it running on 64KB granularityJulien Grall2015-10-232-2/+2
* | xen/balloon: Don't rely on the page granularity is the same for Xen and LinuxJulien Grall2015-10-231-15/+55
* | xen/xenbus: Use Xen page definitionJulien Grall2015-10-232-4/+5
* | xen/biomerge: Don't allow biovec's to be merged when Linux is not using 4KB p...Julien Grall2015-10-231-0/+8
* | xen/grant: Introduce helpers to split a page into grantJulien Grall2015-10-231-0/+26
* | xen/balloon: pre-allocate p2m entries for ballooned pagesDavid Vrabel2015-10-231-0/+5
* | xen/balloon: use hotplugged pages for foreign mappings etc.David Vrabel2015-10-231-10/+80
* | xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel2015-10-234-17/+11