summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2017-09-15xen: fix bio vec mergingRoger Pau Monne1-2/+1
2016-11-20xenbus: don't look up transaction IDs for ordinary writesJan Beulich1-1/+1
2016-11-20xenbus: don't BUG() on user mode induced conditionJan Beulich1-6/+8
2016-08-23xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky1-4/+2
2016-08-23xen/events: Don't move disabled irqsRoss Lagerwall1-2/+4
2016-05-01xen/events: Mask a moving irqBoris Ostrovsky1-4/+30
2016-04-01xen/pciback: Save the number of MSI-X entries to be copied later.Konrad Rzeszutek Wilk1-1/+5
2016-04-01xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORYKonrad Rzeszutek Wilk1-1/+2
2016-01-23xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk1-1/+7
2016-01-23xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)...Konrad Rzeszutek Wilk1-13/+20
2016-01-23xen/pciback: Do not install an IRQ handler for MSI interrupts.Konrad Rzeszutek Wilk1-0/+7
2016-01-23xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Konrad Rzeszutek Wilk1-0/+7
2016-01-23xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI...Konrad Rzeszutek Wilk1-1/+6
2016-01-23xen/pciback: Save xen_pci_op commands before processing itKonrad Rzeszutek Wilk2-1/+15
2015-10-13xen/gntdevt: Fix race condition in gntdev_release()Marek Marczykowski-Górecki1-0/+2
2015-10-13xen/gntdev: convert priv->lock to a mutexDavid Vrabel1-16/+16
2015-08-07xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel1-4/+8
2015-08-07xen-pciback: Add name prefix to global 'permissive' variableBen Hutchings3-5/+5
2015-05-10xen-pciback: limit guest control of command registerJan Beulich3-14/+51
2015-05-10xen/manage: Fix USB interaction issues when resumingRoss Lagerwall1-1/+7
2014-11-05xen/manage: Always freeze/thaw processes when suspend/resumingRoss Lagerwall1-7/+0
2014-08-06xen/manage: fix potential deadlock when resuming the consoleDavid Vrabel1-1/+4
2013-10-27xen-gnt: prevent adding duplicate gnt callbacksRoger Pau Monne1-2/+11
2013-09-10xen/events: mask events when changing their VCPU bindingDavid Vrabel1-0/+11
2013-09-10xen/events: initialize local per-cpu mask for all possible eventsDavid Vrabel1-1/+1
2013-06-19xen/events: Handle VIRQ_TIMER before any other hardirq in event loop.Keir Fraser1-4/+15
2013-03-20xen/pciback: Don't disable a PCI device that is already disabled.Konrad Rzeszutek Wilk1-1/+2
2013-03-06xen-pciback: rate limit error messages from xen_pcibk_enable_msi{,x}()Jan Beulich1-7/+8
2013-03-06xen: close evtchn port if binding to irq failsWei Liu1-0/+10
2012-11-16xen/gntdev: don't leak memory from IOCTL_GNTDEV_MAP_GRANT_REFDavid Vrabel1-17/+19
2012-09-19xen: Use correct masking in xen_swiotlb_alloc_coherent.Ronny Hegewald1-1/+1
2012-05-31xen: do not map the same GSI twice in PVHVM guests.Stefano Stabellini1-2/+3
2012-05-11xen/xenbus: Add quirk to deal with misconfigured backends.Konrad Rzeszutek Wilk1-16/+53
2012-05-11xen/gntdev: do not set VM_PFNMAPStefano Stabellini1-1/+1
2012-01-26xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell1-0/+6
2011-12-19Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol...Konrad Rzeszutek Wilk1-13/+0
2011-12-15xen/swiotlb: Use page alignment for early buffer allocation.Konrad Rzeszutek Wilk1-2/+2
2011-11-16xen-gntalloc: signedness bug in add_grefs()Dan Carpenter1-1/+1
2011-11-16xen-gntalloc: integer overflow in gntalloc_ioctl_alloc()Dan Carpenter1-1/+1
2011-11-16xen-gntdev: integer overflow in gntdev_alloc_map()Dan Carpenter1-5/+5
2011-11-16xen/balloon: Avoid OOM when requesting highmemDaniel De Graaf1-2/+2
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel1-3/+8
2011-11-07Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-31/+25
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-0/+8
2011-11-07Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2011-11-01xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker4-0/+4
2011-11-01xen: Add module.h to modular drivers/xen users.Paul Gortmaker4-0/+4
2011-10-26Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds18-195/+447