aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/domain.c
Commit message (Expand)AuthorAgeFilesLines
* x86: use {rd,wr}{fs,gs}base when availableJan Beulich2013-10-111-2/+2
* x86: correct LDT checksJan Beulich2013-10-111-14/+6
* x86: add missing va_end to hypercall_xlat_continuationMatthew Daley2013-09-101-0/+4
* x86/xsave: fix migration from xsave-capable to xsave-incapable hostJan Beulich2013-09-091-4/+8
* x86/xsave: adjust state managementJan Beulich2013-07-021-0/+4
* x86: fix page refcount handling in page table pin error pathJan Beulich2013-06-261-6/+21
* x86: fix XCR0 handlingJan Beulich2013-06-041-2/+3
* x86: re-enable VCPUOP_register_vcpu_time_memory_areaJan Beulich2013-05-271-6/+3
* xen: move VCPUOP_register_runstate_memory_area to common codeStefano Stabellini2013-05-081-28/+0
* xen: move VCPUOP_register_vcpu_info to common codeStefano Stabellini2013-05-081-113/+0
* x86: cleanup after making various page table manipulation operations preemptibleJan Beulich2013-05-021-1/+1
* x86: make arch_set_info_guest() preemptibleJan Beulich2013-05-021-52/+61
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-021-7/+6
* x86: make vcpu_destroy_pagetables() preemptibleJan Beulich2013-05-021-56/+4
* x86: call unmap_vcpu_info() regardless of guest typeJan Beulich2013-05-021-2/+4
* x86: allow VCPUOP_register_vcpu_info to work again on PVHVM guestsKonrad Rzeszutek Wilk2013-04-171-6/+7
* x86/VPMU: Save/restore VPMU only when necessaryBoris Ostrovsky2013-04-151-2/+12
* vpmu intel: Dump vpmu infos in 'q' keyhandlerDietmar Hahn2013-04-081-0/+3
* x86: use linear L1 page table for map_domain_page() page table manipulationJan Beulich2013-02-281-3/+0
* x86: introduce create_perdomain_mapping()Jan Beulich2013-02-281-61/+31
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xmalloc: make close-to-PAGE_SIZE allocations more efficientJan Beulich2013-02-191-22/+11
* x86: fix map_domain_page() leak from vcpu_destroy_pagetables()Jan Beulich2013-02-131-0/+1
* x86: properly use map_domain_page() during domain creation/destructionJan Beulich2013-01-231-44/+51
* x86: consolidate initialization of PV guest L4 page tablesJan Beulich2013-01-231-7/+2
* x86: re-introduce map_domain_page() et alJan Beulich2013-01-231-8/+17
* miscellaneous cleanupJan Beulich2013-01-171-2/+2
* x86: consistently mask floating point exceptionsJan Beulich2013-01-161-1/+3
* x86: save/restore only partial register state where possibleJan Beulich2012-10-301-2/+3
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* x86: replace literal numbersJan Beulich2012-09-281-5/+6
* x86: vMCE emulationLiu, Jinsong2012-09-261-5/+0
* x86/S3: add cache flush on secondary CPUs before going to sleepBen Guthro2012-09-251-2/+8
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-121-20/+0
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-121-7/+2
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-96/+11
* x86-64: refine the XSA-9 fixJan Beulich2012-08-201-0/+15
* x86-64: don't allow non-canonical addresses to be set for any callbackJan Beulich2012-06-181-0/+12
* x86: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-171-42/+43
* x86: restore vcpu_destroy_pagetables() call on HVM domain teardown.Tim Deegan2012-04-201-3/+4
* x86/mm/sharing: Clean ups for relinquishing shared pages on destroyAndres Lagar-Cavilla2012-04-181-2/+14
* passthrough: release assigned PCI devices earlier during domain shutdownJan Beulich2012-02-241-1/+2
* x86/vMCE: save/restore MCA capabilitiesJan Beulich2012-02-241-0/+2
* xen: introduce PHYSDEVOP_pirq_eoi_gmfn_v2Stefano Stabellini2012-01-281-0/+1
* x86/hvm: No need to arch_set_info_guest() before restoring per-vcpu HVM state.Keir Fraser2012-01-221-27/+18
* move declarations of some required per-arch functions into common headersJan Beulich2012-01-121-1/+1
* x86: reduce scope of some symbols used with reset_stack_and_jump()Jan Beulich2011-12-211-12/+12
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-6/+21
* Hypercall continuation cancelation in compat mode for XENMEM_get/set_pod_targetJean Guyader2011-11-111-0/+18
* eliminate cpus_xyz()Jan Beulich2011-11-081-2/+3