aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/x86_64/asm-offsets.c
Commit message (Expand)AuthorAgeFilesLines
* x86: don't rely on __softirq_pending to be the first field in irq_cpustat_tJan Beulich2013-03-041-0/+1
* xen: consolidate implementations of LOG() macroIan Campbell2013-02-221-7/+1
* x86-64: fix #GP generation in assembly codeJan Beulich2012-04-171-0/+1
* nestedsvm: fix shadow-on-hapChristoph Egger2011-05-121-0/+1
* Nested SVM: fix race in remote shootdown.Tim Deegan2011-04-061-0/+4
* x86: move pv-only members of struct vcpu to struct pv_vcpuJan Beulich2011-04-051-8/+12
* x86: split struct vcpuJan Beulich2011-04-051-14/+14
* x86: Do not pollute namespace with asm defns of PERFC_*.Keir Fraser2011-01-261-2/+2
* x86-64: use PC-relative exception table entriesKeir Fraser2010-12-241-0/+1
* x86: Avoid assumptions about C struct layouts from asm code.Keir Fraser2010-07-131-1/+3
* multiboot asm: Get offset constants from the C structKeir Fraser2010-05-071-0/+5
* x86: fix MCE/NMI injectionKeir Fraser2009-12-011-2/+3
* x86: reduce the uses of CONFIG_COMPATKeir Fraser2009-10-121-4/+0
* Re-enable MSI supportKeir Fraser2008-12-111-0/+2
* Use virtual 8086 mode for VMX guests with CR0.PE == 0Keir Fraser2008-12-091-1/+3
* x86: MCA support.Keir Fraser2008-07-041-1/+5
* vmx realmode: Emulate protected-mode transition while CS and SS haveKeir Fraser2008-02-051-1/+1
* hvm: Register fields CS,DS,ES,FS,GS,SS,etc. are all undefined duringKeir Fraser2007-12-271-0/+5
* x86_emulate: Emulate CPUID and HLT.Keir Fraser2007-11-261-0/+1
* x86: Do not read/write EFER MSR if it doesn't exist.Keir Fraser2007-11-131-0/+3
* x86: Clean up NMI delivery logic. Allow set_trap_table vector 2 to beKeir Fraser2007-10-291-5/+0
* x86: Remove CALLBACKTYPE_sysexit.Keir Fraser2007-10-241-2/+0
* x86-64: syscall/sysenter support for 32-bit apps for both 32-bit appsKeir Fraser2007-10-241-0/+14
* x86: Allow NMI callback CS to be specified via set_trap_table()Keir Fraser2007-10-221-1/+4
* hvm: Always keep canonical copy of RIP/RSP/RFLAGS inkfraser@localhost.localdomain2007-09-191-0/+3
* hvm: Clean up control-register and EFER handling.kfraser@localhost.localdomain2007-08-071-1/+1
* svm: Avoid VMSAVE/VMLOAD/VMSAVE/VMLOAD sequence on every vmexit/vmentry.Keir Fraser2007-05-121-2/+1
* xen: More 'IS_COMPAT' cleanups.kfraser@localhost.localdomain2007-04-271-1/+1
* xen: Rename remaining vcpu_flags as pause_flags.kfraser@localhost.localdomain2007-03-291-1/+0
* xen: Remove {nmi_pending,nmi_masked,paused} vcpu bitflags.kfraser@localhost.localdomain2007-03-291-2/+2
* xen: Split domain_flags into discrete first-class fields in thekfraser@localhost.localdomain2007-03-291-2/+1
* xen: Make all performance counter per-cpu, avoiding the need to updatekfraser@localhost.localdomain2007-03-271-24/+2
* [XEN] Implement faster int 0x80 handling for compat mode guests.Ian Campbell2007-03-201-0/+1
* Enable compatibility mode operation for HYPERVISOR_multicall.Emmanuel Ackaouy2007-01-051-0/+12
* Handle shared info (having different layout for native and compatibilityEmmanuel Ackaouy2007-01-051-2/+11
* Add entry points for handling hypercalls from and returning toEmmanuel Ackaouy2007-01-051-0/+6
* Introduce _DOMF_compat and infrastructure as well as several conditionalsEmmanuel Ackaouy2007-01-051-2/+6
* [VMX] Replace vmx_load_cr2() with direct write to %cr2.kfraser@localhost.localdomain2006-10-311-0/+1
* [XEN] Remove unused MULTICALL_arg6, and unnecessary use of STR() macro.kfraser@localhost.localdomain2006-10-051-1/+0
* Various HVM clean-ups.shand@kneesaa.uk.xensource.com2006-08-151-1/+0
* [HVM][VMX] Cleanups and fixes to VMCS lifecycle.kaf24@firebug.cl.cam.ac.uk2006-06-111-0/+3
* Extend callback-registration hypercall to take a flags argument.kaf24@firebug.cl.cam.ac.uk2006-06-051-0/+3
* Some fixes to IRET hypercall and failsafe callback handlers:kaf24@firebug.cl.cam.ac.uk2006-03-291-1/+0
* Remove CONFIG_VMX and CONFIG_SVM compile options. Supportkaf24@firebug.cl.cam.ac.uk2006-02-061-2/+0
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-311-0/+13
* Uniform definition of do_iret prototype. Use 'struct foo'kaf24@firebug.cl.cam.ac.uk2006-01-271-9/+9
* Pass NMIs to DOM0 via a dedicated callback, Xen x86_64 support.Ian.Campbell@xensource.com2006-01-111-0/+4
* Move linear faulting address (%cr2) out of the page faultkaf24@firebug.cl.cam.ac.uk2005-11-091-1/+0
* Clean up and fix hypercall macros in XenLinux: we must assume thatkaf24@firebug.cl.cam.ac.uk2005-08-261-0/+3
* bitkeeper revision 1.1654 (429f793bJpez_x78azX5iKCsmtPMUQ)cl349@firebug.cl.cam.ac.uk2005-06-021-8/+8
|\