aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/domain.c
Commit message (Expand)AuthorAgeFilesLines
...
* use xzalloc in x86 codeJan Beulich2011-10-041-2/+1
* x86: cpuid faulting feature enableLiu, Jinsong2011-07-011-0/+3
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-06-231-20/+0
* x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-3/+1
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-0/+1
* x86: further adjustments to arch_set_info_guest() after c/s 23142:f5e8d152a565Jan Beulich2011-05-171-11/+27
* x86/fpu: create lazy and non-lazy FPU restore functionsWei Huang2011-05-091-0/+1
* x86/fpu: clean up FPU context save functionWei Huang2011-05-091-1/+1
* x86/fpu: create FPU init and destroy functionsWei Huang2011-05-091-21/+4
* x86/fpu: extract extended related code into xstate.h and xstate.cWei Huang2011-05-091-3/+4
* x86: replace nr_irqs sized per-domain arrays with radix treesJan Beulich2011-05-091-16/+4
* Revert 23295:4891f1f41ba5 and 23296:24346f749826Keir Fraser2011-05-021-3/+35
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-05-011-20/+0
* x86: replace nr_irqs sized per-domain arrays with radix treesJan Beulich2011-05-011-16/+4
* x86: Remove direct uses of 0x82 as HYPERCALL_VECTOR.Keir Fraser2011-04-301-1/+1
* x86: make the pv-only e820 array be dynamic.Keir Fraser2011-04-131-0/+4
* x86: introduce alloc_vcpu_guest_context()Jan Beulich2011-04-051-0/+48
* x86: split struct domainJan Beulich2011-04-051-14/+20
* x86: move pv-only members of struct vcpu to struct pv_vcpuJan Beulich2011-04-051-10/+10
* x86: split struct vcpuJan Beulich2011-04-051-103/+226
* Remove direct cpumask_t members from struct vcpu and struct domainJan Beulich2011-04-051-11/+12
* x86_64: fix error checking in arch_set_info_guest()Tim Deegan2011-03-141-0/+5
* x86: Clean up wbinvd usage in cpu offline paths.Keir Fraser2011-03-111-6/+0
* x86: Fix cache flush bug of cpu offlineLiu, Jinsong2011-03-111-1/+6
* x86: Disable IRQs and do WBINVD first in play_dead().Keir Fraser2011-03-021-4/+5
* x86: Add warning comment explaining restrictions to play_dead().Shan Haitao2011-03-021-0/+9
* x86: add strictly sanity check for XSAVE/XRSTORWei Gang2011-02-211-2/+2
* PoD: Allow pod_set_cache_target hypercall to be preemptedGeorge Dunlap2011-01-171-2/+2
* x86 fpu: Code clean up. Eliminate per-cpu xsave init verbosity.Keir Fraser2011-01-141-1/+1
* relax vCPU pinned checksKeir Fraser2011-01-051-1/+1
* x86-64: use PC-relative exception table entriesKeir Fraser2010-12-241-4/+1
* Interrupt remapping to PIRQs in HVM guestsKeir Fraser2010-11-191-0/+17
* Wait queues, allowing conditional sleep in hypervisor context.Keir Fraser2010-11-171-0/+2
* x86_64: Make 32-bit-hypercall translate area per-vcpu.Keir Fraser2010-11-161-0/+9
* x86: Clean up vcpu initialisation (especially xsave save area)Keir Fraser2010-11-161-42/+26
* Make multicall state per-vcpu rather than per-cpuKeir Fraser2010-11-161-2/+2
* x86 hvm: Make a couple of hypercall state flags per-vcpuKeir Fraser2010-11-161-8/+4
* x86: Fix PV guest xsave support.Keir Fraser2010-11-081-1/+1
* x86: Xsave support for PV guests.Keir Fraser2010-11-031-1/+29
* x86: enable support for {rd,wr}{fs,gs}base instructionsKeir Fraser2010-10-241-2/+4
* Nested Virtualization: p2m infrastructureKeir Fraser2010-08-091-1/+1
* Walking the page lists needs the page_alloc lockKeir Fraser2010-07-281-0/+4
* x86: use rdmsrl/wrmsrlKeir Fraser2010-06-241-9/+3
* x86: Clean up efer/ler macros after MSR changes.Keir Fraser2010-06-111-1/+0
* xen: update_runstate_area for 32 bit PV on HVM guestsKeir Fraser2010-06-011-1/+1
* x86: Speed up PV-guest superpage mappingKeir Fraser2010-05-271-0/+2
* x86: Streamline the CPU early boot process.Keir Fraser2010-05-191-6/+1
* x86: Pull dynamic memory allocation out of do_boot_cpu().Keir Fraser2010-05-181-1/+1
* Some cleanups to cpu offline handling.Keir Fraser2010-05-141-7/+0
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-0/+1