aboutsummaryrefslogtreecommitdiff
path: root/target/arm/op_helper.c
AgeCommit message (Expand)Author
2017-09-14target/arm: Clear exclusive monitor on v7M reset, exception entry/exitPeter Maydell
2017-09-07target/arm: Implement new do_transaction_failed hookPeter Maydell
2017-09-04target/arm: Allow deliver_fault() caller to specify EA bitPeter Maydell
2017-09-04target/arm: Factor out fault delivery codePeter Maydell
2017-09-04target/arm: Don't trap WFI/WFE for M profilePeter Maydell
2017-06-02arm: Add support for M profile CPUs having different MMU index semanticsPeter Maydell
2017-06-02arm: Use the mmu_idx we're passed in arm_cpu_do_unaligned_access()Peter Maydell
2017-04-20target/arm: Add assertion about FSC format for syndrome registersPeter Maydell
2017-02-24target-arm: don't generate WFE/YIELD calls for MTTCGAlex Bennée
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka
2017-02-07arm: Correctly handle watchpoints for BE32 CPUsJulian Brown
2016-12-27target-arm: Log AArch64 exception returnsPeter Maydell
2016-12-20Move target-* CPU file into a target/ folderThomas Huth