summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie5-14/+19
2011-12-19Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol...Konrad Rzeszutek Wilk1-13/+0
2011-12-16xen/xenbus-frontend: Make error message more clearBastian Blank1-1/+1
2011-12-16xen/privcmd: Remove unused support for arch specific privcmp mmapBastian Blank1-2/+0
2011-12-16xen: Add xenbus_backend deviceBastian Blank2-0/+90
2011-12-16xen: Add xenbus device driverBastian Blank6-6/+42
2011-12-16xen: Add privcmd device driverBastian Blank7-4/+53
2011-12-16xen/gntalloc: fix reference counts on multi-page mappingsDaniel De Graaf1-13/+43
2011-12-16xen/gntalloc: release grant references on page freeDaniel De Graaf1-0/+2
2011-12-16xen/events: prevent calling evtchn_get on invalid channelsDaniel De Graaf1-0/+3
2011-12-16xen/granttable: Support transitive grantsAnnie Li1-0/+70
2011-12-16xen/granttable: Support sub-page grantsAnnie Li1-0/+72
2011-12-16xen/granttable: Improve comments for function pointersAnnie Li1-24/+24
2011-12-15xen: fix build breakage in xen-selfballoon.c caused by sysdev conversionGreg Kroah-Hartman1-0/+1
2011-12-15xen/swiotlb: Use page alignment for early buffer allocation.Konrad Rzeszutek Wilk1-2/+2
2011-12-14xen-balloon: convert sysdev_class to a regular subsystemKay Sievers2-81/+80
2011-12-06swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk1-1/+1
2011-11-22xen/granttable: Keep code format cleanAnnie Li1-4/+3
2011-11-22xen/granttable: Grant tables V2 implementationAnnie Li1-4/+167
2011-11-22xen/granttable: Refactor some codeAnnie Li1-5/+10
2011-11-22xen/granttable: Introducing grant table V2 stuctureAnnie Li1-40/+141
2011-11-21xen/event: Add reference counting to event channelsDaniel De Graaf2-2/+74
2011-11-21xen/gnt{dev,alloc}: reserve event channels for notifyDaniel De Graaf2-2/+50
2011-11-21xen/gntalloc: Change gref_lock to a mutexDaniel De Graaf1-20/+21
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-06Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-31/+25
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-0/+8
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2011-11-04Xen: Export xen_biovec_phys_mergeableMatthew Wilcox1-0/+1
2011-10-31xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker4-0/+4
2011-10-31xen: 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
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds6-22/+114
2011-10-19xen/xenbus: Remove the unnecessary check.Konrad Rzeszutek Wilk1-2/+0
2011-10-19xen/irq: If we fail during msi_capability_init return proper error code.Konrad Rzeszutek Wilk1-3/+4
2011-10-19xen/events: Don't check the info for NULL as it is already done.Konrad Rzeszutek Wilk1-1/+1
2011-10-19xen/events: BUG() when we can't allocate our event->irq array.Konrad Rzeszutek Wilk1-0/+1
2011-10-19xen/pciback: Check if the device is found instead of blindly assuming so.Konrad Rzeszutek Wilk1-0/+2
2011-10-19xen/pciback: Do not dereference psdev during printk when it is NULL.Konrad Rzeszutek Wilk1-6/+1
2011-10-17genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-1/+1
2011-10-14xen: Fix selfballooning and ensure it doesn't go too farDan Magenheimer1-4/+63
2011-10-14xen/gntdev: Fix sleep-inside-spinlockDaniel De Graaf1-3/+2
2011-10-14xenbus: don't rely on xen_initial_domain to detect local xenstoreDaniel De Graaf1-48/+53
2011-10-14xenbus: Fix loopback event channel assuming domain 0Daniel De Graaf1-1/+1