index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
timer
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/timer: Add ASPEED timer device model
Andrew Jeffery
2019-11-29
2
-0
/
+450
*
i.MX: Add the CLK_IPG_HIGH clock
Jean-Christophe Dubois
2019-11-29
2
-12
/
+12
*
i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.
Jean-Christophe Dubois
2019-11-29
2
-6
/
+6
*
i.MX: Allow GPT timer to rollover.
Jean-Christophe Dubois
2019-11-29
1
-12
/
+15
*
tusb6010: move from hw/timer to hw/usb
Peter Maydell
2019-11-29
2
-818
/
+0
*
hw/timer: QOM'ify pxa2xx_timer
xiaoqiang.zhao
2019-11-29
1
-15
/
+21
*
hw/timer: QOM'ify pl031
xiaoqiang.zhao
2019-11-29
1
-6
/
+5
*
hw/timer: QOM'ify exynos4210_rtc
xiaoqiang.zhao
2019-11-29
1
-7
/
+5
*
hw/timer: QOM'ify exynos4210_pwm
xiaoqiang.zhao
2019-11-29
1
-7
/
+5
*
hw/timer: QOM'ify exynos4210_mct
xiaoqiang.zhao
2019-11-29
1
-7
/
+5
*
hw/timer: QOM'ify arm_timer (pass 2)
xiaoqiang.zhao
2019-11-29
1
-1
/
+1
*
hw/timer: QOM'ify arm_timer (pass 1)
xiaoqiang.zhao
2019-11-29
1
-21
/
+19
*
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2019-11-29
1
-0
/
+1
*
hw/timer: Clean up includes
Peter Maydell
2019-11-29
11
-0
/
+11
*
arm: Clean up includes
Peter Maydell
2019-11-29
13
-0
/
+13
*
x86: Clean up includes
Peter Maydell
2019-11-29
4
-0
/
+4
*
unicore: Clean up includes
Peter Maydell
2019-11-29
1
-0
/
+1
*
sparc: Clean up includes
Peter Maydell
2019-11-29
1
-0
/
+1
*
lm32: Clean up includes
Peter Maydell
2019-11-29
2
-0
/
+2
*
arm_mptimer: Don't use hw_error() in realize() method
Markus Armbruster
2019-11-29
1
-2
/
+3
*
pc: acpi: move HPET from DSDT to SSDT
Igor Mammedov
2019-11-29
1
-1
/
+1
*
i.MX: rename i.MX CCM get_clock() function and CLK ID enum names
Jean-Christophe Dubois
2019-11-29
2
-19
/
+17
*
hw/timer/hpet.c: Avoid signed integer overflow which results in bugs on OSX
Peter Maydell
2015-11-09
1
-2
/
+2
*
i.MX: Standardize i.MX GPT debug
Jean-Christophe Dubois
2015-10-27
1
-33
/
+23
*
i.MX: Standardize i.MX EPIT debug
Jean-Christophe Dubois
2015-10-27
1
-28
/
+20
*
hw: timer: Remove unnecessary variable
Shraddha Barke
2015-10-08
1
-3
/
+1
*
hpet: remove muldiv64()
Laurent Vivier
2015-09-25
1
-3
/
+3
*
i.MX: KZM: use standalone i.MX31 SOC support
Jean-Christophe Dubois
2015-09-07
2
-22
/
+0
*
arm: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-09-07
1
-2
/
+1
*
i.MX: Fix Coding style for GPT emulator
Jean-Christophe Dubois
2015-08-13
1
-3
/
+3
*
i.MX: Split GPT emulator in a header file and a source file
Jean-Christophe Dubois
2015-08-13
1
-76
/
+3
*
i.MX: Fix Coding style for EPIT emulator
Jean-Christophe Dubois
2015-08-13
1
-6
/
+6
*
i.MX: Split EPIT emulator in a header file and a source file
Jean-Christophe Dubois
2015-08-13
1
-49
/
+3
*
timer: rename NSEC_PER_SEC due to Mac OS X header clash
Stefan Hajnoczi
2015-07-20
1
-8
/
+10
*
arm_mptimer: Respect IT bit state
Dmitry Osipenko
2015-07-06
1
-1
/
+1
*
arm_mptimer: Fix timer shutdown and mode change
Dmitry Osipenko
2015-07-06
1
-2
/
+9
*
Fix interval interrupt of cadence ttc when timer is in decrement mode
Johannes Schlatow
2015-07-06
1
-5
/
+4
*
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Alberto Garcia
2015-07-02
1
-1
/
+0
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
mc146818rtc: Reset the periodic timer on load
Paul Donohue
2015-06-19
1
-0
/
+6
*
i8254: fix out-of-bounds memory access in pit_ioport_read()
Petr Matousek
2015-06-17
1
-0
/
+6
*
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-06-12
2
-20
/
+14
*
hw/timer/arm_timer.c: Fix misusing qemu_allocate_irqs for single irq
Shannon Zhao
2015-06-03
1
-4
/
+2
*
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
2015-04-26
1
-2
/
+3
*
Fix remaining warnings from Sparse (void return)
Stefan Weil
2015-03-19
1
-1
/
+1
*
omap: Fix warnings from Sparse
Stefan Weil
2015-03-19
1
-1
/
+1
*
stm32f2xx_timer: Add the stm32f2xx Timer
Alistair Francis
2015-03-11
2
-0
/
+330
*
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...
Peter Maydell
2015-03-11
1
-104
/
+255
|
\
|
*
m48t59: add m48t59 sysbus device
Mark Cave-Ayland
2015-03-10
1
-0
/
+4
|
*
m48t59: introduce new base-year qdev property
Mark Cave-Ayland
2015-03-10
1
-12
/
+15
[next]