summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-07-091-1/+1
* xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter2019-07-091-1/+1
* xen-swiotlb: use actually allocated size on check physical continuousJoe Jin2019-02-111-0/+6
* xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky2018-11-201-2/+0
* xen-swiotlb: fix the check condition for xen_swiotlb_free_coherentJoe Jin2018-10-211-1/+1
* xen/acpi: off by one in read_acpi_id()Dan Carpenter2018-10-211-3/+3
* xen/pirq: fix error path cleanup when binding MSIsRoger Pau Monne2018-06-161-2/+2
* xen: Add xen_arch_suspend()Ben Hutchings2018-06-161-3/+6
* xen/events: events_fifo: Don't use {get,put}_cpu() in xen_evtchn_fifo_init()Julien Grall2017-11-261-4/+3
* xen: fix bio vec mergingRoger Pau Monne2017-09-151-2/+1
* xen/acpi: upload PM state from init-domain to XenAnkur Arora2017-07-181-8/+26
* xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancingBoris Ostrovsky2017-03-161-1/+1
* xenbus: don't look up transaction IDs for ordinary writesJan Beulich2016-11-201-1/+1
* xenbus: don't BUG() on user mode induced conditionJan Beulich2016-11-201-6/+8
* xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7Jan Beulich2016-08-221-32/+3
* xenbus: don't bail early from xenbus_dev_request_and_reply()Jan Beulich2016-08-221-3/+0
* xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky2016-08-221-4/+2
* xen/events: Don't move disabled irqsRoss Lagerwall2016-08-221-2/+4
* xen/events: Mask a moving irqBoris Ostrovsky2016-05-011-4/+24
* xen/pciback: Save the number of MSI-X entries to be copied later.Konrad Rzeszutek Wilk2016-03-081-1/+5
* xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORYKonrad Rzeszutek Wilk2016-03-081-1/+2
* xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk2016-01-251-1/+7
* xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)...Konrad Rzeszutek Wilk2016-01-251-13/+20
* xen/pciback: Do not install an IRQ handler for MSI interrupts.Konrad Rzeszutek Wilk2016-01-251-0/+7
* xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Konrad Rzeszutek Wilk2016-01-251-0/+7
* xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI...Konrad Rzeszutek Wilk2016-01-251-1/+6
* xen/pciback: Save xen_pci_op commands before processing itKonrad Rzeszutek Wilk2016-01-252-1/+15
* xen/events/fifo: Consume unprocessed events when a CPU diesRoss Lagerwall2016-01-251-5/+18
* xen/gntdev: Grant maps should not be subject to NUMA balancingBoris Ostrovsky2015-12-181-1/+1
* xen/gntdevt: Fix race condition in gntdev_release()Marek Marczykowski-Górecki2015-09-031-0/+2
* xen/gntdev: convert priv->lock to a mutexDavid Vrabel2015-09-031-20/+20
* xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel2015-06-021-4/+8
* xen-pciback: Add name prefix to global 'permissive' variableBen Hutchings2015-05-203-5/+5
* xen/events: Set irq_info->evtchn before binding the channel to CPU in __start...Boris Ostrovsky2015-05-201-1/+1
* xen/xenbus: Update xenbus event channel on resumeBoris Ostrovsky2015-05-201-0/+29
* xen/events: Clear cpu_evtchn_mask before resumingBoris Ostrovsky2015-05-202-2/+13
* xen/balloon: before adding hotplugged memory, set frames to invalidJuergen Gross2015-04-131-0/+23
* xen-pciback: limit guest control of command registerJan Beulich2015-03-233-14/+51
* xen/events: avoid NULL pointer dereference in dom0 on large machinesJuergen Gross2015-03-231-6/+12
* xen/manage: Fix USB interaction issues when resumingRoss Lagerwall2015-03-021-1/+7
* Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"David Vrabel2015-01-261-1/+1
* xen/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini2015-01-161-1/+4
* swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_singleStefano Stabellini2015-01-151-1/+1
* swiotlb-xen: call xen_dma_sync_single_for_device when appropriateStefano Stabellini2015-01-151-1/+1
* swiotlb-xen: remove BUG_ON in xen_bus_to_physStefano Stabellini2015-01-151-2/+0
* swiotlb-xen: pass dev_addr to xen_dma_unmap_page and xen_dma_sync_single_for_cpuStefano Stabellini2015-01-151-3/+3
* xen/manage: Always freeze/thaw processes when suspend/resumingRoss Lagerwall2014-10-051-7/+0
* xen/events/fifo: reset control block and local HEADs on resumeDavid Vrabel2014-09-171-20/+28
* xen/events/fifo: ensure all bitops are properly aligned even on x86David Vrabel2014-09-051-3/+2
* Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-07-301-1/+8
|\