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
/
arm
/
ptw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-22
target/arm: Use signed quantity to represent VMSAv8-64 translation level
Ard Biesheuvel
1
-2
/
+2
2022-11-22
target/arm: Don't do two-stage lookup if stage 2 is disabled
Peter Maydell
1
-3
/
+4
2022-11-21
target/arm: Limit LPA2 effective output address when TCR.DS == 0
Ard Biesheuvel
1
-0
/
+8
2022-11-04
target/arm: Two fixes for secure ptw
Richard Henderson
1
-7
/
+8
2022-11-04
target/arm: Fix Privileged Access Never (PAN) for aarch32
Timofey Kutergin
1
-5
/
+30
2022-10-27
target/arm: Use the max page size in a 2-stage ptw
Richard Henderson
1
-1
/
+10
2022-10-27
target/arm: Implement FEAT_HAFDBS, dirty bit portion
Richard Henderson
1
-0
/
+16
2022-10-27
target/arm: Implement FEAT_HAFDBS, access flag portion
Richard Henderson
1
-22
/
+155
2022-10-27
target/arm: Tidy merging of attributes from descriptor and table
Richard Henderson
1
-18
/
+16
2022-10-27
target/arm: Consider GP an attribute in get_phys_addr_lpae
Richard Henderson
1
-4
/
+2
2022-10-27
target/arm: Don't shift attrs in get_phys_addr_lpae
Richard Henderson
1
-16
/
+15
2022-10-27
target/arm: Fix fault reporting in get_phys_addr_lpae
Richard Henderson
1
-18
/
+13
2022-10-27
target/arm: Remove loop from get_phys_addr_lpae
Richard Henderson
1
-92
/
+92
2022-10-27
target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptw
Richard Henderson
1
-19
/
+22
2022-10-27
target/arm: Add ptw_idx to S1Translate
Richard Henderson
1
-17
/
+54
2022-10-27
target/arm: Introduce regime_is_stage2
Richard Henderson
1
-8
/
+6
2022-10-27
target/arm: Implement FEAT_E0PD
Peter Maydell
1
-19
/
+0
2022-10-20
target/arm: Use bool consistently for get_phys_addr subroutines
Richard Henderson
1
-4
/
+3
2022-10-20
target/arm: Split out get_phys_addr_twostage
Richard Henderson
1
-91
/
+100
2022-10-20
target/arm: Use softmmu tlbs for page table walking
Richard Henderson
1
-72
/
+126
2022-10-20
target/arm: Move be test for regime into S1TranslateResult
Richard Henderson
1
-2
/
+4
2022-10-20
target/arm: Plumb debug into S1Translate
Richard Henderson
1
-18
/
+37
2022-10-20
target/arm: Split out S1Translate type
Richard Henderson
1
-61
/
+79
2022-10-20
target/arm: Add ARMMMUIdx_Phys_{S,NS}
Richard Henderson
1
-2
/
+17
2022-10-20
target/arm: Use probe_access_full for BTI
Richard Henderson
1
-3
/
+4
2022-10-10
target/arm: Use ARMGranuleSize in ARMVAParameters
Peter Maydell
1
-7
/
+1
2022-10-10
target/arm: Use tlb_set_page_full
Richard Henderson
1
-89
/
+90
2022-10-10
target/arm: Fix cacheattr in get_phys_addr_disabled
Richard Henderson
1
-23
/
+25
2022-10-10
target/arm: Split out get_phys_addr_disabled
Richard Henderson
1
-64
/
+74
2022-10-10
target/arm: Fix ATS12NSO* from S PL1
Richard Henderson
1
-4
/
+4
2022-10-10
target/arm: Pass HCR to attribute subroutines.
Richard Henderson
1
-13
/
+17
2022-10-10
target/arm: Remove env argument from combined_attrs_fwb
Richard Henderson
1
-3
/
+2
2022-10-10
target/arm: Hoist read of *is_secure in S1_ptw_translate
Richard Henderson
1
-10
/
+12
2022-10-10
target/arm: Drop secure check for HCR.TGE vs SCTLR_EL1.M
Richard Henderson
1
-2
/
+2
2022-10-10
target/arm: Reorg regime_translation_disabled
Richard Henderson
1
-7
/
+25
2022-10-10
target/arm: Fold secure and non-secure a-profile mmu indexes
Richard Henderson
1
-21
/
+4
2022-10-10
target/arm: Merge regime_is_secure into get_phys_addr
Richard Henderson
1
-2
/
+42
2022-10-10
target/arm: Split out get_phys_addr_with_secure
Richard Henderson
1
-29
/
+15
2022-10-10
target/arm: Add is_secure parameter to regime_translation_disabled
Richard Henderson
1
-9
/
+11
2022-10-10
target/arm: Fix S2 disabled check in S1_ptw_translate
Richard Henderson
1
-3
/
+3
2022-10-10
target/arm: Add is_secure parameter to get_phys_addr_lpae
Richard Henderson
1
-10
/
+10
2022-10-10
target/arm: Make the final stage1+2 write to secure be unconditional
Richard Henderson
1
-11
/
+10
2022-10-10
target/arm: Split s2walk_secure from ipa_secure in get_phys_addr
Richard Henderson
1
-9
/
+9
2022-09-22
target/arm: Add is_secure parameter to get_phys_addr_pmsav5
Richard Henderson
1
-2
/
+2
2022-09-22
target/arm: Add secure parameter to get_phys_addr_pmsav7
Richard Henderson
1
-3
/
+2
2022-09-22
target/arm: Add is_secure parameter to pmsav7_use_background_region
Richard Henderson
1
-5
/
+5
2022-09-22
target/arm: Add secure parameter to get_phys_addr_pmsav8
Richard Henderson
1
-3
/
+2
2022-09-22
target/arm: Add is_secure parameter to get_phys_addr_v6
Richard Henderson
1
-6
/
+5
2022-09-22
target/arm: Add is_secure parameter to get_phys_addr_v5
Richard Henderson
1
-7
/
+7
2022-09-22
target/arm: Add secure parameter to pmsav8_mpu_lookup
Richard Henderson
1
-4
/
+3
[next]