aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers
Commit message (Expand)AuthorAgeFilesLines
* PL011: don't force baud rate of 38400 bpsAndre Przywara2013-08-201-1/+1
* VT-d: protect against bogus information coming from BIOSJan Beulich2013-08-142-0/+6
* watchdog/crash: Always disable watchdog in console_force_unlock()Andrew Cooper2013-08-131-0/+1
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-131-1/+1
* cleanup unused request{_dt,}_irq() parameterAndrew Cooper2013-08-082-2/+2
* pl011: Implement vuart_info callbackJulien Grall2013-08-081-0/+15
* exynos4210: Implement vuart_info callbackJulien Grall2013-08-081-0/+15
* xen/arm: New callback in uart_driver to retrieve serial informationJulien Grall2013-08-081-0/+8
* xen/conring: Write to console ring even if console lock is bustedAndrew Cooper2013-08-061-3/+2
* xen/conring: Clean up writing to the console ringAndrew Cooper2013-08-061-9/+10
* pl011: Move registers' definition in a separate fileJulien Grall2013-08-051-47/+1
* pl011: Use ioreadl/iowritelJulien Grall2013-08-051-38/+42
* VT-d: enable for multi-vector MSIJan Beulich2013-07-181-29/+35
* AMD IOMMU: Add debug-key for dumping IRTEsSuravee Suthikulpanit2013-07-161-0/+61
* AMD IOMMU: enable for multi-vector MSIJan Beulich2013-07-161-12/+51
* AMD IOMMU: untie remap and vector mapsJan Beulich2013-07-161-44/+0
* AMD IOMMU: allocate IRTE entries instead of using a static mappingJan Beulich2013-07-163-80/+183
* extract register definitions from ns16550 into a separated headerChen Baozi2013-07-161-111/+44
* AMD IOMMU: use ioremap()Jan Beulich2013-07-151-12/+3
* VT-d: use ioremap()Jan Beulich2013-07-153-11/+4
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-041-1/+1
* iommu/amd: Workaround for erratum 787Suravee Suthikulpanit2013-07-021-0/+16
* iommu/amd: Fix logic for clearing the IOMMU interrupt bitsSuravee Suthikulpanit2013-07-023-40/+67
* cpufreq, xenpm: fix cpufreq and xenpm mismatchJacob Shin2013-07-021-1/+1
* AMD/intremap: Prevent use of per-device vector maps until irq logic is fixedAndrew Cooper2013-06-271-2/+17
* AMD IOMMU: make interrupt work againJan Beulich2013-06-171-7/+6
* AMD/IOMMU: revert "SR56x0 Erratum 64 - Reset all head & tail pointers"Jan Beulich2013-06-051-19/+6
* drivers/exynos4210: Return -ENOMEM when ioremap has failedJulien Grall2013-05-231-0/+1
* AMD/iommu: SR56x0 Erratum 64 - Reset all head & tail pointersAndrew Cooper2013-05-221-0/+13
* xen/arm: Add Exynos 4210 UART supportAnthony PERARD2013-05-132-0/+366
* xen/arm: Use device tree API in pl011 UART driverJulien Grall2013-05-131-16/+72
* xen/arm: Add generic UART to get the device in the device treeJulien Grall2013-05-133-0/+76
* xen/arm: New callback in uart_driver to get device tree interrupt structureJulien Grall2013-05-131-0/+10
* xen/arm: Introduce ioremap_attr, ioremap_cache, ioremap_nocache, ioremap_wcJulien Grall2013-05-131-1/+1
* AMD IOMMU: fill msi_desc fields required by commit fe017c59Jan Beulich2013-05-071-3/+10
* VT-d: don't permit SVT_NO_VERIFY entries for known device typesJan Beulich2013-05-021-5/+9
* x86: allow Dom0 read-only access to IO-APICsJan Beulich2013-05-022-4/+0
* ns16550: delay resume until dom0 ACPI has a chance to runBen Guthro2013-04-241-1/+54
* VTD: Remove the check for reserved device scope typeYang Zhang2013-04-161-2/+8
* iommu/crash: Interrupt remapping is also disabled on crashAndrew Cooper2013-04-161-1/+1
* IOMMU: allow MSI message to IRTE propagation to failJan Beulich2013-04-154-18/+33
* 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