summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2011-12-16xen: Add xenbus_backend deviceBastian Blank
2011-12-16xen: Add xenbus device driverBastian Blank
2011-12-16xen: Add privcmd device driverBastian Blank
2011-12-16xen/gntalloc: fix reference counts on multi-page mappingsDaniel De Graaf
2011-12-16xen/gntalloc: release grant references on page freeDaniel De Graaf
2011-12-16xen/events: prevent calling evtchn_get on invalid channelsDaniel De Graaf
2011-12-16xen/granttable: Support transitive grantsAnnie Li
2011-12-16xen/granttable: Support sub-page grantsAnnie Li
2011-12-16xen/granttable: Improve comments for function pointersAnnie Li
2011-12-15xen: fix build breakage in xen-selfballoon.c caused by sysdev conversionGreg Kroah-Hartman
2011-12-15xen/swiotlb: Use page alignment for early buffer allocation.Konrad Rzeszutek Wilk
2011-12-14xen-balloon: convert sysdev_class to a regular subsystemKay Sievers
2011-12-06swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk
2011-11-22xen/granttable: Keep code format cleanAnnie Li
2011-11-22xen/granttable: Grant tables V2 implementationAnnie Li
2011-11-22xen/granttable: Refactor some codeAnnie Li
2011-11-22xen/granttable: Introducing grant table V2 stuctureAnnie Li
2011-11-21xen/event: Add reference counting to event channelsDaniel De Graaf
2011-11-21xen/gnt{dev,alloc}: reserve event channels for notifyDaniel De Graaf
2011-11-21xen/gntalloc: Change gref_lock to a mutexDaniel De Graaf
2011-11-16xen-gntalloc: signedness bug in add_grefs()Dan Carpenter
2011-11-16xen-gntalloc: integer overflow in gntalloc_ioctl_alloc()Dan Carpenter
2011-11-16xen-gntdev: integer overflow in gntdev_alloc_map()Dan Carpenter
2011-11-16xen/balloon: Avoid OOM when requesting highmemDaniel De Graaf
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel
2011-11-07Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-07Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-11-04Xen: Export xen_biovec_phys_mergeableMatthew Wilcox
2011-10-31xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker
2011-10-31xen: Add module.h to modular drivers/xen users.Paul Gortmaker
2011-10-26Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds
2011-10-19xen/xenbus: Remove the unnecessary check.Konrad Rzeszutek Wilk
2011-10-19xen/irq: If we fail during msi_capability_init return proper error code.Konrad Rzeszutek Wilk
2011-10-19xen/events: Don't check the info for NULL as it is already done.Konrad Rzeszutek Wilk
2011-10-19xen/events: BUG() when we can't allocate our event->irq array.Konrad Rzeszutek Wilk
2011-10-19xen/pciback: Check if the device is found instead of blindly assuming so.Konrad Rzeszutek Wilk
2011-10-19xen/pciback: Do not dereference psdev during printk when it is NULL.Konrad Rzeszutek Wilk
2011-10-17genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell
2011-10-14xen: Fix selfballooning and ensure it doesn't go too farDan Magenheimer
2011-10-14xen/gntdev: Fix sleep-inside-spinlockDaniel De Graaf
2011-10-14xenbus: don't rely on xen_initial_domain to detect local xenstoreDaniel De Graaf
2011-10-14xenbus: Fix loopback event channel assuming domain 0Daniel De Graaf
2011-09-29xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel
2011-09-29xen: allow balloon driver to use more than one memory regionDavid Vrabel
2011-09-29xen/balloon: simplify test for the end of usable RAMDavid Vrabel
2011-09-29xen/balloon: account for pages released during memory setupDavid Vrabel