summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
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
2015-11-26xen/gntdev: Grant maps should not be subject to NUMA balancingBoris Ostrovsky
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-10-23xen, cpu_hotplug: call device_offline instead of cpu_downStefano Stabellini
2015-10-23xen/arm: Enable cpu_hotplug.cStefano Stabellini
2015-10-23xenbus: Support multiple grants ring with 64KBJulien Grall
2015-10-23xen/grant-table: Add an helper to iterate over a specific number of grantsJulien Grall
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall
2015-10-23xen/balloon: Use the correct sizeof when declaring frame_listJulien Grall
2015-10-23xen/swiotlb: Add support for 64KB page granularityJulien Grall
2015-10-23xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall
2015-10-23xen/privcmd: Add support for Linux 64KB page granularityJulien Grall
2015-10-23xen/grant-table: Make it running on 64KB granularityJulien Grall
2015-10-23xen/events: fifo: Make it running on 64KB granularityJulien Grall
2015-10-23xen/balloon: Don't rely on the page granularity is the same for Xen and LinuxJulien Grall
2015-10-23xen/xenbus: Use Xen page definitionJulien Grall
2015-10-23xen/biomerge: Don't allow biovec's to be merged when Linux is not using 4KB p...Julien Grall
2015-10-23xen/grant: Introduce helpers to split a page into grantJulien Grall
2015-10-23xen/balloon: pre-allocate p2m entries for ballooned pagesDavid Vrabel
2015-10-23xen/balloon: use hotplugged pages for foreign mappings etc.David Vrabel
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel
2015-10-23xen/balloon: only hotplug additional memory if requiredDavid Vrabel