summaryrefslogtreecommitdiffstats
path: root/hw/timer
Commit message (Expand)AuthorAgeFilesLines
* hw/timer: Revert "hpet: inverse polarity when pin above ISA_NUM_IRQS"Bill Paul2019-11-291-12/+2
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-296-0/+7
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2019-11-297-26/+31
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2019-11-292-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-294-0/+4
* hw/timer: Add ASPEED timer device modelAndrew Jeffery2019-11-292-0/+450
* i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois2019-11-292-12/+12
* i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois2019-11-292-6/+6
* i.MX: Allow GPT timer to rollover.Jean-Christophe Dubois2019-11-291-12/+15
* tusb6010: move from hw/timer to hw/usbPeter Maydell2019-11-292-818/+0
* hw/timer: QOM'ify pxa2xx_timerxiaoqiang.zhao2019-11-291-15/+21
* hw/timer: QOM'ify pl031xiaoqiang.zhao2019-11-291-6/+5
* hw/timer: QOM'ify exynos4210_rtcxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify exynos4210_pwmxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify exynos4210_mctxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify arm_timer (pass 2)xiaoqiang.zhao2019-11-291-1/+1
* hw/timer: QOM'ify arm_timer (pass 1)xiaoqiang.zhao2019-11-291-21/+19
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2019-11-291-0/+1
* hw/timer: Clean up includesPeter Maydell2019-11-2911-0/+11
* arm: Clean up includesPeter Maydell2019-11-2913-0/+13
* x86: Clean up includesPeter Maydell2019-11-294-0/+4
* unicore: Clean up includesPeter Maydell2019-11-291-0/+1
* sparc: Clean up includesPeter Maydell2019-11-291-0/+1
* lm32: Clean up includesPeter Maydell2019-11-292-0/+2
* arm_mptimer: Don't use hw_error() in realize() methodMarkus Armbruster2019-11-291-2/+3
* pc: acpi: move HPET from DSDT to SSDTIgor Mammedov2019-11-291-1/+1
* i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois2019-11-292-19/+17
* hw/timer/hpet.c: Avoid signed integer overflow which results in bugs on OSXPeter Maydell2015-11-091-2/+2
* i.MX: Standardize i.MX GPT debugJean-Christophe Dubois2015-10-271-33/+23
* i.MX: Standardize i.MX EPIT debugJean-Christophe Dubois2015-10-271-28/+20
* hw: timer: Remove unnecessary variableShraddha Barke2015-10-081-3/+1
* hpet: remove muldiv64()Laurent Vivier2015-09-251-3/+3
* i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois2015-09-072-22/+0
* arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-071-2/+1
* i.MX: Fix Coding style for GPT emulatorJean-Christophe Dubois2015-08-131-3/+3
* i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-76/+3
* i.MX: Fix Coding style for EPIT emulatorJean-Christophe Dubois2015-08-131-6/+6
* i.MX: Split EPIT emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-49/+3
* timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi2015-07-201-8/+10
* arm_mptimer: Respect IT bit stateDmitry Osipenko2015-07-061-1/+1
* arm_mptimer: Fix timer shutdown and mode changeDmitry Osipenko2015-07-061-2/+9
* Fix interval interrupt of cadence ttc when timer is in decrement modeJohannes Schlatow2015-07-061-5/+4
* timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia2015-07-021-1/+0
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* mc146818rtc: Reset the periodic timer on loadPaul Donohue2015-06-191-0/+6
* i8254: fix out-of-bounds memory access in pit_ioport_read()Petr Matousek2015-06-171-0/+6
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-122-20/+14
* hw/timer/arm_timer.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-4/+2
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-2/+3
* Fix remaining warnings from Sparse (void return)Stefan Weil2015-03-191-1/+1
OpenPOWER on IntegriCloud