aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
* xen/arm: Use dt_device_match to avoid multiple if conditionsJulien Grall2013-09-172-6/+14
* xen/dts: Constify device_tree_flattenedJulien Grall2013-09-172-5/+9
* xen/arm: Move __PSCI* from traps.c to the headerJulien Grall2013-09-101-5/+0
* xen/arm: Panic if we can't copy the DTB to dom0 memoryJulien Grall2013-09-091-1/+4
* xen/arm: Introduce MPIDR_HWID_MASKJulien Grall2013-09-091-1/+1
* xen/arm: use defines for boot module indexes instead of open coded numbersIan Campbell2013-08-273-12/+11
* xen: arm: indicate when we have early panicedIan Campbell2013-08-271-0/+2
* xen/arm: Introduce and use GLOBAL() in asm code.Andrew Cooper2013-08-276-20/+9
* xen/arm64: Assembly optimized bitops from LinuxIan Campbell2013-08-222-22/+68
* xen/arm: Specific mapping for dom0 on OMAP5 platformChen Baozi2013-08-221-0/+31
* xen/arm: Platform recognition and initialize arch_timer for the OMAP5Chen Baozi2013-08-222-0/+118
* xen/arm: Add support for device tree specified arch_timer clock frequency.Chen Baozi2013-08-221-1/+6
* xen/arm: add 8250 compatible UART support for early_printkChen Baozi2013-08-222-0/+57
* ARM: fix const declaration of platform structAndre Przywara2013-08-223-3/+3
* xen: arm: Use a direct mapping of RAM on arm64Ian Campbell2013-08-202-29/+205
* xen: arm: Add a pte_of_xenaddr helperIan Campbell2013-08-201-4/+9
* xen: arm: define a macro to get this CPUs page table rootIan Campbell2013-08-201-2/+3
* xen: arm: refactor create_mappingsIan Campbell2013-08-201-8/+11
* xen: arm: Rename page table "hint" field to slightly more descriptive "contig"Ian Campbell2013-08-201-1/+1
* xen: arm: reduce the size of the xen heap to max 1/8 RAM sizeIan Campbell2013-08-201-2/+2
* ARM: add Calxeda Midway platformAndre Przywara2013-08-202-0/+63
* xen/arm: erratum 766422: decode thumb store during data abortJulien Grall2013-08-201-0/+15
* xen/arm: Start to implement an ARM decoder instructionJulien Grall2013-08-203-0/+215
* xen: move some arch CFLAGS into the common Rules.mk.Tim Deegan2013-08-151-2/+0
* cleanup unused request{_dt,}_irq() parameterAndrew Cooper2013-08-083-5/+5
* Revert "xen/arm: Add support for device tree specified arch_timer clock frequ...Ian Campbell2013-08-081-6/+1
* exynos4210: rename UTRSTAT_TX_EMPTY in UTRSTAT_TXFEJulien Grall2013-08-081-1/+1
* xen/arm: Implement a virtual UARTJulien Grall2013-08-087-166/+168
* xen/arm: Add support for device tree specified arch_timer clock frequency.Chen Baozi2013-08-081-1/+6
* xen/arm: Use define instead of hardcoded value in debug-pl011Julien Grall2013-08-051-8/+10
* xen: arm: handle traps of conditional instructions.Ian Campbell2013-08-021-24/+136
* xen: arm: do not pretend to be a Cortex-A15 when running 32-bit guestsIan Campbell2013-08-021-3/+0
* xen/arm: Fix guest secondaries CPU boot after bcac10fJulien Grall2013-07-302-3/+9
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-07-291-4/+0
|\
| * Don't take the domain lock for p2m operations.Tim Deegan2013-07-291-4/+0
* | xen: arm: Handle SMC from 64-bit guestsIan Campbell2013-07-291-8/+32
* | xen: arm: handle 64-bit system register access traps.Ian Campbell2013-07-292-44/+125
* | xen: arm: handle hypercalls from 64-bit guestsIan Campbell2013-07-291-18/+52
* | xen: arm: handle traps from 64-bit guestsIan Campbell2013-07-291-2/+41
* | xen: arm: refactor 64-bit return from trap pathIan Campbell2013-07-293-19/+29
* | xen: arm: some cleanups to hypervisor entry code.Ian Campbell2013-07-292-10/+10
* | xen: arm: Set EL1 register width in HCR_EL2 during context switch.Ian Campbell2013-07-291-0/+5
* | xen: arm: show less words in a line of a stack trace in 64-bit buildsIan Campbell2013-07-291-2/+7
* | xen: arm: support dumping 64-bit guest stackIan Campbell2013-07-291-4/+76
* | xen: arm: improve register dump output for 64-bit guest (and more generally too)Ian Campbell2013-07-291-59/+112
* | xen: arm: precalculate VTTBR_EL2 for a domain when setting up its p2mIan Campbell2013-07-291-7/+9
* | xen: arm: support building a 64-bit dom0 domainIan Campbell2013-07-291-3/+7
* | xen: arm: support for loading 64-bit zImage dom0Ian Campbell2013-07-291-5/+76
* | xen: arm: rename 32-bit specific zImage field offset constantsIan Campbell2013-07-291-14/+14
* | xen: arm: tweak arm64 stack frame layoutIan Campbell2013-07-294-5/+15