aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* xen: arm: move smp_init_cpus to smpboot.cIan Campbell2013-09-271-0/+126
* xen: arm: rewrite start of day page table and cpu bring upIan Campbell2013-09-271-38/+19
* xen/arm: Use the hardware ID to boot correctly secondary cpusJulien Grall2013-09-261-5/+8
* xen/arm: Dissociate logical and hardware CPU IDJulien Grall2013-09-261-0/+4
* xen/arm: Introduce init_info structureJulien Grall2013-09-261-3/+6
* xen/arm: Clean up identify processor call for secondary cpusJulien Grall2013-07-291-4/+2
* xen: arm: enable aborts on all physical processors.Ian Campbell2013-07-191-0/+1
* xen/arm: don't enable VFP on XEN during the bootJulien Grall2013-07-041-2/+0
* arm: allocate per-PCPU domheap pagetable pagesIan Campbell2013-04-241-0/+6
* arm: tweak/improve logging for host SMPIan Campbell2013-04-111-1/+1
* arm: consolidate setup of hypervisor traps and second stage pagingIan Campbell2013-04-111-2/+3
* xen: arm: implement cpuinfoIan Campbell2013-02-221-0/+7
* xen: arm: arm64 trap handling.Ian Campbell2013-02-221-1/+1
* xen: arm: add register_t type, native register size for the hypervisorIan Campbell2013-02-221-1/+1
* arm: avoid inline asm for dsb, isb, wfi and sev.Ian Campbell2013-02-221-4/+6
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen: arm: rename atag_paddr argument fdt_paddrIan Campbell2013-02-151-1/+1
* xen: arm32: Don't bother with the bootloader provided ARM-Linux machine typeIan Campbell2013-02-151-1/+0
* xen: arm: introduce arm32 as a subarch of arm.Ian Campbell2012-12-191-1/+1
* xen: arm: define node_online_map.Ian Campbell2012-12-191-0/+3
* arm: Tidy up flush_xen_dcache().Tim Deegan2012-11-231-4/+4
* xen/arm: get the number of cpus from device treeStefano Stabellini2012-11-191-7/+20
* xen/arm: flush D-cache and I-cache when appropriateStefano Stabellini2012-11-191-0/+4
* arm: Use per-CPU irq_desc for PPIs and SGIsIan Campbell2012-10-091-1/+8
* arm: Add simple cpu_{sibling, core}_maskIan Campbell2012-06-261-0/+21
* arm: Enable VFP at bootTim Deegan2012-06-011-0/+3
* arm: More interrupt setup at start-of-day for secondary CPUsTim Deegan2012-06-011-0/+2
* arm: Use HTPIDR to point to per-CPU stateTim Deegan2012-04-021-3/+4
* arm: remove code that sets current to itselfTim Deegan2012-04-021-1/+0
* arm: don't use atomic operations to gate non-boot CPUsTim Deegan2012-03-151-4/+32
* arm: new hook for late MMU setup on secondary CPUsTim Deegan2012-03-131-0/+1
* arm: SMP CPU shutdownTim Deegan2012-03-131-4/+44
* arm: Boot secondary CPUs into CTim Deegan2012-03-131-6/+70
* arm: start plumbing in SMP bringup in CTim Deegan2012-03-131-9/+34
* arm: shutdown, smp and smpbootStefano Stabellini2012-02-091-0/+50