-
- Downloads
Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of...
Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen * 'stable/backend.base.v3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen: xen/pci: Fix compiler error when CONFIG_XEN_PRIVILEGED_GUEST is not set. xen/p2m: Add EXPORT_SYMBOL_GPL to the M2P override functions. xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override. xen/irq: The Xen hypervisor cleans up the PIRQs if the other domain forgot. xen/irq: Export 'xen_pirq_from_irq' function. xen/irq: Add support to check if IRQ line is shared with other domains. xen/irq: Check if the PCI device is owned by a domain different than DOMID_SELF. xen/pci: Add xen_[find|register|unregister]_device_domain_owner functions. * 'stable/gntalloc.v7' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen: xen/gntdev,gntalloc: Remove unneeded VM flags
No related branches found
No related tags found
Showing
- arch/x86/include/asm/xen/page.h 3 additions, 2 deletionsarch/x86/include/asm/xen/page.h
- arch/x86/include/asm/xen/pci.h 16 additions, 0 deletionsarch/x86/include/asm/xen/pci.h
- arch/x86/pci/xen.c 91 additions, 5 deletionsarch/x86/pci/xen.c
- arch/x86/xen/p2m.c 6 additions, 7 deletionsarch/x86/xen/p2m.c
- drivers/xen/events.c 34 additions, 5 deletionsdrivers/xen/events.c
- drivers/xen/gntalloc.c 12 additions, 2 deletionsdrivers/xen/gntalloc.c
- drivers/xen/gntdev.c 14 additions, 2 deletionsdrivers/xen/gntdev.c
- drivers/xen/grant-table.c 24 additions, 7 deletionsdrivers/xen/grant-table.c
- include/xen/events.h 8 additions, 1 deletioninclude/xen/events.h
Please register or sign in to comment