aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch
Commit message (Expand)AuthorAgeFilesLines
* remove debugging jmpHEADmasterJames2013-10-241-1/+0
* patches to support booting from my grubroot2013-10-233-2/+26
* x86/xsave: also save/restore XCR0 across suspend (ACPI S3)Jan Beulich2013-10-211-0/+7
* xen/arm: Add CPU ID for Broadcom Brahma-B15Marc Carino2013-10-182-0/+9
* x86: print relevant (tail) part of filename for warnings and crashesJan Beulich2013-10-171-8/+14
* evtchn: refactor low-level event channel port opsDavid Vrabel2013-10-141-6/+5
* debug: remove some event channel info from the 'i' and 'q' debug keysDavid Vrabel2013-10-141-4/+1
* x86/HVM: cache emulated instruction for retry processingJan Beulich2013-10-141-14/+43
* x86/HVM: properly deal with hvm_copy_*_guest_phys() errorsJan Beulich2013-10-142-16/+8
* x86/HVM: don't ignore hvm_copy_to_guest_phys() errors during I/O interceptJan Beulich2013-10-141-13/+107
* x86/HVM: fix direct PCI port I/O emulation retry and error handlingJan Beulich2013-10-142-18/+85
* x86/HVM: properly handle backward string instruction emulationJan Beulich2013-10-143-44/+23
* x86/MSI: fix locking in pci_restore_msi_state()Jan Beulich2013-10-141-1/+1
* x86: check for canonical address before doing page walksJan Beulich2013-10-112-1/+3
* x86: use {rd,wr}{fs,gs}base when availableJan Beulich2013-10-115-26/+20
* x86: correct LDT checksJan Beulich2013-10-113-24/+32
* x86: check segment descriptor read result in 64-bit OUTS emulationMatthew Daley2013-10-101-4/+4
* xen/arm32: Call start_xen only on the boot CPUJulien Grall2013-10-101-1/+2
* hvm/vidirian: Avoid printing page_to_mfn(NULL) on error pathsAndrew Cooper2013-10-092-18/+14
* x86/traps: improvements to {rd,wr}msr_hypervisor_regs()Andrew Cooper2013-10-091-26/+15
* xen/arm: Add support to load initrd in dom0Julien Grall2013-10-083-21/+102
* x86/HPET: basic cleanupAndrew Cooper2013-10-082-12/+12
* x86: Improve information from domain_crash_synchronousAndrew Cooper2013-10-043-28/+42
* x86/traps: Record last extable faulting addressAndrew Cooper2013-10-041-0/+5
* x86: allow HVM guests to make console_io hypercallKonrad Rzeszutek Wilk2013-10-041-0/+2
* x86: make hvm_cpuid() tolerate NULL pointersJan Beulich2013-10-043-19/+29
* Nested VMX: fix IA32_VMX_CR4_FIXED1 msr emulationYang Zhang2013-10-041-4/+51
* VMX: clean up capability checksJan Beulich2013-10-041-17/+27
* Nested VMX: check VMX capability before read VMX related MSRsYang Zhang2013-10-042-0/+24
* x86/percpu: Force INVALID_PERCPU_AREA into the non-canonical address regionAndrew Cooper2013-10-041-1/+8
* x86/idle: Fix get_cpu_idle_time()'s interaction with offline pcpusAndrew Cooper2013-10-041-2/+6
* xen/arm: map_domain_page: reuse slots with avail == 0Stefano Stabellini2013-10-031-7/+10
* xen/arm32: don't export v7_initJulien Grall2013-10-031-1/+1
* x86: don't blindly create L3 tables for the direct mapJan Beulich2013-09-303-27/+19
* x86: properly set up fbld emulation operand addressJan Beulich2013-09-301-2/+2
* x86/mm/shadow: Fix initialization of PV shadow L4 tables.Tim Deegan2013-09-301-1/+5
* x86: properly handle hvm_copy_from_guest_{phys,virt}() errorsJan Beulich2013-09-304-31/+66
* Nested VMX: Expose unrestricted guest feature to guestYang Zhang2013-09-302-1/+5
* xen: arm: move smp_init_cpus to smpboot.cIan Campbell2013-09-272-125/+126
* xen: arm: split cpu0's domheap mapping PTs out from xen_secondIan Campbell2013-09-271-18/+17
* xen: arm: configure TCR_EL2 for 40 bit physical address spaceIan Campbell2013-09-271-2/+2
* xen: arm: use symbolic names for MPIDR bits.Ian Campbell2013-09-272-5/+5
* xen: arm: rewrite start of day page table and cpu bring upIan Campbell2013-09-279-643/+677
* xen: arm: implement smp initialisation callbacks for exynos5Ian Campbell2013-09-271-0/+31
* xen: arm: implement arch/platform SMP and CPU initialisation frameworkIan Campbell2013-09-278-1/+178
* xen: arm: make sure we stay within the memory bank during mm setupIan Campbell2013-09-271-3/+10
* xen: arm: Log the raw MIDR on boot.Ian Campbell2013-09-271-2/+3
* xen: arm: build platform support only on the relevant archIan Campbell2013-09-271-3/+3
* xen: arm: Load xen under 4GB on 32-bitIan Campbell2013-09-271-0/+8
* x86/microcode: Check whether the microcode is correctKonrad Rzeszutek Wilk2013-09-271-1/+16