aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* AMD IOMMU: Fix ioapic interrupt remappingKeir Fraser2009-04-171-0/+34
* cpuidle: Add support for Always Running APIC timer, CPUID_0x6_EAX_Bit2.Keir Fraser2009-04-174-3/+12
* x86: avoid EPT scanning errors when splitting superpages during live migrationKeir Fraser2009-04-171-2/+4
* Update Xen version for 3.4.0-rc3-preKeir Fraser2009-04-161-1/+1
* Update Xen version for 3.4.0-rc23.4.0-rc2Keir Fraser2009-04-161-1/+1
* cpuidle: Fix PV RTC I/O port access hookKeir Fraser2009-04-161-4/+6
* cpuidle: Enable hpet broadcast by defaultKeir Fraser2009-04-154-6/+91
* passthrough: allow pt_bind_irq for msi updateKeir Fraser2009-04-151-5/+16
* x86: Disable cpuidle by default unless hpet broadcast is available.Keir Fraser2009-04-152-3/+12
* x86: Support discontiguous sets of multiboot modules.Keir Fraser2009-04-141-6/+13
* New option conring_size= to allow larger console ring.Keir Fraser2009-04-144-19/+56
* Fix cpufreq HW-ALL coordination handleKeir Fraser2009-04-145-59/+124
* [XSM] missing entries to xsm_fixup_opsKeir Fraser2009-04-141-0/+2
* merge with xen-unstable.hgIsaku Yamahata2009-04-1416-308/+424
|\
| * Update Xen version for 3.4.0-rc2-preKeir Fraser2009-04-101-1/+1
| * 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
* | merge with xen-unstable.hgIsaku Yamahata2009-04-0752-689/+802
|\|
| * 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