Age | Commit message (Expand) | Author |
2019-10-02 | arch-arm: Create helper for sending events (SEV) | Giacomo Travaglini |
2019-05-23 | arch-arm: Change mcrMrc15TrapToHyp signature | Giacomo Travaglini |
2018-06-22 | arch-arm: AArch32 execution triggering AArch64 SW Break | Giacomo Travaglini |
2018-06-14 | arch-arm: Read APSR in User Mode | Giacomo Travaglini |
2018-04-10 | arch-arm: Fix mrc,mcr to cop14 disassemble | Giacomo Travaglini |
2018-03-06 | arm: Remove ignored const qualifier | Siddhesh Poyarekar |
2018-02-20 | arch-arm: Add AArch32 HLT Semihosting interface | Giacomo Travaglini |
2018-02-20 | arch-arm: Add AArch32 SVC Semihosting interface | Giacomo Travaglini |
2018-02-07 | arch-arm: Fix printing of the data cache maintenance instructions | Nikos Nikoleris |
2018-02-07 | arch-arm: Change function name for banked miscregs | Giacomo Travaglini |
2018-02-07 | arch-arm: Fix AArch32 SETEND Instruction | Giacomo Travaglini |
2018-02-05 | arch-arm: Removing Serializing flag from ISB | Giacomo Travaglini |
2017-12-21 | arch-arm: Fixed WFE/WFI trapping behaviour | Giacomo Travaglini |
2017-12-05 | arm: Add support for the mcr dc{ic,i,c}mvac, dccmvau instructions | Nikos Nikoleris |
2017-11-15 | arch-arm: Dsb instruction shouldn't flush the pipeline | Giacomo Travaglini |
2017-11-15 | arch-arm: Removing FlushPipe fault, using SquashAfter | Giacomo Travaglini |
2017-11-15 | arm: Add support for armv8 CRC32 instructions | Giacomo Travaglini |
2017-10-20 | arch-arm: RBIT instruction using mirroring func | Giacomo Travaglini |
2017-07-05 | cpu: Simplify the rename interface and use RegId | Rekai Gonzalez-Alberquilla |
2017-04-03 | arm: Don't panic when checking coprocessor read/write permissions | Nikos Nikoleris |
2016-02-29 | arm: Squash after returning from exceptions in v7 | Mitch Hayenga |
2015-09-30 | isa,cpu: Add support for FS SMT Interrupts | Mitch Hayenga |
2014-09-02 | arm: Don't speculatively access most miscregisters. | Akash Bagdia |
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson |
2014-09-27 | arm: Fixed undefined behaviours identified by gcc | Andreas Hansson |
2014-05-09 | arm: Panics in miscreg read functions can be tripped by O3 model | Geoffrey Blake |
2014-01-24 | arm: Add support for ARMv8 (AArch64 & AArch32) | ARM gem5 Developers |
2012-03-21 | ARM: IT doesn't need to be serializing. | Geoffrey Blake |
2012-03-01 | ARM: Add limited CP14 support. | Matt Horsnell |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | CheckerCPU: Re-factor CheckerCPU to be compatible with current gem5 | Geoffrey Blake |
2012-01-07 | Merge with the main repository again. | Gabe Black |
2011-12-01 | ARM: Add IsSerializeAfter and IsNonSpeculative flag to the syscall instruction . | Ali Saidi |
2011-11-02 | SE/FS: Get rid of FULL_SYSTEM in the ARM ISA. | Gabe Black |
2011-09-26 | ISA parser: Use '_' instead of '.' to delimit type modifiers on operands. | Gabe Black |
2011-08-19 | Fix bugs due to interaction between SEV instructions and O3 pipeline | Geoffrey Blake |
2011-05-13 | ARM: Construct the predicate test register for more instruction programatically. | Ali Saidi |
2011-05-13 | ARM: Further break up condition code into NZ, C, V bits. | Ali Saidi |
2011-05-13 | ARM: Remove the saturating (Q) condition code from the renamed register. | Ali Saidi |
2011-05-13 | ARM: Break up condition codes into normal flags, saturation, and simd. | Ali Saidi |
2011-05-04 | ARM: Implement WFE/WFI/SEV semantics. | Prakash Ramrakhyani |
2011-04-04 | ARM: Use CPU local lock before sending load to mem system. | Ali Saidi |
2011-04-04 | ARM: Cleanup implementation of ITSTATE and put important code in PCState. | Ali Saidi |
2011-03-17 | ARM: Allow conditional quiesce instructions. | Ali Saidi |
2011-02-23 | ARM: Do something for ISB, DSB, DMB | Ali Saidi |
2011-02-23 | ARM: Make Noop actually decode to a noop and set it's instflags. | Ali Saidi |
2011-01-18 | O3: Fix itstate prediction and recovery. | Matt Horsnell |
2011-01-18 | ARM: Add support for moving predicated false dest operands from sources. | Ali Saidi |
2010-12-09 | ARM: Take advantage of new PCState syntax. | Gabe Black |
2010-12-07 | O3: Make all instructions that write a misc. register not perform the write u... | Giacomo Gabrielli |