aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xen/arm: Initialize correctly IRQ routingJulien Grall2013-09-261-1/+2
* xen/arm: use cpumask_t to describe cpu mask in gic_route_dt_irqJulien Grall2013-09-263-12/+17
* xen/arm: Introduce init_info structureJulien Grall2013-09-266-5/+23
* x86: fix compat guest handling of XENPF_enter_acpi_sleepJan Beulich2013-09-262-11/+8
* fix DOMID_IO mapping permission checks (try 2)Daniel De Graaf2013-09-261-2/+3
* x86/crash: Indicate how well nmi_shootdown_cpus() managed to doAndrew Cooper2013-09-261-4/+15
* x86: fix rdrand asm()Jan Beulich2013-09-261-1/+1
* Revert "fix DOMID_IO mapping permission checks"Jan Beulich2013-09-251-2/+0
* fix DOMID_IO mapping permission checksDaniel De Graaf2013-09-251-0/+2
* x86/hap: Remove bogus assertion in hap_free_p2m_page()Andrew Cooper2013-09-251-1/+0
* ns16550: Use correct #define symbol for HAS_IOPORTSAndrew Cooper2013-09-251-1/+1
* x86/xsave: initialize extended register state when guests enable itJan Beulich2013-09-251-0/+15
* VMX: drop memory clobbers from vmread/vmwrite wrappersJan Beulich2013-09-231-9/+6
* VMX: also use proper instruction mnemonic for VMREADJan Beulich2013-09-237-156/+246
* x86/HVM: refuse doing string operations in certain situationsJan Beulich2013-09-231-0/+14
* x86/HVM: linear address must be canonical for the whole accessed rangeJan Beulich2013-09-231-12/+13
* x86_emulate: fix wrap around handling for repeated string instructionsJan Beulich2013-09-231-8/+16
* xen/arm: Support Cortex-A7 GICIan Campbell2013-09-211-1/+2
* ns16550: support DesignWare 8250Ian Campbell2013-09-212-0/+16