aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch
Commit message (Expand)AuthorAgeFilesLines
...
* x86/microcode: Scan the initramfs payload for microcode blobKonrad Rzeszutek Wilk2013-09-271-15/+143
* 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-261-2/+2
* xen/arm: Support dtb /memreserve/ regionsIan Campbell2013-09-264-7/+72
* 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-261-1/+2
* 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-261-5/+8
* xen/arm: Dissociate logical and hardware CPU IDJulien Grall2013-09-262-1/+115
* 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-262-11/+15
* xen/arm: Introduce init_info structureJulien Grall2013-09-265-5/+17
* x86: fix compat guest handling of XENPF_enter_acpi_sleepJan Beulich2013-09-261-11/+7
* x86/crash: Indicate how well nmi_shootdown_cpus() managed to doAndrew Cooper2013-09-261-4/+15
* x86/hap: Remove bogus assertion in hap_free_p2m_page()Andrew Cooper2013-09-251-1/+0
* x86/xsave: initialize extended register state when guests enable itJan Beulich2013-09-251-0/+15
* VMX: also use proper instruction mnemonic for VMREADJan Beulich2013-09-236-148/+233
* 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
* ns16550: make usable on ARMIan Campbell2013-09-211-0/+1
* xen/arm: replace io{read,write}{l,b} with {read,write}{l,b}Ian Campbell2013-09-214-13/+17
* xen/arm: Implement ioremap.Ian Campbell2013-09-211-0/+5
* xen: arm: rework placement of fdt in initial dom0 memory mapIan Campbell2013-09-212-11/+39
* xen: arm: improve VMID allocation.Ian Campbell2013-09-212-4/+69
* x86_emulate: fold wide readsJan Beulich2013-09-201-13/+5
* x86_emulate: fix flag setting for 8-bit signed multiplicationJan Beulich2013-09-201-39/+17
* x86_emulate: PUSH <mem> must read source operand just onceJan Beulich2013-09-201-46/+48
* x86_emulate: MOVSXD must read source operand just onceJan Beulich2013-09-201-10/+21
* x86/HVM: properly handle MMIO reads and writes wider than a machine wordJan Beulich2013-09-201-20/+95
* VMX: fix failure path in construct_vmcsGeorge Dunlap2013-09-181-0/+3
* x86/HVM: fix failure path in hvm_vcpu_initialiseGeorge Dunlap2013-09-181-1/+1
* ARM: parse separate DT properties for different commandlinesAndre Przywara2013-09-171-4/+11
* xen/arm: Check if the device is available before using itJulien Grall2013-09-171-0/+3
* xen/arm: exynos5: Blacklist MCT deviceJulien Grall2013-09-171-0/+11
* xen/arm: vexpress: Blacklist a list of board specific devicesJulien Grall2013-09-171-0/+17
* xen/arm: Remove devices used by Xen from dom0 device treeJulien Grall2013-09-171-4/+3
* xen/arm: Add new platform specific callback device_is_blacklistJulien Grall2013-09-172-1/+12
* xen/arm: Create a fake timer node in dom0 device treeJulien Grall2013-09-171-0/+66
* xen/arm: Create a fake GIC node in dom0 device treeJulien Grall2013-09-171-0/+78
* xen/arm: Create a fake cpus node in dom0 device treeJulien Grall2013-09-171-0/+92
* xen/arm: Create a fake PSCI node in dom0 device treeJulien Grall2013-09-171-0/+38
* xen/arm: Don't map disabled device in DOM0Julien Grall2013-09-171-1/+5
* xen/arm: Build DOM0 FDT by browsing the device tree structureJulien Grall2013-09-171-165/+162