aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* [IA64] Fix domain refernece countingAlex Williamson2008-02-051-14/+10
* merge with xen-unstable.hgAlex Williamson2008-02-0414-134/+200
|\
| * x86: adjust reserved bit page fault handlingKeir Fraser2008-02-041-3/+19
| * x86 shadow: Cleanup for early-unshadow code.Keir Fraser2008-02-042-16/+3
| * hvm: FPU management cleanups.Keir Fraser2008-02-036-97/+98
| * vmx realmode: HOST_CR0.TS must be cleared when restoring guest FPUKeir Fraser2008-02-034-14/+15
| * x86 shadow: Fix cross-page write emulation failure.Keir Fraser2008-02-011-1/+1
| * vmx realmode: Exception delivery clears interrupt shadow.Keir Fraser2008-01-311-2/+8
| * Fix x86/64 Xen build.Keir Fraser2008-01-311-5/+8
| * Small fix for VMX Core2 perfctr access.Keir Fraser2008-01-311-2/+4
| * vmx realmode: Emulate MSR accesses.Keir Fraser2008-01-313-4/+54
* | [IA64] Fix infinite loop in fault handler if debugger is not connectedAlex Williamson2008-01-304-6/+12
* | [IA64] Flush cache after patch kernelAlex Williamson2008-01-301-0/+1
|/
* vmx: Clean up after Core2 perf-monitoring patch.Keir Fraser2008-01-302-22/+16
* vmx: Enable Core 2 Duo Performance Counters in HVM guestKeir Fraser2008-01-3017-3/+861
* x86, hvm: Add a per-domain parameter to specify shadow or hap.Keir Fraser2008-01-2911-9/+23
* x86: Fix shadow pinning logic (for PV live relo).Keir Fraser2008-01-291-2/+12
* x86: Fix HVM hypercall preemption causing guest crash.Keir Fraser2008-01-291-1/+6
* x86: Fix XENPF_change_freq hypercall to not dereference a non-existentKeir Fraser2008-01-292-3/+14
* x86: Fix 16889:60bb765b25b5 in a couple of respects:Keir Fraser2008-01-292-6/+8
* vmx realmode: Multiple I/O reads to qemu in an instruction is notKeir Fraser2008-01-281-7/+7
* x86-64: use 1GB pages in 1:1 mapping if availableKeir Fraser2008-01-285-29/+250
* Move remaining xen/include/public/foreign files to tools/include/xen-foreignKeir Fraser2008-01-274-297/+0
* Do not special-case native architecture in mkchecker.py.Keir Fraser2008-01-271-7/+3
* Hypervisor build subsystem does not need COMPILE_ARCH/COMPILE_SUBARCH.Keir Fraser2008-01-272-8/+0
* x86: When Xen is notified that CPU frequency has changed, do not trustKeir Fraser2008-01-261-1/+3
* Inroduce new vcpu_lock_affinity() and vcpu_unlock_affinity() helperKeir Fraser2008-01-263-10/+48
* Move generation of public header hierarchy into the tools.Keir Fraser2008-01-262-62/+2
* 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