| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/timer: Adding watchdog for NPCM7XX Timer. | Hao Wu | 2020-10-27 | 1 | -7/+41 |
* | hw/timer/bcm2835: Support the timer COMPARE registers | Philippe Mathieu-Daudé | 2020-10-20 | 1 | -2/+9 |
* | hw/timer/bcm2835: Rename variable holding CTRL_STATUS register | Philippe Mathieu-Daudé | 2020-10-20 | 1 | -1/+1 |
* | hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definition | Philippe Mathieu-Daudé | 2020-10-20 | 1 | -1/+3 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 12 | -36/+12 |
* | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 2 | -8/+2 |
* | hw/timer: Add NPCM7xx Timer device model | Havard Skinnemoen | 2020-09-14 | 1 | -0/+78 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 18 | -35/+36 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 18 | -34/+67 |
* | i8254: Move PITCommonState/PITCommonClass typedefs to i8254.h | Eduardo Habkost | 2020-08-27 | 2 | -4/+6 |
* | aspeed_timer: Fix ASPEED_TIMER macro definition | Eduardo Habkost | 2020-08-27 | 1 | -1/+1 |
* | hw/timer: avr: Add limited support for 16-bit timer peripheral | Michael Rolnik | 2020-07-11 | 1 | -0/+94 |
* | hw/timer: RX62N compare match timer (CMT) | Yoshinori Sato | 2020-06-22 | 1 | -0/+40 |
* | hw/timer: RX62N 8-Bit timer (TMR) | Yoshinori Sato | 2020-06-22 | 1 | -0/+55 |
* | hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h' | Philippe Mathieu-Daudé | 2020-06-22 | 1 | -0/+23 |
* | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | isa: Convert uses of isa_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -4/+5 |
* | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | hw/timer/nrf51_timer: Display timer ID in trace events | Philippe Mathieu-Daudé | 2020-05-11 | 1 | -0/+1 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell | 2019-10-25 | 7 | -305/+0 |
|\ |
|
| * | hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 2019-10-24 | 1 | -30/+0 |
| * | hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 2019-10-24 | 1 | -92/+0 |
| * | hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 2019-10-24 | 1 | -1/+0 |
| * | hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 2019-10-24 | 1 | -32/+0 |
| * | hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 2019-10-24 | 2 | -104/+0 |
| * | hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 2019-10-24 | 1 | -46/+0 |
* | | hw/timer/bcm2835: Add the BCM2835 SYS_timer | Philippe Mathieu-Daudé | 2019-10-25 | 1 | -0/+33 |
|/ |
|
* | aspeed/timer: Add support for IRQ status register on the AST2600 | Cédric Le Goater | 2019-10-15 | 1 | -0/+1 |
* | aspeed/timer: Add AST2600 support | Cédric Le Goater | 2019-10-15 | 1 | -0/+1 |
* | aspeed/timer: Add support for control register 3 | Cédric Le Goater | 2019-10-15 | 1 | -0/+1 |
* | aspeed/timer: Introduce an object class per SoC | Cédric Le Goater | 2019-10-15 | 1 | -0/+15 |
* | hw/timer/mss-timerc: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-15 | 1 | -1/+0 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 2 | -1/+2 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 3 | -3/+0 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | include: Make headers more self-contained | Markus Armbruster | 2019-08-16 | 5 | -0/+7 |
* | pl031: Correctly migrate state when using -rtc clock=host | Peter Maydell | 2019-07-15 | 1 | -0/+2 |
* | hw: timer: Add ASPEED RTC device | Joel Stanley | 2019-07-01 | 1 | -0/+31 |
* | Supply missing header guards | Markus Armbruster | 2019-06-12 | 1 | -0/+5 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | arm: Move system_clock_scale to armv7m_systick.h | Peter Maydell | 2019-05-23 | 1 | -0/+22 |
* | Clean up ill-advised or unusual header guards | Markus Armbruster | 2019-05-13 | 1 | -2/+2 |
* | hw/timer/pl031: Allow use as an embedded-struct device | Peter Maydell | 2019-02-21 | 1 | -0/+44 |
* | hw/timer/nrf51_timer: Add nRF51 Timer peripheral | Steffen Görtz | 2019-01-07 | 1 | -0/+80 |
* | qom: make interface types abstract | Marc-André Lureau | 2018-12-11 | 1 | -3/+1 |
* | aspeed/timer: fix compile breakage with clang 3.4.2 | Cédric Le Goater | 2018-09-25 | 1 | -2/+1 |
* | hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer module | Peter Maydell | 2018-08-24 | 1 | -0/+72 |
* | aspeed/timer: use the APB frequency from the SCU | Cédric Le Goater | 2018-06-26 | 1 | -0/+4 |
* | xlnx-zynqmp-rtc: Add basic time support | Alistair Francis | 2018-03-02 | 1 | -0/+2 |