All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 9] (v2) arm: SMP boot
@ 2012-03-09 13:43 Tim Deegan
  2012-03-09 13:43 ` [PATCH 1 of 9] arm: implement udelay() Tim Deegan
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Tim Deegan @ 2012-03-09 13:43 UTC (permalink / raw)
  To: xen-devel; +Cc: David Vrabel, Stefano Stabellini, Ian Campbell


This patch series implements SMP boot for arch/arm, as far as getting
all CPUs up and running the idle loop.

Changes from v1:
 - moved barriers out of loop in udelay()
 - dropped broken GIC change in favour of explanatory comment
 - made the increment of ready_cpus atomic (I couldn't move the 
   increment to before signalling the next CPU because the PT
   switch has to happen between them)
 - Made secondary CPUs come up directly on the idle vcpus' stacks,
   avoiding the whole business of allocating and tracking boot stacks.
 - Added a new patch to do late-boot MMU fixups on secondary CPUs. 

Cheers,

Tim.

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

end of thread, other threads:[~2012-03-09 15:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 13:43 [PATCH 0 of 9] (v2) arm: SMP boot Tim Deegan
2012-03-09 13:43 ` [PATCH 1 of 9] arm: implement udelay() Tim Deegan
2012-03-09 13:43 ` [PATCH 2 of 9] arm: Add a comment explaining the GICD writes in the GICC init function Tim Deegan
2012-03-09 13:43 ` [PATCH 3 of 9] arm: More SMP bringup Tim Deegan
2012-03-09 13:43 ` [PATCH 4 of 9] arm: per-cpu areas Tim Deegan
2012-03-09 15:57   ` Tim Deegan
2012-03-09 13:43 ` [PATCH 5 of 9] arm: start plumbing in SMP bringup in C Tim Deegan
2012-03-09 13:43 ` [PATCH 6 of 9] arm: Boot secondary CPUs into C Tim Deegan
2012-03-09 13:43 ` [PATCH 7 of 9] arm: SMP CPU shutdown Tim Deegan
2012-03-09 13:43 ` [PATCH 8 of 9] arm: Shutdown and reboot Tim Deegan
2012-03-09 13:43 ` [PATCH 9 of 9] arm: new hook for late MMU setup on secondary CPUs Tim Deegan

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.