aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm
Commit message (Expand)AuthorAgeFilesLines
* xen: arm: Emacs style fixWei Liu2013-10-161-1/+1
* xen/arm: Fixing clear_guest_offset macroJaeyong Yoo2013-10-101-2/+3
* xen: Add macros MB and GBJulien Grall2013-10-081-1/+0
* xen: arm: move smp_init_cpus to smpboot.cIan Campbell2013-09-271-0/+1
* xen: arm: use symbolic names for MPIDR bits.Ian Campbell2013-09-271-4/+6
* xen: arm: rewrite start of day page table and cpu bring upIan Campbell2013-09-274-32/+2
* xen: arm: implement arch/platform SMP and CPU initialisation frameworkIan Campbell2013-09-272-0/+18
* xen/arm: rename boot misc region to boot reloc now it has a single purposeIan Campbell2013-09-261-5/+2
* xen/arm: Support dtb /memreserve/ regionsIan Campbell2013-09-262-3/+6
* xen/arm: DOMHEAP_SECOND_PAGES is arm32 specificIan Campbell2013-09-261-3/+3
* xen/arm: Use the hardware ID to boot correctly secondary cpusJulien Grall2013-09-261-0/+2
* xen/arm: Dissociate logical and hardware CPU IDJulien Grall2013-09-261-0/+4
* xen/arm: use cpumask_t to describe cpu mask in gic_route_dt_irqJulien Grall2013-09-261-1/+2
* xen/arm: Introduce init_info structureJulien Grall2013-09-261-0/+6
* xen/arm: Support Cortex-A7 GICIan Campbell2013-09-211-1/+2
* xen/arm: replace io{read,write}{l,b} with {read,write}{l,b}Ian Campbell2013-09-214-29/+153
* xen: arm: improve VMID allocation.Ian Campbell2013-09-211-0/+3
* xen/arm: Add new platform specific callback device_is_blacklistJulien Grall2013-09-171-0/+7
* xen/dts: dt_find_interrupt_controller: accept multiple compatible stringsJulien Grall2013-09-171-0/+2
* xen/arm: Use dt_device_match to avoid multiple if conditionsJulien Grall2013-09-171-0/+4
* xen/arm: Move __PSCI* from traps.c to the headerJulien Grall2013-09-101-0/+5
* xen/arm: Introduce MPIDR_HWID_MASKJulien Grall2013-09-091-0/+1
* pl011: preserve RTS and DTR signal on UART initAndre Przywara2013-09-031-0/+4
* xen/arm: add lower-bound check in mfn_validJaeyong Yoo2013-08-271-1/+1
* xen/arm: Introduce and use GLOBAL() in asm code.Andrew Cooper2013-08-271-0/+3
* un-alias cpumask_any() from cpumask_first()Jan Beulich2013-08-232-0/+20
* xen: arm: retry trylock if strex fails on free lock.Ian Campbell2013-08-222-12/+16
* xen/arm64: resync atomics and spinlock asm with LinuxIan Campbell2013-08-223-94/+94
* xen/arm64: Assembly optimized bitops from LinuxIan Campbell2013-08-221-195/+8
* xen/arm: Specific mapping for dom0 on OMAP5 platformChen Baozi2013-08-221-0/+4
* xen/arm: Platform recognition and initialize arch_timer for the OMAP5Chen Baozi2013-08-221-0/+25
* xen: arm: Use a direct mapping of RAM on arm64Ian Campbell2013-08-202-24/+88
* xen: gate split heap code on its own config option rather than !X86Ian Campbell2013-08-201-0/+1
* xen: arm: allow virt_to_maddr to take either a pointer or an integerIan Campbell2013-08-201-3/+4
* xen: arm: fix is_xen_fixed_mfnIan Campbell2013-08-201-1/+3
* xen: arm: Rename page table "hint" field to slightly more descriptive "contig"Ian Campbell2013-08-201-2/+2
* xen: arm: Add zeroeth level page table macros and definesIan Campbell2013-08-201-4/+15
* xen: arm: Use _AC macros in config.hIan Campbell2013-08-201-8/+10
* xen: remove evtchn_upcall_mask from interface on ARMIan Campbell2013-08-201-6/+7
* ARM: add Calxeda Midway platformAndre Przywara2013-08-201-0/+21
* xen/arm: erratum 766422: decode thumb store during data abortJulien Grall2013-08-202-0/+6
* cleanup unused request{_dt,}_irq() parameterAndrew Cooper2013-08-081-2/+1
* exynos4210: Implement vuart_info callbackJulien Grall2013-08-081-0/+1
* exynos4210: rename UTRSTAT_TX_EMPTY in UTRSTAT_TXFEJulien Grall2013-08-081-1/+1
* xen/arm: Implement a virtual UARTJulien Grall2013-08-081-6/+8
* xen/arm: Use define instead of hardcoded value in debug-pl011Julien Grall2013-08-051-0/+1
* pl011: Move registers' definition in a separate fileJulien Grall2013-08-051-0/+80
* xen: arm: handle traps of conditional instructions.Ian Campbell2013-08-021-0/+9
* xen/arm: Fix guest secondaries CPU boot after bcac10fJulien Grall2013-07-301-1/+5
* xen: arm: Handle SMC from 64-bit guestsIan Campbell2013-07-291-1/+13