index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-arm
/
helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-arm: A32: Emulate the SMC instruction
Fabian Aggeler
2014-10-24
1
-0
/
+11
*
target-arm: rename arm_current_pl to arm_current_el
Greg Bellows
2014-10-24
1
-11
/
+11
*
target-arm: reject switching to monitor mode
Sergey Fedorov
2014-10-24
1
-0
/
+2
*
target-arm: Correct sense of the DCZID DZP bit
Peter Maydell
2014-10-24
1
-1
/
+1
*
target-arm: add emulation of PSCI calls for system emulation
Rob Herring
2014-10-24
1
-0
/
+6
*
target-arm: do not set do_interrupt handlers for ARM and AArch64 user modes
Rob Herring
2014-10-24
1
-5
/
+0
*
target-arm: Add support for VIRQ and VFIQ
Edgar E. Iglesias
2014-09-29
1
-0
/
+4
*
target-arm: Add IRQ and FIQ routing to EL2 and 3
Edgar E. Iglesias
2014-09-29
1
-0
/
+17
*
target-arm: A64: Emulate the SMC insn
Edgar E. Iglesias
2014-09-29
1
-0
/
+3
*
target-arm: Add a Hypervisor Trap exception type
Edgar E. Iglesias
2014-09-29
1
-0
/
+1
*
target-arm: A64: Emulate the HVC insn
Edgar E. Iglesias
2014-09-29
1
-1
/
+19
*
target-arm: A64: Refactor aarch64_cpu_do_interrupt
Edgar E. Iglesias
2014-09-29
1
-0
/
+13
*
target-arm: Add SCR_EL3
Edgar E. Iglesias
2014-09-29
1
-2
/
+33
*
target-arm: Add HCR_EL2
Edgar E. Iglesias
2014-09-29
1
-0
/
+34
*
target-arm: Don't handle c15_cpar changes via tb_flush()
Peter Maydell
2014-09-29
1
-6
/
+1
*
target-arm: Implement setting guest breakpoints
Peter Maydell
2014-09-29
1
-2
/
+124
*
target-arm: Make *IS TLB maintenance ops affect all CPUs
Peter Maydell
2014-09-12
1
-12
/
+89
*
target-arm: Push legacy wildcard TLB ops back into v6
Peter Maydell
2014-09-12
1
-47
/
+55
*
target-arm: Implement minimal DBGVCR, OSDLR_EL1, MDCCSR_EL0
Peter Maydell
2014-09-12
1
-0
/
+19
*
target-arm: Remove comment about MDSCR_EL1 being dummy implementation
Peter Maydell
2014-09-12
1
-3
/
+1
*
target-arm: Set DBGDSCR.MOE for debug exceptions taken to AArch32
Peter Maydell
2014-09-12
1
-0
/
+26
*
target-arm: Implement handling of fired watchpoints
Peter Maydell
2014-09-12
1
-1
/
+6
*
target-arm: Move extended_addresses_enabled() to internals.h
Peter Maydell
2014-09-12
1
-11
/
+0
*
target-arm: Implement setting of watchpoints
Peter Maydell
2014-09-12
1
-3
/
+132
*
target-arm: Implement pmccfiltr_write function
Alistair Francis
2014-08-29
1
-0
/
+9
*
target-arm: Remove old code and replace with new functions
Alistair Francis
2014-08-29
1
-23
/
+4
*
target-arm: Implement pmccntr_sync function
Alistair Francis
2014-08-29
1
-0
/
+23
*
target-arm: Add arm_ccnt_enabled function
Alistair Francis
2014-08-29
1
-0
/
+12
*
target-arm: Implement PMCCNTR_EL0 and related registers
Alistair Francis
2014-08-29
1
-6
/
+39
*
arm: Implement PMCCNTR 32b read-modify-write
Peter Crosthwaite
2014-08-29
1
-1
/
+10
*
target-arm: Make the ARM PMCCNTR register 64-bit
Alistair Francis
2014-08-29
1
-10
/
+9
*
target-arm: Implement MDSCR_EL1 as having state
Peter Maydell
2014-08-19
1
-1
/
+3
*
target-arm: Correctly handle PSTATE.SS when taking exception to AArch32
Peter Maydell
2014-08-19
1
-0
/
+4
*
target-arm: Adjust debug ID registers per-CPU
Peter Maydell
2014-08-19
1
-7
/
+26
*
target-arm: Provide both 32 and 64 bit versions of debug registers
Peter Maydell
2014-08-19
1
-14
/
+20
*
target-arm: Allow STATE_BOTH reginfo descriptions for more than cp14
Peter Maydell
2014-08-19
1
-3
/
+8
*
target-arm: Collect up the debug cp register definitions
Peter Maydell
2014-08-19
1
-32
/
+53
*
target-arm: A64: fix TLB flush instructions
Alex Bennée
2014-08-04
1
-2
/
+8
*
target-arm: don't hardcode mask values in arm_cpu_handle_mmu_fault
Alex Bennée
2014-08-04
1
-2
/
+2
*
target-arm: Fix bit test in sp_el0_access
Stefan Weil
2014-08-04
1
-1
/
+1
*
target-arm: Add FAR_EL2 and 3
Edgar E. Iglesias
2014-08-04
1
-0
/
+6
*
target-arm: Add ESR_EL2 and 3
Edgar E. Iglesias
2014-08-04
1
-0
/
+8
*
target-arm: Make far_el1 an array
Edgar E. Iglesias
2014-08-04
1
-6
/
+6
*
Fix new typos (found by codespell)
Stefan Weil
2014-06-24
1
-1
/
+1
*
target-arm: Add ULL suffix to calculation of page size
Peter Maydell
2014-06-19
1
-1
/
+1
*
target-arm: implement PD0/PD1 bits for TTBCR
Fabian Aggeler
2014-06-19
1
-18
/
+44
*
target-arm: Fix errors in writes to generic timer control registers
Peter Maydell
2014-06-09
1
-3
/
+3
*
target-arm: A32/T32: Mask CRC value in calling code, not helper
Peter Maydell
2014-06-09
1
-19
/
+6
*
target-arm: Correct handling of UXN bit in ARMv8 LPAE page tables
Ian Campbell
2014-06-09
1
-9
/
+8
*
target-arm: Prepare cpreg writefns/readfns for EL3/SecExt
Fabian Aggeler
2014-06-09
1
-14
/
+14
[next]