aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86
Commit message (Expand)AuthorAgeFilesLines
* x86/irq: local_irq_restore() should not blindly popfAndrew Cooper2013-10-221-3/+8
* x86/HVM: cache emulated instruction for retry processingJan Beulich2013-10-141-0/+3
* x86/HVM: fix direct PCI port I/O emulation retry and error handlingJan Beulich2013-10-141-0/+5
* x86: fix bug_line()Jan Beulich2013-10-141-2/+4
* x86: use {rd,wr}{fs,gs}base when availableJan Beulich2013-10-112-3/+59
* x86: add address validity check to guest_map_l1e()Jan Beulich2013-10-111-1/+2
* x86: correct LDT checksJan Beulich2013-10-112-2/+3
* xen/x86: Remove GB macro in asm-x86/config.hJulien Grall2013-10-081-1/+0
* x86/HPET: basic cleanupAndrew Cooper2013-10-081-4/+2
* xen: add LZ4 decompression supportKyungsik Lee2013-10-071-0/+1
* x86: Improve information from domain_crash_synchronousAndrew Cooper2013-10-041-0/+4
* Nested VMX: fix IA32_VMX_CR4_FIXED1 msr emulationYang Zhang2013-10-042-0/+2
* VMX: clean up capability checksJan Beulich2013-10-041-2/+8
* Nested VMX: check VMX capability before read VMX related MSRsYang Zhang2013-10-041-0/+2
* x86: don't blindly create L3 tables for the direct mapJan Beulich2013-09-301-1/+1
* x86/AMD-Vi: Fix IVRS HPET special->handle overrideSuravee Suthikulpanit2013-09-301-2/+5
* x86: fix rdrand asm()Jan Beulich2013-09-261-1/+1
* VMX: drop memory clobbers from vmread/vmwrite wrappersJan Beulich2013-09-231-9/+6
* VMX: also use proper instruction mnemonic for VMREADJan Beulich2013-09-231-8/+13
* x86: mark BUG()s and assertion failures as terminal.Tim Deegan2013-09-191-3/+8
* hvm/vpmu: Prevent dump handlers from incorrectly mutating stateAndrew Cooper2013-09-161-1/+1
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-101-6/+0
* x86/xsave: fix migration from xsave-capable to xsave-incapable hostJan Beulich2013-09-093-5/+7
* x86: Introduce and use GLOBAL() in asm codeAndrew Cooper2013-09-091-0/+3
* SVM: streamline entry.S codeJan Beulich2013-09-091-2/+8
* VMX: use proper instruction mnemonics if assembler supports themJan Beulich2013-09-091-20/+70
* VMX: move various uses of UD2 out of fast pathsJan Beulich2013-09-092-6/+43
* VMX: streamline entry.S codeJan Beulich2013-09-091-0/+15
* xen/x86: don't use '.ifnes' in bug frame construction.Tim Deegan2013-08-301-6/+8
* x86/mwait_idle: export both C1 and C1ELen Brown2013-08-301-0/+2
* x86/mwait_idle: remove assumption of one C-state per MWAIT flagLen Brown2013-08-301-1/+0
* x86/xsave: initialization improvementsJan Beulich2013-08-301-1/+1
* AMD IOMMU: allow command line overrides for broken IVRS tablesJan Beulich2013-08-291-0/+1
* x86/time: remove Cyclone as a platform timerMatt Wilson2013-08-271-1/+0
* x86/apic: remove Summit supportMatt Wilson2013-08-272-109/+1
* VMX: convert EOI exit bitmap to a proper bitmapJan Beulich2013-08-271-9/+3
* un-alias cpumask_any() from cpumask_first()Jan Beulich2013-08-231-0/+16
* PCI: break MSI-X data out of struct pci_dev_infoJan Beulich2013-08-231-0/+16
* x86: move struct bug_frame instances out of lineJan Beulich2013-08-232-40/+47
* Nested VMX: Update APIC-v(RVI/SVI) when vmexit to L1Yang Zhang2013-08-223-2/+4
* xen: remove evtchn_upcall_mask from interface on ARMIan Campbell2013-08-202-5/+6
* xen: only expose start_info on architectures which have a PV boot pathIan Campbell2013-08-201-0/+1
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-132-4/+1
* x86/AMD: Inject #GP instead of #UD when unable to map vmcbSuravee Suthikulpanit2013-08-131-1/+1
* x86/AMD: Fix nested svm crash due to assertion in __virt_to_maddrSuravee Suthikulpanit2013-08-131-4/+7
* x86: enable multi-vector MSIJan Beulich2013-08-082-1/+2
* Intel/VPMU: Add support for full-width PMC writesBoris Ostrovsky2013-08-071-1/+1
* x86: don't use destroy_xen_mappings() for vunmap()Jan Beulich2013-07-171-0/+1
* VMX: fix interaction of APIC-V and Viridian emulationJan Beulich2013-07-171-0/+1
* AMD IOMMU: allocate IRTE entries instead of using a static mappingJan Beulich2013-07-163-7/+8