Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen updates from Juergen Gross: "Xen features and fixes: - a series from Boris Ostrovsky adding support for booting Linux as Xen PVH guest - a series from Juergen Gross streamlining the xenbus driver - a series from Paul Durrant adding support for the new device model hypercall - several small corrections" * tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen/privcmd: add IOCTL_PRIVCMD_RESTRICT xen/privcmd: Add IOCTL_PRIVCMD_DM_OP xen/privcmd: return -ENOTTY for unimplemented IOCTLs xen: optimize xenbus driver for multiple concurrent xenstore accesses xen: modify xenstore watch event interface xen: clean up xenbus internal headers xenbus: Neaten xenbus_va_dev_error xen/pvh: Use Xen's emergency_restart op for PVH guests xen/pvh: Enable CPU hotplug xen/pvh: PVH guests always have PV devices xen/pvh: Initialize grant table for PVH guests xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCI xen/pvh: Bootstrap PVH guest xen/pvh: Import PVH-related Xen public interfaces xen/x86: Remove PVH support x86/boot/32: Convert the 32-bit pgtable setup code from assembly to C xen/manage: correct return value check on xenbus_scanf() x86/xen: Fix APIC id mismatch warning on Intel xen/netback: set default upper limit of tx/rx queues to 8 xen/netfront: set default upper limit of tx/rx queues to 8
Showing
- arch/arm/xen/enlighten.c 1 addition, 0 deletionsarch/arm/xen/enlighten.c
- arch/arm/xen/hypercall.S 1 addition, 0 deletionsarch/arm/xen/hypercall.S
- arch/arm64/xen/hypercall.S 1 addition, 0 deletionsarch/arm64/xen/hypercall.S
- arch/x86/include/asm/xen/hypercall.h 7 additions, 0 deletionsarch/x86/include/asm/xen/hypercall.h
- arch/x86/xen/Kconfig 1 addition, 1 deletionarch/x86/xen/Kconfig
- arch/x86/xen/Makefile 1 addition, 0 deletionsarch/x86/xen/Makefile
- arch/x86/xen/apic.c 1 addition, 1 deletionarch/x86/xen/apic.c
- arch/x86/xen/enlighten.c 148 additions, 131 deletionsarch/x86/xen/enlighten.c
- arch/x86/xen/mmu.c 1 addition, 20 deletionsarch/x86/xen/mmu.c
- arch/x86/xen/platform-pci-unplug.c 2 additions, 2 deletionsarch/x86/xen/platform-pci-unplug.c
- arch/x86/xen/setup.c 2 additions, 35 deletionsarch/x86/xen/setup.c
- arch/x86/xen/smp.c 27 additions, 51 deletionsarch/x86/xen/smp.c
- arch/x86/xen/smp.h 0 additions, 8 deletionsarch/x86/xen/smp.h
- arch/x86/xen/xen-head.S 4 additions, 58 deletionsarch/x86/xen/xen-head.S
- arch/x86/xen/xen-ops.h 0 additions, 1 deletionarch/x86/xen/xen-ops.h
- arch/x86/xen/xen-pvh.S 161 additions, 0 deletionsarch/x86/xen/xen-pvh.S
- drivers/block/xen-blkback/xenbus.c 3 additions, 3 deletionsdrivers/block/xen-blkback/xenbus.c
- drivers/net/xen-netback/netback.c 4 additions, 2 deletionsdrivers/net/xen-netback/netback.c
- drivers/net/xen-netback/xenbus.c 4 additions, 4 deletionsdrivers/net/xen-netback/xenbus.c
- drivers/net/xen-netfront.c 4 additions, 2 deletionsdrivers/net/xen-netfront.c
Loading
Please register or sign in to comment