aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/gntdevt: Fix race condition in gntdev_release()Marek Marczykowski-Górecki2015-10-131-0/+2
* xen/gntdev: convert priv->lock to a mutexDavid Vrabel2015-10-131-16/+16
* xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel2015-08-071-4/+8
* xen-pciback: Add name prefix to global 'permissive' variableBen Hutchings2015-08-073-5/+5
* xen-pciback: limit guest control of command registerJan Beulich2015-05-093-14/+51
* xen/manage: Fix USB interaction issues when resumingRoss Lagerwall2015-05-091-1/+7
* xen/manage: Always freeze/thaw processes when suspend/resumingRoss Lagerwall2014-11-051-7/+0
* xen/manage: fix potential deadlock when resuming the consoleDavid Vrabel2014-08-061-1/+4
* xen-gnt: prevent adding duplicate gnt callbacksRoger Pau Monne2013-10-261-2/+11
* xen/events: mask events when changing their VCPU bindingDavid Vrabel2013-09-101-0/+11
* xen/events: initialize local per-cpu mask for all possible eventsDavid Vrabel2013-09-101-1/+1
* xen/events: Handle VIRQ_TIMER before any other hardirq in event loop.Keir Fraser2013-06-191-4/+15
* xen/pciback: Don't disable a PCI device that is already disabled.Konrad Rzeszutek Wilk2013-03-201-1/+2
* xen-pciback: rate limit error messages from xen_pcibk_enable_msi{,x}()Jan Beulich2013-03-061-7/+8
* xen: close evtchn port if binding to irq failsWei Liu2013-03-061-0/+10
* xen/gntdev: don't leak memory from IOCTL_GNTDEV_MAP_GRANT_REFDavid Vrabel2012-11-161-17/+19
* xen: Use correct masking in xen_swiotlb_alloc_coherent.Ronny Hegewald2012-09-191-1/+1
* xen: do not map the same GSI twice in PVHVM guests.Stefano Stabellini2012-05-311-2/+3
* xen/xenbus: Add quirk to deal with misconfigured backends.Konrad Rzeszutek Wilk2012-05-111-16/+53
* xen/gntdev: do not set VM_PFNMAPStefano Stabellini2012-05-111-1/+1
* xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell2012-01-251-0/+6
* Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol...Konrad Rzeszutek Wilk2011-12-191-13/+0
* xen/swiotlb: Use page alignment for early buffer allocation.Konrad Rzeszutek Wilk2011-12-151-2/+2
* xen-gntalloc: signedness bug in add_grefs()Dan Carpenter2011-11-161-1/+1
* xen-gntalloc: integer overflow in gntalloc_ioctl_alloc()Dan Carpenter2011-11-161-1/+1
* xen-gntdev: integer overflow in gntdev_alloc_map()Dan Carpenter2011-11-161-5/+5
* xen/balloon: Avoid OOM when requesting highmemDaniel De Graaf2011-11-161-2/+2
* xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel2011-11-161-3/+8
* Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-068-31/+25
|\
| * xen: use static initializers in xen-balloon.cOlaf Hering2011-07-291-9/+8
| * Xen: fix braces and tabs coding style issue in xenbus_probe.cRuslan Pisarev2011-07-261-4/+3
| * Xen: fix braces coding style issue in xenbus_probe.hRuslan Pisarev2011-07-261-2/+1
| * Xen: fix whitespaces,tabs coding style issue in drivers/xen/pci.cRuslan Pisarev2011-07-261-2/+2
| * Xen: fix braces coding style issue in gntdev.c and grant-table.cRuslan Pisarev2011-07-262-3/+2
| * Xen: fix whitespaces,tabs coding style issue in drivers/xen/events.cRuslan Pisarev2011-07-261-5/+4
| * Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.cRuslan Pisarev2011-07-261-8/+7
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-068-0/+8
|\ \
| * | xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker2011-10-314-0/+4
| * | xen: Add module.h to modular drivers/xen users.Paul Gortmaker2011-10-314-0/+4
* | | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-061-3/+3
|\ \ \ | |/ / |/| |
| * | xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-291-3/+3
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-261-1/+1
|\ \ \
| * | | genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-10-171-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-0/+2
|\ \ \ \
| * | | | xen/pciback: Add flag indicating device has been assigned by XenKonrad Rzeszutek Wilk2011-09-271-0/+2
| | |/ / | |/| |
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds2011-10-2518-195/+447
|\ \ \ \ \ \
| | | * | | | xen/pci: support multi-segment systemsJan Beulich2011-09-221-10/+84
| | | * | | | xen-swiotlb: When doing coherent alloc/dealloc check before swizzling the MFNs.Konrad Rzeszutek Wilk2011-08-261-4/+24
| | | * | | | xen/pci: make bus notifier handler return sane valuesJan Beulich2011-08-261-4/+7
| | | * | | | xen-swiotlb: fix printk and panic argsRandy Dunlap2011-08-261-2/+2