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
/
mmu_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-40
/
+12
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: Add function to get protection key for hash32 MMU
BALATON Zoltan
1
-2
/
+1
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
1
-1
/
+1
2024-05-24
target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
BALATON Zoltan
1
-42
/
+2
2024-05-24
target/ppc: Move out BookE and related MMU functions from mmu_common.c
BALATON Zoltan
1
-506
/
+1
2024-05-24
target/ppc: Add a function to check for page protection bit
BALATON Zoltan
1
-13
/
+13
2024-05-24
target/ppc: Remove id_tlbs flag from CPU env
BALATON Zoltan
1
-8
/
+2
2024-05-24
target/ppc: Move mmu_ctx_t type to mmu_common.c
BALATON Zoltan
1
-0
/
+11
2024-05-24
target/ppc: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
BALATON Zoltan
1
-26
/
+12
2024-05-24
target/ppc: Split off 40x cases from ppc_jumbo_xlate()
BALATON Zoltan
1
-57
/
+93
2024-05-24
target/ppc: Split off real mode handling from get_physical_address_wtlb()
BALATON Zoltan
1
-19
/
+27
2024-05-24
target/ppc: Simplify ppc_booke_xlate() part 2
BALATON Zoltan
1
-32
/
+20
2024-05-24
target/ppc: Simplify ppc_booke_xlate() part 1
BALATON Zoltan
1
-29
/
+12
2024-05-24
target/ppc: Split off BookE handling from ppc_jumbo_xlate()
BALATON Zoltan
1
-50
/
+96
2024-05-24
target/ppc: Remove BookE from direct store handling
BALATON Zoltan
1
-6
/
+1
2024-05-24
target/ppc: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
BALATON Zoltan
1
-22
/
+10
2024-05-24
target/ppc: Don't use mmu_ctx_t in mmubooke_get_physical_address()
BALATON Zoltan
1
-20
/
+10
2024-05-24
target/ppc: Don't use mmu_ctx_t for mmu40x_get_physical_address()
BALATON Zoltan
1
-22
/
+15
2024-05-24
target/ppc: Replace hard coded constants in ppc_jumbo_xlate()
BALATON Zoltan
1
-2
/
+2
2024-05-24
target/ppc: Deindent ppc_jumbo_xlate()
BALATON Zoltan
1
-160
/
+159
2024-05-24
target/ppc: Fix misindented qemu_log_mask() calls
BALATON Zoltan
1
-22
/
+20
2024-05-24
target/ppc: Inline and remove check_physical()
BALATON Zoltan
1
-23
/
+3
2024-05-24
target/ppc: Split off real mode cases in get_physical_address_wtlb()
BALATON Zoltan
1
-25
/
+9
2024-05-24
target/ppc: Split out BookE xlate cases before checking real mode
BALATON Zoltan
1
-7
/
+7
2024-05-24
target/ppc: Eliminate ret from mmu6xx_get_physical_address()
BALATON Zoltan
1
-45
/
+39
2024-05-24
target/ppc: Move some debug logging in ppc6xx_tlb_check()
BALATON Zoltan
1
-30
/
+24
2024-05-24
target/ppc: Move else branch to avoid large if block in mmu6xx_get_physical_a...
BALATON Zoltan
1
-37
/
+34
[next]