summaryrefslogtreecommitdiffstats
path: root/hw/timer
Commit message (Expand)AuthorAgeFilesLines
* target/imx: reload cmp timer outside of the reload ptimer transactionAxel Heider2022-10-271-2/+7
* treewide: Remove the unnecessary space before semicolonBin Meng2022-10-242-5/+5
* hw/intc: Move mtimer/mtimecmp to aclintAtish Patra2022-09-071-11/+7Star
* Fix 'writeable' typosPeter Maydell2022-06-081-1/+1
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-1914-19/+19
* aspeed/timer: Add AST1030 supportSteven Lee2022-05-021-0/+17
* timer: cadence_ttc: Break out header file to allow embeddingEdgar E. Iglesias2022-04-211-30/+2Star
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-212-2/+2
* hw/timer: fix a9gtimer vmstatePavel Dovgalyuk2022-02-211-0/+21
* hw/timer/armv7m_systick: Update clock source before enabling timerRichard Petri2022-02-081-4/+4
* hw: timer: ibex_timer: update/add reg addressWilfred Mallawa2022-01-211-1/+10
* hw: timer: ibex_timer: Fixup reading w/o registerWilfred Mallawa2022-01-211-9/+5Star
* hw/timer/etraxfs_timer: Add vmstate for ETRAX timersPhilippe Mathieu-Daudé2022-01-181-1/+33
* hw/timer/sh_timer: Remove use of hw_errorBALATON Zoltan2021-10-301-15/+25
* hw/timer/sh_timer: Fix timer memory region sizeBALATON Zoltan2021-10-301-4/+3Star
* hw/timer/sh_timer: Do not wrap lines that are not too longBALATON Zoltan2021-10-301-6/+3Star
* hw/timer/sh_timer: Rename sh_timer_state to SHTimerStateBALATON Zoltan2021-10-301-9/+9
* hw/sh4: Change debug printfs to tracesBALATON Zoltan2021-10-302-18/+9Star
* hw/sh4: Fix typos in a commentBALATON Zoltan2021-10-301-1/+1
* hw/sh4: Coding style: Remove unnecessary castsBALATON Zoltan2021-10-301-2/+2
* hw/sh4: Coding style: Add missing bracesBALATON Zoltan2021-10-301-10/+12
* hw/sh4: Coding style: White space fixesBALATON Zoltan2021-10-301-6/+16
* hw/sh4: Coding style: Fix multi-line commentsBALATON Zoltan2021-10-301-3/+4
* hw/timer: Add SiFive PWM supportAlistair Francis2021-09-204-0/+478
* hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO linesAlistair Francis2021-09-201-5/+12
* arm: Remove system_clock_scale globalPeter Maydell2021-09-011-2/+0Star
* hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scalePeter Maydell2021-09-011-4/+22
* hw/arm/stellaris: Split stellaris-gptm into its own filePeter Maydell2021-09-013-0/+318
* hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scalePeter Maydell2021-09-011-28/+84
* hw/timer/armv7m_systick: Add input clocksPeter Maydell2021-09-011-2/+8
* hw/timer: Initial commit of Ibex TimerAlistair Francis2021-06-242-0/+306
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-171-3/+11
|\
| * hw/timer/etraxfs_timer: Convert to 3-phase reset (Resettable interface)Philippe Mathieu-Daudé2021-05-131-3/+11
* | Drop the deprecated unicore32 targetMarkus Armbruster2021-05-122-167/+0Star
* | Drop the deprecated lm32 targetMarkus Armbruster2021-05-124-629/+0Star
|/
* hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* hw/timer/renesas_tmr: Add default-case asserts in read_tcnt()Peter Maydell2021-03-301-0/+4
* hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-1/+1
* hw/i8254: fix vmstate loadPavel Dovgalyuk2021-03-161-1/+1
* hw/timer/sse-timer: Propagate eventual error in sse_timer_realize()Philippe Mathieu-Daudé2021-03-121-0/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-111-1/+1
|\
| * hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICESPhilippe Mathieu-Daudé2021-03-091-1/+1
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210310'...Peter Maydell2021-03-109-18/+994
|\ \ | |/ |/|
| * hw/timer/renesas_tmr: Fix use of uninitialized data in read_tcnt()Peter Maydell2021-03-101-4/+15
| * hw/timer/renesas_tmr: Prefix constants for CSS values with CSS_Peter Maydell2021-03-101-8/+8
| * hw/timer/sse-timer: Model the SSE Subsystem System TimerPeter Maydell2021-03-084-0/+479
| * hw/timer/sse-counter: Model the SSE Subsystem System CounterPeter Maydell2021-03-084-0/+485
| * hw/timer/npcm7xx_timer: Use new clock_ns_to_ticks()Peter Maydell2021-03-081-2/+2