aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* merge with xen-unstable.hgAlex Williamson2008-02-1446-771/+1762
|\
| * x86/64: Make BIOS call to declare our intention to enter long mode.Keir Fraser2008-02-141-0/+7
| * x86 iommu: Define vendor-neutral interface for access to IOMMU.Keir Fraser2008-02-1416-304/+690
| * x86 shadow: Reduce scope of shadow lock.Keir Fraser2008-02-141-14/+4
| * xen: Clean up SMP/hotplug headers and implementation a bit.Keir Fraser2008-02-134-94/+14
| * vmx realmode: Only check for pending interrupts every 16thKeir Fraser2008-02-131-5/+13
| * vmx realmode: __hvm_copy() should not hvm_get_segment_register() whenKeir Fraser2008-02-131-6/+17
| * x86 vmx: Streamline vmx_interrupt_blocked() to avoid a VMREAD ifKeir Fraser2008-02-131-3/+8
| * x86 vmx: Remove bogus BUG_ON() introduced in previous changeset.Keir Fraser2008-02-131-4/+0
| * x86 hvm: Factor out save/restore of segment registers from VMX/SVMKeir Fraser2008-02-134-201/+129
| * 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
* | [IA64] Cleanup: remove unused functions and definitionsAlex Williamson2008-02-132-98/+17
* | merge with xen-unstable.hgAlex Williamson2008-02-0720-652/+415
|\|
| * 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
* | [IA64] Fix vcpu_tranlate()Alex Williamson2008-02-071-2/+3
* | [IA64] Fix shadow_op hypercallAlex Williamson2008-02-063-1/+30
* | [IA64] Fix maximum_gpfn hypercallAlex Williamson2008-02-052-3/+3
* | [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