aboutsummaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)Author
2024-07-22hpet: avoid timer storms on periodic timersPaolo Bonzini
2024-07-22hpet: store full 64-bit target value of the counterPaolo Bonzini
2024-07-22hpet: accept 64-bit reads and writesPaolo Bonzini
2024-07-22hpet: place read-only bits directly in "new_val"Paolo Bonzini
2024-07-22hpet: remove unnecessary variable "index"Paolo Bonzini
2024-07-22hpet: ignore high bits of comparator in 32-bit modePaolo Bonzini
2024-07-22hpet: fix and cleanup persistence of interrupt statusPaolo Bonzini
2024-07-16hpet: fix HPET_TN_SETVAL for high 32-bits of the comparatorPaolo Bonzini
2024-07-16hpet: fix clamping of periodPaolo Bonzini
2024-06-21hw/timer/a9gtimer: Handle QTest mode in a9_gtimer_get_current_cpuZheyu Ma
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-24hw/timer: Remove the ALTERA_TIMER modelPhilippe Mathieu-Daudé
2024-02-27misc: pxa2xx_timer: replace qemu_system_reset_request() call with watchdog_pe...Abhiram Tilak
2024-02-20hw/timer: Move HPET_INTCAP definition to "hpet.h"Philippe Mathieu-Daudé
2024-02-15hw/sparc/grlib: split out the headers for each peripheralsClément Chigot
2024-01-19hw/timer/hpet: Convert DPRINTF to trace eventsDaniel Hoffman
2024-01-18hw/timer: fix systick trace messageSamuel Tardieu
2023-12-30hw/timer: Constify VMStateRichard Henderson
2023-11-01migration: Use vmstate_register_any()Juan Quintela
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-22timer/i8254: Fix one shot PIT modeDamien Zammit
2023-10-19hw/timer/npcm7xx_timer: Prevent timer from counting down past zeroChris Rauer
2023-09-29aspeed/timer: Clean up local variable shadowingCédric Le Goater
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-19hw/timer/nrf51_timer: Don't lose time when timer is queried in tight loopPeter Maydell
2023-06-05hw/timer/i8254_common: Share "iobase" property via base classBernhard Beschow
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