All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] wallclock time on arm
@ 2015-11-05 16:56 Stefano Stabellini
  2015-11-05 16:57 ` [PATCH 1/2] xen: move wallclock functions from x86 to common Stefano Stabellini
  2015-11-05 16:57 ` [PATCH 2/2] arm: export platform_op XENPF_settime Stefano Stabellini
  0 siblings, 2 replies; 15+ messages in thread
From: Stefano Stabellini @ 2015-11-05 16:56 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell, Stefano Stabellini

Hi all,

this small series enables the wallclock time on arm and it consists
mostly in code movement from x86 to common.


Stefano Stabellini (2):
      xen: move wallclock functions from x86 to common
      arm: export platform_op XENPF_settime

 xen/arch/arm/Makefile             |    1 +
 xen/arch/arm/domain.c             |    3 ++
 xen/arch/arm/platform_hypercall.c |   62 ++++++++++++++++++++++++
 xen/arch/arm/time.c               |    5 --
 xen/arch/arm/traps.c              |    1 +
 xen/arch/x86/time.c               |   92 +-----------------------------------
 xen/common/time.c                 |   94 +++++++++++++++++++++++++++++++++++++
 xen/include/xsm/dummy.h           |   12 ++---
 xen/include/xsm/xsm.h             |   13 ++---
 9 files changed, 175 insertions(+), 108 deletions(-)
 create mode 100644 xen/arch/arm/platform_hypercall.c

Cheers,

Stefano

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-11-11 17:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-05 16:56 [PATCH 0/2] wallclock time on arm Stefano Stabellini
2015-11-05 16:57 ` [PATCH 1/2] xen: move wallclock functions from x86 to common Stefano Stabellini
2015-11-05 17:17   ` Julien Grall
2015-11-05 17:18   ` Jan Beulich
2015-11-06 17:45     ` Stefano Stabellini
2015-11-05 16:57 ` [PATCH 2/2] arm: export platform_op XENPF_settime Stefano Stabellini
2015-11-05 17:04   ` David Vrabel
2015-11-06 12:21     ` Stefano Stabellini
2015-11-05 17:34   ` Julien Grall
2015-11-05 18:00     ` Andrew Cooper
2015-11-09 17:09     ` Stefano Stabellini
2015-11-10 14:11       ` Julien Grall
2015-11-10 14:27         ` Stefano Stabellini
2015-11-10 14:41           ` Julien Grall
2015-11-11 17:09             ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.