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
2024-10-15
target/ppc: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
Philippe Mathieu-Daudé
1
-8
/
+5
2024-10-03
kvm: Allow kvm_arch_get/put_registers to accept Error**
Julia Suvorova
1
-2
/
+2
2024-09-28
Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2
-5
/
+5
2024-09-27
Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
1
-1
/
+1
2024-09-24
target/ppc: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
2
-5
/
+5
2024-09-22
target/ppc: Fix lxvx/stxvx facility check
Fabiano Rosas
1
-1
/
+1
2024-09-20
license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
Philippe Mathieu-Daudé
1
-1
/
+1
2024-09-03
target/ppc: Fix migration of CPUs with TLB_EMB TLB type
Arman Nabiev
1
-1
/
+1
2024-07-26
target/ppc: Remove includes from mmu-book3s-v3.h
BALATON Zoltan
3
-3
/
+2
2024-07-26
target/ppc/mmu-radix64: Remove externally unused parts from header
BALATON Zoltan
3
-53
/
+50
2024-07-26
target/ppc: Unexport some functions from mmu-book3s-v3.h
BALATON Zoltan
3
-40
/
+50
2024-07-26
target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the header
BALATON Zoltan
2
-8
/
+5
2024-07-26
target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_raddr()
BALATON Zoltan
1
-13
/
+5
2024-07-26
target/ppc/mmu_common.c: Remove mmu_ctx_t
BALATON Zoltan
1
-18
/
+7
2024-07-26
target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb()
BALATON Zoltan
1
-8
/
+9
2024-07-26
target/ppc: Remove bat_size_prot()
BALATON Zoltan
3
-57
/
+27
2024-07-26
target/ppc/mmu_common.c: Use defines instead of numeric constants
BALATON Zoltan
1
-13
/
+13
2024-07-26
target/ppc/mmu_common.c: Rename function parameter
BALATON Zoltan
1
-9
/
+9
2024-07-26
target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check()
BALATON Zoltan
1
-13
/
+13
2024-07-26
target/ppc/mmu_common.c: Remove key field from mmu_ctx_t
BALATON Zoltan
1
-12
/
+14
2024-07-26
target/ppc/mmu_common.c: Init variable in function that relies on it
BALATON Zoltan
1
-2
/
+2
2024-07-26
target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()
BALATON Zoltan
1
-15
/
+4
2024-07-26
target/ppc: Add function to get protection key for hash32 MMU
BALATON Zoltan
3
-5
/
+12
2024-07-26
target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_t
BALATON Zoltan
1
-9
/
+14
2024-07-26
target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check()
BALATON Zoltan
1
-49
/
+22
2024-07-26
target/ppc/mmu_common.c: Simplify a switch statement
BALATON Zoltan
1
-15
/
+4
2024-07-26
target/ppc/mmu_common.c: Remove single use local variable
BALATON Zoltan
1
-3
/
+1
2024-07-26
target/ppc/mmu_common.c: Convert local variable to bool
BALATON Zoltan
1
-3
/
+3
2024-07-26
target/ppc/mmu_common.c: Remove nx field from mmu_ctx_t
BALATON Zoltan
1
-12
/
+12
2024-07-26
target/ppc/mmu_common.c: Remove pte_update_flags()
BALATON Zoltan
1
-28
/
+13
2024-07-26
target/ppc/mmu_common.c: Remove hash field from mmu_ctx_t
BALATON Zoltan
1
-11
/
+8
2024-07-26
target/ppc/mmu_common.c: Remove unused field from mmu_ctx_t
BALATON Zoltan
1
-2
/
+0
2024-07-26
target/ppc/mmu_common.c: Simplify ppc6xx_tlb_pte_check()
BALATON Zoltan
1
-24
/
+19
2024-07-26
target/ppc/mmu_common.c: Return directly in ppc6xx_tlb_pte_check()
BALATON Zoltan
1
-7
/
+3
2024-07-26
target/ppc/mmu_common.c: Remove yet another single use local variable
BALATON Zoltan
1
-3
/
+2
2024-07-26
target/ppc/mmu_common.c: Remove another single use local variable
BALATON Zoltan
1
-4
/
+3
2024-07-26
target/ppc/mmu_common.c: Remove single use local variable
BALATON Zoltan
1
-3
/
+2
2024-07-26
target/ppc/mmu_common.c: Remove single use local variable
BALATON Zoltan
1
-3
/
+1
2024-07-26
target/ppc/mmu_common.c: Remove local name for a constant
BALATON Zoltan
1
-3
/
+2
2024-07-26
target/ppc: Reorganise and rename ppc_hash32_pp_prot()
BALATON Zoltan
3
-24
/
+15
2024-07-26
target/ppc : Update VSX storage access insns to use tcg_gen_qemu _ld/st_i128.
Chinmay Rath
1
-41
/
+33
2024-07-26
target/ppc: Update VMX storage access insns to use tcg_gen_qemu_ld/st_i128.
Chinmay Rath
1
-22
/
+20
2024-07-26
target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc.
Chinmay Rath
2
-10
/
+10
2024-07-26
target/ppc: Move VSX fp compare insns to decodetree.
Chinmay Rath
5
-60
/
+48
2024-07-26
target/ppc: Move VSX vector storage access insns to decodetree.
Chinmay Rath
3
-124
/
+97
2024-07-26
target/ppc: Move VSX vector with length storage access insns to decodetree.
Chinmay Rath
6
-45
/
+96
2024-07-26
target/ppc: Moving VSX scalar storage access insns to decodetree.
Chinmay Rath
3
-54
/
+49
2024-07-26
target/ppc: Move VSX logical instructions to decodetree.
Chinmay Rath
3
-32
/
+29
2024-07-26
target/ppc: Move VSX arithmetic and max/min insns to decodetree.
Chinmay Rath
5
-102
/
+101
2024-07-26
target/ppc: Move ISA300 flag check out of do_helper_XX3.
Chinmay Rath
1
-9
/
+7
[next]