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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-05
target/ppc: init 'sregs' in kvmppc_put_books_sregs()
Daniel Henrique Barboza
1
-1
/
+1
2022-05-05
target/ppc: init 'lpcr' in kvmppc_enable_cap_large_decr()
Daniel Henrique Barboza
1
-1
/
+1
2022-05-05
target/ppc: initialize 'val' union in kvm_get_one_spr()
Daniel Henrique Barboza
1
-1
/
+2
2022-05-05
target/arm: read access to performance counters from EL0
Alex Zuepke
1
-2
/
+2
2022-05-05
target/arm: Add isar_feature_{aa64,any}_ras
Richard Henderson
1
-0
/
+10
2022-05-05
target/arm: Add isar predicates for FEAT_Debugv8p2
Richard Henderson
1
-0
/
+15
2022-05-05
target/arm: Remove HOST_BIG_ENDIAN ifdef in add_cpreg_to_hashtable
Richard Henderson
1
-6
/
+3
2022-05-05
target/arm: Reformat comments in add_cpreg_to_hashtable
Richard Henderson
1
-9
/
+15
2022-05-05
target/arm: Perform override check early in add_cpreg_to_hashtable
Richard Henderson
1
-14
/
+8
2022-05-05
target/arm: Hoist isbanked computation in add_cpreg_to_hashtable
Richard Henderson
1
-2
/
+4
2022-05-05
target/arm: Use bool for is64 and ns in add_cpreg_to_hashtable
Richard Henderson
1
-2
/
+2
2022-05-05
target/arm: Consolidate cpreg updates in add_cpreg_to_hashtable
Richard Henderson
1
-16
/
+12
2022-05-05
target/arm: Hoist computation of key in add_cpreg_to_hashtable
Richard Henderson
1
-22
/
+27
2022-05-05
target/arm: Merge allocation of the cpreg and its name
Richard Henderson
2
-17
/
+9
2022-05-05
target/arm: Store cpregs key in the hash table directly
Richard Henderson
3
-26
/
+21
2022-05-05
target/arm: Drop always-true test in define_arm_vh_e2h_redirects_aliases
Richard Henderson
1
-12
/
+11
2022-05-05
target/arm: Name CPSecureState type
Richard Henderson
2
-5
/
+9
2022-05-05
target/arm: Name CPState type
Richard Henderson
2
-5
/
+7
2022-05-05
target/arm: Change cpreg access permissions to enum
Richard Henderson
2
-22
/
+24
2022-05-05
target/arm: Avoid bare abort() or assert(0)
Richard Henderson
8
-16
/
+15
2022-05-05
target/arm: Reorg ARMCPRegInfo type field bits
Richard Henderson
5
-58
/
+92
2022-05-05
target/arm: Make some more cpreg data static const
Richard Henderson
1
-8
/
+8
2022-05-05
target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
Richard Henderson
4
-122
/
+49
2022-05-05
target/arm: Reorg CPAccessResult and access_check_cp_reg
Richard Henderson
2
-36
/
+42
2022-05-05
target/arm: Split out cpregs.h
Richard Henderson
10
-374
/
+422
2022-05-05
target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user
Richard Henderson
1
-0
/
+2
2022-05-04
disas: Remove old libopcode s390 disassembler
Thomas Huth
1
-1
/
+0
2022-05-04
target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU model
David Miller
1
-1
/
+6
2022-05-04
target/s390x: vxeh2: vector {load, store} byte reversed element
David Miller
2
-0
/
+97
2022-05-04
target/s390x: vxeh2: vector {load, store} byte reversed elements
David Miller
2
-0
/
+117
2022-05-04
target/s390x: vxeh2: vector {load, store} elements reversed
David Miller
2
-0
/
+88
2022-05-04
target/s390x: vxeh2: vector shift double by bit
David Miller
2
-8
/
+53
2022-05-04
target/s390x: vxeh2: Update for changes to vector shifts
David Miller
4
-50
/
+95
2022-05-04
target/s390x: vxeh2: vector string search
David Miller
5
-1
/
+134
2022-05-04
target/s390x: vxeh2: vector convert short/32b
David Miller
3
-4
/
+75
2022-05-04
s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG
David Hildenbrand
2
-24
/
+13
2022-05-04
s390x/cpu_models: drop "msa5" from the TCG "max" model
David Hildenbrand
1
-2
/
+0
2022-05-04
target/s390x: Fix writeback to v1 in helper_vstl
Richard Henderson
1
-2
/
+0
2022-04-29
target/riscv: add scalar crypto related extenstion strings to isa_string
Weiwei Li
1
-0
/
+13
2022-04-29
target/riscv: Fix incorrect PTE merge in walk_pte
Ralf Ramsauer
1
-4
/
+7
2022-04-29
target/riscv: rvk: expose zbk* and zk* properties
Weiwei Li
1
-0
/
+13
2022-04-29
target/riscv: rvk: add CSR support for Zkr
Weiwei Li
4
-3
/
+103
2022-04-29
target/riscv: rvk: add support for zksed/zksh extension
Weiwei Li
4
-0
/
+95
2022-04-29
target/riscv: rvk: add support for sha512 related instructions for RV64 in zk...
Weiwei Li
2
-0
/
+58
2022-04-29
target/riscv: rvk: add support for sha512 related instructions for RV32 in zk...
Weiwei Li
2
-0
/
+106
2022-04-29
target/riscv: rvk: add support for sha256 related instructions in zknh extension
Weiwei Li
2
-0
/
+60
2022-04-29
target/riscv: rvk: add support for zkne/zknd extension in RV64
Weiwei Li
4
-0
/
+243
2022-04-29
target/riscv: rvk: add support for zknd/zkne extension in RV32
Weiwei Li
6
-1
/
+196
2022-04-29
crypto: move sm4_sbox from target/arm
Weiwei Li
1
-35
/
+1
2022-04-29
target/riscv: rvk: add support for zbkx extension
Weiwei Li
4
-0
/
+51
[next]