aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xsm: clean up unneeded current referencesDaniel De Graaf2013-10-041-2/+2
* xsm: forbid PV guest console readsDaniel De Graaf2013-10-041-3/+3
* x86: make hvm_cpuid() tolerate NULL pointersJan Beulich2013-10-043-19/+29
* Nested VMX: fix IA32_VMX_CR4_FIXED1 msr emulationYang Zhang2013-10-043-4/+53
* VMX: clean up capability checksJan Beulich2013-10-042-19/+35
* Nested VMX: check VMX capability before read VMX related MSRsYang Zhang2013-10-043-0/+26
* 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-042-7/+10
* 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-304-28/+20
* 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
* x86/AMD-Vi: Fix IVRS HPET special->handle overrideSuravee Suthikulpanit2013-09-303-15/+32
* cpupools: update domU's node-affinity on the cpupool_unassign_cpu() pathDario Faggioli2013-09-301-0/+6
* Nested VMX: Expose unrestricted guest feature to guestYang Zhang2013-09-302-1/+5
* xen: arm: move smp_init_cpus to smpboot.cIan Campbell2013-09-273-125/+127
* 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-273-9/+11
* xen: arm: rewrite start of day page table and cpu bring upIan Campbell2013-09-2713-675/+679
* 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-2710-1/+196
* xen: arm: add two new device tree helpersIan Campbell2013-09-272-0/+46
* 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
* x86/microcode: Scan the initramfs payload for microcode blobKonrad Rzeszutek Wilk2013-09-274-16/+309
* AMD IOMMU: fix Dom0 device setup failure for host bridgesSuravee Suthikulpanit2013-09-275-5/+37
* xen: support RAM at addresses 0 and 4096Ian Campbell2013-09-261-3/+3
* xen/arm: print the location of the Xen heap on 32 bitIan Campbell2013-09-261-2/+4
* xen/arm: rename boot misc region to boot reloc now it has a single purposeIan Campbell2013-09-262-7/+4
* xen/arm: Support dtb /memreserve/ regionsIan Campbell2013-09-267-11/+90
* xen/arm: cope with modules outside of "visible" RAMIan Campbell2013-09-261-0/+6
* xen/arm: do not relocate Xen outside of visible RAMIan Campbell2013-09-261-1/+9
* xen/arm: Reserve FDT via early module mechanismIan Campbell2013-09-263-8/+17
* xen/arm: DOMHEAP_SECOND_PAGES is arm32 specificIan Campbell2013-09-261-3/+3
* xen/arm: ensure the xenheap is 32MB alignedIan Campbell2013-09-261-1/+2
* xen/arm: Don't dump stack when the VCPU is offlineJulien Grall2013-09-261-0/+6
* xen: arm: use new 64-bit zImage magic numbers for Xen binaryIan Campbell2013-09-261-0/+8
* xen: arm: handle new 64-bit zImage magic numbersIan Campbell2013-09-261-3/+10
* xen/arm: Use the hardware ID to boot correctly secondary cpusJulien Grall2013-09-262-5/+10
* xen/arm: Dissociate logical and hardware CPU IDJulien Grall2013-09-264-49/+119
* xen/arm: Fix assert in send_SGI_oneJulien Grall2013-09-261-1/+1
* xen/arm: gic: Use the correct CPU IDJulien Grall2013-09-261-8/+37