aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* vmx realmode: Implement new x86_emulate hook load_fpu_ctxt().Keir Fraser2008-01-233-2/+11
* x86_emulate: Emulate FNINIT, FNSTCW, FNSTSW x87 instructions.Keir Fraser2008-01-232-2/+36
* x86_emulate: Fix CLTS emulation.Keir Fraser2008-01-231-1/+1
* New XS_SET_TARGETKeir Fraser2008-01-231-1/+2
* New XEN_DOMCTL_set_targetKeir Fraser2008-01-2319-179/+385
* Merge with ia64 treeKeir Fraser2008-01-224-45/+219
|\
| * vmx: Disable vmxassist in the default build.Keir Fraser2008-01-221-1/+1
| * vmx realmode: Faster emulation of REP INS and REP OUTS.Keir Fraser2008-01-221-0/+60
| * x86_emulate: Provide callbacks for faster emulation of:Keir Fraser2008-01-222-44/+158
* | merge with xen-unstable.hg (staging)Alex Williamson2008-01-2211-77/+1009
|\|
| * XEN_GUEST_HANDLE_00030205() compat macro is broken. Remove it andKeir Fraser2008-01-223-9/+10
| * vtd: Enable queued invalidation method if such HW support isKeir Fraser2008-01-226-39/+676
| * x86: Sync cpu/intel_cacheinfo.c with Linux kernelKeir Fraser2008-01-211-22/+317
| * x86, xenoprof: Support Intel Penryn processors.Keir Fraser2008-01-211-7/+6
* | [IA64] Fix a perf counter typoAlex Williamson2008-01-222-2/+2
* | [IA64] Introduce dom0_vhpt_size_log2 boot option to change dom0 vhpt sizeAlex Williamson2008-01-224-14/+33
* | [IA64] Fix thash long format crashAlex Williamson2008-01-181-6/+9
* | [IA64] Fix emacs file mode in vmx_entry.S and vmx_vsa.SAlex Williamson2008-01-182-2/+2
* | [IA64] Use rcu where possible.Alex Williamson2008-01-183-30/+28
* | merge with xen-unstable.hg stagingAlex Williamson2008-01-1814-160/+436
|\|
| * do_set_trap_table()'s argument can be const.Keir Fraser2008-01-189-9/+12
| * do_callback_op()'s second argument can be const allowing the guest toKeir Fraser2008-01-184-6/+4
| * Move primitive-type guest-handle definitions into common xen.h header file.Keir Fraser2008-01-184-31/+13
| * vt-d: Clean up and bug fixes to ioapic handling.Keir Fraser2008-01-184-118/+230
| * Add FS backend/frontend drivers (frontend in minios only).Keir Fraser2008-01-181-0/+181
* | [IA64] Make maximum number of supported physical CPUs a compile-time optionAlex Williamson2008-01-171-0/+4
* | [IA64] Support continuation for hypercall in hvm.Alex Williamson2008-01-171-17/+25
* | [IA64] xenoprof/ia64 howtoAlex Williamson2008-01-171-0/+154
* | [IA64] Cleanup duplicate kdump_find_rsvd_region()Alex Williamson2008-01-171-47/+3
* | [IA64] Fix start_kernel() to call init_xenheap_pages() with correct range.Alex Williamson2008-01-171-13/+46
* | [IA64] Improve boot loader data moving logic in start_kernel()Alex Williamson2008-01-171-29/+43
* | [IA64] domheap: Clean up of context switch codeAlex Williamson2008-01-172-44/+45
* | [IA64] domheap: Introduce xenheap_megabytes boot optionAlex Williamson2008-01-171-0/+18
* | [IA64] domheap: Allocate mca related objects from domheap instead of xenheapAlex Williamson2008-01-171-5/+12
* | [IA64] domheap: Allocate percpu area from domheapAlex Williamson2008-01-171-2/+7
* | [IA64] domheap: Allocate vm buffer before boot allocatorAlex Williamson2008-01-174-22/+40
* | [IA64] domheap: Don't pin xenheap down. Now it's unnecessary.Alex Williamson2008-01-178-165/+11
* | [IA64] domheap: Fix current->domain->arch.shadow_bitmap referenceAlex Williamson2008-01-174-8/+11
* | [IA64] domheap: Don't refer struct domain from GET_VA_VCPU_VHPT_MADDR()Alex Williamson2008-01-172-9/+4
* | [IA64] domheap: Don't refer domain->arch.rid_bits from optfaults.SAlex Williamson2008-01-174-4/+4
* | [IA64] domheap: Allocate privregs from domain heap for VTi domainAlex Williamson2008-01-179-24/+162
* | [IA64] domheap: Remove duplicated declarations vmx_save_state()/vmx_load_state()Alex Williamson2008-01-171-2/+0
* | [IA64] domheap: Remove the unused constant, IA64_DOMAIN_SHARED_INFO_VA_OFFSETAlex Williamson2008-01-171-2/+0
* | [IA64] domheap: Allocate PV privregs pages from domain heapAlex Williamson2008-01-171-2/+7
* | [IA64] domheap: Allocate shared_info page from domain heapAlex Williamson2008-01-171-10/+18
* | [IA64] domheap: Remove unused IA64_DOMAIN_SHARED_INFO_OFFSETAlex Williamson2008-01-171-2/+0
* | [IA64] domheap: Fix ia64_switch_to()Alex Williamson2008-01-171-1/+1
* | [IA64] Fix MCA handling from xen relocation changesAlex Williamson2008-01-171-14/+11
* | [IA64] Rearrange IA64_TR_ definitions to use from lower valueAlex Williamson2008-01-171-3/+4
* | [IA64] Allocate struct vcpu from domheap.Alex Williamson2008-01-171-2/+5