aboutsummaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)Author
2023-04-20hw/timer/imx_epit: fix limit checkAxel Heider
2023-04-20hw/timer/imx_epit: don't shadow variableAxel Heider
2023-04-20exynos: Fix out-of-bounds access in exynos4210_gcomp_find debug printfFeng Jiang
2023-03-02hw/timer/hpet: Fix expiration time overflowAkihiko Odaki
2023-02-27hw/timer/hpet: Include missing 'hw/qdev-properties.h' headerPhilippe Mathieu-Daudé
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-12hw/timer/xilinx_timer: Use XpsTimerState instead of 'struct timerblock'Philippe Mathieu-Daudé
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé
2023-01-05i.MX6UL: Add a specific GPT timer instance for the i.MX6ULJean-Christophe Dubois
2023-01-05hw/timer/imx_epit: fix compare timer handlingAxel Heider
2023-01-05hw/timer/imx_epit: remove explicit fields cnt and freqAxel Heider
2023-01-05hw/timer/imx_epit: factor out register write handlersAxel Heider
2023-01-05hw/timer/imx_epit: hard reset initializes CR with 0Axel Heider
2023-01-05hw/timer/imx_epit: update interrupt state on CR write accessAxel Heider
2023-01-05hw/timer/imx_epit: define SR_OCIFAxel Heider
2023-01-05hw/timer/imx_epit: cleanup CR definesAxel Heider
2023-01-05hw/timer/imx_epit: improve commentsAxel Heider
2022-10-27target/imx: reload cmp timer outside of the reload ptimer transactionAxel Heider
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng
2022-09-07hw/intc: Move mtimer/mtimecmp to aclintAtish Patra
2022-06-08Fix 'writeable' typosPeter Maydell
2022-05-19ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell
2022-05-02aspeed/timer: Add AST1030 supportSteven Lee
2022-04-21timer: cadence_ttc: Break out header file to allow embeddingEdgar E. Iglesias
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-02-21hw/timer: fix a9gtimer vmstatePavel Dovgalyuk
2022-02-08hw/timer/armv7m_systick: Update clock source before enabling timerRichard Petri
2022-01-21hw: timer: ibex_timer: update/add reg addressWilfred Mallawa
2022-01-21hw: timer: ibex_timer: Fixup reading w/o registerWilfred Mallawa
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 globalPeter 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