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
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-31
Merge tag 'pull-target-arm-20230831' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
11
-150
/
+293
2023-08-31
target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_init
Peter Maydell
1
-82
/
+97
2023-08-31
target/arm: Catch illegal-exception-return from EL3 with bad NSE/NS
Peter Maydell
1
-0
/
+9
2023-08-31
target/arm: properly document FEAT_CRC32
Alex Bennée
1
-1
/
+1
2023-08-31
target/arm: Implement FEAT_HPDS2 as a no-op
Richard Henderson
2
-2
/
+2
2023-08-31
target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)
Richard Henderson
1
-0
/
+3
2023-08-31
target/arm: Apply access checks to neoverse-v1 special registers
Richard Henderson
1
-1
/
+2
2023-08-31
target/arm: Apply access checks to neoverse-n1 special registers
Richard Henderson
3
-11
/
+41
2023-08-31
target/arm: Introduce make_ccsidr64
Richard Henderson
1
-16
/
+32
2023-08-31
target/arm: When tag memory is not present, set MTE=1
Richard Henderson
1
-3
/
+4
2023-08-31
target/arm: Support more GM blocksizes
Richard Henderson
2
-12
/
+62
2023-08-31
target/arm: Allow cpu to configure GM blocksize
Richard Henderson
7
-28
/
+45
2023-08-31
target/arm: Reduce dcz_blocksize to uint8_t
Richard Henderson
1
-1
/
+2
2023-08-30
gdbstub: replace global gdb_has_xml with a function
Alex Bennée
1
-4
/
+4
2023-08-24
target/arm: Use tcg_gen_negsetcond_*
Richard Henderson
2
-21
/
+13
2023-08-24
sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpoint
Anton Johansson
1
-2
/
+2
2023-08-24
sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint
Anton Johansson
1
-4
/
+2
2023-08-22
target/arm: Fix 64-bit SSRA
Richard Henderson
1
-1
/
+1
2023-08-22
target/arm: Fix SME ST1Q
Richard Henderson
1
-1
/
+1
2023-08-22
target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASK
Jean-Philippe Brucker
4
-14
/
+68
2023-08-22
target/arm/helper: Check SCR_EL3.{NSE, NS} encoding for AT instructions
Jean-Philippe Brucker
1
-11
/
+27
2023-08-22
target/arm: Pass security space rather than flag for AT instructions
Jean-Philippe Brucker
3
-30
/
+27
2023-08-22
target/arm: Skip granule protection checks for AT instructions
Jean-Philippe Brucker
3
-18
/
+26
2023-08-22
target/arm/helper: Fix tlbmask and tlbbits for TLBI VAE2*
Jean-Philippe Brucker
1
-10
/
+40
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: Adjust PAR_EL1.SH for Device and Normal-NC memory types
Peter Maydell
1
-1
/
+14
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: Pass an ARMSecuritySpace to arm_is_el2_enabled_secstate()
Peter Maydell
2
-6
/
+9
2023-08-22
target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()
Peter Maydell
3
-12
/
+13
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-08-22
accel/kvm: Specify default IPA size for arm64
Akihiko Odaki
1
-1
/
+3
2023-08-22
kvm: Introduce kvm_arch_get_default_type hook
Akihiko Odaki
1
-0
/
+5
2023-07-31
target/arm/tcg: Don't build AArch64 decodetree files for qemu-system-arm
Peter Maydell
1
-3
/
+7
2023-07-31
target/arm: Avoid writing to constant TCGv in trans_CSEL()
Peter Maydell
1
-7
/
+8
2023-07-31
target/arm: Fix MemOp for STGP
Richard Henderson
1
-3
/
+18
2023-07-25
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
10
-13
/
+13
2023-07-25
arm: spelling fixes
Michael Tokarev
10
-13
/
+13
2023-07-25
target/arm: Special case M-profile in debug_helper.c code
Peter Maydell
1
-6
/
+12
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
[next]