| Commit message (Expand) | Author | Age | Files | Lines |
* | xen: fix bio vec merging | Roger Pau Monne | 2017-09-15 | 1 | -2/+1 |
* | xen/acpi: upload PM state from init-domain to Xen | Ankur Arora | 2017-07-18 | 1 | -8/+26 |
* | xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancing | Boris Ostrovsky | 2017-03-16 | 1 | -1/+1 |
* | xenbus: don't look up transaction IDs for ordinary writes | Jan Beulich | 2016-11-20 | 1 | -1/+1 |
* | xenbus: don't BUG() on user mode induced condition | Jan Beulich | 2016-11-20 | 1 | -6/+8 |
* | xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7 | Jan Beulich | 2016-08-22 | 1 | -32/+3 |
* | xenbus: don't bail early from xenbus_dev_request_and_reply() | Jan Beulich | 2016-08-22 | 1 | -3/+0 |
* | xen/pciback: Fix conf_space read/write overlap check. | Andrey Grodzovsky | 2016-08-22 | 1 | -4/+2 |
* | xen/events: Don't move disabled irqs | Ross Lagerwall | 2016-08-22 | 1 | -2/+4 |
* | xen/events: Mask a moving irq | Boris Ostrovsky | 2016-05-01 | 1 | -4/+24 |
* | xen/pciback: Save the number of MSI-X entries to be copied later. | Konrad Rzeszutek Wilk | 2016-03-08 | 1 | -1/+5 |
* | xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY | Konrad Rzeszutek Wilk | 2016-03-08 | 1 | -1/+2 |
* | xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set. | Konrad Rzeszutek Wilk | 2016-01-25 | 1 | -1/+7 |
* | xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)... | Konrad Rzeszutek Wilk | 2016-01-25 | 1 | -13/+20 |
* | xen/pciback: Do not install an IRQ handler for MSI interrupts. | Konrad Rzeszutek Wilk | 2016-01-25 | 1 | -0/+7 |
* | xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS... | Konrad Rzeszutek Wilk | 2016-01-25 | 1 | -0/+7 |
* | xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI... | Konrad Rzeszutek Wilk | 2016-01-25 | 1 | -1/+6 |
* | xen/pciback: Save xen_pci_op commands before processing it | Konrad Rzeszutek Wilk | 2016-01-25 | 2 | -1/+15 |
* | xen/events/fifo: Consume unprocessed events when a CPU dies | Ross Lagerwall | 2016-01-25 | 1 | -5/+18 |
* | xen/gntdev: Grant maps should not be subject to NUMA balancing | Boris Ostrovsky | 2015-12-18 | 1 | -1/+1 |
* | xen/gntdevt: Fix race condition in gntdev_release() | Marek Marczykowski-Górecki | 2015-09-03 | 1 | -0/+2 |
* | xen/gntdev: convert priv->lock to a mutex | David Vrabel | 2015-09-03 | 1 | -20/+20 |
* | xen/events: don't bind non-percpu VIRQs with percpu chip | David Vrabel | 2015-06-02 | 1 | -4/+8 |
* | xen-pciback: Add name prefix to global 'permissive' variable | Ben Hutchings | 2015-05-20 | 3 | -5/+5 |
* | xen/events: Set irq_info->evtchn before binding the channel to CPU in __start... | Boris Ostrovsky | 2015-05-20 | 1 | -1/+1 |
* | xen/xenbus: Update xenbus event channel on resume | Boris Ostrovsky | 2015-05-20 | 1 | -0/+29 |
* | xen/events: Clear cpu_evtchn_mask before resuming | Boris Ostrovsky | 2015-05-20 | 2 | -2/+13 |
* | xen/balloon: before adding hotplugged memory, set frames to invalid | Juergen Gross | 2015-04-13 | 1 | -0/+23 |
* | xen-pciback: limit guest control of command register | Jan Beulich | 2015-03-23 | 3 | -14/+51 |
* | xen/events: avoid NULL pointer dereference in dom0 on large machines | Juergen Gross | 2015-03-23 | 1 | -6/+12 |
* | xen/manage: Fix USB interaction issues when resuming | Ross Lagerwall | 2015-03-02 | 1 | -1/+7 |
* | Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single" | David Vrabel | 2015-01-26 | 1 | -1/+1 |
* | xen/arm/arm64: introduce xen_arch_need_swiotlb | Stefano Stabellini | 2015-01-16 | 1 | -1/+4 |
* | swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single | Stefano Stabellini | 2015-01-15 | 1 | -1/+1 |
* | swiotlb-xen: call xen_dma_sync_single_for_device when appropriate | Stefano Stabellini | 2015-01-15 | 1 | -1/+1 |
* | swiotlb-xen: remove BUG_ON in xen_bus_to_phys | Stefano Stabellini | 2015-01-15 | 1 | -2/+0 |
* | swiotlb-xen: pass dev_addr to xen_dma_unmap_page and xen_dma_sync_single_for_cpu | Stefano Stabellini | 2015-01-15 | 1 | -3/+3 |
* | xen/manage: Always freeze/thaw processes when suspend/resuming | Ross Lagerwall | 2014-10-05 | 1 | -7/+0 |
* | xen/events/fifo: reset control block and local HEADs on resume | David Vrabel | 2014-09-17 | 1 | -20/+28 |
* | xen/events/fifo: ensure all bitops are properly aligned even on x86 | David Vrabel | 2014-09-05 | 1 | -3/+2 |
* | Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-07-30 | 1 | -1/+8 |
|\ |
|
| * | x86/xen: safely map and unmap grant frames when in atomic context | David Vrabel | 2014-07-30 | 1 | -1/+8 |
* | | Merge tag 'stable/for-linus-3.16-rc5-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-07-17 | 2 | -8/+9 |
|\| |
|
| * | xen/balloon: set ballooned out pages as invalid in p2m | David Vrabel | 2014-07-04 | 1 | -7/+5 |
| * | xen/manage: fix potential deadlock when resuming the console | David Vrabel | 2014-07-03 | 1 | -1/+4 |
* | | Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2014-06-19 | 1 | -1/+2 |
|\| |
|
| * | xen/grant-table: fix suspend for non-PV guests | David Vrabel | 2014-06-18 | 1 | -1/+2 |
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-06-04 | 1 | -16/+1 |
|\ \ |
|
| * | | x86: Get rid of get_nr_irqs_gsi() | Thomas Gleixner | 2014-05-16 | 1 | -16/+1 |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 | 1 | -2/+2 |
|\ \ \ |
|