summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2012-01-04xen/xenbus: don't reimplement kvasprintf via a fixed size bufferIan Campbell1-10/+7
2012-01-04xenbus: maximum buffer size is XENSTORE_PAYLOAD_MAXIan Campbell1-1/+1
2012-01-04xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell1-0/+6
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich5-27/+13
2012-01-03xen-gntalloc: introduce missing kfreeJulia Lawall1-0/+1
2011-12-21xen/xenbus: Fix compile error - missing header for xen_initial_domain()Konrad Rzeszutek Wilk1-0/+1
2011-12-20xen/grant-table: Support mappings required by blkbackDaniel De Graaf2-20/+7
2011-12-20xenbus: Use grant-table wrapper functionsDaniel De Graaf1-10/+7
2011-12-20xenbus: Support HVM backendsDaniel De Graaf3-21/+159
2011-12-20Merge commit 'v3.2-rc3' into stable/for-linus-3.3Konrad Rzeszutek Wilk4-12/+17
2011-12-20xen/xenbus-frontend: Fix compile error with randconfigKonrad Rzeszutek Wilk1-0/+1
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-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-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