summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-281-11/+0
|\
| * target: make close_session optionalChristoph Hellwig2016-05-101-5/+0
| * target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-6/+0
* | Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-243-3/+6
|\ \
| * | xen/events: Don't move disabled irqsRoss Lagerwall2016-05-241-2/+4
| * | Xen: don't warn about 2-byte wchar_t in efiArnd Bergmann2016-05-241-0/+1
| * | xen/gntdev: reduce copy batch size to 16David Vrabel2016-05-241-1/+1
* | | Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar2016-05-072-12/+24
|\ \ \ | | |/ | |/|
| * | xen/evtchn: fix ring resize when binding new eventsJan Beulich2016-05-041-12/+8
| * | xen/balloon: Fix crash when ballooning on x86 32 bit PAERoss Lagerwall2016-04-061-0/+16
| |/
* / efi: Remove unnecessary (and buggy) .memmap initialization from the Xen EFI d...Ingo Molnar2016-04-291-1/+0
|/
* xen/events: Mask a moving irqBoris Ostrovsky2016-04-041-4/+24
* Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-2217-112/+29
|\
| * drivers/xen: make platform-pci.c explicitly non-modularPaul Gortmaker2016-03-211-13/+9
| * drivers/xen: make sys-hypervisor.c explicitly non-modularPaul Gortmaker2016-03-211-51/+8
| * drivers/xen: make xenbus_dev_[front/back]end explicitly non-modularPaul Gortmaker2016-03-212-22/+4
| * drivers/xen: make [xen-]ballon explicitly non-modularPaul Gortmaker2016-03-212-15/+3
| * xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker2016-03-2111-11/+5
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-03-221-142/+139
|\ \
| * | xen-scsiback: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger2016-03-101-28/+28
| * | xen-scsiback: Convert to percpu_ida tag allocationNicholas Bellinger2016-03-101-78/+89
| * | target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig2016-03-101-37/+23
| |/
* | xen_balloon: support memory auto onlining policyVitaly Kuznetsov2016-03-152-9/+25
* | memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov2016-03-151-1/+1
* | tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-151-2/+3
* | Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-043-36/+55
|\ \
| * \ Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-02-223-36/+55
| |\ \ | | |/ | |/|
| | * xen/pciback: Save the number of MSI-X entries to be copied later.Konrad Rzeszutek Wilk2016-02-151-1/+5
| | * xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORYKonrad Rzeszutek Wilk2016-02-151-1/+2
| | * xen: fix potential integer overflow in queue_replyInsu Yun2016-02-151-0/+2
| | * xen/scsiback: avoid warnings when adding multiple LUNs to a domainJuergen Gross2016-02-081-29/+41
| | * xen/scsiback: correct frontend countingJuergen Gross2016-02-081-5/+5
* | | xen, mm: Set IORESOURCE_SYSTEM_RAM to System RAMToshi Kani2016-01-301-1/+1
|/ /
* | Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-291-1/+1
|\ \
| * | cleancache: constify cleancache_ops structureJulia Lawall2016-01-271-1/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-182-5/+6
|\ \ \ | |_|/ |/| |
| * | xen/events: use virt_xxx barriersMichael S. Tsirkin2016-01-121-1/+2
| * | xenbus: use virt_xxx barriersMichael S. Tsirkin2016-01-121-4/+4
| |/
* | xen/gntdev: add ioctl for grant copyDavid Vrabel2016-01-071-0/+203
* | xen/gntdev: constify mmu_notifier_ops structuresJulia Lawall2015-12-211-1/+1
* | xen/grant-table: constify gnttab_ops structureJulia Lawall2015-12-211-2/+2
* | xen/time: use READ_ONCEStefano Stabellini2015-12-211-10/+7
* | xen: rename dom0_op to platform_opStefano Stabellini2015-12-217-29/+29
* | xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/ti...Stefano Stabellini2015-12-212-1/+92
|/
* 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