aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-219-9/+9
* AMD IOMMU: use __ioapic_read_entry() instead of open coding itJan Beulich2013-02-181-4/+2
* AMD IOMMU: don't BUG() when we don't have toJan Beulich2013-02-181-2/+2
* xen/arm: introduce a driver for the ARM HDLCD controllerStefano Stabellini2013-02-153-0/+354
* xen: introduce a generic framebuffer driverStefano Stabellini2013-02-154-153/+254
* x86: move watchdog declarations from config.h to nmi.hJan Beulich2013-02-151-0/+1
* AMD IOMMU: handle MSI for phantom functionsJan Beulich2013-02-141-6/+27
* AMD IOMMU: also spot missing IO-APIC entries in IVRS tableJan Beulich2013-02-141-14/+37
* AMD,IOMMU: Make per-device interrupt remapping table defaultBoris Ostrovsky2013-02-052-1/+3
* AMD,IOMMU: Disable IOMMU if SATA Combined mode is onBoris Ostrovsky2013-02-051-0/+33
* AMD,IOMMU: Clean up old entries in remapping tables when creating new oneJan Beulich2013-02-052-6/+80
* ACPI: acpi_table_parse() should return handler's error codeBoris Ostrovsky2013-02-051-3/+2
* xen: Fix some over-long source lines.Keir Fraser2013-01-301-5/+8
* xen: Define debug_build() based on NDEBUG. Use it in a few printk's.Keir Fraser2013-01-301-6/+1
* xen: print "debug=y|n" during hypervisor startupDario Faggioli2013-01-301-2/+7
* xen: infrastructure to have cross-platform video driversStefano Stabellini2013-01-245-20/+20
* fix acpi_dmar_zap/reinstate() (fixes S3 regression)Tomasz Wroblewski2013-01-232-1/+60
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-113-8/+8
* xen: use XSM instead of IS_PRIV where duplicatedDaniel De Graaf2013-01-111-6/+0
* VT-d: fix interrupt remapping source validation for devices behind legacy bri...Jan Beulich2013-01-091-1/+1
* IOMMU: add option to specify devices behaving like ones using phantom functionsJan Beulich2013-01-071-0/+57
* VT-d: relax source qualifier for MSI of phantom functionsJan Beulich2013-01-071-1/+10
* IOMMU: add phantom function supportJan Beulich2013-01-075-19/+161
* IOMMU/PCI: consolidate pdev_type() and cache its result for a given deviceJan Beulich2013-01-073-18/+25
* AMD IOMMU: adjust flush function parametersJan Beulich2013-01-072-7/+7
* VT-d: adjust context map/unmap parametersJan Beulich2013-01-073-25/+23
* IOMMU: adjust add/remove operation parametersJan Beulich2013-01-074-53/+55
* IOMMU: adjust (re)assign operation parametersJan Beulich2013-01-073-68/+44
* passthrough/domctl: use correct struct in unionAndrew Cooper2013-01-041-3/+3
* xen/arch/*: add struct domain parameter to arch_do_domctlDaniel De Graaf2012-12-181-27/+4
* streamline guest copy operationsJan Beulich2012-12-101-1/+1
* IOMMU/ATS: fix maximum queue depth calculationJan Beulich2012-12-053-3/+4
* AMD IOMMU: add locking missing from c/s 26198:ba90ecb0231fJan Beulich2012-11-301-1/+6
* VT-d: make scope parsing code type safeJan Beulich2012-11-292-15/+13
* IOMMU: imply "verbose" from "debug"Jan Beulich2012-11-281-0/+4
* VT-d: adjust IOMMU interrupt affinities when all CPUs are onlineJan Beulich2012-11-281-4/+28
* AMD IOMMU: include IOMMU interrupt information in 'M' debug key outputJan Beulich2012-11-282-46/+35
* VT-d: include IOMMU interrupt information in 'M' debug key outputJan Beulich2012-11-282-11/+23
* ACPI: fix return value of XEN_PM_PDC platform opJan Beulich2012-11-281-2/+2
* implement vmap()Jan Beulich2012-11-222-36/+4
* VT-d: clean up map/unmap log messagesJan Beulich2012-11-221-12/+14
* passthrough/PCI: replace improper uses of pci_find_next_cap()Jan Beulich2012-11-201-14/+3
* AMD IOMMU: fix type of "bdf" parameter of update_intremap_entry_from_msi_msg()Jan Beulich2012-11-191-1/+1
* AMD IOMMU: Enable HPET broadcast msi remappingWei Wang2012-11-193-12/+51
* pl011: set baud and clock_hz to the right defaults for Versatile ExpressStefano Stabellini2012-11-151-2/+2
* IOMMU: don't immediately disable bus mastering on faultsJan Beulich2012-11-124-20/+43
* IOMMU: keep disabled until iommu_setup() is calledJan Beulich2012-11-025-9/+14
* IOMMU: fail HPET MSI setup on AMDJan Beulich2012-10-191-1/+1
* x86/HPET: allow use for broadcast when interrupt remapping is in effectJan Beulich2012-10-186-3/+129
* ACPI/APEI: accept validly sized ERST on Intel systems only for nowJan Beulich2012-10-181-0/+13