Age | Commit message (Expand) | Author |
2016-08-11 | Update ancient copyright string in -version output | Peter Maydell |
2016-07-18 | trace: Add per-vCPU tracing states for events with the 'vcpu' property | Lluís Vilanova |
2016-07-18 | trace: [linux-user] Commandline arguments to control tracing | Lluís Vilanova |
2016-06-29 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-06-29 | target-*: Don't redefine cpu_exec() | Peter Crosthwaite |
2016-06-24 | target-mips: Implement FCR31's R/W bitmask and related functionalities | Aleksandar Markovic |
2016-06-23 | ppc: Rework generation of priv and inval interrupts | Benjamin Herrenschmidt |
2016-06-20 | log: Fix qemu_set_log_filename() error handling | Markus Armbruster |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-06-08 | Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int... | Peter Maydell |
2016-06-08 | linux-user: In fork_end(), remove correct CPUs from CPU list | Peter Maydell |
2016-06-07 | linux-user: Remove real-time signal queuing | Timothy E Baldwin |
2016-06-07 | Makefile: Derive "PKGVERSION" from "git describe" by default | Fam Zheng |
2016-05-27 | linux-user: Support for restarting system calls for Microblaze targets | Timothy E Baldwin |
2016-05-27 | linux-user: Set r14 on exit from microblaze syscall | Peter Maydell |
2016-05-27 | linux-user: Support for restarting system calls for tilegx targets | Peter Maydell |
2016-05-27 | linux-user: Support for restarting system calls for CRIS targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for S390 targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for M68K targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for OpenRISC targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for UniCore32 targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for Alpha targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for SH4 targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for SPARC targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for PPC targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for MIPS targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for ARM targets | Timothy E Baldwin |
2016-05-27 | linux-user: Support for restarting system calls for x86 targets | Timothy E Baldwin |
2016-05-23 | cpu: Eliminate cpudef_init(), cpudef_setup() | Eduardo Habkost |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini |
2016-05-19 | log: do not use CONFIG_USER_ONLY | Paolo Bonzini |
2016-04-04 | linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop() | Peter Maydell |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-04 | linux-user: arm: handle CPSR.E correctly in strex emulation | Paolo Bonzini |
2016-03-04 | linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE mode | Peter Crosthwaite |
2016-03-04 | target-arm: implement SCTLR.B, drop bswap_code | Paolo Bonzini |
2016-03-04 | linux-user: arm: pass env to get_user_code_* | Paolo Bonzini |
2016-02-26 | linux-user: Use restrictive mask when calling cpsr_write() | Peter Maydell |
2016-02-26 | target-arm: Add write_type argument to cpsr_write() | Peter Maydell |
2016-02-23 | linux-user: set ppc64/ppc64le default CPU to POWER8 | Laurent Vivier |
2016-02-03 | log: do not unnecessarily include qom/cpu.h | Paolo Bonzini |
2016-01-29 | linux-user: Clean up includes | Peter Maydell |
2015-12-17 | linux-user: avoid "naked" qemu_log | Paolo Bonzini |
2015-12-17 | user: introduce "-d page" | Paolo Bonzini |
2015-12-17 | qemu-log: introduce qemu_log_separate | Paolo Bonzini |
2015-10-08 | linux-user: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2015-10-08 | s/cpu_get_real_ticks/cpu_get_host_ticks/ | Christopher Covington |
2015-10-07 | target-tilegx: Use TILEGX_EXCP_SIGNAL instead of TILEGX_EXCP_SEGV | Richard Henderson |
2015-10-07 | target-tilegx: Decode ill pseudo-instructions | Chen Gang |
2015-09-28 | linux-user: Treat --foo options the same as -foo | Meador Inge |