aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Update version to 3.2.0-rc53.2.0-rc5Keir Fraser2008-01-091-1/+1
* x86_emulate: Fix handling of RIP-relative addressing.Keir Fraser2008-01-091-2/+2
* vt-d: Fix print_vtd_entries walk VTd mapping table.Keir Fraser2008-01-093-72/+43
* hvm: hpet: Clamp period to sane values to prevent excessive looping inKeir Fraser2008-01-091-6/+18
* x86_emulate: Correct RIP-relative addressing offset for SHLD/SHRD withKeir Fraser2008-01-091-0/+3
* Fix x86_emulate() handling of imul with immediate operands.Keir Fraser2008-01-091-8/+11
* x86: Fix a comment in get_page_type().Keir Fraser2008-01-081-1/+1
* hvm: hpet: Fix overflow when converting to nanoseconds.Keir Fraser2008-01-082-2/+8
* hvm: Fix evtchn-to-fake-pci interrupt propagation.Keir Fraser2008-01-085-19/+29
* hvm: time: Fixes to 'SYNC' (no_missed_ticks_pending) timer handling.Keir Fraser2008-01-081-2/+3
* hvm: hpet: Fix per-timer enable/disable.Keir Fraser2008-01-081-12/+6
* x86: Fixes for S3 suspend resume:Keir Fraser2008-01-082-1/+9
* x86, hvm: Add a perf counter for CR0.WP=0 emulation.Keir Fraser2008-01-082-0/+4
* [IA64] Sort out the XEN_IA64_OPTF_IDENT_MAP_REG[457] constants confusionAlex Williamson2007-12-306-21/+56
* [IA64] Fix PV break fault handler.Alex Williamson2007-12-301-1/+6
* [IA64] Fix XEN_DOMCTL_shadow_op. it should check copy_to_guest() return value.Alex Williamson2007-12-301-1/+2
* [IA64] fix vmx_switch_rr7(). uninitialized register r3 was used. initialize it.Alex Williamson2007-12-301-3/+1
* Update version to 3.2.0-rc43.2.0-rc4Keir Fraser2007-12-291-1/+1
* vmx: Fix the 2nd argument of cpuid_count() in vmx_cpuid_intercept()Keir Fraser2007-12-291-1/+2
* Rename uintN_t guest handles to uintN, to avoid nameclash with uintN_tKeir Fraser2007-12-2812-35/+32
* vt-d: Only setup rmrr identity mappings of the assigned devicesKeir Fraser2007-12-281-7/+10
* In C99 (7.19.6.2.10), the behavior of scanf("stuff... %n", ..., &n) isKeir Fraser2007-12-281-3/+1
* hvm: copy_{to,from}_user_hvm shoudl return appropriate error codes.Keir Fraser2007-12-271-4/+8
* gdbstub: Various fixes.Keir Fraser2007-12-2711-93/+406
* vmx: Map the VLAPIC access page as mmio-direct in the p2m. ThisKeir Fraser2007-12-271-2/+2
* hvm: For functions which translate virtual addresses to machineKeir Fraser2007-12-279-146/+164
* hvm: Cannot use ring_3() macro on HVM guests. It does not work becauseKeir Fraser2007-12-278-16/+28
* hvm: Register fields CS,DS,ES,FS,GS,SS,etc. are all undefined duringKeir Fraser2007-12-276-1/+58
* x86: Fix PAE build.Keir Fraser2007-12-221-5/+5
* Update version to 3.2.0-rc4-preKeir Fraser2007-12-221-1/+1
* hvm: More physaddrs in unsigned longs.Keir Fraser2007-12-212-4/+4
* Update version for 3.2.0-rc33.2.0-rc3Keir Fraser2007-12-201-1/+1
* [IA64] Fix missing put_domain in XEN_DOMCTL_set_opt_featureAlex Williamson2007-12-201-0/+1
* Fix some build system error handling.Keir Fraser2007-12-202-3/+3
* Update version string for 3.2.0-rc23.2.0-rc2Keir Fraser2007-12-191-1/+1
* vmx: Do not set bit 1 of FEATURE_CONTROL MSR if SMX is not supportedKeir Fraser2007-12-193-21/+29
* Fix serial output of carriage return when using high-bit stream muxing.Keir Fraser2007-12-191-2/+2
* hvm: Some cleanups to vlapic emulation.Keir Fraser2007-12-191-16/+19
* Shadow: tidy the virtual-TLB translation cache.Keir Fraser2007-12-193-60/+27
* Shadow: Make gfn_t always an unsigned long. GFNs are passed aroundKeir Fraser2007-12-191-30/+23
* xentrace: Ensure virq gets sent even if we exactly hit the half water mark.Keir Fraser2007-12-191-2/+2
* [IA64] xenoprof: don't modify mPSR.pp. VTi caseAlex Williamson2007-12-173-6/+35
* [IA64] xenoprof: don't modify mPSR.pp. PV caseAlex Williamson2007-12-172-12/+39
* [IA64] xenoprof: various fix on linux-xen/perfmon.cAlex Williamson2007-12-171-13/+98
* [IA64] xenoprof: fix xenoprof_handler()Alex Williamson2007-12-171-7/+21
* [IA64] xenoprof: make xenoprofile_get_mode() vti domain awareAlex Williamson2007-12-171-13/+42
* [IA64] xenoprof: fix xenoprof_shared_gmfn()Alex Williamson2007-12-171-2/+7
* HVM: support unaligned and page-crossing writes in the shadow emulatorKeir Fraser2007-12-153-120/+200
* x86: Fix e820 walk and allocator initialisation.Keir Fraser2007-12-151-6/+4
* [IA64] Fix vmx_asm_thash typoAlex Williamson2007-12-141-1/+1