aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86: Ensure RAM holes really are not mapped in Xen's ongoing 1:1 physmap.Keir Fraser2008-01-251-3/+17
* x86: First 1MB of memory should be mapped with 4kB mappings to avoidKeir Fraser2008-01-254-9/+75
* x86: Clarify early_page_fault() handler intent, and improve debug tracing.Keir Fraser2008-01-251-8/+14
* x86: Fix host S3.Keir Fraser2008-01-251-2/+5
* x86: make show_page_walk() more robust.Keir Fraser2008-01-242-7/+7
* x86, hvm: Only invalidate qemu mapcache on XENMEM_decrease_reservation.Keir Fraser2008-01-242-16/+27
* x86, hvm: MTRR can't cover all the memery rangesKeir Fraser2008-01-241-1/+14
* vt-d: Do FLR of assigned devices with VT-dKeir Fraser2008-01-243-1/+99
* vmx realmode: Restructure code for clarity and better treatment ofKeir Fraser2008-01-241-67/+111
* 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