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
2024-11-05
target/arm: Add new MMU indexes for AArch32 Secure PL1&0
Peter Maydell
1
-0
/
+4
2024-11-05
Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
Peter Maydell
1
-5
/
+1
2024-10-13
target/arm: Fix alignment fault priority in get_phys_addr_lpae
Richard Henderson
1
-21
/
+30
2024-10-13
target/arm: Move device detection earlier in get_phys_addr_lpae
Richard Henderson
1
-24
/
+25
2024-10-13
target/arm: Pass MemOp to get_phys_addr_lpae
Richard Henderson
1
-2
/
+4
2024-10-13
target/arm: Pass MemOp through get_phys_addr_twostage
Richard Henderson
1
-4
/
+6
2024-10-13
target/arm: Pass MemOp to get_phys_addr_nogpc
Richard Henderson
1
-6
/
+8
2024-10-13
target/arm: Pass MemOp to get_phys_addr_gpc
Richard Henderson
1
-5
/
+6
2024-10-13
target/arm: Pass MemOp to get_phys_addr_with_space_nogpc
Richard Henderson
1
-1
/
+1
2024-10-13
target/arm: Pass MemOp to get_phys_addr
Richard Henderson
1
-1
/
+1
2024-10-01
target/arm: Avoid target_ulong for physical address lookups
Ard Biesheuvel
1
-8
/
+8
2024-09-13
hvf: arm: Implement and use hvf_get_physical_address_range
Danny Canter
1
-0
/
+15
2024-08-13
target/arm: Fix usage of MMU indexes when EL3 is AArch32
Peter Maydell
1
-1
/
+5
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
1
-0
/
+1
2024-03-05
target/arm: Do memory type alignment check when translation enabled
Richard Henderson
1
-0
/
+39
2024-02-27
arm/ptw: Handle atomic updates of page tables entries in MMIO during PTW.
Jonathan Cameron
1
-2
/
+62
2024-01-15
target/arm: arm_pamax() no longer needs to do feature propagation
Peter Maydell
1
-8
/
+6
2024-01-09
target/arm: Handle FEAT_NV page table attribute changes
Peter Maydell
1
-0
/
+21
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
1
-3
/
+3
2023-11-02
target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walk
Peter Maydell
1
-2
/
+5
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
1
-0
/
+1
2023-10-03
target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
Anton Johansson
1
-2
/
+2
2023-08-22
target/arm: Pass security space rather than flag for AT instructions
Jean-Philippe Brucker
1
-6
/
+6
2023-08-22
target/arm: Skip granule protection checks for AT instructions
Jean-Philippe Brucker
1
-5
/
+6
2023-08-22
target/arm/ptw: Load stage-2 tables from realm physical space
Jean-Philippe Brucker
1
-8
/
+18
2023-08-22
target/arm/ptw: Report stage 2 fault level for stage 2 faults on stage 1 ptw
Peter Maydell
1
-3
/
+7
2023-08-22
target/arm/ptw: Check for block descriptors at invalid levels
Peter Maydell
1
-2
/
+23
2023-08-22
target/arm/ptw: Set attributes correctly for MMU disabled data accesses
Peter Maydell
1
-5
/
+7
2023-08-22
target/arm/ptw: Drop S1Translate::out_secure
Peter Maydell
1
-5
/
+2
2023-08-22
target/arm/ptw: Remove S1Translate::in_secure
Peter Maydell
1
-13
/
+0
2023-08-22
target/arm/ptw: Remove last uses of ptw->in_secure
Peter Maydell
1
-4
/
+7
2023-08-22
target/arm/ptw: Only fold in NSTable bit effects in Secure state
Peter Maydell
1
-2
/
+1
2023-08-22
target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()
Peter Maydell
1
-8
/
+7
2023-08-22
target/arm/ptw: Pass ARMSecurityState to regime_translation_disabled()
Peter Maydell
1
-7
/
+8
2023-08-22
target/arm/ptw: Pass ptw into get_phys_addr_pmsa*() and get_phys_addr_disabled()
Peter Maydell
1
-21
/
+36
2023-08-22
target/arm/ptw: Set s1ns bit in fault info more consistently
Peter Maydell
1
-4
/
+15
2023-08-22
target/arm/ptw: Don't report GPC faults on stage 1 ptw as stage2 faults
Peter Maydell
1
-2
/
+8
2023-08-22
target/arm/ptw: Don't set fi->s1ptw for UnsuppAtomicUpdate fault
Peter Maydell
1
-1
/
+0
2023-07-17
target/arm/ptw.c: Account for FEAT_RME when applying {N}SW, SA bits
Peter Maydell
1
-5
/
+8
2023-07-17
target/arm: Fix S1_ptw_translate() debug path
Peter Maydell
1
-5
/
+32
2023-07-17
target/arm/ptw.c: Add comments to S1Translate struct fields
Peter Maydell
1
-0
/
+40
2023-07-03
plugins: force slow path when plugins instrument memory ops
Alex Bennée
1
-7
/
+7
2023-07-03
target/arm: make arm_casq_ptw CONFIG_TCG only
Alex Bennée
1
-2
/
+2
2023-06-23
target/arm: Implement the granule protection check
Richard Henderson
1
-17
/
+232
2023-06-23
target/arm: Use get_phys_addr_with_struct for stage2
Richard Henderson
1
-10
/
+1
2023-06-23
target/arm: Move s1_is_el0 into S1Translate
Richard Henderson
1
-15
/
+12
2023-06-23
target/arm: Use get_phys_addr_with_struct in S1_ptw_translate
Richard Henderson
1
-28
/
+18
2023-06-23
target/arm: Handle no-execute for Realm and Root regimes
Richard Henderson
1
-6
/
+46
2023-06-23
target/arm: Handle Block and Page bits for security space
Richard Henderson
1
-16
/
+73
2023-06-23
target/arm: NSTable is RES0 for the RME EL3 regime
Richard Henderson
1
-14
/
+14
[next]