All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00 of 11] (v3) arm: SMP boot
@ 2012-03-09 16:47 Tim Deegan
  2012-03-09 16:47 ` [PATCH 01 of 11] arm: implement udelay() Tim Deegan
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Tim Deegan @ 2012-03-09 16:47 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 v2:
 - Fixed a bug in context switching in the percpu patch 
 - Added two new patches, not strictly for SMP boot, but 
   related, and apply after this series:
   - Poison, unmap and free the __init* areas after boot.
   - Use 'WFI' to take the CPu to a low power state in 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] 13+ messages in thread

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 16:47 [PATCH 00 of 11] (v3) arm: SMP boot Tim Deegan
2012-03-09 16:47 ` [PATCH 01 of 11] arm: implement udelay() Tim Deegan
2012-03-09 16:47 ` [PATCH 02 of 11] arm: Add a comment explaining the GICD writes in the GICC init function Tim Deegan
2012-03-09 16:47 ` [PATCH 03 of 11] arm: More SMP bringup Tim Deegan
2012-03-13 15:11   ` Ian Campbell
2012-03-09 16:47 ` [PATCH 04 of 11] arm: per-cpu areas Tim Deegan
2012-03-09 16:47 ` [PATCH 05 of 11] arm: start plumbing in SMP bringup in C Tim Deegan
2012-03-09 16:47 ` [PATCH 06 of 11] arm: Boot secondary CPUs into C Tim Deegan
2012-03-09 16:47 ` [PATCH 07 of 11] arm: SMP CPU shutdown Tim Deegan
2012-03-09 16:47 ` [PATCH 08 of 11] arm: Shutdown and reboot Tim Deegan
2012-03-09 16:47 ` [PATCH 09 of 11] arm: new hook for late MMU setup on secondary CPUs Tim Deegan
2012-03-09 16:47 ` [PATCH 10 of 11] arm: Actually free __init/__initdata ranges on boot Tim Deegan
2012-03-09 16:47 ` [PATCH 11 of 11] arm: Put the CPU into a sleep state in the idle loop 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.