aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* vtd: Fix a missing spin_unlock_irqrestore()Keir Fraser2008-08-041-0/+3
* Delay 5 seconds on reboot *after* stopping all CPUs.Keir Fraser2008-08-046-11/+15
* io passthru: fix a bug when assigning a SATA CDROM or DISKKeir Fraser2008-08-011-1/+1
* FSIF: extend protocol to multi-grant requests and multi-page ringKeir Fraser2008-08-011-7/+17
* AMD IOMMU: spin_uinlock() on early return path.Keir Fraser2008-07-311-0/+3
* AMD IOMMU: Miscellaneous fixes and cleanups.Keir Fraser2008-07-314-261/+33
* AMD IOMMU: Add deallocation for interrupt remapping table.Keir Fraser2008-07-311-1/+16
* AMD IOMMU: Remove pci scanning, parse acpi structures to detect iommu hardware.Keir Fraser2008-07-311-151/+56
* AMD IOMMU: Remove device range register access, parse acpi structuresKeir Fraser2008-07-311-60/+173
* AMD IOMMU: Since device id covered by each iommu can never overlap,Keir Fraser2008-07-311-20/+199
* x86: Handle p2m_ram_ro with HAPKeir Fraser2008-07-313-4/+7
* Update Xen version for 3.3.0-rc3-preKeir Fraser2008-07-311-1/+1
* Update Xen version for 3.3.0-rc2.3.3.0-rc2Keir Fraser2008-07-311-1/+1
* Remove vtd_hw_check().Keir Fraser2008-07-312-33/+0
* evtchn: Avoid spurious event-channel notifications across unbind/bind.Keir Fraser2008-07-317-28/+41
* vtd: Fix bug #1306: Dom0 hangs when destroying guest with MSI NIC assignedKeir Fraser2008-07-313-36/+48
* vtd: Add a debug key 'V' to dump some iommu info.Keir Fraser2008-07-313-0/+110
* grant_table: Remove compat-shim BUG_ON() which can fail ifKeir Fraser2008-07-301-1/+0
* vtd: Move dom0 RMRR check to intel_iommu_remove_device()Keir Fraser2008-07-301-23/+23
* x86: Fix the build after c/s 18163 (5fbcbee355e2)Keir Fraser2008-07-301-3/+1
* Change Px control protection corresponding to changeset 18125Keir Fraser2008-07-294-10/+10
* x86, hvm: Fix issue with user-mode writes to read-only memory.Keir Fraser2008-07-291-6/+17
* x86: reprogram LAPIC timer in pit_broadcast_exitKeir Fraser2008-07-291-1/+4
* vtd: Fix some dmar bugsKeir Fraser2008-07-291-7/+8
* x86: fix a few page table handling issuesKeir Fraser2008-07-291-12/+24
* Fix ia64 build.Keir Fraser2008-07-291-0/+6
* Simplify 'dma heap' logic.Keir Fraser2008-07-281-57/+20
* Default dma_bitsize is 30.Keir Fraser2008-07-283-13/+3
* Change cpufreq_controller from meanless FREQCTL_none to FREQCTL_xenKeir Fraser2008-07-282-2/+2
* Move xen-pm options from dom0 cmdline option to start info.Keir Fraser2008-07-283-9/+5
* x86: extend debug key 't' to collect useful clock skew infoKeir Fraser2008-07-281-14/+38
* x86: Roughly synchronise calls to local_time_calibration().Keir Fraser2008-07-281-3/+4
* Update Xen version for 3.3.0-rc2-preKeir Fraser2008-07-251-1/+1
* 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