aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/traps.c
Commit message (Expand)AuthorAgeFilesLines
* x86: MCA support.Keir Fraser2008-07-041-10/+113
* Revert incorrectly checked-in changes.Keir Fraser2008-07-041-64/+8
* Add facility to get notification of domain suspend by event channel.Keir Fraser2008-07-041-8/+64
* x86: Must use a softirq to defer dom0 NMIKeir Fraser2008-06-181-4/+5
* dom0 state dumpKeir Fraser2008-06-121-0/+22
* x86: cpuid configuration for PV guestKeir Fraser2008-06-111-25/+36
* i386: Remove non-PAE hypervisor build target.Keir Fraser2008-05-081-2/+2
* x86, Intel: Make only EST feature visible to dom0 to enable Cx-stateKeir Fraser2008-05-061-5/+3
* Enable Px/Cx related CPUID/MSR bits for dom0 to get correct Px/Cx info.Keir Fraser2008-05-051-4/+7
* x86_emulate: Implement a more dynamic interface for handling FPUKeir Fraser2008-04-161-0/+9
* x86: Fix emulation of PCI access register at I/O port 0xcf8.Keir Fraser2008-04-161-15/+13
* Rename 'big lock' to 'domain lock'.Keir Fraser2008-04-141-2/+2
* Turn some simple softirqs into tasklets.Keir Fraser2008-04-111-4/+4
* x86: Emulate accesses to PCI window registers cf8/cfc to synchroniseKeir Fraser2008-04-111-99/+156
* x86_64: Be more careful in emulating 32-bit call gates.Keir Fraser2008-04-081-12/+16
* x86: fix feature availability for PV guestsKeir Fraser2008-03-181-11/+63
* x86: check ModR/M mod bits for CR/DR access insnsKeir Fraser2008-03-181-0/+8
* x86: adjust reserved bit page fault handlingKeir Fraser2008-02-041-3/+19
* x86: Clarify early_page_fault() handler intent, and improve debug tracing.Keir Fraser2008-01-251-8/+14
* do_set_trap_table()'s argument can be const.Keir Fraser2008-01-181-1/+1
* x86: Reserve a CPUID feature bit to advertise newKeir Fraser2008-01-161-4/+7
* x86: INT3 and INTO trap gates should have DPL==3.Keir Fraser2008-01-151-5/+15
* gdbstub: Various fixes.Keir Fraser2007-12-271-10/+4
* vmx: Do not set bit 1 of FEATURE_CONTROL MSR if SMX is not supportedKeir Fraser2007-12-191-0/+6
* cpufreq: Always return successfully from cpufreq MSR trapsKeir Fraser2007-12-141-11/+20
* Revert a chunk of the gdbstub fixup patch.Keir Fraser2007-12-121-1/+1
* Fix gdb debugging of hypervisor.Keir Fraser2007-12-121-1/+9
* x86: avoid LOCK prefix in some cases where it's not necessary.Keir Fraser2007-12-101-8/+8
* x86: eliminate (unused) return value from exception handling routinesKeir Fraser2007-12-101-73/+109
* Avoid duplication of domainID in messages.Keir Fraser2007-12-101-8/+7
* x86: Fix management support on HP ProLiant systems.Keir Fraser2007-12-061-1/+6
* x86: emulate I/O port access breakpointsKeir Fraser2007-11-221-26/+103
* x86: single step after instruction emulationKeir Fraser2007-11-221-5/+15
* x86: make set_task_gate() x86-32-only since x86-64 doesn't have task gates.Keir Fraser2007-11-221-9/+0
* x86: Make IDT/GDT/LDT updates safe.Keir Fraser2007-11-211-0/+3
* x86: Fix PV guest CR4 handling. We should not leak hidden CR4 bitsKeir Fraser2007-11-071-1/+2
* cpufreq, amd: Xen support for architectural AMD pstate driverKeir Fraser2007-11-051-0/+22
* x86: Fix various problems with debug-register handling.Keir Fraser2007-11-011-37/+44
* x86: cache current vcpu in some trap-handling functions.Keir Fraser2007-10-301-21/+26
* x86: allow pv guests to disable TSC for applicationsKeir Fraser2007-10-291-4/+6
* x86: Clean up NMI delivery logic. Allow set_trap_table vector 2 to beKeir Fraser2007-10-291-6/+13
* x86/64: paravirt 32-on-64 call gate supportKeir Fraser2007-10-261-0/+391
* x86-64: syscall/sysenter support for 32-bit apps for both 32-bit appsKeir Fraser2007-10-241-2/+18
* x86, cpufreq: Allow dom0 kernel to govern cpufreq via the IntelKeir Fraser2007-10-241-0/+6
* x86: Allow NMI callback CS to be specified via set_trap_table()Keir Fraser2007-10-221-0/+37
* x86: add option to display last exception records during register dumpsKeir Fraser2007-10-171-2/+43
* xentrace/x86: PV guest tracing extensions.Keir Fraser2007-10-121-3/+34
* x86: disable AMD's C1E mode.Keir Fraser2007-10-111-0/+10
* x86: AMD Fam10/11 adjustmentsKeir Fraser2007-10-111-4/+4
* x86: Rename math_state_restore() to more logicalKeir Fraser2007-10-011-1/+1