summary refs log tree commit diff stats
path: root/hw/timer (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hw/timer: Add value matching support to aspeed_timerAndrew Jeffery2016-06-171-37/+101
* hw: Clean up includesPeter Maydell2016-06-071-1/+0
* The only 64bit parameter of muldiv64() is the first one.Laurent Vivier2016-06-071-2/+2
* aspeed: include qemu/log.hPaolo Bonzini2016-05-201-0/+1
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-197-0/+7
* Fix some typos found by codespellStefan Weil2016-05-182-3/+3
* hw/timer: Revert "hpet: inverse polarity when pin above ISA_NUM_IRQS"Bill Paul2016-04-081-12/+2
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-226-0/+7
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-227-26/+31
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-222-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-224-0/+4
* hw/timer: Add ASPEED timer device modelAndrew Jeffery2016-03-162-0/+450
* i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois2016-03-162-12/+12
* i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois2016-03-162-6/+6
* i.MX: Allow GPT timer to rollover.Jean-Christophe Dubois2016-03-161-12/+15
* tusb6010: move from hw/timer to hw/usbPeter Maydell2016-02-232-818/+0
* hw/timer: QOM'ify pxa2xx_timerxiaoqiang.zhao2016-02-181-15/+21
* hw/timer: QOM'ify pl031xiaoqiang.zhao2016-02-181-6/+5
* hw/timer: QOM'ify exynos4210_rtcxiaoqiang.zhao2016-02-181-7/+5
* hw/timer: QOM'ify exynos4210_pwmxiaoqiang.zhao2016-02-181-7/+5
* hw/timer: QOM'ify exynos4210_mctxiaoqiang.zhao2016-02-181-7/+5
* hw/timer: QOM'ify arm_timer (pass 2)xiaoqiang.zhao2016-02-181-1/+1
* hw/timer: QOM'ify arm_timer (pass 1)xiaoqiang.zhao2016-02-181-21/+19
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* hw/timer: Clean up includesPeter Maydell2016-01-2911-0/+11
* arm: Clean up includesPeter Maydell2016-01-2913-0/+13
* x86: Clean up includesPeter Maydell2016-01-294-0/+4
* unicore: Clean up includesPeter Maydell2016-01-291-0/+1
* sparc: Clean up includesPeter Maydell2016-01-291-0/+1
* lm32: Clean up includesPeter Maydell2016-01-292-0/+2
* arm_mptimer: Don't use hw_error() in realize() methodMarkus Armbruster2016-01-131-2/+3
* pc: acpi: move HPET from DSDT to SSDTIgor Mammedov2016-01-091-1/+1
* i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois2015-12-172-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