aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-10xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available.Ian Campbell1-1/+4
2011-03-10Merge branch 'stable/irq.rework' into stable/irq.cleanupKonrad Rzeszutek Wilk1-154/+124
2011-03-09xen: gntdev: fix build warningIan Campbell1-2/+1
2011-03-09xen/p2m/m2p/gnttab: do not add failed grant maps to m2p overrideIan Campbell1-0/+4
2011-03-03xen/irq: Cleanup up the pirq_to_irq for DomU PV PCI passthrough guests as well.Konrad Rzeszutek Wilk1-1/+2
2011-03-03xen: Use IRQF_FORCE_RESUMEThomas Gleixner1-19/+1
2011-03-03xen: Fix compile error introduced by "switch to new irq_chip functions"Ian Campbell1-1/+1
2011-03-03xen: Switch to new irq_chip functionsThomas Gleixner1-44/+51
2011-03-03xen: Remove stale irq_chip.endThomas Gleixner1-18/+0
2011-03-03xen: events: do not free legacy IRQsIan Campbell1-0/+4
2011-03-03xen: events: allocate GSIs and dynamic IRQs from separate IRQ ranges.Ian Campbell1-50/+27
2011-03-03xen: events: add xen_allocate_irq_{dynamic, gsi} and xen_free_irqIan Campbell1-18/+35
2011-03-03xen:events: move find_unbound_irq inside CONFIG_PCI_MSIIan Campbell1-17/+17
2011-03-03xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.Konrad Rzeszutek Wilk1-1/+1
2011-02-28xen/irq: implement bind_interdomain_evtchn_to_irqhandler for backend driversIan Campbell1-0/+38
2011-02-25xen: suspend: remove xen_hvm_suspendIan Campbell1-42/+1
2011-02-25xen: suspend: pull pre/post suspend hooks out into suspend_infoIan Campbell1-5/+18
2011-02-25xen: suspend: move arch specific pre/post suspend hooks into generic hooksIan Campbell1-7/+7
2011-02-25xen: suspend: refactor non-arch specific pre/post suspend hooksIan Campbell1-5/+20
2011-02-25xen: suspend: add "arch" to pre/post suspend hooksIan Campbell1-3/+3
2011-02-25xen: suspend: pass extra hypercall argument via suspend_info structIan Campbell1-2/+8
2011-02-25xen: suspend: refactor cancellation flag into a structureIan Campbell1-13/+19
2011-02-25xen: suspend: use HYPERVISOR_suspend for PVHVM case instead of open codingIan Campbell1-2/+6
2011-02-25xen: do not respond to unknown xenstore control requestsIan Campbell1-12/+37
2011-02-25xen: make the ballon driver work for hvm domainsStefano Stabellini1-5/+9
2011-02-25xen: no need to delay xen_setup_shutdown_event for hvm guests anymoreStefano Stabellini2-16/+4
2011-02-23xen-gntdev: Add cast to pointerDaniel De Graaf1-2/+2
2011-02-23xen-gntdev: Fix incorrect use of zero handleDaniel De Graaf1-7/+16
2011-02-17xen: suspend and resume system devices when running PVHVMIan Campbell1-0/+10
2011-02-16xen: change xen/[gntdev/gntalloc] to default mStefano Stabellini1-0/+2
2011-02-14xen-gntdev: prevent using UNMAP_NOTIFY_CLEAR_BYTE on read-only mappingsDaniel De Graaf1-1/+9
2011-02-14xen-gntdev: Avoid double-mapping memoryDaniel De Graaf1-3/+12
2011-02-14xen-gntdev: Avoid unmapping ranges twiceDaniel De Graaf1-2/+31
2011-02-14xen-gntdev: Use map->vma for checking map validityDaniel De Graaf1-6/+2
2011-02-14xen-gntdev: Fix unmap notify on PV domainsDaniel De Graaf1-2/+7
2011-02-14xen-gntdev: Fix memory leak when mmap failsDaniel De Graaf1-6/+8
2011-02-14xen/gntalloc,gntdev: Add unmap notify ioctlDaniel De Graaf2-1/+119
2011-02-14xen-gntalloc: Userspace grant allocation driverDaniel De Graaf3-0/+496
2011-02-14xen-gntdev: Support mapping in HVM domainsDaniel De Graaf2-34/+89
2011-02-14xen-gntdev: Add reference counting to mapsDaniel De Graaf1-40/+27
2011-02-14xen-gntdev: Use find_vma rather than iterating our vma list manuallyDaniel De Graaf1-24/+8
2011-02-14xen-gntdev: Change page limit to be global instead of per-openDaniel De Graaf1-36/+14
2011-02-11xen: events: mark cpu_evtchn_mask_p as __refdataIan Campbell1-1/+1
2011-01-20Merge branch 'xen/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-18/+13
2011-01-13Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds4-1/+721
2011-01-13Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds3-16/+10
2011-01-12xen-platform: Fix compile errors if CONFIG_PCI is not enabled.Konrad Rzeszutek Wilk1-1/+1
2011-01-12Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds6-311/+657
2011-01-12xen: rename platform-pci module to xen-platform-pci.Ian Campbell1-1/+2
2011-01-12xen-platform: use PCI interfaces to request IO and MEM resources.Ian Campbell1-14/+7