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
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-31
target/ppc: Bugfix FP when OE/UE are set
Lucas Mateus Castro (alqotel)
2
-2
/
+2
2022-08-30
target/ppc: Fix host PVR matching for KVM
Nicholas Piggin
3
-23
/
+76
2022-08-04
ppc: Remove redundant macro MSR_BOOK3S_MASK.
Yonggang Luo
1
-1
/
+0
2022-07-28
target/ppc: Implement new wait variants
Nicholas Piggin
2
-8
/
+91
2022-07-18
target/ppc: Check page dir/table base alignment
Leandro Lupori
1
-4
/
+24
2022-07-18
target/ppc: Improve Radix xlate level validation
Leandro Lupori
1
-11
/
+38
2022-07-18
ppc: Check partition and process table alignment
Leandro Lupori
2
-4
/
+18
2022-07-18
target/ppc: check tb_env != 0 before printing TBU/TBL/DECR
Matheus Ferst
2
-10
/
+17
2022-07-18
target/ppc: Implement slbiag
Lucas Coutinho
4
-0
/
+46
2022-07-18
target/ppc: Move slbsync to decodetree
Lucas Coutinho
3
-17
/
+16
2022-07-18
target/ppc: Move slbfee to decodetree
Lucas Coutinho
5
-28
/
+38
2022-07-18
target/ppc: Move slbmfee to decodetree
Lucas Coutinho
5
-15
/
+17
2022-07-18
target/ppc: Move slbmfev to decodetree
Lucas Coutinho
5
-14
/
+18
2022-07-18
target/ppc: Move slbmte to decodetree
Lucas Coutinho
5
-16
/
+18
2022-07-18
target/ppc: Move slbia to decodetree
Lucas Coutinho
5
-19
/
+21
2022-07-18
target/ppc: Move slbieg to decodetree
Lucas Coutinho
5
-15
/
+17
2022-07-18
target/ppc: Move slbie to decodetree
Lucas Coutinho
5
-15
/
+23
2022-07-18
target/ppc: add macros to check privilege level
Matheus Ferst
2
-5
/
+23
2022-07-18
target/ppc: receive DisasContext explicitly in GEN_PRIV
Matheus Ferst
2
-149
/
+154
2022-07-18
target/ppc: Implement ISA 3.00 tlbie[l]
Leandro Lupori
4
-0
/
+188
2022-07-18
target/ppc: Move tlbie[l] to decode tree
Leandro Lupori
4
-64
/
+99
2022-07-18
target/ppc: fix exception error code in spr_write_excp_vector
Matheus Ferst
1
-3
/
+3
2022-07-18
target/ppc: fix PMU Group A register read/write exceptions
Matheus Ferst
1
-5
/
+5
2022-07-18
target/ppc: fix exception error code in helper_{load, store}_dcr
Matheus Ferst
2
-4
/
+4
2022-07-18
target/ppc: remove mfdcrux and mtdcrux
Matheus Ferst
2
-22
/
+2
2022-07-18
target/ppc: fix exception error value in slbfee
Matheus Ferst
1
-2
/
+2
2022-07-18
target/ppc: Fix gen_priv_exception error value in mfspr/mtspr
Matheus Ferst
1
-4
/
+4
2022-07-18
target/ppc/kvm: Skip current and parent directories in kvmppc_find_cpu_dt
Murilo Opsfelder Araujo
1
-0
/
+6
2022-07-18
ppc: Remove unused irq_inputs
Cédric Le Goater
2
-6
/
+0
2022-07-06
target/ppc: Fix MPC8555 and MPC8560 core type to e500v1
Pali Rohár
2
-14
/
+14
2022-07-06
target/ppc/cpu-models: Remove the "default" CPU alias
Thomas Huth
1
-1
/
+1
2022-07-06
target/ppc: Return default CPU for max CPU
Murilo Opsfelder Araujo
2
-1
/
+19
2022-07-06
target/ppc: implement cdtbcd
Matheus Ferst
4
-0
/
+35
2022-07-06
target/ppc: implement cbcdtd
Matheus Ferst
4
-0
/
+51
2022-07-06
target/ppc: implement addg6s
Matheus Ferst
2
-0
/
+41
2022-07-06
target/ppc: Add flag for ISA v2.06 BCDA instructions
Matheus Ferst
2
-5
/
+10
2022-07-06
target/ppc: Implement mffscdrn[i] instructions
Víctor Colombo
2
-0
/
+46
2022-07-06
target/ppc: Move mffs[.] to decodetree
Víctor Colombo
3
-19
/
+21
2022-07-06
target/ppc: Move mffsl to decodetree
Víctor Colombo
3
-24
/
+17
2022-07-06
target/ppc: Move mffsce to decodetree
Víctor Colombo
3
-32
/
+20
2022-07-06
target/ppc: Move mffscrn[i] to decodetree
Víctor Colombo
4
-48
/
+50
2022-07-06
target/ppc: Fix insn32.decode style issues
Víctor Colombo
1
-12
/
+12
2022-07-06
ppc: Define SETFIELD for the ppc target
Alexey Kardashevskiy
1
-0
/
+12
2022-07-06
target/ppc: use int128.h methods in vsubcuq
Matheus Ferst
5
-52
/
+9
2022-07-06
target/ppc: use int128.h methods in vsubecuq and vsubeuqm
Matheus Ferst
5
-36
/
+17
2022-07-06
target/ppc: use int128.h methods in vsubuqm
Matheus Ferst
5
-22
/
+8
2022-07-06
target/ppc: use int128.h methods in vaddcuq
Matheus Ferst
5
-13
/
+5
2022-07-06
target/ppc: use int128.h methods in vaddecuq and vaddeuqm
Matheus Ferst
5
-51
/
+17
2022-07-06
target/ppc: use int128.h methods in vadduqm
Matheus Ferst
5
-9
/
+7
2022-07-06
target/ppc: use int128.h methods in vpmsumd
Matheus Ferst
5
-41
/
+17
[next]