aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/traps.c
Commit message (Expand)AuthorAgeFilesLines
* x86: print relevant (tail) part of filename for warnings and crashesJan Beulich2013-10-171-8/+14
* x86: use {rd,wr}{fs,gs}base when availableJan Beulich2013-10-111-20/+10
* x86: correct LDT checksJan Beulich2013-10-111-5/+22
* x86: check segment descriptor read result in 64-bit OUTS emulationMatthew Daley2013-10-101-4/+4
* x86/traps: improvements to {rd,wr}msr_hypervisor_regs()Andrew Cooper2013-10-091-26/+15
* x86: Improve information from domain_crash_synchronousAndrew Cooper2013-10-041-0/+11
* x86/traps: Record last extable faulting addressAndrew Cooper2013-10-041-0/+5
* x86/xsave: fix migration from xsave-capable to xsave-incapable hostJan Beulich2013-09-091-2/+2
* x86: move struct bug_frame instances out of lineJan Beulich2013-08-231-43/+45
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-131-0/+1
* x86: fix XCR0 handlingJan Beulich2013-06-041-19/+3
* x86/xsave: properly check guest input to XSETBVJan Beulich2013-06-041-0/+5
* xen: move for_each_set_bit to xen/bitops.hStefano Stabellini2013-05-081-1/+1
* rename IS_PRIV to is_hardware_domainDaniel De Graaf2013-05-071-6/+6
* x86: handle paged gfn in wrmsr_hypervisor_regsOlaf Hering2013-05-071-3/+11
* x86: miscellaneous mm.c cleanupJan Beulich2013-05-021-2/+2
* x86: make new_guest_cr3() preemptibleJan Beulich2013-05-021-2/+13
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: properly use map_domain_page() in miscellaneous placesJan Beulich2013-01-231-1/+5
* x86: properly use map_domain_page() during page table manipulationJan Beulich2013-01-231-0/+5
* x86: restore (optional) forwarding of PCI SERR induced NMI to Dom0Jan Beulich2013-01-221-3/+15
* x86: handle both NMI kinds if they occur simultaneouslyJan Beulich2013-01-171-3/+3
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-1/+1
* x86: save/restore only partial register state where possibleJan Beulich2012-10-301-0/+2
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* x86: consolidate frame state manipulation functionsJan Beulich2012-10-041-28/+0
* x86: replace literal numbersJan Beulich2012-09-281-2/+2
* x86: vMCE emulationLiu, Jinsong2012-09-261-44/+0
* x86: slightly improve stack trace on debug buildsJan Beulich2012-09-261-4/+12
* x86: HYPERVISOR_VIRT_END is always defined. Remove ifdef'ery.Keir Fraser2012-09-121-5/+0
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-121-16/+2
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-121-16/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-72/+1
* x86/PCI: pass correct register value to XSMDaniel De Graaf2012-06-221-0/+12
* AMD IOMMU: add mechanism to protect their PCI devices' config spacesJan Beulich2012-06-221-12/+22
* x86/PCI: fix guest_io_read() when pci_cfg_ok() denies accessJan Beulich2012-06-221-1/+1
* x86-64: don't allow non-canonical addresses to be set for any callbackJan Beulich2012-06-181-0/+6
* x86/nmi: Fix deadlock in unknown_nmi_error()Andrew Cooper2012-06-111-4/+4
* x86: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-171-13/+14
* X86: expose HLE/RTM features to dom0Liu, Jinsong2012-02-281-0/+2
* x86: avoid deadlock after a PCI SERR NMIDavid Vrabel2012-02-021-3/+10
* x86: Use defines for bits of MSR_IA32_DEBUGCTLMSR instead of numbersDietmar Hahn2012-02-011-2/+2
* x86: Make asmlinkage explicitly a no-op, and avoid usage in arch/x86Keir Fraser2012-01-151-15/+15
* xsm: add checks on PCI configuration accessDaniel De Graaf2011-12-181-4/+22
* X86: Disable PCID/INVPCID for dom0Liu, Jinsong2011-12-011-0/+1
* X86: expose Intel new features to dom0Liu, Jinsong2011-12-011-2/+5
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-5/+14
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* x86: Further fixes for xsave leaf in pv_cpuid().Shan Haitao2011-10-131-5/+7
* constify vcpu_set_affinity()'s second parameterJan Beulich2011-10-131-8/+2