aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xen/dts: dt_find_interrupt_controller: accept multiple compatible stringsJulien Grall2013-09-174-4/+13
* xen/arm: Use dt_device_match to avoid multiple if conditionsJulien Grall2013-09-173-6/+18
* xen/video: hdlcd: Use early_printk instead of printkJulien Grall2013-09-171-11/+12
* xen/video: hdlcd: Convert the driver to the new device tree APIJulien Grall2013-09-171-20/+26
* xen/dts: Check the CPU ID is not greater than NR_CPUSJulien Grall2013-09-171-0/+7
* xen/dts: Check "reg" property length in process_multiboot_nodeJulien Grall2013-09-171-1/+5
* xen/dts: Remove device_get_reg call in process_cpu_nodeJulien Grall2013-09-171-7/+12
* xen: Use the right string comparison function in device treeJulien Grall2013-09-172-5/+5
* xen/dts: Add new helpers to use the device treeJulien Grall2013-09-172-8/+252
* xen/dts: Don't add a fake property "name" in the device treeJulien Grall2013-09-171-1/+10
* xen/dts: Prefix device tree macro by dt_Julien Grall2013-09-172-7/+7
* xen/dts: Constify device_tree_flattenedJulien Grall2013-09-174-7/+11
* AMD-Vi: also match IVRS overrides on device IDJan Beulich2013-09-161-0/+18
* AMD-Vi: Fix IVRS HPET special->handle overrideSuravee Suthikulpanit2013-09-161-0/+1
* hvm/vpmu: Prevent dump handlers from incorrectly mutating stateAndrew Cooper2013-09-163-16/+17
* sched/credit: Remove redundant assignments from alloc_* functionsAndrew Cooper2013-09-131-4/+0
* x86: machine_restart() must not call acpi_dmar_reinstate() twiceJan Beulich2013-09-131-2/+3
* acpi/pmstat: fix check for empty name strings.Tim Deegan2013-09-121-2/+2
* ehci-dbgp: avoid division by zero.Tim Deegan2013-09-121-0/+3
* ehci-dbgp: drop dead code.Tim Deegan2013-09-121-5/+0
* cpufreq: missing check of copy_from_guest()Tim Deegan2013-09-121-2/+6
* cpufreq: avoid integer overflows.Tim Deegan2013-09-121-3/+4
* x86/mm: Don't dereference p2m pointer before NULL check.Tim Deegan2013-09-121-1/+3
* x86: fix memory cut-off when using PFN compressionJan Beulich2013-09-122-9/+13
* sched/arinc653: check for guest data transfer failuresMatthew Daley2013-09-101-2/+11
* x86: add missing va_end to hypercall_xlat_continuationMatthew Daley2013-09-101-0/+4
* x86/mm: Fix possible increment of uninitialised variableAndrew Cooper2013-09-101-1/+1
* Nested VMX: Clear bit 31 of IA32_VMX_BASIC MSRYang Zhang2013-09-101-1/+1
* x86/ioapic: avoid trying to access the -1th ioapicAndrew Cooper2013-09-101-1/+1
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-106-40/+102
* libelf: add hvm callback vector featureMukesh Rathor2013-09-101-0/+1
* xen: Add new string functionJulien Grall2013-09-102-0/+18
* xen/arm: Move __PSCI* from traps.c to the headerJulien Grall2013-09-102-5/+5
* xen/dts: Don't check the number of address and size cells in process_cpu_nodeJulien Grall2013-09-101-6/+0
* xen: Introduce __initconst to store initial const dataJulien Grall2013-09-101-0/+1
* xen/dts: fix DT_ROOT_NODE_ADDR_CELLS_DEFAULTJulien Grall2013-09-091-1/+1
* xen/arm: Panic if we can't copy the DTB to dom0 memoryJulien Grall2013-09-091-1/+4
* xen/arm: Introduce MPIDR_HWID_MASKJulien Grall2013-09-092-1/+2
* x86/xsave: fix migration from xsave-capable to xsave-incapable hostJan Beulich2013-09-0910-88/+172
* EFI: fix tool chain capabilities detectionJan Beulich2013-09-091-5/+4
* xmalloc: make whole pages xfree() clear the order field (ab)used by xmalloc()Jan Beulich2013-09-091-0/+1
* x86: allow guest to set/clear MSI-X mask bit (try 2)Joby Poriyath2013-09-091-12/+63
* x86/EFI: properly handle run time memory regions outside the 1:1 mapJan Beulich2013-09-091-11/+93
* x86: Introduce and use GLOBAL() in asm codeAndrew Cooper2013-09-0912-77/+59
* SVM: streamline entry.S codeJan Beulich2013-09-093-39/+34
* VMX: use proper instruction mnemonics if assembler supports themJan Beulich2013-09-094-29/+78
* VMX: move various uses of UD2 out of fast pathsJan Beulich2013-09-092-6/+43
* VMX: streamline entry.S codeJan Beulich2013-09-093-62/+48