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
/
mmu_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-06-10
target/ppc: Move ppcemb_tlb_search() to mmu_common.c
BALATON Zoltan
1
-21
/
+0
2023-06-10
target/ppc: Remove "ext" parameter of ppcemb_tlb_check()
BALATON Zoltan
1
-1
/
+1
2023-06-10
target/ppc: Remove single use function
BALATON Zoltan
1
-10
/
+1
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
1
-2
/
+2
2022-07-18
target/ppc: Implement ISA 3.00 tlbie[l]
Leandro Lupori
1
-0
/
+154
2022-05-05
target/ppc: Remove msr_cm macro
Víctor Colombo
1
-1
/
+1
2022-05-05
target/ppc: Remove msr_gs macro
Víctor Colombo
1
-2
/
+2
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
1
-84
/
+0
2022-01-28
ppc/ppc405: Fix TLB flushing
Cédric Le Goater
1
-1
/
+11
2022-01-04
ppc/ppc405: Activate MMU logs
Cédric Le Goater
1
-52
/
+45
2021-12-17
target/ppc: remove 401/403 CPUs
Cédric Le Goater
1
-1
/
+0
2021-12-17
target/ppc: Remove the software TLB model of 7450 CPUs
Fabiano Rosas
1
-31
/
+0
2021-11-11
ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()
Daniel Henrique Barboza
1
-1
/
+1
2021-08-27
target/ppc: divided mmu_helper.c in 2 files
Lucas Mateus Castro (alqotel)
1
-1589
/
+1
2021-07-09
target/ppc: Don't compile ppc_tlb_invalid_all without TCG
Lucas Mateus Castro (alqotel)
1
-0
/
+4
2021-07-09
target/ppc: change ppc_hash32_xlate to use mmu_idx
Bruno Larsen (billionai)
1
-1
/
+1
2021-07-09
target/ppc: changed ppc_hash64_xlate to use mmu_idx
Bruno Larsen (billionai)
1
-1
/
+1
2021-07-09
target/ppc: fix address translation bug for radix mmus
Bruno Larsen (billionai)
1
-3
/
+5
2021-07-09
target/ppc: Fix compilation with FLUSH_ALL_TLBS debug option
Fabiano Rosas
1
-8
/
+0
2021-07-09
target/ppc: Fix compilation with DUMP_PAGE_TABLES debug option
Fabiano Rosas
1
-1
/
+1
2021-07-09
target/ppc: Restrict ppc_cpu_tlb_fill to TCG
Richard Henderson
1
-0
/
+2
2021-07-09
target/ppc: Introduce ppc_xlate
Richard Henderson
1
-63
/
+37
2021-07-09
target/ppc: Split out ppc_jumbo_xlate
Richard Henderson
1
-83
/
+96
2021-07-09
target/ppc: Remove PowerPCCPUClass.handle_mmu_fault
Richard Henderson
1
-4
/
+20
2021-06-03
target/ppc: added ifdefs around TCG-only code
Bruno Larsen (billionai)
1
-2
/
+14
2021-06-03
target/ppc: fold ppc_store_ptcr into it's only caller
Bruno Larsen (billionai)
1
-28
/
+0
2021-05-19
target/ppc: Remove type argument for mmubooke206_get_physical_address
Richard Henderson
1
-2
/
+2
2021-05-19
target/ppc: Remove type argument from mmubooke206_check_tlb
Richard Henderson
1
-31
/
+15
2021-05-19
target/ppc: Remove type argument from mmubooke_get_physical_address
Richard Henderson
1
-4
/
+2
2021-05-19
target/ppc: Remove type argument from mmubooke_check_tlb
Richard Henderson
1
-31
/
+13
2021-05-19
target/ppc: Remove type argument from mmu40x_get_physical_address
Richard Henderson
1
-4
/
+2
2021-05-19
target/ppc: Remove type argument from get_bat_6xx_tlb
Richard Henderson
1
-11
/
+8
2021-05-19
target/ppc: Remove type argument from ppc6xx_tlb_check
Richard Henderson
1
-6
/
+4
2021-05-19
target/ppc: Remove type argument from ppc6xx_tlb_pte_check
Richard Henderson
1
-2
/
+2
2021-05-19
target/ppc: Remove type argument from check_prot
Richard Henderson
1
-27
/
+6
2021-05-19
target/ppc: Use MMUAccessType in mmu_helper.c
Richard Henderson
1
-76
/
+85
2021-05-19
target/ppc: Rename access_type to type in mmu_helper.c
Richard Henderson
1
-32
/
+32
2021-05-19
target/ppc: moved ppc_store_sdr1 to cpu.c
Bruno Larsen (billionai)
1
-26
/
+0
2020-12-14
target/ppc: Introduce an mmu_is_64bit() helper
Greg Kurz
1
-5
/
+5
2020-12-14
target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warnings
Chen Qun
1
-2
/
+3
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-10-28
ppc/: fix some comment spelling errors
zhaolichang
1
-2
/
+2
2020-05-15
target: Remove unnecessary CPU() cast
Philippe Mathieu-Daudé
1
-1
/
+1
2019-08-21
target/ppc: Rewrite a fall through comment
Philippe Mathieu-Daudé
1
-3
/
+3
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+2
2019-06-10
target/ppc: Use env_cpu, env_archcpu
Richard Henderson
1
-68
/
+47
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
1
-1
/
+1
2019-05-10
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
1
-6
/
+0
2019-05-10
target/ppc: Convert to CPUClass::tlb_fill
Richard Henderson
1
-9
/
+13
[next]