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-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
2024-07-26
target/ppc: Improve VMX integer add/sub saturate instructions.
Chinmay Rath
1
-7
/
+7
2024-07-26
target/ppc: Move VMX integer add/sub saturate insns to decodetree.
Chinmay Rath
5
-99
/
+220
2024-07-26
ppc/pnv: Add an LPAR per core machine option
Nicholas Piggin
1
-1
/
+2
2024-07-26
ppc/pnv: Add POWER10 ChipTOD quirk for big-core
Nicholas Piggin
1
-0
/
+9
2024-07-26
ppc/pnv: Implement Power9 CPU core thread state indirect register
Nicholas Piggin
1
-0
/
+17
2024-07-26
ppc: Add has_smt_siblings property to CPUPPCState
Nicholas Piggin
1
-1
/
+2
2024-07-26
target/ppc: Add helpers to check for SMT sibling threads
Nicholas Piggin
5
-47
/
+30
2024-07-26
ppc: Add a core_index to CPUPPCState for SMT vCPUs
Nicholas Piggin
1
-4
/
+5
[next]