aboutsummaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)Author
2022-01-18hw/timer/etraxfs_timer: Add vmstate for ETRAX timersPhilippe Mathieu-Daudé
2021-10-30hw/timer/sh_timer: Remove use of hw_errorBALATON Zoltan
2021-10-30hw/timer/sh_timer: Fix timer memory region sizeBALATON Zoltan
2021-10-30hw/timer/sh_timer: Do not wrap lines that are not too longBALATON Zoltan
2021-10-30hw/timer/sh_timer: Rename sh_timer_state to SHTimerStateBALATON Zoltan
2021-10-30hw/sh4: Change debug printfs to tracesBALATON Zoltan
2021-10-30hw/sh4: Fix typos in a commentBALATON Zoltan
2021-10-30hw/sh4: Coding style: Remove unnecessary castsBALATON Zoltan
2021-10-30hw/sh4: Coding style: Add missing bracesBALATON Zoltan
2021-10-30hw/sh4: Coding style: White space fixesBALATON Zoltan
2021-10-30hw/sh4: Coding style: Fix multi-line commentsBALATON Zoltan
2021-09-21hw/timer: Add SiFive PWM supportAlistair Francis
2021-09-21hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO linesAlistair Francis
2021-09-01arm: Remove system_clock_scale globalpull-target-arm-20210901Peter Maydell
2021-09-01hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scalePeter Maydell
2021-09-01hw/arm/stellaris: Split stellaris-gptm into its own filePeter Maydell
2021-09-01hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scalePeter Maydell
2021-09-01hw/timer/armv7m_systick: Add input clocksPeter Maydell
2021-06-24hw/timer: Initial commit of Ibex TimerAlistair Francis
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-17Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-13hw/timer/etraxfs_timer: Convert to 3-phase reset (Resettable interface)Philippe Mathieu-Daudé
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth
2021-03-30hw/timer/renesas_tmr: Add default-case asserts in read_tcnt()pull-target-arm-20210330Peter Maydell
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster
2021-03-16hw/i8254: fix vmstate loadPavel Dovgalyuk
2021-03-12hw/timer/sse-timer: Propagate eventual error in sse_timer_realize()Philippe Mathieu-Daudé
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell
2021-03-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...Peter Maydell
2021-03-10hw/timer/renesas_tmr: Fix use of uninitialized data in read_tcnt()pull-target-arm-20210310Peter Maydell
2021-03-10hw/timer/renesas_tmr: Prefix constants for CSS values with CSS_Peter Maydell
2021-03-09hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICESPhilippe Mathieu-Daudé
2021-03-08hw/timer/sse-timer: Model the SSE Subsystem System TimerPeter Maydell
2021-03-08hw/timer/sse-counter: Model the SSE Subsystem System CounterPeter Maydell
2021-03-08hw/timer/npcm7xx_timer: Use new clock_ns_to_ticks()Peter Maydell
2021-03-08clock: Add ClockEvent parameter to callbacksPeter Maydell
2021-03-06hw/timer: Introduce SH_TIMER Kconfig entryPhilippe Mathieu-Daudé
2021-02-11arm: Update infocenter.arm.com URLsPeter Maydell
2021-01-29arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell
2021-01-29hw/timer/cmsdk-apb-dualtimer: Convert to use Clock inputPeter Maydell
2021-01-29hw/timer/cmsdk-apb-timer: Convert to use Clock inputPeter Maydell
2021-01-29hw/timer/cmsdk-apb-dualtimer: Add Clock inputPeter Maydell
2021-01-29hw/timer/cmsdk-apb-timer: Add Clock inputPeter Maydell
2021-01-29hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimerPeter Maydell
2021-01-12hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu
2021-01-08exynos4210_mct: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin
2021-01-08mss-timer: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin