aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libxc: limit cpu values when setting vcpu affinity4.3.0-rc3Ian Jackson2013-05-291-0/+12
* x86: re-enable VCPUOP_register_vcpu_time_memory_areaJan Beulich2013-05-274-8/+8
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-05-232-3/+5
|\
| * x86/EFI: fix boot for pre-UEFI systemsEric Shelton2013-05-231-2/+4
| * x86: fix boot time APIC mode detectionJan Beulich2013-05-231-1/+1
* | drivers/exynos4210: Return -ENOMEM when ioremap has failedJulien Grall2013-05-231-0/+1
* | xen/arm: Disable interrupts for the entire duration of the context switchJaeyong Yoo2013-05-232-4/+2
* | hotplug/Linux: xendomains compatibility with xlIan Murray2013-05-231-1/+3
* | xen/arm: Remove leading +1 when hypervisor compat property is createdJulien Grall2013-05-231-1/+1
|/
* netif: document feature-split-event-channelWei Liu2013-05-221-0/+12
* AMD/iommu: SR56x0 Erratum 64 - Reset all head & tail pointersAndrew Cooper2013-05-221-0/+13
* x86: Use explicit widths for MMIO read/write, and add 64bit variantsAndrew Cooper2013-05-221-6/+8
* QEMU_TAG updateIan Jackson2013-05-211-3/+3
* QEMU_TAG updateIan Jackson2013-05-211-3/+3
* fix XSA-46 regression with xend/xmJan Beulich2013-05-212-2/+2
* tools: fix dependency file generationJan Beulich2013-05-211-1/+1
* x86/HVM: RTC code must be in line with WAET flags passed by hvmloaderJan Beulich2013-05-212-8/+23
* x86/HVM: properly handle RTC periodic timer even when !RTC_PIEJan Beulich2013-05-213-6/+51
* x86/HVM: adjust IRQ (de-)assertionJan Beulich2013-05-211-13/+11
* 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