aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* ACPI/NUMA: Improve SRAT parsingKeir Fraser2009-05-206-83/+72
* x86-64: also handle virtual aliases of Xen image pagesKeir Fraser2009-05-201-14/+19
* x86: don't map more than the allocated space for frame_tableKeir Fraser2009-05-201-3/+10
* x86: some assorted irq related cleanupsKeir Fraser2009-05-206-19/+2
* Introduce __must_be_arrayKeir Fraser2009-05-203-1/+11
* gnttab: for sanity's sake, don't access the active grant tableKeir Fraser2009-05-191-1/+3
* gnttab: Remove unused per-domain map_count fieldKeir Fraser2009-05-192-3/+0
* x86: Fix the P2M audit code.Keir Fraser2009-05-191-8/+6
* x86 hvm: Correctly emulate task switches into vm86 mode.Keir Fraser2009-05-191-8/+20
* x86_emulate: Emulate LLDT and LTR instructions.Keir Fraser2009-05-191-10/+25
* xentrace: Trace IRQs and entry/exit timestamps.Keir Fraser2009-05-192-0/+7
* x86, cpufreq: fix ondemand governor to take aperf/mperf feedbackKeir Fraser2009-05-191-19/+20
* x86 hvm: Provide x2APIC identifier in CPUID leaf 0xb.Keir Fraser2009-05-191-1/+7
* x86: Use PGC_cacheattr_mask rather than a hardcoded constant.Keir Fraser2009-05-191-3/+4
* vt-d: Fix interrupt remapping for multiple IOAPICsKeir Fraser2009-05-151-6/+64
* cpuidle: Fix possible false judge caused by type castingKeir Fraser2009-05-142-3/+10
* xen public: make mmuext_op's vcpumask field constKeir Fraser2009-05-141-2/+2
* x86 vmx: Ensure debug-mode intercept for int3 and debug exceptions areKeir Fraser2009-05-133-11/+21
* x86: update ioport_quirks_tbl[] for the proliant BL2xxKeir Fraser2009-05-111-0/+8
* x86 hvm: hvm_set_callback_irq_level() must not be called in IRQKeir Fraser2009-05-083-2/+17
* x86: Extend VMX_PERF_EXIT_REASON_SIZE to sync with latest SDMKeir Fraser2009-05-061-1/+1
* x86: Fix a couple of asm constraints.Keir Fraser2009-05-041-2/+2
* Update Xen version for 3.4.0-rc4-preKeir Fraser2009-04-301-1/+1
* Update Xen version for 3.4.0-rc33.4.0-rc3Keir Fraser2009-04-301-1/+1
* cpuidle: Fix for timer_deadline==0 caseKeir Fraser2009-04-301-5/+8
* x86_32: Fix build after e820 verbosity printks.Keir Fraser2009-04-291-2/+3
* x86 shadow: fix audit mode.Keir Fraser2009-04-291-0/+3
* x86: Add boot options regarding e820 parsinga nd clipping.Keir Fraser2009-04-291-12/+61
* x86 vmx: Reuse idtv_info to avoid double read of IDT_VECTORING.Keir Fraser2009-04-281-1/+1
* 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