aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/x86_64/traps.c
Commit message (Expand)AuthorAgeFilesLines
* x86: check for canonical address before doing page walksJan Beulich2013-10-111-0/+2
* watchdog/crash: Always disable watchdog in console_force_unlock()Andrew Cooper2013-08-131-2/+0
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-131-0/+1
* x86: Special case __HYPERVISOR_iret rather more when writing hypercall pagesAndrew Cooper2013-07-161-2/+5
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen: Define debug_build() based on NDEBUG. Use it in a few printk's.Keir Fraser2013-01-301-6/+1
* x86: properly use map_domain_page() during page table manipulationJan Beulich2013-01-231-4/+8
* x86: also print CRn register values upon double faultJan Beulich2012-12-201-16/+13
* x86/IST: Create set_ist() helper functionAndrew Cooper2012-12-111-3/+3
* x86: mark certain items staticJan Beulich2012-12-071-1/+1
* x86: save/restore only partial register state where possibleJan Beulich2012-10-301-5/+10
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* x86: enable VIA CPU supportJan Beulich2012-09-211-1/+2
* 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