Age | Commit message (Expand) | Author |
2023-02-27 | hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available | Philippe Mathieu-Daudé |
2023-02-27 | hw/isa: Remove empty ISADeviceClass structure | Philippe Mathieu-Daudé |
2023-02-27 | hw/timer/cmsdk-apb-timer: Remove unused 'qdev-properties.h' header | Philippe Mathieu-Daudé |
2023-01-08 | include: Include headers where needed | Markus Armbruster |
2023-01-05 | i.MX6UL: Add a specific GPT timer instance for the i.MX6UL | Jean-Christophe Dubois |
2023-01-05 | hw/timer/imx_epit: remove explicit fields cnt and freq | Axel Heider |
2023-01-05 | hw/timer/imx_epit: define SR_OCIF | Axel Heider |
2023-01-05 | hw/timer/imx_epit: cleanup CR defines | Axel Heider |
2022-09-07 | hw/intc: Move mtimer/mtimecmp to aclint | Atish Patra |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster |
2022-05-02 | aspeed/timer: Add AST1030 support | Steven Lee |
2022-04-21 | timer: cadence_ttc: Break out header file to allow embedding | Edgar E. Iglesias |
2022-01-21 | hw: timer: ibex_timer: Fixup reading w/o register | Wilfred Mallawa |
2021-09-21 | hw/timer: Add SiFive PWM support | Alistair Francis |
2021-09-21 | hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO lines | Alistair Francis |
2021-09-01 | arm: Remove system_clock_scale global | Peter Maydell |
2021-09-01 | hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scale | Peter Maydell |
2021-09-01 | hw/arm/stellaris: Split stellaris-gptm into its own file | Peter Maydell |
2021-09-01 | hw/timer/armv7m_systick: Add input clocks | Peter Maydell |
2021-09-01 | hw/timer/armv7m_systick: Add usual QEMU interface comment | Peter Maydell |
2021-06-24 | hw/timer: Initial commit of Ibex Timer | Alistair Francis |
2021-05-02 | hw: Remove superfluous includes of hw/hw.h | Thomas Huth |
2021-03-08 | hw/timer/sse-timer: Model the SSE Subsystem System Timer | Peter Maydell |
2021-03-08 | hw/timer/sse-counter: Model the SSE Subsystem System Counter | Peter Maydell |
2021-01-29 | arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSE | Peter Maydell |
2021-01-29 | hw/arm/mps2: Inline CMSDK_APB_TIMER creation | Peter Maydell |
2021-01-29 | hw/timer/cmsdk-apb-dualtimer: Add Clock input | Peter Maydell |
2021-01-29 | hw/timer/cmsdk-apb-timer: Add Clock input | Peter Maydell |
2021-01-29 | hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimer | Peter Maydell |
2021-01-12 | hw/timer: Refactor NPCM7XX Timer to use CLK clock | Hao Wu |
2020-10-27 | hw/timer/armv7m_systick: Rewrite to use ptimers | Peter Maydell |
2020-10-27 | hw/timer: Adding watchdog for NPCM7XX Timer. | Hao Wu |
2020-10-20 | hw/timer/bcm2835: Support the timer COMPARE registers | Philippe Mathieu-Daudé |
2020-10-20 | hw/timer/bcm2835: Rename variable holding CTRL_STATUS register | Philippe Mathieu-Daudé |
2020-10-20 | hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definition | Philippe Mathieu-Daudé |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost |
2020-09-14 | hw/timer: Add NPCM7xx Timer device model | Havard Skinnemoen |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-27 | i8254: Move PITCommonState/PITCommonClass typedefs to i8254.h | Eduardo Habkost |
2020-08-27 | aspeed_timer: Fix ASPEED_TIMER macro definition | Eduardo Habkost |
2020-07-11 | hw/timer: avr: Add limited support for 16-bit timer peripheral | Michael Rolnik |
2020-06-22 | hw/timer: RX62N compare match timer (CMT) | Yoshinori Sato |
2020-06-22 | hw/timer: RX62N 8-Bit timer (TMR) | Yoshinori Sato |
2020-06-22 | hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h' | Philippe Mathieu-Daudé |
2020-06-15 | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster |
2020-06-15 | isa: Convert uses of isa_create() with Coccinelle | Markus Armbruster |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster |
2020-05-11 | hw/timer/nrf51_timer: Display timer ID in trace events | Philippe Mathieu-Daudé |