aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/x86_64/traps.c
Commit message (Expand)AuthorAgeFilesLines
* x86-64: check for canonical address before doing page walksstaging-4.2Jan Beulich2013-10-221-0/+2
* x86: Special case __HYPERVISOR_iret rather more when writing hypercall pagesAndrew Cooper2013-09-121-2/+5
* x86_64: Fix off-by-one error setting up the Interrupt Stack TablesAndrew Cooper2012-05-101-3/+3
* x86: Make asmlinkage explicitly a no-op, and avoid usage in arch/x86Keir Fraser2012-01-151-2/+2
* x86: show page walk also for early page faultsJan Beulich2011-06-231-4/+8
* xen: remove more declarations from C files.Tim Deegan2011-05-271-4/+0
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-0/+1
* x86: move pv-only members of struct vcpu to struct pv_vcpuJan Beulich2011-04-051-5/+5
* x86: split struct vcpuJan Beulich2011-04-051-11/+11
* x86: fix MCE/NMI injectionKeir Fraser2009-12-011-54/+2
* x86: Remove EF_* duplicate defs for X86_EFLAGS_*.Keir Fraser2009-08-141-3/+7
* x86: make show_page_walk() more robustKeir Fraser2009-07-201-3/+6
* x86: move init_tss into per-CPU spaceKeir Fraser2009-07-131-3/+3
* x86 hvm mce: Support HVM Guest virtual MCA handling.Keir Fraser2009-06-301-4/+5
* x86: Core support for Intel MCA supportKeir Fraser2009-03-201-0/+47
* x86: make GDT per-CPUKeir Fraser2008-09-221-4/+3
* x86: also show event upcall mask when dumping guest stateKeir Fraser2008-08-081-11/+23
* x86: MCA support.Keir Fraser2008-07-041-2/+7
* Revert incorrectly checked-in changes.Keir Fraser2008-07-041-4/+0
* Add facility to get notification of domain suspend by event channel.Keir Fraser2008-07-041-0/+4
* dom0 state dumpKeir Fraser2008-06-121-22/+48
* x86-64: use 1GB pages in 1:1 mapping if availableKeir Fraser2008-01-281-3/+5
* x86: make show_page_walk() more robust.Keir Fraser2008-01-241-4/+4
* do_set_trap_table()'s argument can be const.Keir Fraser2008-01-181-1/+1
* do_callback_op()'s second argument can be const allowing the guest toKeir Fraser2008-01-181-1/+1
* x86: Remove CALLBACKTYPE_sysexit.Keir Fraser2007-10-241-6/+0
* x86-64: syscall/sysenter support for 32-bit apps for both 32-bit appsKeir Fraser2007-10-241-3/+36
* x86: add option to display last exception records during register dumpsKeir Fraser2007-10-171-1/+9
* hvm: Always keep canonical copy of RIP/RSP/RFLAGS inkfraser@localhost.localdomain2007-09-191-1/+0
* hvm: hvm_{load,store}_cpu_guest_regs() does not touch segmentkfraser@localhost.localdomain2007-09-191-3/+21
* x86: Clean up asm keyword usage (asm volatile rather than __asm__kfraser@localhost.localdomain2007-09-111-3/+3
* Clean up usage of 'current' in do_iret() hypercall.kfraser@localhost.localdomain2007-08-091-2/+2
* Convert __init into __devinit in wakeup path.kfraser@localhost.localdomain2007-07-111-1/+1
* x86-64: bump STACK_SIZE to 32 so that trampoline and IST stacks fitkfraser@localhost.localdomain2007-07-031-11/+14
* x86: machine check exception handlingkfraser@localhost.localdomain2007-06-211-3/+7
* Use clear_page() wherever possible/reasonable instead of open codedkfraser@localhost.localdomain2007-06-201-0/+1
* xen: Big changes to x86 start-of-day:kfraser@localhost.localdomain2007-05-101-68/+46
* xen: More 'IS_COMPAT' cleanups.kfraser@localhost.localdomain2007-04-271-2/+2
* xen: Fix up use of trap_bounce structure.kfraser@localhost.localdomain2007-04-251-3/+0
* xen x86/64: Fix int80 direct trap. It must check for events and alsoKeir Fraser2007-04-061-4/+8
* xen: Extra %esp tracing on double fault.kfraser@localhost.localdomain2007-04-021-1/+1
* xen x86: Fix double-fault handler stack overflow.Keir Fraser2007-03-311-4/+4
* xen: Remove {nmi_pending,nmi_masked,paused} vcpu bitflags.kfraser@localhost.localdomain2007-03-291-1/+1
* [XEN] Implement faster int 0x80 handling for compat mode guests.Ian Campbell2007-03-201-0/+18
* [XEN] New paging-assistance interface.Tim Deegan2007-02-141-1/+0
* Handle shared info (having different layout for native and compatibilityEmmanuel Ackaouy2007-01-051-2/+3
* Add entry points for handling hypercalls from and returning toEmmanuel Ackaouy2007-01-051-1/+11
* Introduce _DOMF_compat and infrastructure as well as several conditionalsEmmanuel Ackaouy2007-01-051-0/+2
* [XEN] Return -ENOSYS for undefined sub-functions.kfraser@localhost.localdomain2006-11-131-3/+9
* [XEN] x86-64: eliminate __GUEST_[CDS]S*kfraser@localhost.localdomain2006-11-131-4/+4