aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/x86_64/entry.S
Commit message (Expand)AuthorAgeFilesLines
...
* xen: Remove {nmi_pending,nmi_masked,paused} vcpu bitflags.kfraser@localhost.localdomain2007-03-291-7/+7
* xen: Split domain_flags into discrete first-class fields in thekfraser@localhost.localdomain2007-03-291-18/+8
* xen: Make all performance counter per-cpu, avoiding the need to updatekfraser@localhost.localdomain2007-03-271-2/+2
* [XEN] Implement faster int 0x80 handling for compat mode guests.Ian Campbell2007-03-201-0/+30
* x86: Allow exceptions to be handled while interrupts arekfraser@localhost.localdomain2007-02-211-2/+2
* Fix x86/64 build.kfraser@localhost.localdomain2007-02-081-6/+2
* x86: hide assembly labelsKeir Fraser2007-02-081-24/+24
* Add entry points for handling hypercalls from and returning toEmmanuel Ackaouy2007-01-051-2/+27
* [XEN] Early page fault handler to deal with spurious page faults.kfraser@localhost.localdomain2006-12-071-0/+6
* [XEN] Kexec / Kdump: x86_64 specific codeIan Campbell2006-11-301-0/+2
* [XEN] Scheduling hypercalls defer entry to the scheduler to softirqkfraser@localhost.localdomain2006-11-161-19/+5
* [XEN] x86-64: eliminate __GUEST_[CDS]S*kfraser@localhost.localdomain2006-11-131-4/+4
* [XEN] Remove definition of printf. All users are switched to printk.kfraser@localhost.localdomain2006-10-231-1/+1
* [XEN] Fix arg clobber test for debug version of hypercall code.kfraser@localhost.localdomain2006-09-201-1/+1
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-2/+6
* [XEN] Indentation cleanups (remove hard tabs).kfraser@localhost.localdomain2006-08-171-23/+23
* [XEN] Fix x86/64 bug where a guest application can crash thekfraser@localhost.localdomain2006-08-171-1/+3
* [HVM] Add a concept of HVM parameters to the hypervisor.kfraser@localhost.localdomain2006-08-031-0/+2
* [XEN] Increase debug stack size from 4kB to 8kB.kfraser@localhost.localdomain2006-07-251-3/+5
* [XEN] Fix compatibility with future guests which may try tokaf24@firebug.cl.cam.ac.uk2006-06-131-3/+7
* Extend callback-registration hypercall to take a flags argument.kaf24@firebug.cl.cam.ac.uk2006-06-051-2/+8
* Define new event-channel and physdev hypercalls with a more extensiblekaf24@firebug.cl.cam.ac.uk2006-04-301-4/+8
* Clean up the xenoprofile hypercall interface.kaf24@firebug.cl.cam.ac.uk2006-04-191-1/+1
* Add xenoprof supportack@kneesa.uk.xensource.com2006-04-061-0/+2
* Rename and clean up 'error_code' path in entry.S.kaf24@firebug.cl.cam.ac.uk2006-04-061-31/+26
* Add new hypercall "set_callback" taking a callback identifier and theIan.Campbell@xensource.com2006-04-061-0/+2
* Rename sched_op->sched_op_compat and sched_op_new->sched_opkaf24@firebug.cl.cam.ac.uk2006-04-011-8/+8
* Define a new sched_op hypercall called sched_op_new, which differs from thekaf24@firebug.cl.cam.ac.uk2006-03-141-0/+9
* Remove TBF_SLOW_IRET hack from x86/64 Xen return-to-guestkaf24@firebug.cl.cam.ac.uk2006-02-231-4/+1
* Fix context copy code in NMI handler.cl349@firebug.cl.cam.ac.uk2006-02-061-2/+2
* Fix hypercall_table size in x86/64.kaf24@firebug.cl.cam.ac.uk2006-02-061-1/+1
* Fix show_registers() on x86/64. Get rid ofkaf24@firebug.cl.cam.ac.uk2006-02-031-2/+21
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-311-129/+0
* Fix the 64-bit build.kaf24@firebug.cl.cam.ac.uk2006-01-251-0/+8
* Pass NMIs to DOM0 via a dedicated callback, Xen x86_64 support.Ian.Campbell@xensource.com2006-01-111-4/+28
* Allow unknown NMIs to be propagated to domain0 via newkaf24@firebug.cl.cam.ac.uk2005-12-201-3/+1
* When creating exception/interrupt stack frames for a guest,kaf24@firebug.cl.cam.ac.uk2005-11-101-3/+9
* Move linear faulting address (%cr2) out of the page faultkaf24@firebug.cl.cam.ac.uk2005-11-091-12/+6
* Create new vcpu_op() hypercall. Replaces old boot_vcpu()kaf24@firebug.cl.cam.ac.uk2005-10-031-2/+2
* Xen_version hypercalls takes two args, not one.kaf24@firebug.cl.cam.ac.uk2005-09-121-1/+1
* When generating an exception frame for injection into akaf24@firebug.cl.cam.ac.uk2005-08-301-1/+2
* Replace dom_mem_op hypercall with memory_op hypercall withkaf24@firebug.cl.cam.ac.uk2005-08-301-2/+2
* Clean up and fix hypercall macros in XenLinux: we must assume thatkaf24@firebug.cl.cam.ac.uk2005-08-261-2/+73
* Remove double invocation of vmx_intr_assist when VM_EXITkaf24@firebug.cl.cam.ac.uk2005-08-231-0/+1
* Support VCPU migration for VMX guests.kaf24@firebug.cl.cam.ac.uk2005-08-111-47/+51
* Fix my previous patch to the trap-frame creation codekaf24@firebug.cl.cam.ac.uk2005-08-041-2/+2
* Fix event-upcall masking when creating a trap framekaf24@firebug.cl.cam.ac.uk2005-08-041-1/+2
* The patches below clean-up sHype-related file names in the tools subtreesmh22@firebug.cl.cam.ac.uk2005-08-021-1/+1
* - allows to optionally boot the system with a policy already beingkaf24@firebug.cl.cam.ac.uk2005-07-251-0/+1
* Small fix to x86_64 entry.S.kaf24@firebug.cl.cam.ac.uk2005-07-101-1/+1