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-01-31
Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220130' into s...
Peter Maydell
13
-333
/
+712
2022-01-28
target/ppc: Remove support for the PowerPC 602 CPU
Cédric Le Goater
10
-322
/
+1
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
1
-2
/
+0
2022-01-28
target/ppc: 74xx: Set SRRs directly in exception code
Fabiano Rosas
1
-11
/
+2
2022-01-28
target/ppc: 74xx: System Reset interrupt cleanup
Fabiano Rosas
1
-16
/
+2
2022-01-28
target/ppc: 74xx: System Call exception cleanup
Fabiano Rosas
1
-6
/
+11
2022-01-28
target/ppc: 74xx: Program exception cleanup
Fabiano Rosas
1
-4
/
+0
2022-01-28
target/ppc: 74xx: External interrupt cleanup
Fabiano Rosas
1
-38
/
+0
2022-01-28
target/ppc: 74xx: Machine Check exception cleanup
Fabiano Rosas
1
-24
/
+0
2022-01-28
target/ppc: Simplify powerpc_excp_74xx
Fabiano Rosas
1
-202
/
+9
2022-01-28
target/ppc: Introduce powerpc_excp_74xx
Fabiano Rosas
1
-0
/
+474
2022-01-28
target/ppc: books: Program exception cleanup
Fabiano Rosas
1
-4
/
+0
2022-01-28
target/ppc: books: External interrupt cleanup
Fabiano Rosas
1
-23
/
+7
2022-01-28
target/ppc: books: Machine Check exception cleanup
Fabiano Rosas
1
-17
/
+0
2022-01-28
target/ppc: Simplify powerpc_excp_books
Fabiano Rosas
1
-147
/
+14
2022-01-28
target/ppc: Introduce powerpc_excp_books
Fabiano Rosas
1
-0
/
+478
2022-01-28
target/ppc: 405: Watchdog timer exception cleanup
Fabiano Rosas
1
-9
/
+0
2022-01-28
target/ppc: 405: Program exception cleanup
Fabiano Rosas
1
-15
/
+4
2022-01-28
target/ppc: 405: Instruction storage interrupt cleanup
Fabiano Rosas
1
-1
/
+0
2022-01-28
target/ppc: 405: Data Storage exception cleanup
Fabiano Rosas
1
-1
/
+1
2022-01-28
target/ppc: 405: Debug exception cleanup
Fabiano Rosas
1
-14
/
+4
2022-01-28
target/ppc: 405: Alignment exception cleanup
Fabiano Rosas
1
-7
/
+0
2022-01-28
target/ppc: 405: System call exception cleanup
Fabiano Rosas
1
-19
/
+2
2022-01-28
target/ppc: 405: External exception cleanup
Fabiano Rosas
1
-37
/
+0
2022-01-28
target/ppc: 405: Machine check exception cleanup
Fabiano Rosas
1
-24
/
+2
2022-01-28
target/ppc: 405: Critical exceptions cleanup
Fabiano Rosas
1
-15
/
+2
2022-01-28
target/ppc: Simplify powerpc_excp_40x
Fabiano Rosas
1
-195
/
+10
2022-01-28
target/ppc: Introduce powerpc_excp_40x
Fabiano Rosas
1
-0
/
+474
2022-01-28
target/ppc: 405: Add missing MSR_ME bit
Fabiano Rosas
1
-0
/
+1
2022-01-28
target/ppc: 405: Rename MSR_POW to MSR_WE
Fabiano Rosas
2
-1
/
+2
2022-01-28
ppc/ppc405: Fix TLB flushing
Cédric Le Goater
3
-2
/
+13
2022-01-28
target/ppc: Put do_rfi under a TCG-only block
Fabiano Rosas
1
-2
/
+0
2022-01-28
target/ppc: Fix test on mmu_model in hreg_compute_hflags_value()
Cédric Le Goater
1
-2
/
+4
2022-01-28
target/ppc: fix 'skip KVM' cond in cpu_interrupt_exittb()
Daniel Henrique Barboza
1
-1
/
+5
2022-01-28
target/ppc/mmu_common: Fix SRR1/MSR error code on Book-E
Vitaly Cheptsov
1
-3
/
+15
2022-01-28
target/ppc: 603: fix restore of GPRs 0-3 on rfi
Christophe Leroy
1
-0
/
+4
2022-01-18
target/ppc: Fix 7448 support
Cédric Le Goater
1
-4
/
+4
2022-01-18
target/ppc: Finish removal of 401/403 CPUs
Cédric Le Goater
6
-51
/
+1
2022-01-18
target/ppc: Remove last user of .load_state_old
Cédric Le Goater
1
-112
/
+0
2022-01-12
target/ppc: Set the correct endianness for powernv memory dumps
Fabiano Rosas
1
-1
/
+1
2022-01-12
target/ppc: Introduce a wrapper for powerpc_excp
Fabiano Rosas
1
-1
/
+11
2022-01-12
target/ppc: Use ppc_interrupts_little_endian in powerpc_excp
Fabiano Rosas
1
-28
/
+1
2022-01-12
target/ppc: Add MSR_ILE support to ppc_interrupts_little_endian
Fabiano Rosas
1
-1
/
+3
2022-01-12
target/ppc: Add HV support to ppc_interrupts_little_endian
Fabiano Rosas
3
-10
/
+17
2022-01-12
target/ppc: powerpc_excp: Group unimplemented exceptions
Fabiano Rosas
1
-69
/
+8
2022-01-12
target/ppc: powerpc_excp: Keep 60x/7x5 soft MMU logs active
Fabiano Rosas
1
-5
/
+1
2022-01-12
target/ppc: powerpc_excp: Extract software TLB logging into a function
Fabiano Rosas
1
-28
/
+37
2022-01-12
target/ppc: Add extra float instructions to POWER5P processors
Cédric Le Goater
1
-0
/
+1
2022-01-12
target/ppc: Add popcntb instruction to POWER5+ processors
Cédric Le Goater
1
-0
/
+1
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
4
-50
/
+50
[next]