Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1306106 > unrolled thread
| Started by | David Vrabel <dvrabel@cantab.net> |
|---|---|
| First post | 2016-01-11 12:40 +0100 |
| Last post | 2016-01-13 09:50 +0100 |
| Articles | 4 — 4 participants |
Back to article view | Back to linux.kernel
[GIT PULL] xen: features and fixes for 4.5-rc0 David Vrabel <dvrabel@cantab.net> - 2016-01-11 12:40 +0100
Re: [GIT PULL] xen: features and fixes for 4.5-rc0 Stephen Rothwell <sfr@canb.auug.org.au> - 2016-01-12 00:10 +0100
Re: [Xen-devel] [GIT PULL] xen: features and fixes for 4.5-rc0 David Vrabel <david.vrabel@citrix.com> - 2016-01-12 16:00 +0100
Re: [Xen-devel] [GIT PULL] xen: features and fixes for 4.5-rc0 Michael Ellerman <mpe@ellerman.id.au> - 2016-01-13 09:50 +0100
| From | David Vrabel <dvrabel@cantab.net> |
|---|---|
| Date | 2016-01-11 12:40 +0100 |
| Subject | [GIT PULL] xen: features and fixes for 4.5-rc0 |
| Message-ID | <qPIZk-1I2-25@gated-at.bofh.it> |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Linus,
Please git pull the following tag:
git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.5-rc0-tag
xen: features and fixes for 4.5-rc0
- - Stolen ticks and PV wallclock support for arm/arm64.
- - Add grant copy ioctl to gntdev device.
Thanks.
David
arch/arm/Kconfig | 20 ++++
arch/arm/include/asm/paravirt.h | 20 ++++
arch/arm/include/asm/xen/hypercall.h | 7 ++
arch/arm/include/asm/xen/interface.h | 3 +
arch/arm/kernel/Makefile | 1 +
arch/arm/kernel/paravirt.c | 25 +++++
arch/arm/xen/enlighten.c | 95 ++++++++++++++++
arch/arm/xen/hypercall.S | 1 +
arch/arm64/Kconfig | 20 ++++
arch/arm64/include/asm/paravirt.h | 20 ++++
arch/arm64/kernel/Makefile | 1 +
arch/arm64/kernel/paravirt.c | 25 +++++
arch/arm64/xen/hypercall.S | 1 +
arch/x86/include/asm/xen/hypercall.h | 6 +-
arch/x86/xen/apic.c | 2 +-
arch/x86/xen/enlighten.c | 8 +-
arch/x86/xen/suspend.c | 3 +-
arch/x86/xen/time.c | 115 ++++++--------------
drivers/xen/Makefile | 2 +-
drivers/xen/acpi.c | 2 +-
drivers/xen/efi.c | 30 ++---
drivers/xen/gntdev.c | 205 ++++++++++++++++++++++++++++++++++-
drivers/xen/grant-table.c | 4 +-
drivers/xen/pcpu.c | 8 +-
drivers/xen/time.c | 88 +++++++++++++++
drivers/xen/xen-acpi-cpuhotplug.c | 2 +-
drivers/xen/xen-acpi-pad.c | 4 +-
drivers/xen/xen-acpi-processor.c | 8 +-
drivers/xen/xenfs/xensyms.c | 4 +-
include/uapi/xen/gntdev.h | 50 +++++++++
include/xen/interface/platform.h | 18 ++-
include/xen/interface/xen.h | 2 +-
include/xen/xen-ops.h | 5 +
kernel/sched/cputime.c | 3 +
34 files changed, 677 insertions(+), 131 deletions(-)
David Vrabel (1):
xen/gntdev: add ioctl for grant copy
Julia Lawall (2):
xen/grant-table: constify gnttab_ops structure
xen/gntdev: constify mmu_notifier_ops structures
Ouyang Zhaowei (Charles) (1):
x86/xen: don't reset vcpu_info on a cancelled suspend
Stefano Stabellini (14):
xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/time.c
missing include asm/paravirt.h in cputime.c
arm: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
xen/arm: account for stolen ticks
xen: rename dom0_op to platform_op
xen/arm: introduce HYPERVISOR_platform_op on arm and arm64
xen: introduce XENPF_settime64
arm: extend pvclock_wall_clock with sec_hi
xen/arm: introduce xen_read_wallclock
xen/arm: set the system time in Xen via the XENPF_settime64 hypercall
xen/x86: support XENPF_settime64
xen/x86: convert remaining timespec to timespec64 in xen_pvclock_gtod_notify
xen/time: use READ_ONCE
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJWk5KxAAoJEFxbo/MsZsTReSgIAJ+3fg2tJu9FoNjyuZTbZZBI
/f7X5bDF9BsMF4DFhIUd7IbqyRZBNPlhzZF6lt4bqmIdhcx5AP34VLt2GF32V6Aj
dYDXaYh8uXXUFShy5zUC54Ajo6ZXchng2fP2+tycPD0pKdrdLTUk9kmqqxuTamsq
Tevdha+VhZZ1/F0gLQWqOI24RCdUYPILwraO1WToA5YOTaaxc52BfbT2Qc/fM7O/
iFdeV4RuwcoQORR648JwNo0HZTqxjUCmL9ef/Lp6IqltmsBF2vJwEQ9+u0b6KyUg
alJtknXNQfhNmVpMWcrp2nOwel8njOeNmUec/z+CtKj+kcin9/J1XzkPx3UVE54=
=9JqB
-----END PGP SIGNATURE-----
[toc] | [next] | [standalone]
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2016-01-12 00:10 +0100 |
| Message-ID | <qPTL4-Pk-11@gated-at.bofh.it> |
| In reply to | #1306106 |
Hi David, On Mon, 11 Jan 2016 11:32:01 +0000 David Vrabel <dvrabel@cantab.net> wrote: > > Please git pull the following tag: > > git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.5-rc0-tag > > xen: features and fixes for 4.5-rc0 > > - - Stolen ticks and PV wallclock support for arm/arm64. > - - Add grant copy ioctl to gntdev device. So the version I have of this in linux-next has not been updated since Dec 2 and is based on v4.4-rc1. The version above is based on v4.4-rc6 and has extra commits ... Did someone forget to update the xen-tip/linux-next branch? -- Cheers, Stephen Rothwell sfr@canb.auug.org.au
[toc] | [prev] | [next] | [standalone]
| From | David Vrabel <david.vrabel@citrix.com> |
|---|---|
| Date | 2016-01-12 16:00 +0100 |
| Subject | Re: [Xen-devel] [GIT PULL] xen: features and fixes for 4.5-rc0 |
| Message-ID | <qQ8Ar-2pr-15@gated-at.bofh.it> |
| In reply to | #1306807 |
On 11/01/16 23:01, Stephen Rothwell wrote: > Hi David, > > On Mon, 11 Jan 2016 11:32:01 +0000 David Vrabel <dvrabel@cantab.net> wrote: >> >> Please git pull the following tag: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.5-rc0-tag >> >> xen: features and fixes for 4.5-rc0 >> >> - - Stolen ticks and PV wallclock support for arm/arm64. >> - - Add grant copy ioctl to gntdev device. > > So the version I have of this in linux-next has not been updated since > Dec 2 and is based on v4.4-rc1. The version above is based on > v4.4-rc6 and has extra commits ... Did someone forget to update the > xen-tip/linux-next branch? Yes. Ideally I'd like the linux-next branch in ../xen/tip.git to be symbolic reference to the current for-linus-x.y branch so I do not have to remember to push to two different branches. I can't see a way to do this though. David
[toc] | [prev] | [next] | [standalone]
| From | Michael Ellerman <mpe@ellerman.id.au> |
|---|---|
| Date | 2016-01-13 09:50 +0100 |
| Subject | Re: [Xen-devel] [GIT PULL] xen: features and fixes for 4.5-rc0 |
| Message-ID | <qQphT-5A0-3@gated-at.bofh.it> |
| In reply to | #1307508 |
On Tue, 2016-01-12 at 14:56 +0000, David Vrabel wrote: > On 11/01/16 23:01, Stephen Rothwell wrote: > > Hi David, > > > > On Mon, 11 Jan 2016 11:32:01 +0000 David Vrabel <dvrabel@cantab.net> wrote: > > > > > > Please git pull the following tag: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.5-rc0-tag > > > > > > xen: features and fixes for 4.5-rc0 > > > > > > - - Stolen ticks and PV wallclock support for arm/arm64. > > > - - Add grant copy ioctl to gntdev device. > > > > So the version I have of this in linux-next has not been updated since > > Dec 2 and is based on v4.4-rc1. The version above is based on > > v4.4-rc6 and has extra commits ... Did someone forget to update the > > xen-tip/linux-next branch? > > Yes. > > Ideally I'd like the linux-next branch in ../xen/tip.git to be symbolic > reference to the current for-linus-x.y branch so I do not have to > remember to push to two different branches. I can't see a way to do > this though. You're using tags for the pull request though, so do you need the for-linus-x.y branch at all? I've stopped using them, and instead just push to next and ask Linus to pull a tag. That also avoids any possibility of the for-linus-x.y branch getting out of sync with the for-linus-x.y tag. cheers
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web