summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)Author
2011-03-10xen: events: refactor xen_create_msi_irq slightlyIan Campbell
2011-03-10xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQIan Campbell
2011-03-10xen: events: assume PHYSDEVOP_get_free_pirq existsIan Campbell
2011-03-10xen: events: return irq from xen_allocate_pirq_msiIan Campbell
2011-03-10xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell
2011-03-10xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available.Ian Campbell
2011-03-10Merge branch 'stable/irq.rework' into stable/irq.cleanupKonrad Rzeszutek Wilk
2011-03-03xen/irq: Cleanup up the pirq_to_irq for DomU PV PCI passthrough guests as well.Konrad Rzeszutek Wilk
2011-03-03xen: Use IRQF_FORCE_RESUMEThomas Gleixner
2011-03-03xen: Fix compile error introduced by "switch to new irq_chip functions"Ian Campbell
2011-03-03xen: Switch to new irq_chip functionsThomas Gleixner
2011-03-03xen: Remove stale irq_chip.endThomas Gleixner
2011-03-03xen: events: do not free legacy IRQsIan Campbell
2011-03-03xen: events: allocate GSIs and dynamic IRQs from separate IRQ ranges.Ian Campbell
2011-03-03xen: events: add xen_allocate_irq_{dynamic, gsi} and xen_free_irqIan Campbell
2011-03-03xen:events: move find_unbound_irq inside CONFIG_PCI_MSIIan Campbell
2011-02-17xen: suspend and resume system devices when running PVHVMIan Campbell
2011-01-20Merge branch 'xen/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds
2011-01-13Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-01-13Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2011-01-12xen-platform: Fix compile errors if CONFIG_PCI is not enabled.Konrad Rzeszutek Wilk
2011-01-12Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-01-12xen: rename platform-pci module to xen-platform-pci.Ian Campbell
2011-01-12xen-platform: use PCI interfaces to request IO and MEM resources.Ian Campbell
2011-01-11xen p2m: clear the old pte when adding a page to m2p_overrideJeremy Fitzhardinge
2011-01-11xen gntdev: use gnttab_map_refs and gnttab_unmap_refsStefano Stabellini
2011-01-11xen: introduce gnttab_map_refs and gnttab_unmap_refsStefano Stabellini
2011-01-11xen/gntdev: Fix circular locking dependencyDaniel De Graaf
2011-01-11xen/gntdev: stop using "token" argumentJeremy Fitzhardinge
2011-01-11xen: gntdev: move use of GNTMAP_contains_pte next to the map_opIan Campbell
2011-01-11xen/gntdev: add VM_PFNMAP to vmaJeremy Fitzhardinge
2011-01-11xen/gntdev: allow usermode to map granted pagesGerd Hoffmann
2011-01-10Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-01-10xen/event: validate irq before get evtchn by irqJoe Jin
2011-01-05xen/xenbus: making backend support modular is too complexJeremy Fitzhardinge
2011-01-05xen/xenbus: fixup checkpatch issues in xenbus_probe*Ian Campbell
2011-01-05xen/xenbus: clean up noise in xenbus_probe_frontend.cJeremy Fitzhardinge
2011-01-05xen/xenbus: clean up noise in xenbus_probe_backend.cJeremy Fitzhardinge
2011-01-05xen/xenbus: clean up noise in xenbus_probe.cJeremy Fitzhardinge
2011-01-05xen/xenbus: cleanup debug noise in xenbus_comms.cJeremy Fitzhardinge
2011-01-05xen/xenbus: clean up error handlingJeremy Fitzhardinge
2011-01-05xen/xenbus: make frontend bus GPLJeremy Fitzhardinge
2011-01-05xen/xenbus: make sure backend bus is registered earlierJeremy Fitzhardinge
2011-01-05xenbus/frontend: register bus earlierJeremy Fitzhardinge
2011-01-05xen: remove xen/evtchn.hJeremy Fitzhardinge
2011-01-05xen: add backend driver supportIan Campbell
2011-01-05xen: separate out frontend xenbusIan Campbell
2010-12-20xenbus: Fix memory leak on releaseDaniel De Graaf
2010-12-17xen: Use this_cpu_inc_returnChristoph Lameter
2010-12-17xen: Use this_cpu_opsChristoph Lameter