summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | xen: suspend: use HYPERVISOR_suspend for PVHVM case instead of open codingIan Campbell2011-02-251-2/+6
| * | | | xen: do not respond to unknown xenstore control requestsIan Campbell2011-02-251-12/+37
| * | | | xen: make the ballon driver work for hvm domainsStefano Stabellini2011-02-251-5/+9
| * | | | xen: no need to delay xen_setup_shutdown_event for hvm guests anymoreStefano Stabellini2011-02-252-16/+4
| |/ / /
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' ...Linus Torvalds2011-03-151-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| | | * | | xen: events: mark cpu_evtchn_mask_p as __refdataIan Campbell2011-02-111-1/+1
| | | |/ /
* | | | | Merge branch 'stable/irq.cleanup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-03-151-77/+19
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | xen: events: remove dom0 specific xen_create_msi_irqIan Campbell2011-03-101-41/+0
| * | | | xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irqIan Campbell2011-03-101-29/+7
| * | | | xen: events: push set_irq_msi down into xen_create_msi_irqIan Campbell2011-03-101-1/+9
| * | | | xen: events: update pirq_to_irq in xen_create_msi_irqIan Campbell2011-03-101-0/+1
| * | | | xen: events: refactor xen_create_msi_irq slightlyIan Campbell2011-03-101-9/+6
| * | | | xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQIan Campbell2011-03-101-16/+14
| * | | | xen: events: assume PHYSDEVOP_get_free_pirq existsIan Campbell2011-03-101-9/+6
| * | | | xen: events: return irq from xen_allocate_pirq_msiIan Campbell2011-03-101-8/+11
| * | | | xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msiIan Campbell2011-03-101-7/+5
| * | | | xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available.Ian Campbell2011-03-101-1/+4
| * | | | Merge branch 'stable/irq.rework' into stable/irq.cleanupKonrad Rzeszutek Wilk2011-03-101-154/+124
| |\ \ \ \ | | |/ / / | |/| | |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.k...Linus Torvalds2011-03-151-154/+124
|\ \ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| * | | | xen/irq: Cleanup up the pirq_to_irq for DomU PV PCI passthrough guests as well.Konrad Rzeszutek Wilk2011-03-031-1/+2
| * | | | xen: Use IRQF_FORCE_RESUMEThomas Gleixner2011-03-031-19/+1
| * | | | xen: Fix compile error introduced by "switch to new irq_chip functions"Ian Campbell2011-03-031-1/+1
| * | | | xen: Switch to new irq_chip functionsThomas Gleixner2011-03-031-44/+51
| * | | | xen: Remove stale irq_chip.endThomas Gleixner2011-03-031-18/+0
| * | | | xen: events: do not free legacy IRQsIan Campbell2011-03-031-0/+4
| * | | | xen: events: allocate GSIs and dynamic IRQs from separate IRQ ranges.Ian Campbell2011-03-031-50/+27
| * | | | xen: events: add xen_allocate_irq_{dynamic, gsi} and xen_free_irqIan Campbell2011-03-031-18/+35
| * | | | xen:events: move find_unbound_irq inside CONFIG_PCI_MSIIan Campbell2011-03-031-17/+17
| |/ / /
| | | |
| \ \ \
*-. \ \ \ Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.ke...Linus Torvalds2011-03-151-1/+1
|\ \ \ \ \ | | |/ / / | |_| / / |/| | /
| * | | xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.Konrad Rzeszutek Wilk2011-03-031-1/+1
| |/ /
* | | xen: suspend and resume system devices when running PVHVMIan Campbell2011-02-171-0/+10
|/ /
* | Merge branch 'xen/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds2011-01-201-18/+13
|\ \ | |/ |/|
| * xenbus: Fix memory leak on releaseDaniel De Graaf2010-12-201-0/+5
| * xenbus: avoid zero returns from read()Daniel De Graaf2010-09-091-0/+3
| * xenbus: add missing wakeup in concurrent read/writeDaniel De Graaf2010-09-081-0/+1
| * xenbus: allow any xenbus command over /proc/xen/xenbusDiego Ongaro2010-09-011-16/+2
| * xenfs/xenbus: report partial reads/writes correctlyJeremy Fitzhardinge2010-08-251-2/+2
* | Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-134-1/+721
|\ \
| * | xen p2m: clear the old pte when adding a page to m2p_overrideJeremy Fitzhardinge2011-01-111-3/+13
| * | xen gntdev: use gnttab_map_refs and gnttab_unmap_refsStefano Stabellini2011-01-111-7/+30
| * | xen: introduce gnttab_map_refs and gnttab_unmap_refsStefano Stabellini2011-01-111-0/+36
| * | xen/gntdev: Fix circular locking dependencyDaniel De Graaf2011-01-111-2/+7
| * | xen/gntdev: stop using "token" argumentJeremy Fitzhardinge2011-01-111-2/+2
| * | xen: gntdev: move use of GNTMAP_contains_pte next to the map_opIan Campbell2011-01-111-3/+5
| * | xen/gntdev: add VM_PFNMAP to vmaJeremy Fitzhardinge2011-01-111-1/+1
| * | xen/gntdev: allow usermode to map granted pagesGerd Hoffmann2011-01-113-0/+644
* | | Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2011-01-133-16/+10
|\ \ \
| * | | xen-platform: Fix compile errors if CONFIG_PCI is not enabled.Konrad Rzeszutek Wilk2011-01-121-1/+1
| * | | xen: rename platform-pci module to xen-platform-pci.Ian Campbell2011-01-121-1/+2
| * | | xen-platform: use PCI interfaces to request IO and MEM resources.Ian Campbell2011-01-121-14/+7
| |/ /
OpenPOWER on IntegriCloud