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
/
include
/
qemu
/
timer.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-08
s/cpu_get_real_ticks/cpu_get_host_ticks/
Christopher Covington
1
-10
/
+10
2015-08-19
qemu-common.h: Move muldiv64() to host-utils.h
Peter Maydell
1
-0
/
+1
2015-07-20
timer: rename NSEC_PER_SEC due to Mac OS X header clash
Stefan Hajnoczi
1
-1
/
+1
2015-07-02
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Alberto Garcia
1
-1
/
+1
2015-07-02
timer: Move NANOSECONDS_PER_SECONDS to timer.h
Alberto Garcia
1
-0
/
+2
2015-06-19
qemu-timer: Call clock reset notifiers on forward jumps
Paul Donohue
1
-0
/
+9
2015-03-18
profiler: Reenable built-in profiler
Alexey Kardashevskiy
1
-3
/
+2
2015-02-02
cpu-exec: simplify init_delay_params
Paolo Bonzini
1
-1
/
+0
2015-01-26
qemu-timer: introduce timer_deinit
Paolo Bonzini
1
-0
/
+11
2015-01-26
qemu-timer: add timer_init and timer_init_ns/us/ms
Paolo Bonzini
1
-0
/
+73
2015-01-14
qemu-timer: rename timer_init to timer_init_tl
Paolo Bonzini
1
-5
/
+5
2014-12-15
cpus: make icount warp behave well with respect to stop/cont
Pavel Dovgalyuk
1
-1
/
+2
2014-12-15
timer: introduce new QEMU_CLOCK_VIRTUAL_RT clock
Pavel Dovgalyuk
1
-0
/
+7
2014-12-15
icount: introduce cpu_get_icount_raw
Pavel Dovgalyuk
1
-0
/
+1
2014-08-06
cpu-exec: Add sleeping algorithm
Sebastian Tanase
1
-0
/
+1
2014-08-06
timer: add cpu_icount_to_ns function.
KONRAD Frederic
1
-0
/
+1
2014-01-15
Fix typo of tiemr in timer.h
Namhyung Kim
1
-3
/
+3
2013-10-17
timer: add timer_mod_anticipate and timer_mod_anticipate_ns
Paolo Bonzini
1
-0
/
+26
2013-10-17
timer: make qemu_clock_enable sync between disable and timer's cb
Liu Ping Fan
1
-0
/
+6
2013-10-17
timer: protect timers_state's clock with seqlock
Liu Ping Fan
1
-0
/
+2
2013-09-18
qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe
Stefan Hajnoczi
1
-0
/
+17
2013-08-22
aio / timers: Remove legacy interface
Alex Bligh
1
-212
/
+2
2013-08-22
aio / timers: Remove main_loop_timerlist
Alex Bligh
1
-5
/
+1
2013-08-22
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
Alex Bligh
1
-273
/
+341
2013-08-22
aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms
Alex Bligh
1
-0
/
+28
2013-08-22
aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline
Alex Bligh
1
-16
/
+0
2013-08-22
aio / timers: Remove alarm timers
Alex Bligh
1
-3
/
+0
2013-08-22
aio / timers: Add documentation and new format calls
Alex Bligh
1
-22
/
+184
2013-08-22
aio / timers: Use all timerlists in icount warp calculations
Alex Bligh
1
-0
/
+13
2013-08-22
aio / timers: Introduce new API timer_new and friends
Alex Bligh
1
-0
/
+69
2013-08-22
aio / timers: On timer modification, qemu_notify or aio_notify
Alex Bligh
1
-0
/
+9
2013-08-22
aio / timers: Add a notify callback to QEMUTimerList
Alex Bligh
1
-4
/
+23
2013-08-22
aio / timers: Add QEMUTimerListGroup and helper functions
Alex Bligh
1
-0
/
+49
2013-08-22
aio / timers: Untangle include files
Alex Bligh
1
-1
/
+0
2013-08-22
aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList
Alex Bligh
1
-23
/
+325
2013-08-22
aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress
Alex Bligh
1
-2
/
+19
2013-08-22
aio / timers: add ppoll support with qemu_poll_ns
Alex Bligh
1
-0
/
+12
2013-08-22
aio / timers: add qemu-timer.c utility functions
Alex Bligh
1
-0
/
+42
2013-08-22
aio / timers: Rename qemu_new_clock and expose clock types
Alex Bligh
1
-0
/
+4
2013-08-22
aio / timers: Rename qemu_timer_* functions
Alex Bligh
1
-3
/
+3
2013-04-25
Remove unnecessary FreeBSD #include
Ed Maste
1
-4
/
+0
2013-04-04
Allow clock_gettime() monotonic clock to be utilized on more OS's
Brad Smith
1
-2
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-0
/
+310