aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* 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-101-17/+10
* x86/xsave: fix migration from xsave-capable to xsave-incapable hostJan Beulich2013-09-097-83/+165
* 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-0911-77/+56
* SVM: streamline entry.S codeJan Beulich2013-09-092-37/+26
* VMX: use proper instruction mnemonics if assembler supports themJan Beulich2013-09-093-9/+8
* VMX: streamline entry.S codeJan Beulich2013-09-092-62/+33
* x86/mwait_idle: initial C8, C9, C10 supportLen Brown2013-08-301-0/+18
* x86/mwait_idle: export both C1 and C1ELen Brown2013-08-301-5/+46
* x86/mwait_idle: remove assumption of one C-state per MWAIT flagLen Brown2013-08-301-56/+50
* x86/xsave: initialization improvementsJan Beulich2013-08-302-14/+16
* 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
* x86: AVX instruction emulation fixesJan Beulich2013-08-281-9/+7
* Revert "x86/boot: Explicitly clean pcpu stacks in debug builds"Jan Beulich2013-08-272-13/+0
* x86/boot: Explicitly clean pcpu stacks in debug buildsAndrew Cooper2013-08-272-0/+13
* x86/time: remove Cyclone as a platform timerMatt Wilson2013-08-271-68/+3
* x86/apic: remove Summit supportMatt Wilson2013-08-273-30/+0
* x86/Intel: add support for Haswell CPU modelsJan Beulich2013-08-273-3/+10
* VMX: convert EOI exit bitmap to a proper bitmapJan Beulich2013-08-272-32/+19
* x86: don't allow Dom0 access to the HT address rangeJan Beulich2013-08-271-0/+4
* x86: don't allow Dom0 access to the MSI address rangeJan Beulich2013-08-271-0/+4
* Revert "interrupts: allow guest to set/clear MSI-X mask bit"Jan Beulich2013-08-261-47/+14
* x86: use cpumask_any() in mask-to-APIC-ID conversionsJan Beulich2013-08-232-2/+2
* PCI: break MSI-X data out of struct pci_dev_infoJan Beulich2013-08-232-51/+52
* x86: move struct bug_frame instances out of lineJan Beulich2013-08-233-44/+58
* Correct X2-APIC HVM emulationJuergen Gross2013-08-221-0/+1
* Nested VMX: Update APIC-v(RVI/SVI) when vmexit to L1Yang Zhang2013-08-225-15/+58
* Nested VMX: Clear APIC-v control bit in vmcs02Yang Zhang2013-08-221-0/+12
* Nested VMX: Force check ISR when L2 is runningYang Zhang2013-08-221-1/+3
* Nested VMX: Check whether interrupt is blocked by TPRYang Zhang2013-08-221-0/+5
* ACPI: fix acpi_os_map_memory()Jan Beulich2013-08-211-1/+1
* interrupts: allow guest to set/clear MSI-X mask bitJoby Poriyath2013-08-201-14/+47
* x86/boot: Remove stack segment parameter from smpbootAndrew Cooper2013-08-161-6/+3
* xen: move -nostdinc into common Rules.mk.Tim Deegan2013-08-151-6/+0
* xen: move some arch CFLAGS into the common Rules.mk.Tim Deegan2013-08-151-2/+0
* x86/time: fix check for negative time in __update_vcpu_system_time()Tim Deegan2013-08-151-1/+2
* x86/MTRR: fix range check in mtrr_add_page()Jan Beulich2013-08-141-1/+1
* x86: use "R" constraint for fxsaveq/fxrstorq enforcementJan Beulich2013-08-141-3/+2
* VMX: add boot parameter to enable/disable APIC-v dynamicallyYang Zhang2013-08-131-2/+5
* watchdog/crash: Always disable watchdog in console_force_unlock()Andrew Cooper2013-08-131-2/+0
* x86/watchdog: Tweak implementation given new common codeAndrew Cooper2013-08-131-2/+1
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-135-2/+11