Age | Commit message (Expand) | Author |
2015-08-14 | exec: drop cpu_can_do_io, just read cpu->can_do_io | Paolo Bonzini |
2015-08-06 | cpu-exec: Do not invalidate original TB in cpu_exec_nocache() | Sergey Fedorov |
2015-07-09 | cpu-exec: Purge all uses of ENV_GET_CPU() | Peter Crosthwaite |
2015-06-26 | include/exec: Move tb hash functions out | Peter Crosthwaite |
2015-02-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-02-16 | exec: RCUify AddressSpaceDispatch | Paolo Bonzini |
2015-02-16 | exec: make iotlb RCU-friendly | Paolo Bonzini |
2015-02-16 | exec: introduce cpu_reload_memory_map | Paolo Bonzini |
2015-02-10 | cpu-exec: simplify icount code | Paolo Bonzini |
2015-02-10 | cpu-exec: drop dead assignment | Paolo Bonzini |
2015-02-02 | cpu-exec: simplify init_delay_params | Paolo Bonzini |
2015-02-02 | cpu-exec: simplify align_clocks | Paolo Bonzini |
2014-12-15 | cpu-exec: invalidate nocache translation if they are interrupted | Pavel Dovgalyuk |
2014-12-15 | icount: set can_do_io outside TB execution | Pavel Dovgalyuk |
2014-12-15 | cpu-exec: reset exception_index correctly | Pavel Dovgalyuk |
2014-12-15 | cpu-exec: fix cpu_exec_nocache | Pavel Dovgalyuk |
2014-09-25 | cpu-exec: Do CPU_INTERRUPT_HALT unconditionally | Richard Henderson |
2014-09-25 | target-i386: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-ppc: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-lm32: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-microblaze: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-mips: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-tricore: Remove the dummy interrupt boilerplate | Richard Henderson |
2014-09-25 | target-openrisc: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-sparc: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-arm: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-unicore32: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-sh4: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-alpha: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-cris: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-m68k: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-s390x: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | target-xtensa: Use cpu_exec_interrupt qom hook | Richard Henderson |
2014-09-25 | qom: Add cpu_exec_interrupt hook | Richard Henderson |
2014-09-25 | target-ppc: Use cpu_exec_enter qom hook | Richard Henderson |
2014-09-25 | target-m68k: Use cpu_exec_enter/exit qom hooks | Richard Henderson |
2014-09-25 | target-i386: Use cpu_exec_enter/exit qom hooks | Richard Henderson |
2014-09-25 | cpu-exec: Remove do-nothing ifdef chains | Richard Henderson |
2014-09-25 | qom: Add cpu_exec_enter and cpu_exec_exit hooks | Richard Henderson |
2014-09-12 | cpu-exec: Make debug_excp_handler a QOM CPU method | Peter Maydell |
2014-09-12 | cpu-exec.c: Allow disabling of IRQs on ARM Cortex-M CPUs | David Hoover |
2014-09-01 | target-tricore: Add target stubs and qom-cpu | Bastian Koppelmann |
2014-08-12 | trace: add some tcg tracing support | Alex Bennée |
2014-08-07 | monitor: Add drift info to 'info jit' | Sebastian Tanase |
2014-08-06 | cpu-exec: Print to console if the guest is late | Sebastian Tanase |
2014-08-06 | cpu-exec: Add sleeping algorithm | Sebastian Tanase |
2014-05-13 | cpu: make CPU_INTERRUPT_RESET available on all targets | Paolo Bonzini |
2014-04-04 | cpu-exec: Unlock tb_lock if we longjmp out of code generation | Peter Maydell |
2014-03-13 | cpu-exec: Change cpu_resume_from_signal() argument to CPUState | Andreas Färber |
2014-03-13 | translate-all: Change tb_gen_code() argument to CPUState | Andreas Färber |