aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen/char: dt-uart: Allow the user to give a path to the nodeJulien Grall2013-09-061-6/+10
* pl011: preserve RTS and DTR signal on UART initAndre Przywara2013-09-032-2/+9
* xen/x86: don't use '.ifnes' in bug frame construction.Tim Deegan2013-08-301-6/+8
* x86/mwait_idle: initial C8, C9, C10 supportLen Brown2013-08-301-0/+18
* x86/mwait_idle: export both C1 and C1ELen Brown2013-08-302-5/+48
* x86/mwait_idle: remove assumption of one C-state per MWAIT flagLen Brown2013-08-302-57/+50
* x86/xsave: initialization improvementsJan Beulich2013-08-303-15/+17
* x86: remove PentiumPro checkMatt Wilson2013-08-301-4/+0
* x86: remove X86_INTEL_USERCOPY codeMatt Wilson2013-08-301-21/+0
* x86/apic: remove DMI checks in bigsmp driver for obsolete systemsMatt Wilson2013-08-301-9/+0
* x86: remove references to unimplemented BIOS reboot optionMatt Wilson2013-08-301-25/+17
* public/hvm_xs_strings.h: Fix ABI regression for OEM SMBios stringsAndrew Cooper2013-08-301-1/+1
* AMD IOMMU: allow command line overrides for broken IVRS tablesJan Beulich2013-08-293-18/+87
* AMD IOMMU: add missing checksJan Beulich2013-08-291-3/+11
* x86: AVX instruction emulation fixesJan Beulich2013-08-281-9/+7
* xen: update tx_ready callback for ARM serial driversTomasz Wroblewski2013-08-283-3/+3
* PCI UART: better cope with UART being temporarily unavailableTomasz Wroblewski2013-08-284-27/+45