aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Update Xen version for 3.3.0-rc1.3.3.0-rc1Keir Fraser2008-07-251-1/+1
* x86_emulate: fix unintended writeback on cmp/test instructionsKeir Fraser2008-07-251-0/+2
* x86: adds put_domain() for breaks in arch_do_domctl().Keir Fraser2008-07-251-2/+11
* vtd: change code style of pci.c file, and add spin_unlock(&pdev->lock)Keir Fraser2008-07-251-37/+42
* vtd: There is only one INCLUDE_ALL DMAR unit in system, but noKeir Fraser2008-07-251-9/+9
* vt-d: Map RMRR in intel_iommu_add_device() if the device has RMRR;Keir Fraser2008-07-251-2/+31
* x86: rename MSI optionKeir Fraser2008-07-244-11/+10
* x86/32on64: add missing physdev compat mode definitionsKeir Fraser2008-07-241-0/+9
* x86: XENPF_set_processor_pminfo handler adjustmentsKeir Fraser2008-07-241-3/+24
* hvm: Fix intra-vga-mem mmio in stdvga.cKeir Fraser2008-07-231-4/+30
* vtd: no need to flush iotlb or write buffer in iommu_page_mapping().Keir Fraser2008-07-231-18/+1
* vtd: During parsing DMAR table, if find RMRR is incorrect, return error.Keir Fraser2008-07-231-0/+6
* x86/64: Account for allocation bitmap by making Xen heap appropriately larger.Keir Fraser2008-07-221-8/+17
* x86: Fix the dom0 booting hang when VT-d is enabled.Keir Fraser2008-07-222-14/+37
* Fix a typo in the macro PCI_BDF2()Keir Fraser2008-07-221-3/+3
* x86: Reintroduce clocksource=tsc.Keir Fraser2008-07-211-8/+70
* Revert accidental commit from 18096:fa66b33f975a8fKeir Fraser2008-07-211-52/+2
* Fix debug key t to avoid irq jitter.Keir Fraser2008-07-211-0/+2
* x86: More accurate PIT frequency estimation (1193182Hz)Keir Fraser2008-07-213-3/+3
* [XSM][FLASK] Remove unused code from XSM and FlaskKeir Fraser2008-07-213-25/+0
* [XSM][FLASK] Argument handling bugs in XSM:FLASKKeir Fraser2008-07-215-311/+223
* amd iommu: support device add and remove for recent dom0 kernelKeir Fraser2008-07-181-0/+38
* x86: Remove clocksource=tsc for now.Keir Fraser2008-07-182-57/+3
* x86: Fix APERF/MPERF query bug on non-current cpuKeir Fraser2008-07-181-7/+15
* X86: Fix cpufreq _psd HW_ALL coordination bugKeir Fraser2008-07-181-9/+6
* xsm: Missing function in dummy moduleKeir Fraser2008-07-171-0/+5
* x86 Cx: Add option hpetbroadcast to force enabling hpet_broadcast.Keir Fraser2008-07-161-11/+26
* x86: Adjust handle_hpet_broadcast to let it run better before broadcast exitKeir Fraser2008-07-161-12/+3
* x86 shadow: Re-init per-page spinlock before freeing p2m pages.Keir Fraser2008-07-161-0/+3
* vt-d: Disable VT-d table output on DMA page faultsKeir Fraser2008-07-161-0/+2
* x86: Report TSC skew on boot at higher log level.Keir Fraser2008-07-151-2/+2
* x86: Ensure TSC calibration stats are same across all CPUs whenKeir Fraser2008-07-151-3/+20
* x86: No need to vcpu_update_system_time() on map_vcpu_info().Keir Fraser2008-07-151-8/+4
* xen: Small cleanups towards allowing stricter compile warnings.Keir Fraser2008-07-155-14/+17
* iommu: disable by default. 'iommu' on cmdline to enable.Keir Fraser2008-07-151-1/+1
* x86: Add clocksource=tsc option.Keir Fraser2008-07-151-3/+37
* x86: platform-timer read function returns 64 bits.Keir Fraser2008-07-151-29/+23
* vt-d: Disable VT-d if parsing ACPI DMAR failsKeir Fraser2008-07-141-0/+29
* x86: PIT broadcast to fix local APIC timer stop issue for Deep C stateKeir Fraser2008-07-144-6/+70
* vt-d: Remove the FLR logic in Xen.Keir Fraser2008-07-144-68/+0
* x86: allow control domain to limit machine addresses given to a particular guestKeir Fraser2008-07-115-1/+68
* iommu: make interrupt remapping more genericKeir Fraser2008-07-116-4/+49
* amd iommu: add interrupt remapping supportKeir Fraser2008-07-116-26/+320
* vt-d: Fix Host Address WidthKeir Fraser2008-07-111-1/+1
* vt-d: Fixup when mapping devices on non-PCIe busesKeir Fraser2008-07-101-4/+21
* x86 hvm: New boot option 'softtsc' to cause RDTSC to be trapped-and-emulated.Keir Fraser2008-07-106-3/+35
* x86 hvm: New hvm_op "set_mem_type" which allows marking ram pageKeir Fraser2008-07-102-0/+80
* x86: Do not allow write access to p2m_ram_ro memory type.Keir Fraser2008-07-102-25/+48
* intel: Stricter check for cpuid feature mask MSR availability.Keir Fraser2008-07-101-2/+3
* vt-d: Fix double spin_lock_irqsave().Keir Fraser2008-07-102-2/+5