aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers
Commit message (Expand)AuthorAgeFilesLines
* patches to support booting from my grubroot2013-10-231-2/+2
* VT-d: fix suspected data race condition in iommu_set_root_entry()Andrew Cooper2013-10-081-16/+3
* x86/AMD-Vi: Fix IVRS HPET special->handle overrideSuravee Suthikulpanit2013-09-302-13/+27
* AMD IOMMU: fix Dom0 device setup failure for host bridgesSuravee Suthikulpanit2013-09-274-5/+36
* ns16550: Use correct #define symbol for HAS_IOPORTSAndrew Cooper2013-09-251-1/+1
* ns16550: support DesignWare 8250Ian Campbell2013-09-211-0/+14
* ns16550: make usable on ARMIan Campbell2013-09-211-12/+181
* xen/arm: replace io{read,write}{l,b} with {read,write}{l,b}Ian Campbell2013-09-213-6/+9
* passthrough/amd: Shuffle declaration.Tim Deegan2013-09-171-1/+1
* passthrough/amd: Missing 'break'Tim Deegan2013-09-171-0/+1
* passthrough/amd: Drop unnecessary lock lookup.Tim Deegan2013-09-171-1/+0
* xen/video: hdlcd: Use early_printk instead of printkJulien Grall2013-09-171-11/+12
* xen/video: hdlcd: Convert the driver to the new device tree APIJulien Grall2013-09-171-20/+26
* AMD-Vi: also match IVRS overrides on device IDJan Beulich2013-09-161-0/+18
* AMD-Vi: Fix IVRS HPET special->handle overrideSuravee Suthikulpanit2013-09-161-0/+1
* acpi/pmstat: fix check for empty name strings.Tim Deegan2013-09-121-2/+2
* ehci-dbgp: avoid division by zero.Tim Deegan2013-09-121-0/+3
* ehci-dbgp: drop dead code.Tim Deegan2013-09-121-5/+0
* cpufreq: missing check of copy_from_guest()Tim Deegan2013-09-121-2/+6
* cpufreq: avoid integer overflows.Tim Deegan2013-09-121-3/+4
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-101-17/+76
* xen/char: dt-uart: Allow the user to give a path to the nodeJulien Grall2013-09-061-6/+10
* pl011: preserve RTS and DTR signal on UART initAndre Przywara2013-09-031-2/+5
* AMD IOMMU: allow command line overrides for broken IVRS tablesJan Beulich2013-08-291-18/+70
* AMD IOMMU: add missing checksJan Beulich2013-08-291-3/+11
* xen: update tx_ready callback for ARM serial driversTomasz Wroblewski2013-08-283-3/+3
* PCI UART: better cope with UART being temporarily unavailableTomasz Wroblewski2013-08-283-25/+42
* Fix inactive timer list corruption on second S3 resumeTomasz Wroblewski2013-08-281-1/+3
* PCI: centralize parsing of device coordinates in command line optionsJan Beulich2013-08-284-45/+64
* AMD IOMMU: also allocate IRTEs for HPET MSIJan Beulich2013-08-281-5/+22
* pl011: early_panic if baud rate not set in hardwareIan Campbell2013-08-271-0/+2
* drivers/char: pl011: Enable receive timeout interruptJulien Grall2013-08-271-1/+1
* PCI: break MSI-X data out of struct pci_dev_infoJan Beulich2013-08-231-1/+16
* xen/arm: Add the new OMAP UART driver.Chen Baozi2013-08-222-0/+375
* xen: rename ns16550-uart.h to 8250-uart.h and fix some typosChen Baozi2013-08-221-1/+1
* VT-d: warn about Compatibility Format Interrupts being enabled by firmwareJan Beulich2013-08-211-6/+10
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-08-211-10/+19
|\
| * ACPI: use ioremap() in acpi_os_map_memory()Jan Beulich2013-08-211-5/+11
| * ACPI: fix acpi_os_map_memory()Jan Beulich2013-08-211-10/+13
* | PL011: fix reverse logic for interrupt mask registerAndre Przywara2013-08-211-3/+3
|/
* 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