aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-05-131-1/+1
|\
| * x86/EFI: fix buildJan Beulich2013-05-131-1/+1
* | tools/libfsimage: Fix clean and distclean make targetsDaniel Kiper2013-05-132-3/+3
* | docs: make 'gmake dist-docs' workChristoph Egger2013-05-134-9/+64
|/
* xen/arm: gic_disable_cpu must be called with interrupts disabledJulien Grall2013-05-101-2/+4
* docs: Change cd-insert docs to match behaviorGeorge Dunlap2013-05-101-1/+1
* 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
* .gitignore: Add vim swap filesJulien Grall2013-05-102-0/+2
* MAINTAINERS: Change tmem maintainerKonrad Rzeszutek Wilk2013-05-101-1/+1
* 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
* Remove traces of IA-64 architecture supportDaniel Kiper2013-05-082-2/+2
* Remove tools/libaio/src/syscall-ia64.h fileDaniel Kiper2013-05-081-45/+0
* Silently ignore rm and include errors during make distcleanDaniel Kiper2013-05-083-4/+3
* docs: Remove tmp files during make cleanDaniel Kiper2013-05-081-1/+1
* stubdom/vtpm: Silently ignore rm errors during make cleanDaniel Kiper2013-05-081-1/+1
* stubdom: Do not create dangling linksDaniel Kiper2013-05-081-5/+0
* stubdom: Remove xenstore directory during make crosscleanDaniel Kiper2013-05-081-1/+1