Age | Commit message (Expand) | Author |
2020-11-17 | exynos: Fix bad printf format specifiers | Alex Chen |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant |
2020-10-29 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-... | Peter Maydell |
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-27 | Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pause | Havard Skinnemoen |
2020-10-27 | hw/timer/sh_timer: Remove superfluous "break" statements | Thomas Huth |
2020-10-27 | hw/timer/sh_timer: Silence warnings about missing fallthrough statements | Thomas Huth |
2020-10-27 | hw/timer/sh_timer: Coding style clean-up | Thomas Huth |
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-22 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-16 | hw/timer/hpet: Fix debug format strings | Dov Murik |
2020-09-16 | hw/timer/hpet: Remove unused functions hpet_ram_readb, hpet_ram_readw | Dov Murik |
2020-09-14 | hw/timer: Add NPCM7xx Timer device model | Havard Skinnemoen |
2020-09-14 | hw/timer/armv7m_systick: assert that board code set system_clock_scale | Peter Maydell |
2020-09-11 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2020-09-09 | trace-events: Delete unused trace points | Markus Armbruster |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-08-21 | meson: convert hw/timer | Paolo Bonzini |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-08-03 | hw/timer/imx_epit: Avoid assertion when CR.SWR is written | Peter Maydell |
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/timer/sh_timer: Remove unused 'qemu/timer.h' include | Philippe Mathieu-Daudé |
2020-06-22 | hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h' | Philippe Mathieu-Daudé |
2020-06-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul... | Peter Maydell |
2020-06-09 | hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf() | Philippe Mathieu-Daudé |
2020-06-09 | hw/timer/grlib_gptimer: Display frequency in decimal | Philippe Mathieu-Daudé |
2020-05-21 | hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask() | Philippe Mathieu-Daudé |
2020-05-11 | hw/timer/nrf51_timer: Add trace event of counter value update | Philippe Mathieu-Daudé |
2020-05-11 | hw/timer/nrf51_timer: Display timer ID in trace events | Philippe Mathieu-Daudé |
2020-05-11 | hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definition | Philippe Mathieu-Daudé |
2020-05-04 | hw/timer/pxa2xx_timer: Add assertion to silent static analyzer warning | Philippe Mathieu-Daudé |
2020-05-04 | hw/timer/stm32f2xx_timer: Remove dead assignment | Philippe Mathieu-Daudé |
2020-05-04 | timer/exynos4210_mct: Remove redundant statement in exynos4210_mct_write() | Chen Qun |
2020-03-09 | hw/timer/hpet: Include "exec/address-spaces.h" | Philippe Mathieu-Daudé |
2020-03-09 | hw/timer: Remove unused "ui/console.h" header | Philippe Mathieu-Daudé |
2020-03-05 | hw/timer/cadence_ttc: move timer_new from init() into realize() to avoid meml... | Pan Nengyuan |
2020-02-07 | stm32f2xx_timer: delay timer_new to avoid memleaks | Pan Nengyuan |
2020-02-07 | armv7m_systick: delay timer_new to avoid memleaks | Pan Nengyuan |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-24 | hw/timer/aspeed_timer: Add a fall through comment | Philippe Mathieu-Daudé |
2020-01-20 | migration: Define VMSTATE_INSTANCE_ID_ANY | Peter Xu |
2020-01-07 | hw/timer/Kconfig: Intel 8254 PIT depends of ISA bus | Philippe Mathieu-Daudé |
2019-12-16 | aspeed: Change the "scu" property definition | Cédric Le Goater |