Age | Commit message (Expand) | Author | Files | Lines |
2017-06-13 | timer/aspeed: fix timer enablement when a reload is not set | Cédric Le Goater | 1 | -8/+29 |
2017-06-13 | hw/timer/exynos4210_mct: Remove unused defines | Krzysztof Kozlowski | 1 | -3/+0 |
2017-06-13 | hw/timer/exynos4210_mct: Cleanup indentation and empty new lines | Krzysztof Kozlowski | 1 | -25/+20 |
2017-06-13 | hw/timer/exynos4210_mct: Fix checkpatch style errors | Krzysztof Kozlowski | 1 | -2/+2 |
2017-06-06 | qtest: add rtc periodic timer test | Xiao Guangrong | 1 | -12/+3 |
2017-06-06 | mc146818rtc: embrace all x86 specific code | Xiao Guangrong | 1 | -29/+31 |
2017-06-06 | mc146818rtc: drop unnecessary '#ifdef TARGET_I386' | Xiao Guangrong | 1 | -13/+3 |
2017-06-06 | mc146818rtc: ensure LOST_TICK_POLICY_SLEW is only enabled on TARGET_I386 | Xiao Guangrong | 1 | -2/+2 |
2017-06-06 | mc146818rtc: precisely count the clock for periodic timer | Tai Yunfang | 1 | -23/+97 |
2017-06-06 | mc146818rtc: update periodic timer only if it is needed | Xiao Guangrong | 1 | -2/+16 |
2017-06-04 | altera_timer: fix incorrect memset | Paolo Bonzini | 1 | -1/+1 |
2017-06-02 | hw/timer: QOM'ify slavio_timer | xiaoqiang zhao | 1 | -7/+5 |
2017-06-02 | hw/timer: QOM'ify m48txx_sysbus | xiaoqiang zhao | 1 | -19/+19 |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 4 | -6/+6 |
2017-05-17 | hpet: Remove user_creatable flag | Eduardo Habkost | 1 | -5/+0 |
2017-05-17 | sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICE | Eduardo Habkost | 1 | -0/+5 |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 2 | -2/+2 |
2017-04-20 | hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report | Krzysztof Kozlowski | 3 | -17/+21 |
2017-02-28 | armv7m: Split systick out from NVIC | Peter Maydell | 3 | -0/+247 |
2017-02-28 | ARM i.MX timers: fix reset handling | Kurban Mallachiev | 1 | -8/+25 |
2017-02-21 | hw/mips_gictimer: provide API for retrieving frequency | Paul Burton | 1 | -0/+5 |
2017-02-13 | migration: consolidate VMStateField.start | Halil Pasic | 1 | -1/+1 |
2017-02-06 | Split ISA and sysbus versions of m48t59 device | David Gibson | 4 | -210/+284 |
2017-01-27 | replay: don't use rtc clock on loadvm phase | Pavel Dovgalyuk | 1 | -4/+11 |
2017-01-25 | Merge remote-tracking branch 'remotes/rth/tags/pull-nios-20170124' into staging | Peter Maydell | 2 | -0/+238 |
2017-01-24 | nios2: Add periodic timer emulation | Chris Wulff | 2 | -0/+238 |
2017-01-24 | migration: extend VMStateInfo | Jianjun Duan | 1 | -2/+6 |
2017-01-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+12 |
2017-01-18 | target-sparc: move common cpu initialisation routines to sparc64.c | Artyom Tarasenko | 1 | -1/+1 |
2017-01-18 | target-sparc: implement sun4v RTC | Artyom Tarasenko | 2 | -0/+104 |
2017-01-16 | bugfix: vm halt when in reset looping | hangaohuai | 1 | -0/+12 |
2017-01-09 | i2c: Allow I2C devices to NAK start events | Corey Minyard | 2 | -2/+6 |
2016-12-27 | hw/i2c: Add a NULL check for i2c slave init callbacks | Alastair D'Silva | 1 | -6/+0 |
2016-10-28 | clean-up: removed duplicate #includes | Anand J | 1 | -1/+0 |
2016-10-24 | timer: stm32f2xx_timer: add check for prescaler value | Prasad J Pandit | 1 | -1/+1 |
2016-10-24 | timer: a9gtimer: remove loop to auto-increment comparator | Prasad J Pandit | 1 | -7/+7 |
2016-10-24 | arm_mptimer: Convert to use ptimer | Dmitry Osipenko | 1 | -67/+82 |
2016-10-10 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+9 |
2016-10-04 | STM32F2xx: Display PWM duty cycle from timer | Alistair Francis | 1 | -0/+9 |
2016-10-04 | MC146818 RTC: coordinate guest clock base to destination host after migration | Junlian Bell | 1 | -1/+9 |
2016-09-22 | imx: Use 'const char', not 'char const' | Peter Maydell | 2 | -2/+2 |
2016-09-22 | hw/ptimer: Introduce timer policy feature | Dmitry Osipenko | 16 | -23/+24 |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier | 1 | -1/+1 |
2016-07-12 | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into staging | Peter Maydell | 2 | -0/+143 |
2016-07-12 | hw/mips: implement GIC Interval Timer | Yongbok Kim | 2 | -0/+143 |
2016-07-07 | i.MX: split the GPT timer implementation into per SOC definitions | Jean-Christophe Dubois | 1 | -6/+63 |
2016-06-29 | MC146818 RTC: add GPIO access to output IRQ | Efimov Vasily | 1 | -2/+4 |
2016-06-20 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -0/+51 |
2016-06-20 | Merge remote-tracking branch 'remotes/mwalle/tags/lm32-queue/20160620' into s... | Peter Maydell | 2 | -16/+26 |
2016-06-20 | trace: split out trace events for hw/timer/ directory | Daniel P. Berrange | 1 | -0/+51 |