kvm,arm: Update the KVM ARM v8 CPU to use vector regs.
[gem5.git] / src / arch / arm / utility.hh
2019-10-02 Giacomo Travagliniarch-arm: Create helper for sending events (SEV)
2019-08-20 Giacomo Travagliniarch-arm: Overload currEL helper with CPSR argument
2019-08-20 Giacomo Travagliniarch-arm: Rewrite the currEL helper method to use opMod...
2019-05-23 Giacomo Travagliniarch-arm: Change mcrMrc15TrapToHyp signature
2019-03-14 Giacomo Gabrielliarch-arm,cpu: Add initial support for Arm SVE
2019-01-23 Gabe Blackarm: Replace MiscReg with RegVal in utility.(hh|cc).
2019-01-16 Giacomo Travagliniarch-arm: Read VMPIDR instead of MPIDR when EL2 is...
2018-10-26 Giacomo Travagliniarch-arm: Refactor AArch64 MSR/MRS trapping
2018-10-26 Giacomo Travagliniarch-arm: Trap to EL2 only if not in Secure State
2018-06-22 Giacomo Travagliniarch-arm: BadMode checking if corresponding EL is imple...
2018-02-16 Chuan Zhuarch-arm: Fix big endian support in do{Long,L1,L2}Descr...
2018-02-07 Giacomo Travagliniarch-arm: ELUsingAArch32K from armarm pseudocode
2018-02-07 Giacomo Travagliniarch-arm: isSecureBelow from armarm pseudocode
2018-02-07 Chuan Zhuarch-arm: Fix incorrect assumptions in ELIs64
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2016-08-02 Dylan Johnsonarm: Fix trapping to Hypervisor during MSR/MRS read...
2016-06-02 Andreas Sandbergarm: Rewrite ERET to behave according to the ARMv8 ARM
2016-06-02 Andreas Sandbergarm: Correctly check FP/SIMD access permission in aarch32
2015-05-26 Nathanael Premillieuarm: Make address translation faster with better caching
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2014-09-20 Mitch Hayengaalpha,arm,mips,power,x86,cpu,sim: Cleanup activate...
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2011-05-13 Ali SaidiARM: Further break up condition code into NZ, C, V...
2011-05-13 Chander SudanthiTrace: Allow printing ASIDs and selectively tracing...
2011-04-04 William WangARM: Cleanup and small fixes to some NEON ops to match...
2011-03-24 Gabe BlackArm: Get rid of unused and incomplete setCp15Register...
2010-11-15 William WangARM: Add support for GDB on ARM
2010-11-15 Ali SaidiARM: Make utility.hh meet style guidelines
2010-11-15 Ali SaidiARM: Add support for switching CPUs
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-16 Gabe BlackGetArgument: Rework getArgument so that X86_FS compiles...
2010-10-01 Ali SaidiDebug: Implement getArgument() and function skipping...
2010-10-01 Ali SaidiARM: Clean up use of TBit and JBit.
2010-09-14 Gabe BlackCPU: Trim unnecessary includes from some common files.
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-08-31 Gabe BlackARM: Get rid of the checkFpEnableFault function in...
2010-08-26 Ali SaidiARM: Fix VFP enabled checks for mem instructions
2010-08-26 Gabe BlackARM: Implement CPACR register and return Undefined...
2010-08-26 Gabe BlackARM: Expand the mode checking utility functions.
2010-08-23 Gabe BlackISA: Get rid of old, unused utility functions clutterin...
2010-06-02 Gabe BlackARM: Get rid of the binary dumping function in utility.hh.
2010-06-02 Gabe BlackARM: Implement support for the IT instruction and the...
2010-06-02 Gabe BlackARM: Rework how unrecognized/unimplemented instructions...
2010-06-02 Gabe BlackARM: Replace the "never" condition with the "unconditio...
2010-01-19 Derek Howermerge
2009-11-18 Ali SaidiARM: Begin implementing CP15
2009-11-18 Ali SaidiARM: Boilerplate full-system code.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-06-21 Gabe BlackARM: Make inst bitfields accessible outside of the...
2009-06-21 Gabe BlackARM: Clear out some inherited hangers on in util.isa...
2009-06-21 Gabe BlackARM: Pull some static code out of the isa desc and...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
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