aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86 hvm: During task switch, LDT must be loaded before all otherKeir Fraser2009-04-271-3/+3
* x86 vtd: Do not exclude freed percpu areas from dom0 vtd tables.Keir Fraser2009-04-252-6/+7
* x86: Detect bogus BIOS e820 tables which are not fully covered asKeir Fraser2009-04-241-0/+58
* xentrace: Clean up HVM I/O tracing.Keir Fraser2009-04-242-8/+8
* xentrace: fix trivial typo.Keir Fraser2009-04-241-1/+1
* x86 numa: Fix left shift overflowsKeir Fraser2009-04-231-3/+3
* x86: Remove bogus vtd frametable range checkKeir Fraser2009-04-231-5/+1
* intel vtd: Remove the BUG_ON in domain_context_mapping().Keir Fraser2009-04-211-1/+14
* [IA64] fix early access to per cpu area.Isaku Yamahata2009-04-217-5/+61
* x86: fix next->vcpu_dirty_cpumask checking in context_switch()Keir Fraser2009-04-201-2/+1
* 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