index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
arm
/
helper.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPER
Aaron Lindsay
2019-01-21
1
-17
/
+279
*
target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0
Aaron Lindsay
2019-01-21
1
-0
/
+57
*
target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]
Aaron Lindsay
2019-01-21
1
-2
/
+17
*
target/arm: Implement PMOVSSET
Aaron Lindsay
2019-01-21
1
-0
/
+28
*
target/arm: Allow AArch32 access for PMCCFILTR
Aaron Lindsay
2019-01-21
1
-1
/
+26
*
target/arm: Filter cycle counter based on PMCCFILTR_EL0
Aaron Lindsay
2019-01-21
1
-7
/
+89
*
target/arm: Swap PMU values before/after migrations
Aaron Lindsay
2019-01-21
1
-2
/
+4
*
target/arm: Reorganize PMCCNTR accesses
Aaron Lindsay
2019-01-21
1
-45
/
+69
*
target/arm: Add PAuth system registers
Richard Henderson
2019-01-21
1
-0
/
+70
*
target/arm: Reuse aa64_va_parameters for setting tbflags
Richard Henderson
2019-01-21
1
-46
/
+24
*
target/arm: Decode TBID from TCR
Richard Henderson
2019-01-21
1
-3
/
+11
*
target/arm: Add aa64_va_parameters_both
Richard Henderson
2019-01-21
1
-2
/
+8
*
target/arm: Export aa64_va_parameters to internals.h
Richard Henderson
2019-01-21
1
-2
/
+2
*
target/arm: Merge TBFLAG_AA_TB{0, 1} to TBII
Richard Henderson
2019-01-21
1
-3
/
+2
*
target/arm: Create ARMVAParameters and helpers
Richard Henderson
2019-01-21
1
-128
/
+150
*
target/arm: Introduce arm_stage1_mmu_idx
Richard Henderson
2019-01-21
1
-0
/
+7
*
target/arm: Introduce arm_mmu_idx
Richard Henderson
2019-01-21
1
-11
/
+16
*
target/arm: Move cpu_mmu_index out of line
Richard Henderson
2019-01-21
1
-0
/
+44
*
target/arm: Add PAuth active bit to tbflags
Richard Henderson
2019-01-21
1
-0
/
+19
*
target/arm: Allow Aarch32 exception return to switch from Mon->Hyp
Alexander Graf
2019-01-21
1
-1
/
+1
*
target/arm: Convert ARM_TBFLAG_* to FIELDs
Richard Henderson
2019-01-07
1
-25
/
+24
*
target/arm: Implement the ARMv8.1-LOR extension
Richard Henderson
2018-12-13
1
-0
/
+75
*
target/arm: Use arm_hcr_el2_eff more places
Richard Henderson
2018-12-13
1
-7
/
+5
*
target/arm: Introduce arm_hcr_el2_eff
Richard Henderson
2018-12-13
1
-9
/
+57
*
target/arm: Implement the ARMv8.2-AA32HPD extension
Richard Henderson
2018-12-13
1
-8
/
+29
*
target/arm: Implement the ARMv8.1-HPD extension
Richard Henderson
2018-12-13
1
-7
/
+20
*
target/arm: Tidy scr_write
Richard Henderson
2018-12-13
1
-5
/
+9
*
target/arm: Fix HCR_EL2.TGE check in arm_phys_excp_target_el
Richard Henderson
2018-12-13
1
-3
/
+0
*
target/arm: Move id_aa64mmfr* to ARMISARegisters
Peter Maydell
2018-12-13
1
-2
/
+2
*
target/arm: Hyp mode R14 is shared with User and System
Peter Maydell
2018-11-13
1
-14
/
+15
*
target/arm: Correctly implement handling of HCR_EL2.{VI, VF}
Peter Maydell
2018-11-13
1
-2
/
+18
*
Revert "target/arm: Implement HCR.VI and VF"
Peter Maydell
2018-11-13
1
-43
/
+4
*
target/arm: Fix typo in tlbi_aa64_vmalle1_write
Richard Henderson
2018-11-13
1
-1
/
+1
*
target/arm: Remove antique TODO comment
Peter Maydell
2018-11-13
1
-1
/
+0
*
target/arm: Remove workaround for small SAU regions
Peter Maydell
2018-11-13
1
-12
/
+0
*
target/arm: Fix ATS1Hx instructions
Peter Maydell
2018-11-06
1
-2
/
+2
*
target/arm: Set S and PTW in 64-bit PAR format
Peter Maydell
2018-11-06
1
-4
/
+6
*
target/arm: Only flush tlb if ASID changes
Richard Henderson
2018-10-24
1
-5
/
+3
*
target/arm: Remove writefn from TTBR0_EL3
Richard Henderson
2018-10-24
1
-1
/
+1
*
target/arm: Report correct syndrome for FP/SIMD traps to Hyp mode
Peter Maydell
2018-10-24
1
-0
/
+9
*
target/arm: Get IL bit correct for v7 syndrome values
Peter Maydell
2018-10-24
1
-0
/
+13
*
target/arm: New utility function to extract EC from syndrome
Peter Maydell
2018-10-24
1
-2
/
+2
*
target/arm: Implement HCR.PTW
Peter Maydell
2018-10-24
1
-1
/
+20
*
target/arm: Implement HCR.VI and VF
Peter Maydell
2018-10-24
1
-4
/
+43
*
target/arm: ISR_EL1 bits track virtual interrupts if IMO/FMO set
Peter Maydell
2018-10-24
1
-4
/
+18
*
target/arm: Implement HCR.DC
Peter Maydell
2018-10-24
1
-2
/
+21
*
target/arm: Implement HCR.FB
Peter Maydell
2018-10-24
1
-72
/
+113
*
target/arm: Make switch_mode() file-local
Peter Maydell
2018-10-24
1
-2
/
+4
*
target/arm: Improve debug logging of AArch32 exception return
Peter Maydell
2018-10-24
1
-0
/
+10
*
target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 test
Richard Henderson
2018-10-24
1
-1
/
+1
[prev]
[next]