aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Update Xen version to 3.2.0-rc13.2.0-rc1Keir Fraser2007-12-081-1/+1
* hvm stdvga: Do not emulate PIO reads inside Xen. They should be rareKeir Fraser2007-12-083-170/+32
* x86: Respect e820 map even below 16MB.Keir Fraser2007-12-071-54/+57
* x86: Change proliant io emulation stub to use pushf/popf instead of pushfw/po...Keir Fraser2007-12-071-14/+12
* vmx realmode: Fix exception delivery w.r.t. in-flight I/O.Keir Fraser2007-12-071-33/+42
* hvm: Clean up AP initialisation. This allows AP bringup into emulatedKeir Fraser2007-12-074-185/+88
* x86: Remove bogus variables on construct_dom0()Keir Fraser2007-12-061-6/+2
* ia64: Fix build after buf_ioreq struct change.Keir Fraser2007-12-061-1/+0
* hvm: buffered_ioreq does not need a 'df' field. Add explicit bitfieldKeir Fraser2007-12-062-2/+2
* 32-on-64: Fixes to previous changeset.Keir Fraser2007-12-064-9/+15
* 32-on-64: Fix domain address-size clamping, implementKeir Fraser2007-12-067-32/+37
* hvm: Split no_missed_tick_accounting into two modes:Keir Fraser2007-12-064-9/+21
* [XEN, 32on64]: Correct continuation translation for largeKeir Fraser2007-12-062-3/+3
* x86: Fix management support on HP ProLiant systems.Keir Fraser2007-12-063-1/+132
* hvm: Initialize vlapic->timer_last_update.Keir Fraser2007-12-051-3/+5
* x86_64: Do not leak trampoline mapping into dom0's initial address space.Keir Fraser2007-12-051-0/+1
* vt-d: Use bitmap to solve domain-id limitation issue.Keir Fraser2007-12-053-18/+60
* x86_emulate: EFLAGS.PF only reflects least-significant byte of result,Keir Fraser2007-12-051-8/+11
* x86: Sync cpu/common.c with Linux 2.6.18.Keir Fraser2007-12-051-18/+27
* Revert 16498:d2bef6551c1263e457aef75ce403ba53652a803f.Keir Fraser2007-12-042-13/+191
* Fix xenctl_cpumap_to_cpumask.Keir Fraser2007-12-041-6/+12
* x86_emulate: Fix SHLD/SHRD emulation -- cannot rely on dst.orig_valKeir Fraser2007-12-041-1/+1
* Merge with ia64.Keir Fraser2007-12-049-294/+185
|\
| * x86: clean up mm.c and cache 'current' where appropriate.Keir Fraser2007-12-041-44/+49
| * blkif interface: Add BLKIF_OP_FLUSH_DISKCACHE.Keir Fraser2007-12-041-1/+14
| * tboot, xen: Update for Trusted Boot v20071128.Keir Fraser2007-12-042-3/+44
| * vt-d: Print messages when:Keir Fraser2007-12-042-0/+7
| * xsm: Consolidate xsm processing within domain control hypercall.Keir Fraser2007-12-042-191/+13
| * x86: Move get_page/put_page out of header file, and only print onKeir Fraser2007-12-042-55/+58
* | merge with xen-unstable.hgAlex Williamson2007-11-3015-85/+322
|\|
| * x86_emulate: Fix POPA. Few other cleanups.Keir Fraser2007-11-291-7/+17
| * vmx: Better tracing in vmcs_dump_vcpu() -- grab RIP/RSP/RFLAGS fromKeir Fraser2007-11-283-11/+21
| * x86_emulate: Emulate SHLD and SHRD instructions.Keir Fraser2007-11-281-16/+44
| * domctl: Fix handling of size parameter in ext_vcpucontext domctl commands.Keir Fraser2007-11-281-7/+6
| * xsm: Fix linker script integration for xsm initcall list.Keir Fraser2007-11-282-2/+6
| * hvm: Fix 2 type mismatches in vlapic.h and hpet.c for 32-bit build XenKeir Fraser2007-11-282-7/+10
| * hvm: Inject #UD for un-emulated instructions rather than crash guestKeir Fraser2007-11-281-4/+9
| * Fix string length check for vsnprintf() in debugtrace_printk().Keir Fraser2007-11-281-1/+1
| * x86_emulate: Emulate RDTSC instruction.Keir Fraser2007-11-281-2/+24
| * x86_emulate: Emulate ENTER and LEAVE instructions.Keir Fraser2007-11-281-1/+58
| * vt-d: Some fixes and cleanup of Intel iommuKeir Fraser2007-11-282-3/+22
| * x86_emulate: Fix use-before-initialise warning.Keir Fraser2007-11-271-1/+1
| * vmx realmode: Slight finessing of an error path.Keir Fraser2007-11-261-2/+1
| * vmx realmode: When returning to protected mode we have to massage theKeir Fraser2007-11-261-7/+22
| * vmx realmode: Emulate writes to control registers.Keir Fraser2007-11-261-0/+31
| * x86_emulate: Emulate LMSW and SMSW.Keir Fraser2007-11-261-3/+28
| * x86 emulate: Emulate atomic read-modify-write instructions as aKeir Fraser2007-11-261-1/+2
| * vmx realmode: Fix emulation of exception delivery (stack pointer mustKeir Fraser2007-11-262-12/+6
| * x86_emulate: Emulate RETF and RETF imm16.Keir Fraser2007-11-261-1/+16
* | [IA64] Implement guest_os_type for ia64Alex Williamson2007-11-295-74/+19