All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] unsafe big.LITTLE support
@ 2018-02-15 23:16 Stefano Stabellini
  2018-02-15 23:16 ` [PATCH 1/4] xen/arm: Park CPUs with a MIDR different from the boot CPU Stefano Stabellini
  2018-02-16 11:58 ` [PATCH 0/4] unsafe big.LITTLE support Julien Grall
  0 siblings, 2 replies; 28+ messages in thread
From: Stefano Stabellini @ 2018-02-15 23:16 UTC (permalink / raw)
  To: julien.grall; +Cc: sstabellini, xen-devel

Hi all,

This series changes the initialization of two virtual registers to make
sure they match the value of the underlying physical cpu.

It also disables cpus different from the boot cpu, unless a newly
introduced command line option is specified. In that case, it explains
how to setup the system to avoid corruptions, which involves manually
specifying the cpu affinity of all domains, because the scheduler still
lacks big.LITTLE support.

Cheers,

Stefano


Julien Grall (1):
      xen/arm: Park CPUs with a MIDR different from the boot CPU.

Stefano Stabellini (3):
      xen/arm: read ACTLR on the pcpu where the vcpu will run
      xen/arm: set vpidr on the pcpu where the vcpu will run
      xen/arm: update the docs about heterogeneous computing

 docs/misc/xen-command-line.markdown | 18 ++++++++++++++++++
 xen/arch/arm/domain.c               | 23 ++++++++++++++++++-----
 xen/arch/arm/smpboot.c              | 27 +++++++++++++++++++++++++++
 3 files changed, 63 insertions(+), 5 deletions(-)

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-02-19 21:34 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-15 23:16 [PATCH 0/4] unsafe big.LITTLE support Stefano Stabellini
2018-02-15 23:16 ` [PATCH 1/4] xen/arm: Park CPUs with a MIDR different from the boot CPU Stefano Stabellini
2018-02-15 23:16   ` [PATCH 2/4] xen/arm: read ACTLR on the pcpu where the vcpu will run Stefano Stabellini
2018-02-16 10:45     ` Julien Grall
2018-02-17  1:39       ` Stefano Stabellini
2018-02-15 23:16   ` [PATCH 3/4] xen/arm: set vpidr " Stefano Stabellini
2018-02-16 11:01     ` Julien Grall
2018-02-16 20:31       ` Stefano Stabellini
2018-02-16 20:45         ` Julien Grall
2018-02-16 20:59           ` Stefano Stabellini
2018-02-16 21:09             ` Julien Grall
2018-02-16 21:34               ` Stefano Stabellini
2018-02-16 21:39                 ` Julien Grall
2018-02-15 23:17   ` [PATCH 4/4] xen/arm: update the docs about heterogeneous computing Stefano Stabellini
2018-02-16 11:22     ` Julien Grall
2018-02-16 20:50       ` Stefano Stabellini
2018-02-16 21:01         ` Julien Grall
2018-02-16 21:15           ` Stefano Stabellini
2018-02-16 21:57             ` Julien Grall
2018-02-17  0:31               ` Stefano Stabellini
2018-02-17 10:23                 ` Julien Grall
2018-02-19 20:28                   ` Stefano Stabellini
2018-02-19 20:47                     ` Julien Grall
2018-02-19 21:05                       ` Stefano Stabellini
2018-02-19 21:17                         ` Julien Grall
2018-02-19 21:34                           ` Stefano Stabellini
2018-02-16 11:58 ` [PATCH 0/4] unsafe big.LITTLE support Julien Grall
2018-02-16 22:07   ` 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.