index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
timer
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-15
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
1
-2
/
+22
2014-05-15
hw: Don't call visit_end_struct() after visit_start_struct() fails
Markus Armbruster
1
-8
/
+15
2014-05-15
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...
Peter Maydell
3
-8
/
+4
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
3
-8
/
+4
2014-05-13
hw/timer/exynos4210_mct: Avoid overflow in exynos4210_ltick_recalc_count
Peter Maydell
1
-2
/
+2
2014-05-13
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
12
-29
/
+6
2014-05-13
xilinx_timer: Fix writes into TCSR register
Guenter Roeck
1
-1
/
+1
2014-05-07
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...
Peter Maydell
1
-0
/
+13
2014-05-05
hpet: fix buffer overrun on invalid state load
Michael S. Tsirkin
1
-0
/
+13
2014-05-05
hw: Consistently name Error ** objects errp, and not err
Markus Armbruster
1
-2
/
+2
2014-04-17
allwinner-a10-pit: implement prescaler and source selection
Beniamino Galvani
1
-1
/
+27
2014-04-17
allwinner-a10-pit: use level triggered interrupts
Beniamino Galvani
1
-1
/
+14
2014-04-17
allwinner-a10-pit: avoid generation of spurious interrupts
Beniamino Galvani
1
-11
/
+14
2014-04-17
timer: cadence_ttc: Fix match register write logic
Peter Crosthwaite
1
-0
/
+2
2014-03-28
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+2
2014-03-27
Don't enable a HPET timer if HPET is disabled
Matt Lupfer
1
-1
/
+2
2014-03-27
hw/timer/grlib_gptimer: remove unnecessary assignment
Prasad Joshi
1
-1
/
+0
2014-03-15
hw/timer/grlib_gptimer: Avoid integer overflows
Sebastian Huber
1
-2
/
+2
2014-03-04
Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging
Peter Maydell
1
-15
/
+10
2014-02-27
sun4m: fix slavio timer RUN/STOP bit
Mark Cave-Ayland
1
-15
/
+10
2014-02-26
hw/timer/arm_timer: Avoid array overrun for bad addresses
Peter Maydell
1
-0
/
+2
2014-02-14
qdev: Add enum property types to QAPI schema
Paolo Bonzini
1
-7
/
+7
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
2
-3
/
+3
2014-02-14
twl92230: QOM'ify
Andreas Färber
1
-14
/
+21
2014-02-14
ds1338: QOM'ify
Andreas Färber
1
-8
/
+13
2014-02-11
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+2
2013-12-23
isa: Clean up use of cannot_instantiate_with_device_add_yet
Markus Armbruster
3
-3
/
+10
2013-12-23
sysbus: Set cannot_instantiate_with_device_add_yet
Markus Armbruster
3
-3
/
+0
2013-12-23
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
6
-6
/
+6
2013-12-17
hw/timer: add allwinner a10 timer
liguang
2
-0
/
+256
2013-12-17
hw/arm/digic: add timer support
Antony Pavlov
2
-0
/
+164
2013-12-13
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-10
/
+19
2013-12-11
hpet: fix build with CONFIG_HPET off
Michael S. Tsirkin
1
-6
/
+0
2013-12-11
hpet: enable to entitle more irq pins for hpet
Liu Ping Fan
1
-2
/
+7
2013-12-11
hpet: inverse polarity when pin above ISA_NUM_IRQS
Liu Ping Fan
1
-2
/
+12
2013-12-10
hw/timer: Introduce ARM A9 Global Timer.
Peter Crosthwaite
2
-0
/
+370
2013-12-02
misc: Replace 'struct QEMUTimer' by 'QEMUTimer'
Stefan Weil
1
-2
/
+2
2013-11-05
rtc: remove dead SQW IRQ code
Jan Kiszka
1
-8
/
+1
2013-11-05
a9mpcore: Embed ARMMPTimerState
Andreas Färber
1
-31
/
+4
2013-11-05
arm_mptimer: Convert to QOM realize
Andreas Färber
1
-10
/
+15
2013-10-14
hpet: add API to find it
Michael S. Tsirkin
1
-0
/
+5
2013-09-01
misc: Fix some typos in names and comments
Stefan Weil
1
-2
/
+2
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
15
-96
/
+96
2013-08-22
aio / timers: Convert rtc_clock to be a QEMUClockType
Alex Bligh
4
-25
/
+28
2013-08-22
aio / timers: Untangle include files
Alex Bligh
11
-0
/
+12
2013-08-22
aio / timers: Rename qemu_timer_* functions
Alex Bligh
1
-3
/
+3
2013-08-20
hw/timer/imx_epit: Simplify and fix imx_epit implementation
Peter Chubb
1
-58
/
+36
2013-07-29
xilinx_timer: QOM cast cleanup
Andreas Färber
1
-3
/
+8
2013-07-29
tusb6010: QOM cast cleanup
Andreas Färber
1
-10
/
+16
2013-07-29
slavio_timer: QOM cast cleanup
Andreas Färber
1
-4
/
+9
[next]