aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/hvm: avoid p2m lookups for vlapic accesses.xen-4.3.0-rc24.3.0-rc2Tim Deegan2013-05-161-0/+17
* x86/vMCE: remove is_vmce_ready checkLiu Jinsong2013-05-163-75/+0
* x86/shadow: fix off-by-one in MMIO permission checkJan Beulich2013-05-151-3/+3
* x86/IO-APIC: fix guest RTE write corner casesJan Beulich2013-05-151-7/+50
* Xen Power Management MaintainerLiu Jinsong2013-05-151-4/+12
* Xen Machine Check (MCA) & RAS MaintainerLiu Jinsong2013-05-151-1/+1
* xen/arm: support "arm, armv8-timer" DTS compatibility.Ian Campbell2013-05-141-0/+2
* xen/arm64: do not clobber callee saved register in early_putchIan Campbell2013-05-141-3/+3
* xen/arm: Add emacs magic blocks to asm filesIan Campbell2013-05-144-0/+28
* libxl: Make 'xl vcpu-set' work properly on overcommited hosts with an override.Konrad Rzeszutek Wilk2013-05-142-7/+31
* libxl: claim: Print the values in 'xl info' unconditionallyKonrad Rzeszutek Wilk2013-05-141-6/+1
* libxl: Change claim_mode from bool to int.Konrad Rzeszutek Wilk2013-05-143-7/+7
* hypervisor/xen/tools: Remove the XENMEM_get_oustanding_pages and provide the ...Konrad Rzeszutek Wilk2013-05-1417-80/+16
* Update SEABIOS_UPSTREAM_TAGIan Campbell2013-05-131-3/+3
* Use {git, hg, svn} commit id if available for xen_changesetMarek Marczykowski2013-05-132-1/+102
* also move compat mode VCPUOP_register_vcpu_info into common codeJan Beulich2013-05-132-9/+9
* xen/arm64: Remove hardcoded value for gic in assembly codeJulien Grall2013-05-132-5/+10
* xen/arm: WORKAROUND Support kick cpus and switch to hypervisor for the exynos5Julien Grall2013-05-133-19/+86
* xen/arm: Add platform specific code for the exynos5Julien Grall2013-05-133-0/+150
* xen/arm: Add Exynos 4210 UART support for early printkAnthony PERARD2013-05-133-0/+81
* xen/arm: Add Exynos 4210 UART supportAnthony PERARD2013-05-134-0/+478
* xen/arm: Don't use pl011 UART by default for early printkJulien Grall2013-05-1314-92/+285
* 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
* 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