aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: Add CPU ID for Broadcom Brahma-B15Marc Carino2013-10-182-0/+9
* xen/arm32: Call start_xen only on the boot CPUJulien Grall2013-10-101-1/+2
* xen/arm: Add support to load initrd in dom0Julien Grall2013-10-083-21/+102
* xen/arm: map_domain_page: reuse slots with avail == 0Stefano Stabellini2013-10-031-7/+10
* xen/arm32: don't export v7_initJulien Grall2013-10-031-1/+1
* xen: arm: move smp_init_cpus to smpboot.cIan Campbell2013-09-272-125/+126
* xen: arm: split cpu0's domheap mapping PTs out from xen_secondIan Campbell2013-09-271-18/+17
* xen: arm: configure TCR_EL2 for 40 bit physical address spaceIan Campbell2013-09-271-2/+2
* xen: arm: use symbolic names for MPIDR bits.Ian Campbell2013-09-272-5/+5
* xen: arm: rewrite start of day page table and cpu bring upIan Campbell2013-09-279-643/+677
* xen: arm: implement smp initialisation callbacks for exynos5Ian Campbell2013-09-271-0/+31
* xen: arm: implement arch/platform SMP and CPU initialisation frameworkIan Campbell2013-09-278-1/+178
* xen: arm: make sure we stay within the memory bank during mm setupIan Campbell2013-09-271-3/+10
* xen: arm: Log the raw MIDR on boot.Ian Campbell2013-09-271-2/+3
* xen: arm: build platform support only on the relevant archIan Campbell2013-09-271-3/+3
* xen: arm: Load xen under 4GB on 32-bitIan Campbell2013-09-271-0/+8
* xen/arm: print the location of the Xen heap on 32 bitIan Campbell2013-09-261-2/+4
* xen/arm: rename boot misc region to boot reloc now it has a single purposeIan Campbell2013-09-261-2/+2
* xen/arm: Support dtb /memreserve/ regionsIan Campbell2013-09-264-7/+72
* xen/arm: cope with modules outside of "visible" RAMIan Campbell2013-09-261-0/+6
* xen/arm: do not relocate Xen outside of visible RAMIan Campbell2013-09-261-1/+9
* xen/arm: Reserve FDT via early module mechanismIan Campbell2013-09-261-1/+2
* xen/arm: ensure the xenheap is 32MB alignedIan Campbell2013-09-261-1/+2
* xen/arm: Don't dump stack when the VCPU is offlineJulien Grall2013-09-261-0/+6
* xen: arm: use new 64-bit zImage magic numbers for Xen binaryIan Campbell2013-09-261-0/+8
* xen: arm: handle new 64-bit zImage magic numbersIan Campbell2013-09-261-3/+10
* 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-262-1/+115
* xen/arm: Fix assert in send_SGI_oneJulien Grall2013-09-261-1/+1
* xen/arm: gic: Use the correct CPU IDJulien Grall2013-09-261-8/+37
* xen/arm: Initialize correctly IRQ routingJulien Grall2013-09-261-1/+2
* xen/arm: use cpumask_t to describe cpu mask in gic_route_dt_irqJulien Grall2013-09-262-11/+15
* xen/arm: Introduce init_info structureJulien Grall2013-09-265-5/+17
* xen/arm: replace io{read,write}{l,b} with {read,write}{l,b}Ian Campbell2013-09-214-13/+17
* xen/arm: Implement ioremap.Ian Campbell2013-09-211-0/+5
* xen: arm: rework placement of fdt in initial dom0 memory mapIan Campbell2013-09-212-11/+39
* xen: arm: improve VMID allocation.Ian Campbell2013-09-212-4/+69
* ARM: parse separate DT properties for different commandlinesAndre Przywara2013-09-171-4/+11
* xen/arm: Check if the device is available before using itJulien Grall2013-09-171-0/+3
* xen/arm: exynos5: Blacklist MCT deviceJulien Grall2013-09-171-0/+11
* xen/arm: vexpress: Blacklist a list of board specific devicesJulien Grall2013-09-171-0/+17
* xen/arm: Remove devices used by Xen from dom0 device treeJulien Grall2013-09-171-4/+3
* xen/arm: Add new platform specific callback device_is_blacklistJulien Grall2013-09-172-1/+12
* xen/arm: Create a fake timer node in dom0 device treeJulien Grall2013-09-171-0/+66
* xen/arm: Create a fake GIC node in dom0 device treeJulien Grall2013-09-171-0/+78
* xen/arm: Create a fake cpus node in dom0 device treeJulien Grall2013-09-171-0/+92
* xen/arm: Create a fake PSCI node in dom0 device treeJulien Grall2013-09-171-0/+38
* xen/arm: Don't map disabled device in DOM0Julien Grall2013-09-171-1/+5
* xen/arm: Build DOM0 FDT by browsing the device tree structureJulien Grall2013-09-171-165/+162
* xen/dts: dt_find_interrupt_controller: accept multiple compatible stringsJulien Grall2013-09-171-1/+6