aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: Don't use pl011 UART by default for early printkJulien Grall2013-05-1313-92/+271
* xen/arm: Remove setup_irqJulien Grall2013-05-131-7/+2
* xen/arm: Remove request_irqJulien Grall2013-05-131-9/+2
* xen/arm: Add versatile express platformJulien Grall2013-05-134-17/+43
* xen/arm: WORKAROUND 1:1 memory mapping for dom0Julien Grall2013-05-132-0/+47
* xen/arm: Allow Xen to run on multiple platform without recompilationJulien Grall2013-05-138-0/+215
* xen/arm: Use the device tree to map the address range and IRQ to dom0Julien Grall2013-05-133-23/+138
* xen/arm: Use device tree API in pl011 UART driverJulien Grall2013-05-134-25/+72
* xen/arm: Add generic UART to get the device in the device treeJulien Grall2013-05-136-3/+83
* xen/arm: New callback in uart_driver to get device tree interrupt structureJulien Grall2013-05-133-0/+27
* xen/arm: Introduce a generic way to use a device from the device treeJulien Grall2013-05-134-0/+134
* xen/arm: Don't hardcode virtual timer IRQsJulien Grall2013-05-133-6/+19
* xen/arm: Don't hardcode VGIC informationsJulien Grall2013-05-134-10/+39
* xen/arm: Retrieve timer interrupts from the device treeJulien Grall2013-05-133-13/+61
* xen/arm: Use hierarchical device tree to retrieve GIC informationJulien Grall2013-05-133-68/+45
* xen/arm: Introduce request_dt_irqJulien Grall2013-05-132-0/+11
* xen/arm: Introduce setup_dt_irqJulien Grall2013-05-132-0/+9
* xen/arm: Introduce gic_irq_xlateJulien Grall2013-05-133-0/+25
* xen/arm: Introduce gic_route_dt_irqJulien Grall2013-05-132-0/+16
* xen/arm: Add helpers to retrieve an interrupt description from the device treeJulien Grall2013-05-132-0/+492
* xen/arm: Add helpers to retrieve an address from the device treeJulien Grall2013-05-132-0/+365
* xen/arm: Add helpers to use the device treeJulien Grall2013-05-132-34/+283
* xen/arm: Create a hierarchical device treeJulien Grall2013-05-133-5/+540
* xen/arm: Add helpers ioreadl/iowritelJulien Grall2013-05-133-0/+92
* xen/arm: Introduce ioremap_attr, ioremap_cache, ioremap_nocache, ioremap_wcJulien Grall2013-05-135-40/+35
* xen/mm: Align virtual address on PAGE_SIZE in iounmapJulien Grall2013-05-131-1/+4
* xen/arm: Extend create_xen_entries prototype to take mapping attributeJulien Grall2013-05-131-4/+5
* x86/EFI: fix buildJan Beulich2013-05-131-1/+1
* xen/arm: gic_disable_cpu must be called with interrupts disabledJulien Grall2013-05-101-2/+4
* xen/arm: Switch to SYS_STATE_boot right after console setupJulien Grall2013-05-101-0/+2
* xen/arm: Load dtb after dom0 kernelJulien Grall2013-05-101-1/+2
* xen/arm: Fix early_panic when EARLY_PRINTK is disabledJulien Grall2013-05-101-1/+1
* xen/arm: Bump early printk internal buffer to 512Julien Grall2013-05-101-2/+3
* xen/arm: Remove duplicated GICD_ICPIDR2 definitionJulien Grall2013-05-101-1/+0
* xen/arm: Don't allow dom0 to access to vpl011 UART0 memory rangeJulien Grall2013-05-101-1/+3
* xen/arm: lr must be included in range [0-nr_lr(Julien Grall2013-05-101-1/+3
* arm: cast int<->pointer via uintptr_tIan Campbell2013-05-101-3/+4
* x86/mm/shadow: remove dead code for avoiding Xen entries on 32-bit tables.Tim Deegan2013-05-091-28/+21
* xen/arm: handle the runstate_memory_areaStefano Stabellini2013-05-081-6/+16
* xen: move VCPUOP_register_runstate_memory_area to common codeStefano Stabellini2013-05-082-28/+28
* xen/arm: initialize vtimer offset to CNTPCTStefano Stabellini2013-05-081-2/+1
* xen/arm: clear pending irq queues on do_psci_cpu_onStefano Stabellini2013-05-084-2/+31
* xen/arm: initialize virt_timer and phys_timer with the same values on all vcpusStefano Stabellini2013-05-084-17/+35
* xen/arm: run the vtimer Xen timers on the pcpu the vcpu is running onStefano Stabellini2013-05-081-2/+4
* xen/arm: send IPIs to inject irqs into guest vcpus running on different pcpusStefano Stabellini2013-05-081-0/+4
* xen/arm: support VCPUOP_register_vcpu_info.Stefano Stabellini2013-05-083-0/+21
* xen: move VCPUOP_register_vcpu_info to common codeStefano Stabellini2013-05-085-116/+117
* xen/gic: EOI irqs on the right pcpuStefano Stabellini2013-05-083-1/+24
* xen/arm: implement smp_call_functionJulien Grall2013-05-088-90/+134
* xen/arm: implement map_domain_page_global and unmap_domain_page_globalStefano Stabellini2013-05-081-0/+11