aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers
Commit message (Expand)AuthorAgeFilesLines
* ACPI/APEI: revert "accept validly sized ERST on Intel systems only for now"Jan Beulich2013-03-281-13/+0
* x86: reserve pages when SandyBridge integrated graphicsXudong Hao2013-03-261-1/+1
* AMD IOMMU: allow disabling only interrupt remapping when certain IVRS consist...Jan Beulich2013-03-252-3/+6
* VT-d: deal with 5500/5520/X58 errataMalcolm Crossley2013-03-252-0/+32
* IOMMU: properly check whether interrupt remapping is enabledJan Beulich2013-03-253-30/+13
* ACPI, APEI: Add apei_exec_run_optionalHuang Ying2013-03-222-4/+16
* ACPI/APEI: Unlock apei_iomaps_lock on error pathAndrew Cooper2013-03-221-4/+2
* ACPI/ERST: Name table in otherwise opaque error messagesAndrew Cooper2013-03-201-2/+2
* VT-d: Enumerate IOMMUs when listing capabilitiesAndrew Cooper2013-03-201-1/+2
* AMD/IOMMU: Process softirqs while building dom0 iommu mappingsAndrew Cooper2013-03-201-0/+3
* IOMMU, AMD Family15h Model10-1Fh erratum 746 WorkaroundSuravee Suthikulpanit2013-02-261-0/+38
* AMD IOMMU: cover all functions of a device even if ACPI only tells us of func 0Jan Beulich2013-02-263-13/+48
* honor ACPI v4 FADT flagsJan Beulich2013-02-222-0/+9
* ACPI: support v5 (reduced HW) sleep interfaceJan Beulich2013-02-221-0/+16
* ACPICA: Update for larger ACPI 5 FADT sizeBob Moore2013-02-221-5/+6
* ACPI 5.0: Implement hardware-reduced optionBob Moore2013-02-221-2/+20
* ACPI 5.0: Basic support for FADT version 5Bob Moore2013-02-221-2/+3
* 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