Age | Commit message (Expand) | Author |
2019-11-05 | hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers | Philippe Mathieu-Daudé |
2019-10-25 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell |
2019-10-25 | hw/timer/bcm2835: Add the BCM2835 SYS_timer | Philippe Mathieu-Daudé |
2019-10-25 | hw/watchdog/milkymist-sysctl.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-25 | hw/timer/grlib_gptimer.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-25 | hw/timer/slavio_timer.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-24 | hw/rtc/mc146818: Include mc146818rtc_regs.h a bit less | Philippe Mathieu-Daudé |
2019-10-24 | hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé |
2019-10-24 | hw: Move Exynos4210 RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé |
2019-10-24 | hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé |
2019-10-24 | hw: Move DS1338 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé |
2019-10-24 | hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé |
2019-10-24 | hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé |
2019-10-24 | hw: Move M41T80 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé |
2019-10-24 | hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé |
2019-10-24 | hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé |
2019-10-24 | hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé |
2019-10-24 | hw/timer: Compile devices not target-dependent as common object | Philippe Mathieu-Daudé |
2019-10-24 | hw/timer/slavio_timer: Remove useless check for NULL t->timer | Peter Maydell |
2019-10-24 | hw/timer/xilinx_timer.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-22 | hw/watchdog/etraxfs_timer.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-22 | hw/timer/altera_timer.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-22 | hw/timer/lm32_timer: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-22 | hw/timer/sh_timer: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-22 | hw/timer/puv3_ost.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-22 | hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init() | Peter Maydell |
2019-10-22 | hw/timer/exynos4210_mct: Initialize ptimer before starting it | Guenter Roeck |
2019-10-15 | aspeed/timer: Add support for IRQ status register on the AST2600 | Cédric Le Goater |
2019-10-15 | aspeed/timer: Add AST2600 support | Cédric Le Goater |
2019-10-15 | aspeed/timer: Add support for control register 3 | Cédric Le Goater |
2019-10-15 | aspeed/timer: Introduce an object class per SoC | Cédric Le Goater |
2019-10-15 | hw/timer/mss-timerc: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-15 | hw/timer/imx_gpt.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-15 | hw/timer/imx_epit.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-15 | hw/timer/exynos4210_rtc.c: Switch main ptimer to transaction-based API | Peter Maydell |
2019-10-15 | hw/timer/exynos4210_rtc.c: Switch 1Hz ptimer to transaction-based API | Peter Maydell |
2019-10-15 | hw/timer/exynos4210_pwm.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-15 | hw/timer/exynos4210_mct.c: Switch ltick to transaction-based ptimer API | Peter Maydell |
2019-10-15 | hw/timer/exynos4210_mct.c: Switch LFRC to transaction-based ptimer API | Peter Maydell |
2019-10-15 | hw/timer/exynos4210_mct.c: Switch GFRC to transaction-based ptimer API | Peter Maydell |
2019-10-15 | hw/timer/digic-timer.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-15 | hw/timer/cmsdk-apb-timer.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-15 | hw/timer/cmsdk-apb-dualtimer.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-15 | hw/timer/arm_mptimer.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-15 | hw/timer/allwinner-a10-pit.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-15 | hw/timer/arm_timer.c: Switch to transaction-based ptimer API | Peter Maydell |
2019-10-15 | ptimer: Rename ptimer_init() to ptimer_init_with_bh() | Peter Maydell |
2019-10-04 | lm32: do not leak memory on object_new/object_unref | Paolo Bonzini |
2019-09-13 | aspeed/scu: Introduce a aspeed_scu_get_apb_freq() routine | Cédric Le Goater |
2019-09-03 | aspeed/timer: Provide back-pressure information for short periods | Andrew Jeffery |