aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers
Commit message (Expand)AuthorAgeFilesLines
* passthrough: fix domain ref leak after 24888:71159fb049f2Jan Beulich2012-03-071-0/+2
* amd iommu: Introduce a new lock for event and ppr loggingWei Wang2012-03-011-8/+10
* passthrough: release assigned PCI devices earlier during domain shutdownJan Beulich2012-02-241-1/+2
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-161-16/+18
* amd iommu: Remove redundant checks from iommu emulation code pathWei Wang2012-02-091-6/+0
* arm: pl011 UART driverStefano Stabellini2012-02-092-0/+267
* xen/common/Makefile: introduce HAS_{CPUFREQ,PCI,PASSTHROUGH,NS16550,KEXEC}Stefano Stabellini2012-02-093-4/+8
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-281-2/+2
* vesa: flush lfb after zeroingAndrew Cooper2012-01-281-18/+19
* Console: introduce console=none command line parameterAndrew Cooper2012-01-281-0/+2
* amd iommu: disable iommu emulation on non-iommu systemsWei Wang2012-01-282-2/+10
* Include some header files that are not automatically included on all archsStefano Stabellini2012-01-231-0/+1
* Move cpufreq option parsing to cpufreq.cStefano Stabellini2012-01-231-0/+31
* iommu: Move IOMMU faults handling into softirq for AMD-Vi.Dario Faggioli2012-01-201-3/+41
* add NULL checks in code added by 24492:6c104b46ef89Jan Beulich2012-01-192-2/+19
* Move IOMMU faults handling into softirq for VT-d.Dario Faggioli2012-01-171-3/+36
* cleanup get_gfn_from_base_reg() function.Wei Wang2012-01-161-10/+3
* remove inclusion of asm/config.hJan Beulich2012-01-133-3/+0
* amd iommu: Enable FC bit in iommu host level PTEWei Wang2012-01-121-0/+7
* amd iommu: add ppr log processing into iommu interrupt handlingWei Wang2012-01-121-42/+121
* amd iommu: Enable guest level translationWei Wang2012-01-121-1/+24
* amd iommu: Enable ppr logWei Wang2012-01-121-12/+95
* amd iommu: Add iommu emulation for hvm guestWei Wang2012-01-125-0/+974
* amd iommu: Introduces new helper functions to simplify bitwise operationsWei Wang2012-01-122-35/+27
* amd iommu: Refactoring iommu ring buffer definitionWei Wang2012-01-122-57/+70
* xsm: Add missing access checksDaniel De Graaf2011-12-182-2/+23
* ACPI: eliminate duplicate IVRS definitionsJan Beulich2011-12-134-196/+211
* ACPI: eliminate duplicate DMAR definitionsJan Beulich2011-12-132-58/+57
* ACPI: update table interface headersJan Beulich2011-12-131-2/+4
* ACPI: eliminate duplicate MADT parsing and unused SBF definitionsJan Beulich2011-12-131-10/+11
* VT-d: bind IRQs to CPUs local to the node the IOMMU is onJan Beulich2011-12-132-6/+8
* AMD IOMMU v2: minor cleanupJan Beulich2011-12-021-1/+1
* Properly compare "pci" token when groking serial port configAndres Lagar-Cavilla2011-11-241-1/+1
* move pci_find_ext_capability() into common PCI codeJan Beulich2011-11-221-0/+40
* amd iommu: Support INVALIDATE_IOMMU_ALL command.Wei Wang2011-11-222-2/+30
* amd iommu: Factor out iommu command handling functions,Wei Wang2011-11-226-353/+393
* amd iommu: Advertise iommu extended feature bits to xen.Wei Wang2011-11-222-0/+43
* iommu: Introduce per cpu flag (iommu_dont_flush_iotlb) to avoid unnecessary i...Jean Guyader2011-11-182-2/+9
* iommu: Introduce iommu_flush and iommu_flush_all.Jean Guyader2011-11-182-0/+32
* vtd: Refactor iotlb flush codeJean Guyader2011-11-181-43/+43
* ia64: fix the buildJan Beulich2011-11-153-6/+24
* xen: avoid crash enabling turbo modeIan Campbell2011-11-151-3/+3
* Revert c/s 23666:b96f8bdcaa15 KEXEC: disconnect all PCI devices from the PCI ...Andrew Cooper2011-11-111-24/+0
* amd iommu: Introduce iommu_has_cap() functionWei Wang2011-11-113-6/+7
* amd iommu: Compress hyper-transport flags into a single byteWei Wang2011-11-112-79/+65
* amd iommu: Disable debug output for early DTE updateWei Wang2011-11-111-4/+0
* amd iommu: Simplify IVHD device flag handlingWei Wang2011-11-113-71/+16
* amd iommu: Cleanup iommu pci capabilites detectionWei Wang2011-11-111-22/+21
* amd iommu: Use pci access function to detect msi capabilitiesWei Wang2011-11-111-26/+7
* amd iommu: enable ats devicesWei Wang2011-11-082-6/+57