Age | Commit message (Expand) | Author |
2021-09-13 | hw/char: cadence_uart: Log a guest error when device is unclocked or in reset | Bin Meng |
2021-09-13 | hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{rea... | Bin Meng |
2021-09-13 | hw/char: cadence_uart: Convert to memop_with_attrs() ops | Bin Meng |
2021-09-13 | hw/char: cadence_uart: Move clock/reset check to uart_can_receive() | Bin Meng |
2021-09-13 | hw/char: cadence_uart: Disable transmit when input clock is disabled | Bin Meng |
2021-09-08 | escc: fix STATUS_SYNC bit in R_STATUS register | Mark Cave-Ayland |
2021-09-08 | escc: re-use escc_reset_chn() for soft reset | Mark Cave-Ayland |
2021-09-08 | escc: remove register changes from escc_reset_chn() | Mark Cave-Ayland |
2021-09-08 | escc: implement hard reset as described in the datasheet | Mark Cave-Ayland |
2021-09-08 | escc: implement soft reset as described in the datasheet | Mark Cave-Ayland |
2021-09-08 | escc: introduce escc_hard_reset_chn() for hardware reset | Mark Cave-Ayland |
2021-09-08 | escc: introduce escc_soft_reset_chn() for software reset | Mark Cave-Ayland |
2021-09-08 | escc: reset register values to zero in escc_reset() | Mark Cave-Ayland |
2021-09-08 | escc: checkpatch fixes | Mark Cave-Ayland |
2021-09-01 | hw/char: Add config for shakti uart | Vijai Kumar K |
2021-08-25 | hw/char/pl011: add support for sending break | Jan Luebbe |
2021-08-05 | chardev: mark explicitly first argument as poisoned | Marc-André Lureau |
2021-07-20 | hw/riscv/Kconfig: Add missing dependency MICROCHIP_PFSOC -> SERIAL | Philippe Mathieu-Daudé |
2021-07-15 | char: ibex_uart: Update the register layout | Alistair Francis |
2021-06-24 | hw/char/ibex_uart: Make the register layout private | Alistair Francis |
2021-06-24 | hw/char: QOMify sifive_uart | Lukas Jünger |
2021-06-24 | hw/char: Consistent function names for sifive_uart | Lukas Jünger |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-13 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ... | Peter Maydell |
2021-05-12 | Drop the deprecated lm32 target | Markus Armbruster |
2021-05-11 | hw/char: Add Shakti UART emulation | Vijai Kumar K |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth |
2021-05-02 | hw: Do not include hw/sysbus.h if it is not necessary | Thomas Huth |
2021-05-02 | hw: Remove superfluous includes of hw/hw.h | Thomas Huth |
2021-04-09 | s390x: css: report errors from ccw_dstream_read/write | Pierre Morel |
2021-03-23 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210323'... | Peter Maydell |
2021-03-23 | hw/arm/virt: Disable pl011 clock migration if needed | Gavin Shan |
2021-03-22 | hw/char: disable ibex uart receive if the buffer is full | Alexander Wagner |
2021-03-19 | hw: Replace anti-social QOM type names | Markus Armbruster |
2021-03-15 | hw/char: add goldfish-tty | Laurent Vivier |
2021-03-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul... | Peter Maydell |
2021-03-10 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'... | Peter Maydell |
2021-03-09 | hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICES | Philippe Mathieu-Daudé |
2021-03-08 | clock: Add ClockEvent parameter to callbacks | Peter Maydell |
2021-03-06 | hw/char: Introduce SH_SCI Kconfig entry | Philippe Mathieu-Daudé |
2021-02-02 | hw/char/exynos4210_uart: Fix missing call to report ready for input | Iris Johnson |
2021-02-02 | hw/char/exynos4210_uart: Fix buffer size reporting with FIFO disabled | Iris Johnson |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost |
2020-12-10 | hw/char/serial: Clean up unnecessary code | Philippe Mathieu-Daudé |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant |
2020-10-27 | hw/char/pl011: add a clock input | Luc Michel |
2020-10-13 | hw/char/serial: remove duplicate .class_init in serial_mm_info | Laurent Vivier |
2020-10-08 | hw/char/bcm2835_aux: Allow less than 32-bit accesses | Philippe Mathieu-Daudé |