aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/x86_64
Commit message (Expand)AuthorAgeFilesLines
* x86: check for canonical address before doing page walksJan Beulich2013-10-112-1/+3
* x86: Improve information from domain_crash_synchronousAndrew Cooper2013-10-042-28/+31
* x86: don't blindly create L3 tables for the direct mapJan Beulich2013-09-301-17/+12
* x86: fix compat guest handling of XENPF_enter_acpi_sleepJan Beulich2013-09-261-11/+7
* x86: Introduce and use GLOBAL() in asm codeAndrew Cooper2013-09-091-9/+4
* 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-162-2/+8
* x86: add locking to map_pages_to_xen()Jan Beulich2013-07-151-62/+0
* x86: drop setup_idle_pagetable()Jan Beulich2013-06-121-8/+0
* also move compat mode VCPUOP_register_vcpu_info into common codeJan Beulich2013-05-131-9/+0
* x86: make page table unpinning preemptibleJan Beulich2013-05-021-5/+18
* x86: make vcpu_destroy_pagetables() preemptibleJan Beulich2013-05-021-1/+1
* x86: clear EFLAGS.NT in SYSENTER entry pathJan Beulich2013-04-181-0/+7
* x86: don't rely on __softirq_pending to be the first field in irq_cpustat_tJan Beulich2013-03-043-7/+8
* x86: defer processing events on the NMI exit pathJan Beulich2013-03-042-6/+23
* x86: rework hypercall argument translation area setupJan Beulich2013-02-281-15/+5
* xen: consolidate implementations of LOG() macroIan Campbell2013-02-221-7/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-2110-10/+10
* xen: Define debug_build() based on NDEBUG. Use it in a few printk's.Keir Fraser2013-01-301-6/+1
* x86: support up to 16TbJan Beulich2013-01-231-4/+17
* x86: properly use map_domain_page() during page table manipulationJan Beulich2013-01-233-40/+40
* x86: properly use map_domain_page() during domain creation/destructionJan Beulich2013-01-231-11/+7
* x86: extend frame table virtual spaceJan Beulich2013-01-231-2/+2
* x86: introduce virt_to_xen_l1e()Jan Beulich2013-01-231-0/+22
* miscellaneous cleanupJan Beulich2013-01-171-16/+11
* x86: Assert !in_atomic() before exiting to guest context.Keir Fraser2013-01-142-0/+2
* x86: compat_show_guest_stack() should not truncate MFNJan Beulich2013-01-071-2/+3
* x86: also print CRn register values upon double faultJan Beulich2012-12-201-16/+13
* x86/kexec: Change NMI and MCE handling on kexec pathAndrew Cooper2012-12-131-0/+33
* x86/IST: Create set_ist() helper functionAndrew Cooper2012-12-111-3/+3
* streamline guest copy operationsJan Beulich2012-12-102-8/+8
* x86: mark certain items staticJan Beulich2012-12-071-1/+1
* x86: fix hypercall continuation cancellation in XENMAPSPACE_gmfn_range compat...Jan Beulich2012-11-281-11/+10
* x86: save/restore only partial register state where possibleJan Beulich2012-10-303-19/+25
* x86: use MOV instead of PUSH/POP when saving/restoring register stateJan Beulich2012-10-302-14/+8
* xen: more XEN_GUEST_HANDLE_PARAM substitutionsStefano Stabellini2012-10-173-2/+7
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-174-8/+8
* trace: rename trace_hypercall() to __trace_hypercall_entry()David Vrabel2012-10-092-4/+4
* x86: replace literal numbersJan Beulich2012-09-281-1/+1
* x86: enhance rsp-relative calculationsJan Beulich2012-09-261-4/+4
* x86: enable VIA CPU supportJan Beulich2012-09-211-1/+2
* x86: use only a single branch for upcall-pending exit path checksJan Beulich2012-09-122-10/+10
* x86-64: construct static, uniform parts of page tables at build timeJan Beulich2012-09-111-18/+0
* x86: construct static part of 1:1 mapping at build timeJan Beulich2012-09-111-2/+0
* x86: allow early use of fixmapsJan Beulich2012-09-111-0/+4
* x86-64: drop updating of UREGS_rip when converting sysenter to #GPJan Beulich2012-07-271-5/+2
* AMD IOMMU: add mechanism to protect their PCI devices' config spacesJan Beulich2012-06-221-0/+33
* x86-64: revert mmconfig part of c/s 24425:053a44894279Jan Beulich2012-06-221-13/+0
* x86_64: Do not execute sysret with a non-canonical return addressJan Beulich2012-06-121-0/+11