summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | xen/granttable: Support sub-page grantsAnnie Li2011-12-161-0/+72
| * | | | | | xen/granttable: Improve comments for function pointersAnnie Li2011-12-161-24/+24
| * | | | | | xen/granttable: Keep code format cleanAnnie Li2011-11-221-4/+3Star
| * | | | | | xen/granttable: Grant tables V2 implementationAnnie Li2011-11-221-4/+167
| * | | | | | xen/granttable: Refactor some codeAnnie Li2011-11-221-5/+10
| * | | | | | xen/granttable: Introducing grant table V2 stuctureAnnie Li2011-11-221-40/+141
| * | | | | | xen/event: Add reference counting to event channelsDaniel De Graaf2011-11-212-2/+74
| * | | | | | xen/gnt{dev,alloc}: reserve event channels for notifyDaniel De Graaf2011-11-212-2/+50
| * | | | | | xen/gntalloc: Change gref_lock to a mutexDaniel De Graaf2011-11-211-20/+21
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-062-81/+81
|\ \ \ \ \ \
| * | | | | | xen: fix build breakage in xen-selfballoon.c caused by sysdev conversionGreg Kroah-Hartman2011-12-151-0/+1
| | |_|_|/ / | |/| | | |
| * | | | | xen-balloon: convert sysdev_class to a regular subsystemKay Sievers2011-12-152-81/+80Star
| |/ / / /
* | | / / Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol...Konrad Rzeszutek Wilk2011-12-191-13/+0Star
| |_|/ / |/| | |
* | | | 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-078-31/+25Star
|\ \
| * | xen: use static initializers in xen-balloon.cOlaf Hering2011-07-291-9/+8Star
| * | Xen: fix braces and tabs coding style issue in xenbus_probe.cRuslan Pisarev2011-07-261-4/+3Star
| * | Xen: fix braces coding style issue in xenbus_probe.hRuslan Pisarev2011-07-261-2/+1Star
| * | 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/+2Star
| * | Xen: fix whitespaces,tabs coding style issue in drivers/xen/events.cRuslan Pisarev2011-07-261-5/+4Star
| * | Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.cRuslan Pisarev2011-07-261-8/+7Star
* | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-078-0/+8
|\ \ \
| * | | xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker2011-11-014-0/+4
| * | | xen: Add module.h to modular drivers/xen users.Paul Gortmaker2011-11-014-0/+4
* | | | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-071-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
| | | * | | | xen-swiotlb: Fix wrong panic.Konrad Rzeszutek Wilk2011-08-261-3/+4
| | | * | | | xen-swiotlb: Retry up three times to allocate Xen-SWIOTLBKonrad Rzeszutek Wilk2011-08-261-10/+25
| | * | | | | xen/pciback: Check if the device is found instead of blindly assuming so.Konrad Rzeszutek Wilk2011-10-191-0/+2
| | * | | | | xen/pciback: Do not dereference psdev during printk when it is NULL.Konrad Rzeszutek Wilk2011-10-191-6/+1Star
| | * | | | | xen: remove XEN_PLATFORM_PCI config optionStefano Stabellini2011-09-292-13/+1Star
| | * | | | | xen/pciback: double lock typoDan Carpenter2011-09-291-1/+1
| | * | | | | xen/pciback: use mutex rather than spinlock in vpci backendKonrad Rzeszutek Wilk2011-09-221-15/+11Star
| | * | | | | xen/pciback: Use mutexes when working with Xenbus state transitions.Konrad Rzeszutek Wilk2011-09-222-14/+10Star
| | * | | | | xen/pciback: miscellaneous adjustmentsJan Beulich2011-09-229-44/+44