aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Update Xen version for 3.4.0-rc13.4.0-rc1Keir Fraser2009-04-101-1/+1
* x86 acpi: Quieten boot messages regarding power modesKeir Fraser2009-04-101-1/+1
* Disable debug build by default.Keir Fraser2009-04-091-1/+1
* x86 mce: fix a few possible issuesKeir Fraser2009-04-096-261/+337
* x86 hvm: Remove the extra IS_PRIV_FOR() checks I added to do_hvm_op().Keir Fraser2009-04-081-16/+0
* x86 hvm: Fix privilege checking in do_hvm_op() hypercall.Keir Fraser2009-04-081-6/+27
* x86 mce: Small cleanups to machine-check hypercall handling.Keir Fraser2009-04-081-22/+9
* Avoid deadlocks on domctl_lock when pausing domains/vcpus.Keir Fraser2009-04-084-9/+43
* xentrace: Only trace 64b vmexit when in long mode.Keir Fraser2009-04-072-6/+16
* xentrace: Trace CR accesses in hvm emulator.Keir Fraser2009-04-071-0/+3
* cpufreq: align dbs timer for better package C state residencyKeir Fraser2009-04-071-1/+2
* x86: Make special TSC handling (assuming all TSCs tick at exact sameKeir Fraser2009-04-061-41/+70
* x86_64: explicitly zero CR[1] in getvcpucontext for guests with no user PTKeir Fraser2009-04-061-3/+3
* xenpm: Set scheduler vcpu_migration_delay by xenpmKeir Fraser2009-04-067-0/+61
* x86 mce: Small fix for polling/CMCI race conditions.Keir Fraser2009-04-064-8/+21
* Move logic for avoiding limited idle quantum into credit scheduler.Keir Fraser2009-04-022-6/+5
* x86: imply 'noapic' from 'nolapic'Keir Fraser2009-04-021-1/+4
* hvm: add ACPI power button for HVMKeir Fraser2009-04-023-8/+28
* x86: A further fix to paging_log_dirty_op() -- do not unmap_domain_page(NULL)Keir Fraser2009-04-021-1/+2
* x86: hvm_*io_intercept() should only update p->count if X86EMUL_OKAY.Keir Fraser2009-04-011-2/+8
* Only set scheduler quantum timer for non-idle VCPUsKeir Fraser2009-04-011-2/+3
* x86 hpet: two more fixes for c/s 19419Keir Fraser2009-04-011-1/+4
* x86: paging_log_dirty_op() should take care with invalid log_dirty.topKeir Fraser2009-04-011-2/+3
* ia64: Fix the build after max_cstate changes.Keir Fraser2009-04-013-5/+4
* x86 hpet: fix irq_vector[] update of c/s 19419Keir Fraser2009-04-011-8/+4
* Simplify spinlock code and re-enable IRQs where possible when spinning.Keir Fraser2009-03-313-121/+18
* x86: Enable S3 for 32bit dom0 on 64bit XenKeir Fraser2009-03-311-0/+14
* x86: unify BUG() & Co, reduce overhead on x86-64Keir Fraser2009-03-314-58/+40
* Use unlikely() in BUG_ON()/WARN_ON()Keir Fraser2009-03-312-3/+3
* x86 mce: fix and clean up c/s 19423Keir Fraser2009-03-314-201/+138
* x86: small adjustment to asm constraints for c/s 19400Keir Fraser2009-03-311-2/+2
* x86 mce: fix c/s 18938Keir Fraser2009-03-313-30/+47
* x86 mce: fix c/s 17968 for 32-on-64Keir Fraser2009-03-316-61/+135
* vtd: fix multiple Dom0 S3 on hosts that support Queued Invalidation.Keir Fraser2009-03-312-3/+22
* cpuidle: suspend/resume scheduler tick timer during cpu idle state entry/exitKeir Fraser2009-03-315-14/+64
* x86: Clean up atomic.h comments and asm specifiers.Keir Fraser2009-03-311-28/+18
* vtd: fix iommu vector leakKeir Fraser2009-03-312-7/+12
* xen: include MSI/MSI-X information in interrupt debug outputKeir Fraser2009-03-311-14/+20
* x86: virt_to_mfn() fixes.Keir Fraser2009-03-313-5/+25
* cpuidle: export max_cstate access via libxcKeir Fraser2009-03-312-0/+19
* intel mce: Small fixes.Keir Fraser2009-03-311-4/+9
* x86 acpi: Delete unnecessary and broken RSDP-scanning code.Keir Fraser2009-03-303-54/+0
* merge with xen-unstable.hgIsaku Yamahata2009-03-2787-1537/+4252
|\
| * x86: Build fixes and cleanups after Intel MCA changes.Keir Fraser2009-03-202-222/+230
| * MCA interfaces between XEN/DOM0, let DOM0 know the MCA recovery actionKeir Fraser2009-03-202-0/+110
| * Implements Guest MCE# MSR read/write virtualizationKeir Fraser2009-03-203-2/+300
| * x86: Core support for Intel MCA supportKeir Fraser2009-03-206-7/+468
| * x86: Enable Xen C-state management by default.Keir Fraser2009-03-201-1/+1
| * CPUIDLE: enable MSI capable HPET for timer broadcastKeir Fraser2009-03-204-28/+393
| * vtd: fix Dom0 S3 when VT-d is enabled.Keir Fraser2009-03-205-44/+94