aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* [IA64] Fix vulnerability of copy_to_user in PAL emulationAlex Williamson2007-12-141-12/+61
* merge with xen-unstable.hg (staging)Alex Williamson2007-12-1410-92/+107
|\
| * SVM: Treat the vlapic's tpr as the master copy and sync the vtpr to itKeir Fraser2007-12-145-43/+29
| * hvm: Remove duplicate assignment of __HYPERVISOR_grant_table_op inKeir Fraser2007-12-141-3/+0
| * cpufreq: Always return successfully from cpufreq MSR trapsKeir Fraser2007-12-141-11/+20
| * hvm: Remove guest-triggerable assertions from vlapic emulation.Keir Fraser2007-12-142-29/+14
| * xenoprof: Fix more than one events can't be sampled concurrently for Intel CP...Keir Fraser2007-12-141-6/+20
| * xenoprof: flush remaining smples when sampling is stopped.Keir Fraser2007-12-141-0/+17
| * xenstore size limitsKeir Fraser2007-12-141-0/+7
* | [IA64] Update README.xenia64Alex Williamson2007-12-131-18/+21
|/
* Merge with ia64 tree.Keir Fraser2007-12-131-2/+2
|\
| * hvm: Fix mistake in timer cleanup.Keir Fraser2007-12-131-2/+2
* | merge with xen-unstable.hg (staging)Alex Williamson2007-12-1224-130/+278
|\|
| * hvm: Reduce vpt.c dependencies on external timer details.Keir Fraser2007-12-128-84/+77
| * Revert a chunk of the gdbstub fixup patch.Keir Fraser2007-12-121-1/+1
| * Fix gdb debugging of hypervisor.Keir Fraser2007-12-125-8/+33
| * hvm: Fix destroy_periodic_time() to not race destruction of one-shot timers.Keir Fraser2007-12-124-18/+29
| * hvm: Fix is_isa_irq_masked().Keir Fraser2007-12-121-2/+3
| * Fix build after I removed test_assign_device from domctl union.Keir Fraser2007-12-121-2/+2
| * vt-d: Test device assignability in xend, but defer actual assignment to qemu-dm.Keir Fraser2007-12-122-6/+27
| * hvm: MTRR MSRs save/restore support.Keir Fraser2007-12-123-1/+99
| * vt-d: Clean up hypervisor logging.Keir Fraser2007-12-125-20/+16
| * Fix domctl GCC dependencyKeir Fraser2007-12-121-1/+4
* | [IA64] Fix TLB purge and reload for xen heap in MCA handlerAlex Williamson2007-12-121-0/+25
* | [IA64] Stop all cpus at panicAlex Williamson2007-12-112-8/+6
* | [IA64] Fix LOAD_PHYSICAL for INIT handlerAlex Williamson2007-12-113-10/+24
|/
* ioemu: Include mouse dz in xenfb event packetKeir Fraser2007-12-101-0/+2
* x86: avoid LOCK prefix in some cases where it's not necessary.Keir Fraser2007-12-104-12/+13
* x86: eliminate (unused) return value from exception handling routinesKeir Fraser2007-12-103-83/+113
* Avoid duplication of domainID in messages.Keir Fraser2007-12-106-27/+29
* init_heap_pages() can be static.Keir Fraser2007-12-101-1/+1