summaryrefslogtreecommitdiff
path: root/hw/timer
AgeCommit message (Expand)AuthorFilesLines
2016-04-08hw/timer: Revert "hpet: inverse polarity when pin above ISA_NUM_IRQS"Bill Paul1-12/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa6-0/+7
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah7-26/+31
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster4-0/+4
2016-03-16hw/timer: Add ASPEED timer device modelAndrew Jeffery2-0/+450
2016-03-16i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois2-12/+12
2016-03-16i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois2-6/+6
2016-03-16i.MX: Allow GPT timer to rollover.Jean-Christophe Dubois1-12/+15
2016-02-23tusb6010: move from hw/timer to hw/usbPeter Maydell2-818/+0
2016-02-18hw/timer: QOM'ify pxa2xx_timerxiaoqiang.zhao1-15/+21
2016-02-18hw/timer: QOM'ify pl031xiaoqiang.zhao1-6/+5
2016-02-18hw/timer: QOM'ify exynos4210_rtcxiaoqiang.zhao1-7/+5
2016-02-18hw/timer: QOM'ify exynos4210_pwmxiaoqiang.zhao1-7/+5
2016-02-18hw/timer: QOM'ify exynos4210_mctxiaoqiang.zhao1-7/+5
2016-02-18hw/timer: QOM'ify arm_timer (pass 2)xiaoqiang.zhao1-1/+1
2016-02-18hw/timer: QOM'ify arm_timer (pass 1)xiaoqiang.zhao1-21/+19
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+1
2016-01-29hw/timer: Clean up includesPeter Maydell11-0/+11
2016-01-29arm: Clean up includesPeter Maydell13-0/+13
2016-01-29x86: Clean up includesPeter Maydell4-0/+4
2016-01-29unicore: Clean up includesPeter Maydell1-0/+1
2016-01-29sparc: Clean up includesPeter Maydell1-0/+1
2016-01-29lm32: Clean up includesPeter Maydell2-0/+2
2016-01-13arm_mptimer: Don't use hw_error() in realize() methodMarkus Armbruster1-2/+3
2016-01-09pc: acpi: move HPET from DSDT to SSDTIgor Mammedov1-1/+1
2015-12-17i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois2-19/+17
2015-11-09hw/timer/hpet.c: Avoid signed integer overflow which results in bugs on OSXPeter Maydell1-2/+2
2015-10-27i.MX: Standardize i.MX GPT debugJean-Christophe Dubois1-33/+23
2015-10-27i.MX: Standardize i.MX EPIT debugJean-Christophe Dubois1-28/+20
2015-10-08hw: timer: Remove unnecessary variableShraddha Barke1-3/+1
2015-09-25hpet: remove muldiv64()Laurent Vivier1-3/+3
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois2-22/+0
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+1
2015-08-13i.MX: Fix Coding style for GPT emulatorJean-Christophe Dubois1-3/+3
2015-08-13i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois1-76/+3
2015-08-13i.MX: Fix Coding style for EPIT emulatorJean-Christophe Dubois1-6/+6
2015-08-13i.MX: Split EPIT emulator in a header file and a source fileJean-Christophe Dubois1-49/+3
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi1-8/+10
2015-07-06arm_mptimer: Respect IT bit stateDmitry Osipenko1-1/+1
2015-07-06arm_mptimer: Fix timer shutdown and mode changeDmitry Osipenko1-2/+9
2015-07-06Fix interval interrupt of cadence ttc when timer is in decrement modeJohannes Schlatow1-5/+4
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-19mc146818rtc: Reset the periodic timer on loadPaul Donohue1-0/+6
2015-06-17i8254: fix out-of-bounds memory access in pit_ioport_read()Petr Matousek1-0/+6
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2-20/+14
2015-06-03hw/timer/arm_timer.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao1-4/+2
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-2/+3
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil1-1/+1