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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2023-03-05
target/ppc: Drop tcg_temp_free
Richard Henderson
9
-1094
/
+7
2023-03-05
accel/tcg: Remove translator_loop_temp_check
Richard Henderson
1
-2
/
+0
2023-03-03
target/ppc/translate: Add dummy implementation for dcblc instruction
Bernhard Beschow
1
-0
/
+9
2023-03-02
Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
4
-49
/
+53
2023-03-02
target/ppc: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
4
-49
/
+53
2023-03-01
target/ppc: Don't use tcg_temp_local_new
Richard Henderson
3
-9
/
+9
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
1
-1
/
+1
2023-02-27
target/ppc: Fix warning with clang-15
Pierrick Bouvier
1
-2
/
+2
2023-02-27
target/ppc/kvm: Remove unused "sysbus.h" header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-02-27
target/ppc/internal: Restrict MMU declarations to sysemu
Philippe Mathieu-Daudé
1
-0
/
+5
2023-02-27
target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-04
target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
Richard Henderson
3
-101
/
+47
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
4
-28
/
+28
2023-01-04
target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittb
Richard Henderson
1
-10
/
+4
2023-01-04
target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interrupt
Richard Henderson
1
-10
/
+1
2022-12-21
target/ppc: Check DEXCR on hash{st, chk} instructions
Nicholas Miehlbradt
1
-15
/
+43
2022-12-21
target/ppc: Implement the DEXCR and HDEXCR
Nicholas Miehlbradt
4
-0
/
+64
2022-12-21
target/ppc/mmu_common: Fix table layout of "info tlb" HMP command
Bernhard Beschow
1
-1
/
+1
2022-12-21
target/ppc/mmu_common: Log which effective address had no TLB entry found
Bernhard Beschow
1
-1
/
+2
2022-12-21
target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h"
Philippe Mathieu-Daudé
1
-0
/
+3
2022-12-16
target/ppc: Convert to 3-phase reset
Peter Maydell
2
-6
/
+10
2022-11-17
target/ppc: Fix build warnings when building with 'disable-tcg'
Vaibhav Jain
2
-0
/
+4
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
1
-1
/
+1
2022-10-29
target/ppc: Fix regression in Radix MMU
Leandro Lupori
1
-8
/
+21
2022-10-28
target/ppc: Increment PMC5 with inline insns
Leandro Lupori
4
-39
/
+67
2022-10-28
target/ppc: Add new PMC HFLAGS
Leandro Lupori
3
-1
/
+13
2022-10-28
target/ppc: move the p*_interrupt_powersave methods to excp_helper.c
Matheus Ferst
3
-108
/
+102
2022-10-28
target/ppc: unify cpu->has_work based on cs->interrupt_request
Matheus Ferst
1
-93
/
+1
2022-10-28
target/ppc: introduce ppc_maybe_interrupt
Matheus Ferst
6
-1
/
+58
2022-10-28
target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds
Matheus Ferst
2
-1
/
+3
2022-10-28
target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...
Matheus Ferst
3
-13
/
+14
2022-10-28
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7
Matheus Ferst
1
-20
/
+25
2022-10-28
target/ppc: remove generic architecture checks from p7_deliver_interrupt
Matheus Ferst
1
-3
/
+0
2022-10-28
target/ppc: remove unused interrupts from p7_deliver_interrupt
Matheus Ferst
1
-50
/
+0
2022-10-28
target/ppc: create an interrupt deliver method for POWER7
Matheus Ferst
1
-0
/
+107
2022-10-28
target/ppc: remove unused interrupts from p7_next_unmasked_interrupt
Matheus Ferst
1
-55
/
+8
2022-10-28
target/ppc: create an interrupt masking method for POWER7
Matheus Ferst
1
-0
/
+108
2022-10-28
target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...
Matheus Ferst
3
-13
/
+14
2022-10-28
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8
Matheus Ferst
1
-28
/
+33
2022-10-28
target/ppc: remove generic architecture checks from p8_deliver_interrupt
Matheus Ferst
1
-3
/
+0
2022-10-28
target/ppc: remove unused interrupts from p8_deliver_interrupt
Matheus Ferst
1
-30
/
+0
2022-10-28
target/ppc: create an interrupt deliver method for POWER8
Matheus Ferst
1
-0
/
+107
2022-10-28
target/ppc: remove unused interrupts from p8_next_unmasked_interrupt
Matheus Ferst
1
-38
/
+7
2022-10-28
target/ppc: create an interrupt masking method for POWER8
Matheus Ferst
1
-0
/
+108
2022-10-28
target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...
Matheus Ferst
3
-14
/
+38
2022-10-28
target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9
Matheus Ferst
1
-76
/
+50
2022-10-28
target/ppc: remove generic architecture checks from p9_deliver_interrupt
Matheus Ferst
1
-8
/
+1
2022-10-28
target/ppc: remove unused interrupts from p9_deliver_interrupt
Matheus Ferst
1
-27
/
+0
2022-10-28
target/ppc: create an interrupt deliver method for POWER9/POWER10
Matheus Ferst
1
-0
/
+112
2022-10-28
target/ppc: remove unused interrupts from p9_next_unmasked_interrupt
Matheus Ferst
1
-29
/
+7
[next]