aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* libxenctrl headers should not pollute macro namespace withKeir Fraser2008-02-122-9/+17
* Rendezvous selected cpus in softirq (stop_machine).Keir Fraser2008-02-119-13/+239
* x86 hvm: Allow HPET to be configured as a per-domain config option.Keir Fraser2008-02-113-2/+8
* x86: Compile fix for p2m audit code.Keir Fraser2008-02-111-3/+4
* vt-d: Remap interrupt for passthru device if such HW is detected on VT-d plat...Keir Fraser2008-02-116-7/+356
* x86: Fix build after xentrace changes.Keir Fraser2008-02-111-15/+18
* x86 shadow: Move the shadow linear mapping for n-on-3-on-4 shadows soKeir Fraser2008-02-111-34/+70
* xentrace: Remove redundant tb_done_init checks, and add missing ones.Keir Fraser2008-02-114-63/+79
* xentrace: Allow xentrace to handle >4G of trace data.Keir Fraser2008-02-112-15/+58
* xentrace: Fix bug in logic for bytes_to_wrap in trace buffer.Keir Fraser2008-02-111-19/+10
* x86_emulate: Fix IMUL r/m8 emulation.Keir Fraser2008-02-071-0/+1
* vmx realmode: Add REP MOVS handler.Keir Fraser2008-02-071-0/+53
* x86_emulate: Handle rep_ins, rep_outs, rep_movs hook failure and fallKeir Fraser2008-02-071-12/+15
* x86_emulate: Fix MUL emulation.Keir Fraser2008-02-071-0/+4
* x86: physaddr_bitsize must always be initialised for 32-on-64 dom0.Keir Fraser2008-02-071-24/+16
* vmx: Clean up VPMU code a little and remove noisy printk.Keir Fraser2008-02-072-44/+50
* hvm: Clean up CPUID_0000_0001 return values.Keir Fraser2008-02-076-67/+40
* x86 vmx: Remove vmxassist.Keir Fraser2008-02-069-463/+3
* x86_emulate: fix side-effect macro call.Keir Fraser2008-02-051-3/+6
* vmx realmode: Emulate protected-mode transition while CS and SS haveKeir Fraser2008-02-0511-53/+302
* x86_emulate: Fix SAHF emulation.Keir Fraser2008-02-051-1/+1
* 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
* 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