-
- Downloads
Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen updates from David Vrabel: "Xen features and fixes for 4.5-rc0: - Stolen ticks and PV wallclock support for arm/arm64 - Add grant copy ioctl to gntdev device" * tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen/gntdev: add ioctl for grant copy x86/xen: don't reset vcpu_info on a cancelled suspend xen/gntdev: constify mmu_notifier_ops structures xen/grant-table: constify gnttab_ops structure xen/time: use READ_ONCE xen/x86: convert remaining timespec to timespec64 in xen_pvclock_gtod_notify xen/x86: support XENPF_settime64 xen/arm: set the system time in Xen via the XENPF_settime64 hypercall xen/arm: introduce xen_read_wallclock arm: extend pvclock_wall_clock with sec_hi xen: introduce XENPF_settime64 xen/arm: introduce HYPERVISOR_platform_op on arm and arm64 xen: rename dom0_op to platform_op xen/arm: account for stolen ticks arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops arm: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops missing include asm/paravirt.h in cputime.c xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/time.c
Showing
- arch/arm/Kconfig 20 additions, 0 deletionsarch/arm/Kconfig
- arch/arm/include/asm/paravirt.h 20 additions, 0 deletionsarch/arm/include/asm/paravirt.h
- arch/arm/include/asm/xen/hypercall.h 7 additions, 0 deletionsarch/arm/include/asm/xen/hypercall.h
- arch/arm/include/asm/xen/interface.h 3 additions, 0 deletionsarch/arm/include/asm/xen/interface.h
- arch/arm/kernel/Makefile 1 addition, 0 deletionsarch/arm/kernel/Makefile
- arch/arm/kernel/paravirt.c 25 additions, 0 deletionsarch/arm/kernel/paravirt.c
- arch/arm/xen/enlighten.c 95 additions, 0 deletionsarch/arm/xen/enlighten.c
- arch/arm/xen/hypercall.S 1 addition, 0 deletionsarch/arm/xen/hypercall.S
- arch/arm64/Kconfig 20 additions, 0 deletionsarch/arm64/Kconfig
- arch/arm64/include/asm/paravirt.h 20 additions, 0 deletionsarch/arm64/include/asm/paravirt.h
- arch/arm64/kernel/Makefile 1 addition, 0 deletionsarch/arm64/kernel/Makefile
- arch/arm64/kernel/paravirt.c 25 additions, 0 deletionsarch/arm64/kernel/paravirt.c
- arch/arm64/xen/hypercall.S 1 addition, 0 deletionsarch/arm64/xen/hypercall.S
- arch/x86/include/asm/xen/hypercall.h 3 additions, 3 deletionsarch/x86/include/asm/xen/hypercall.h
- arch/x86/xen/apic.c 1 addition, 1 deletionarch/x86/xen/apic.c
- arch/x86/xen/enlighten.c 4 additions, 4 deletionsarch/x86/xen/enlighten.c
- arch/x86/xen/suspend.c 2 additions, 1 deletionarch/x86/xen/suspend.c
- arch/x86/xen/time.c 31 additions, 84 deletionsarch/x86/xen/time.c
- drivers/xen/Makefile 1 addition, 1 deletiondrivers/xen/Makefile
- drivers/xen/acpi.c 1 addition, 1 deletiondrivers/xen/acpi.c
Loading
Please register or sign in to comment