| Commit message (Expand) | Author | Age | Files | Lines |
* | ppc/translate: Implement lxvwsx opcode | LemonBoy | 2020-11-24 | 2 | -0/+31 |
* | target/arm: Make SYS_HEAPINFO work with RAM that doesn't start at 0 | Peter Maydell | 2020-11-23 | 1 | -4/+8 |
* | target/arm: fix stage 2 page-walks in 32-bit emulation | RĂ©mi Denis-Courmont | 2020-11-23 | 1 | -2/+2 |
* | s390/kvm: fix diag318 propagation and reset functionality | Collin Walling | 2020-11-18 | 5 | -5/+30 |
* | hvf: Fix segment selector format | Jessica Clarke | 2020-11-18 | 1 | -4/+4 |
* | hvf: Gate RDTSCP on CPU_BASED2_RDTSCP, not just CPU_BASED_TSC_OFFSET | Jessica Clarke | 2020-11-18 | 1 | -0/+4 |
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201117'... | Peter Maydell | 2020-11-17 | 1 | -3/+0 |
|\ |
|
| * | target/openrisc: Remove dead code attempting to check "is timer disabled" | Peter Maydell | 2020-11-17 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1... | Peter Maydell | 2020-11-17 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | target/microblaze: Fix possible array out of bounds in mmu_write() | AlexChen | 2020-11-17 | 1 | -1/+2 |
* | | target/i386: avoid theoretical leak on MCE injection | Paolo Bonzini | 2020-11-16 | 1 | -6/+4 |
* | | kvm/i386: Set proper nested state format for SVM | Tom Lendacky | 2020-11-16 | 1 | -4/+6 |
|/ |
|
* | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 5 | -5/+5 |
* | sparc tcg cpus: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 12 | -12/+12 |
* | x86 hvf cpus: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 17 | -18/+18 |
* | overall/alpha tcg cpus|hppa: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 18 | -18/+18 |
* | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 30 | -30/+30 |
* | x86 tcg cpus: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 21 | -21/+21 |
* | tricore tcg cpus: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | xtensa tcg cpus: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | microblaze tcg cpus: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 8 | -8/+8 |
* | cris tcg cpus: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 10 | -10/+10 |
* | powerpc tcg: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 24 | -24/+24 |
* | hmp: Pass monitor to mon_get_cpu_env() | Kevin Wolf | 2020-11-13 | 8 | -16/+16 |
* | hmp: Pass monitor to MonitorDef.get_value() | Kevin Wolf | 2020-11-13 | 3 | -7/+14 |
* | hmp: Pass monitor to mon_get_cpu() | Kevin Wolf | 2020-11-13 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201110'... | Peter Maydell | 2020-11-10 | 8 | -55/+44 |
|\ |
|
| * | target/arm/translate-neon.c: Handle VTBL UNDEF case before VFP access check | Peter Maydell | 2020-11-10 | 1 | -4/+4 |
| * | target/arm: Fix neon VTBL/VTBX for len > 1 | Richard Henderson | 2020-11-10 | 3 | -40/+29 |
| * | target/arm: add space before the open parenthesis '(' | Xinhao Zhang | 2020-11-10 | 1 | -1/+1 |
| * | target/arm: Don't use '#' flag of printf format | Xinhao Zhang | 2020-11-10 | 1 | -2/+2 |
| * | target/arm: add spaces around operator | Xinhao Zhang | 2020-11-10 | 3 | -9/+9 |
* | | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1... | Peter Maydell | 2020-11-10 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | s390x: fix clang 11 warnings in cpu_models.c | Daniele Buono | 2020-11-10 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201... | Peter Maydell | 2020-11-10 | 8 | -255/+112 |
|\ \
| |/
|/| |
|
| * | target/riscv: Split the Hypervisor execute load helpers | Alistair Francis | 2020-11-10 | 3 | -42/+17 |
| * | target/riscv: Remove the hyp load and store functions | Alistair Francis | 2020-11-10 | 5 | -166/+59 |
| * | target/riscv: Remove the HS_TWO_STAGE flag | Alistair Francis | 2020-11-10 | 4 | -51/+25 |
| * | target/riscv: Set the virtualised MMU mode when doing hyp accesses | Alistair Francis | 2020-11-10 | 1 | -13/+17 |
| * | target/riscv: Add a virtualised MMU Mode | Alistair Francis | 2020-11-10 | 3 | -3/+14 |
* | | target/mips: Fix PageMask with variable page size | Jiaxun Yang | 2020-11-09 | 2 | -6/+22 |
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into staging | Peter Maydell | 2020-11-06 | 2 | -35/+50 |
|\ \ |
|
| * | | target/s390x: fix execution with icount | Pavel Dovgalyuk | 2020-11-05 | 2 | -35/+50 |
* | | | target/ppc/excp_helper: Add a fallthrough for fix compiler warning | Chen Qun | 2020-11-05 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201103'... | Peter Maydell | 2020-11-04 | 11 | -13/+13 |
|\ \
| |/
|/| |
|
| * | target/mips: Add unaligned access support for MIPS64R6 and Loongson-3 | Huacai Chen | 2020-11-03 | 1 | -2/+2 |
| * | target/mips: Fix Lesser GPL version number | Chetan Pant | 2020-11-03 | 11 | -11/+11 |
* | | target/riscv/csr.c : add space before the open parenthesis '(' | Xinhao Zhang | 2020-11-03 | 1 | -1/+1 |
* | | target/riscv: Add V extension state description | Yifei Jiang | 2020-11-03 | 1 | -0/+25 |
* | | target/riscv: Add H extension state description | Yifei Jiang | 2020-11-03 | 1 | -0/+47 |