aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/setup.c
Commit message (Expand)AuthorAgeFilesLines
...
* compiler.h adjustmentsJan Beulich2012-10-251-1/+1
* arm: print a message if multiple banks of memory are present.Ian Campbell2012-10-111-0/+2
* arm: move get_paddr_function to arch setup.c from device_tree.cIan Campbell2012-10-111-1/+34
* arm: Use per-CPU irq_desc for PPIs and SGIsIan Campbell2012-10-091-1/+2
* arm: correctly check for error on dom0 allocationIan Campbell2012-09-031-3/+1
* make domain_create() return a proper error codeJan Beulich2012-09-031-1/+2
* arm: use correct attributes for mappings in copy_from_paddr()Ian Campbell2012-07-031-1/+1
* arm: Add simple cpu_{sibling, core}_maskIan Campbell2012-06-261-2/+2
* arm: remove hard tabs from init_idle_domainIan Campbell2012-06-261-3/+3
* arm: Enable VFP at bootTim Deegan2012-06-011-0/+3
* arm: missing __init annotationTim Deegan2012-06-011-1/+1
* arm: use bootargs for the command lineDavid Vrabel2012-04-021-0/+2
* arm: Use HTPIDR to point to per-CPU stateTim Deegan2012-04-021-1/+1
* Introduce system_state variable.Keir Fraser2012-03-221-0/+2
* arm: don't use atomic operations to gate non-boot CPUsTim Deegan2012-03-151-24/+3
* arm: Actually free __init/__initdata ranges on bootTim Deegan2012-03-131-8/+1
* arm: Boot secondary CPUs into CTim Deegan2012-03-131-4/+5
* arm: start plumbing in SMP bringup in CTim Deegan2012-03-131-5/+2
* arm: per-cpu areasTim Deegan2012-03-131-1/+3
* arm: More SMP bringupTim Deegan2012-03-131-10/+28
* arm: use a per-VCPU stackIan Campbell2012-02-221-3/+2
* arm: define max_pageIan Campbell2012-02-151-0/+2
* arm: Implement arch_get_xen_capsIan Campbell2012-02-151-0/+12
* arm: define some more cp15 registersIan Campbell2012-02-151-0/+17
* arm: setup MM using information from the device treeDavid Vrabel2012-02-131-23/+75
* arm, device tree: parse the DTB for RAM location and sizeDavid Vrabel2012-02-131-0/+6
* arm: early setup codeStefano Stabellini2012-02-091-0/+206