Merge branch 'upstream/xen' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
* 'upstream/xen' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen: (23 commits) xen/panic: use xen_reboot and fix smp_send_stop Xen: register panic notifier to take crashes of xen guests on panic xen: support large numbers of CPUs with vcpu info placement xen: drop xen_sched_clock in favour of using plain wallclock time pvops: do not notify callers from register_xenstore_notifier Introduce CONFIG_XEN_PVHVM compile option blkfront: do not create a PV cdrom device if xen_hvm_guest support multiple .discard.* sections to avoid section type conflicts xen/pvhvm: fix build problem when !CONFIG_XEN xenfs: enable for HVM domains too x86: Call HVMOP_pagetable_dying on exit_mmap. x86: Unplug emulated disks and nics. x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock. implement O_NONBLOCK for /proc/xen/xenbus xen: Fix find_unbound_irq in presence of ioapic irqs. xen: Add suspend/resume support for PV on HVM guests. xen: Xen PCI platform device driver. x86/xen: event channels delivery on HVM. x86: early PV on HVM features initialization. xen: Add support for HVM hypercalls. ...
No related branches found
No related tags found
Showing
- Documentation/kernel-parameters.txt 11 additions, 0 deletionsDocumentation/kernel-parameters.txt
- arch/x86/include/asm/hypervisor.h 1 addition, 0 deletionsarch/x86/include/asm/hypervisor.h
- arch/x86/include/asm/irq_vectors.h 3 additions, 0 deletionsarch/x86/include/asm/irq_vectors.h
- arch/x86/include/asm/setup.h 1 addition, 1 deletionarch/x86/include/asm/setup.h
- arch/x86/include/asm/xen/hypercall.h 6 additions, 0 deletionsarch/x86/include/asm/xen/hypercall.h
- arch/x86/kernel/cpu/hypervisor.c 3 additions, 0 deletionsarch/x86/kernel/cpu/hypervisor.c
- arch/x86/kernel/entry_32.S 3 additions, 0 deletionsarch/x86/kernel/entry_32.S
- arch/x86/kernel/entry_64.S 3 additions, 0 deletionsarch/x86/kernel/entry_64.S
- arch/x86/xen/Kconfig 5 additions, 0 deletionsarch/x86/xen/Kconfig
- arch/x86/xen/Makefile 1 addition, 1 deletionarch/x86/xen/Makefile
- arch/x86/xen/enlighten.c 180 additions, 17 deletionsarch/x86/xen/enlighten.c
- arch/x86/xen/mmu.c 35 additions, 0 deletionsarch/x86/xen/mmu.c
- arch/x86/xen/mmu.h 1 addition, 0 deletionsarch/x86/xen/mmu.h
- arch/x86/xen/platform-pci-unplug.c 137 additions, 0 deletionsarch/x86/xen/platform-pci-unplug.c
- arch/x86/xen/setup.c 72 additions, 0 deletionsarch/x86/xen/setup.c
- arch/x86/xen/smp.c 2 additions, 0 deletionsarch/x86/xen/smp.c
- arch/x86/xen/suspend.c 12 additions, 0 deletionsarch/x86/xen/suspend.c
- arch/x86/xen/time.c 53 additions, 43 deletionsarch/x86/xen/time.c
- arch/x86/xen/xen-ops.h 8 additions, 5 deletionsarch/x86/xen/xen-ops.h
- drivers/block/xen-blkfront.c 30 additions, 0 deletionsdrivers/block/xen-blkfront.c
Loading
Please register or sign in to comment