arch-arm: fix routeToHyp for AArch64 in faults
[gem5.git] / src / arch / arm / faults.cc
2019-11-13 Adrian Herreraarch-arm: fix routeToHyp for AArch64 in faults
2019-11-05 Giacomo Travagliniarch-arm: Annotate original address in CMOs
2019-10-03 Giacomo Travagliniarch-arm: Set CM bit in DataAbort
2019-09-18 Giacomo Travagliniarch-arm: ISV bit in DataAbort should check for transla...
2019-08-20 Giacomo Travagliniarch-arm: Replace direct use cpsr.el with currEL helper
2019-08-05 Giacomo Travagliniarch-arm: Implement ARMv8.1-PAN, Privileged access...
2019-07-18 Gabor Dozsaarch-arm: Add first-/non-faulting load instructions
2019-04-29 Giacomo Travagliniarch-arm: Faults DebugFlag now printing inst opcode...
2019-04-29 Giacomo Travagliniarch-arm: Report real instruction encoding when Undefined
2018-11-07 Giacomo Travagliniarch-arm: ArmSystem::resetAddr64 renamed to be used...
2018-11-07 Giacomo Travagliniarch-arm: Remove SCTLR.VE bit
2018-06-22 Giacomo Travagliniarch-arm: AArch32 execution triggering AArch64 SW Break
2018-06-14 Giacomo Travagliniarch-arm: Adapting IllegalExecution fault for AArch32
2018-06-14 Giacomo Travagliniarch-arm: Add Illegal Execution flag to PCState
2018-06-06 Andreas Sandbergarch-arm: Adjust breakpoint EC depending on source...
2018-03-15 Nikos Nikolerisarch-arm: Fix unused variable warning in faults.cc
2018-03-08 Giacomo Travagliniarch-arm: Enable Debug IFSC when faulting to aarch64...
2018-03-08 Giacomo Travagliniarch-arm: Fix FSC generation in AbortFault
2018-03-08 Giacomo Travagliniarch-arm: Introduce update method in ArmFault class
2018-03-08 Giacomo Travagliniarch-arm: Fix PCAlignmentFault routing to Hypervisor
2018-02-13 Rekai Gonzalez-Alb... sim: Make Stats truly non-copy-constructible
2018-02-08 Giacomo Travagliniarch-arm: Correct SecureMonitorTrap vals for aarch32
2018-02-08 Chuan Zhuarch-arm: Fixed error in choosing vector offset
2018-02-08 Chuan Zhuarch-arm: Handle route to EL2 in Supervisor Trap
2017-12-21 Giacomo Travagliniarch-arm: Hyp routed undef fault need to change its...
2017-12-19 Giacomo Travagliniarch-arm: Change casting type from reinterpret to static
2017-11-22 Andreas Sandbergarch-arm: Add support for the brk instruction
2017-11-15 Giacomo Travagliniarch-arm: Removing FlushPipe fault, using SquashAfter
2015-07-20 Brandon Pottersyscall_emul: [patch 13/22] add system call retry capab...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-08-02 Dylan Johnsonarm: correctly assign faulting IPA's to HPFAR_EL2
2016-08-02 Dylan Johnsonarm: Fix secure state checking in various places
2016-08-02 Dylan Johnsonarm: Add check to fault routing for hypervisor/virtuali...
2016-08-02 Dylan Johnsonarm: Add AArch64 hypervisor call instruction 'hvc'
2016-08-02 Curtis Dunhamarm: enable EL2 support
2016-05-27 Andreas Sandbergarm: Use the target EL state when determining fault...
2015-09-30 Mitch Hayengaisa,cpu: Add support for FS SMT Interrupts
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2014-09-12 Andrew Bardsleystyle: Fix line continuation, especially in debug messages
2014-04-29 Curtis Dunhamarm: use condition code registers for ARM ISA
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-02-19 Andreas Hanssonscons: Add warning for missing field initializers
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-29 Gabe BlackImplement Ali's review feedback.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-02 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in the ARM ISA.
2011-09-13 Ali SaidiLSQ: Only trigger a memory violation with a load/load...
2011-08-19 Geoffrey BlakeFix bugs due to interaction between SEV instructions...
2011-05-23 Geoffrey BlakeO3: Fix issue with interrupts/faults occuring in the...
2011-05-13 Ali SaidiARM: Further break up condition code into NZ, C, V...
2011-05-13 Ali SaidiARM: Remove the saturating (Q) condition code from...
2011-05-13 Ali SaidiARM: Break up condition codes into normal flags, satura...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiARM: Cleanup implementation of ITSTATE and put importan...
2011-04-04 Ali SaidiARM: Fix table walk going on while ASID changes error
2011-02-23 Ali SaidiARM: Set ITSTATE correctly after FlushPipe
2011-02-23 Ali SaidiARM: Delete OABI syscall handling.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-01 Ali SaidiARM: Clean up use of TBit and JBit.
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-08-26 Min Kyu JeongARM: Adding a bogus fault that does nothing.
2010-08-26 Gabe BlackARM: Implement CPACR register and return Undefined...
2010-08-23 Ali SaidiARM: Add system for ARM/Linux and bootstrapping
2010-06-02 Gabe BlackARM: Get rid of the binary dumping function in utility.hh.
2010-06-02 Gabe BlackARM: Make sure the upc is zeroed when vectoring to...
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
2010-06-02 Gabe BlackARM: Implement and update the DFSR and IFSR registers...
2010-06-02 Gabe BlackARM: Set CPSR.E to SCTLR.EE on faults.
2010-06-02 Gabe BlackARM: Zero the micropc when vectoring to a fault.
2010-06-02 Gabe BlackARM: Trigger system calls from the SupervisorCall invok...
2010-06-02 Gabe BlackARM: Rework how unrecognized/unimplemented instructions...
2010-06-02 Gabe BlackARM: Track the current ISA mode using the PC.
2010-01-19 Derek Howermerge
2009-11-11 Gabe BlackMerge with the head.
2009-11-11 Gabe BlackARM: Implement fault classes.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined RegFile class.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-04-06 Stephen Hinesarm: add ARM support to M5