summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2011-03-10xen: events: fix xen_map_pirq_gsi error returnIan Campbell1-1/+1
2011-03-10xen: events: simplify commentIan Campbell1-7/+3
2011-03-10xen: events: separate two unrelated halves of if conditionIan Campbell1-4/+8
2011-03-10xen: events: remove dom0 specific xen_create_msi_irqIan Campbell1-41/+0
2011-03-10xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irqIan Campbell1-29/+7
2011-03-10xen: events: push set_irq_msi down into xen_create_msi_irqIan Campbell1-1/+9
2011-03-10xen: events: update pirq_to_irq in xen_create_msi_irqIan Campbell1-0/+1
2011-03-10xen: events: refactor xen_create_msi_irq slightlyIan Campbell1-9/+6
2011-03-10xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQIan Campbell1-16/+14
2011-03-10xen: events: assume PHYSDEVOP_get_free_pirq existsIan Campbell1-9/+6
2011-03-10xen: events: return irq from xen_allocate_pirq_msiIan Campbell1-8/+11
2011-03-10xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell1-7/+5
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-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-02-17xen: suspend and resume system devices when running PVHVMIan Campbell1-0/+10
2011-01-21Merge branch 'xen/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds1-18/+13
2011-01-14Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-1/+721
2011-01-14Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linu...Linus 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...Linus 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
2011-01-11xen p2m: clear the old pte when adding a page to m2p_overrideJeremy Fitzhardinge1-3/+13
2011-01-11xen gntdev: use gnttab_map_refs and gnttab_unmap_refsStefano Stabellini1-7/+30
2011-01-11xen: introduce gnttab_map_refs and gnttab_unmap_refsStefano Stabellini1-0/+36
2011-01-11xen/gntdev: Fix circular locking dependencyDaniel De Graaf1-2/+7
2011-01-11xen/gntdev: stop using "token" argumentJeremy Fitzhardinge1-2/+2
2011-01-11xen: gntdev: move use of GNTMAP_contains_pte next to the map_opIan Campbell1-3/+5
2011-01-11xen/gntdev: add VM_PFNMAP to vmaJeremy Fitzhardinge1-1/+1
2011-01-11xen/gntdev: allow usermode to map granted pagesGerd Hoffmann3-0/+644
2011-01-10Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+15
2011-01-10xen/event: validate irq before get evtchn by irqJoe Jin1-0/+3
2011-01-06xen/xenbus: making backend support modular is too complexJeremy Fitzhardinge1-1/+1
2011-01-06xen/xenbus: fixup checkpatch issues in xenbus_probe*Ian Campbell5-49/+40
2011-01-06xen/xenbus: clean up noise in xenbus_probe_frontend.cJeremy Fitzhardinge1-7/+2
2011-01-06xen/xenbus: clean up noise in xenbus_probe_backend.cJeremy Fitzhardinge1-7/+2
2011-01-06xen/xenbus: clean up noise in xenbus_probe.cJeremy Fitzhardinge1-23/+6
2011-01-06xen/xenbus: cleanup debug noise in xenbus_comms.cJeremy Fitzhardinge1-1/+0
2011-01-06xen/xenbus: clean up error handlingJeremy Fitzhardinge1-2/+2
2011-01-06xen/xenbus: make frontend bus GPLJeremy Fitzhardinge1-0/+2
2011-01-06xen/xenbus: make sure backend bus is registered earlierJeremy Fitzhardinge1-2/+1