arch, cpu: Remove float type accessors.
[gem5.git] / src / arch / arm / utility.cc
2018-12-20 Gabe Blackarch, cpu: Remove float type accessors.
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-10-26 Giacomo Travagliniarch-arm: CPTR_EL3.TCPAC traps EL2 accesses to CPACR_EL1
2018-10-01 Giacomo Travagliniarch-arm: Implement AArch64 ID_AA64MMFR2_EL1 register
2018-06-22 Giacomo Travagliniarch-arm: BadMode checking if corresponding EL is imple...
2018-05-29 Giacomo Travagliniarch-arm: MPIDR.MT = 1 in a multithreaded system
2018-03-12 Giacomo Travagliniarch-arm: Implement missing aarch32 TLBI registers
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-22 Gabe Blackarch,cpu: "virtualize" the TLB interface.
2017-07-05 Rekai Gonzalez-Alb... cpu: Added interface for vector reg file
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-08-02 Dylan Johnsonarm: Fix trapping to Hypervisor during MSR/MRS read...
2016-08-02 Curtis Dunhamarm: enable EL2 support
2016-06-02 Andreas Sandbergarm: Correctly check FP/SIMD access permission in aarch32
2016-01-11 Andreas Hanssonscons: Enable -Wextra by default
2015-09-30 Mitch Hayengaarm: SMT MPIDR Setting
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2015-05-26 Nathanael Premillieuarm: Make address translation faster with better caching
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-04-29 Curtis Dunhamarm: use condition code registers for ARM ISA
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-05-09 Akash Bagdiacpu, arm: Allow the specification of a socket field
2014-03-07 Stephan Diestelhorstarm: Fix uninitialised warning with gcc 4.8
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2013-01-07 Andreas Sandbergarm: Remove the register mapping hack used when copying TCs
2012-06-05 Anthony Gutierrezcpu: Don't init simple and inorder CPUs if they are...
2012-03-09 Geoffrey BlakeCheckerCPU: Make CheckerCPU runtime selectable instead...
2012-03-09 Ali SaidiARM: Don't reset CPUs that are going to be switched in.
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Geoffrey BlakeCheckerCPU: Re-factor CheckerCPU to be compatible with...
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-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
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-05-05 Ali SaidiARM: Add support for loading the a bootloader and confi...
2011-04-04 Ali SaidiARM: Fix checkpoint restoration into O3 CPU and the...
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: Cache the misc regs at the TLB to limit readMiscRe...
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-08-26 Ali SaidiARM: Limited implementation of dprintk.
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-11-11 Gabe BlackMerge with the head.
2009-11-11 Gabe BlackARM: Implement fault classes.
2009-06-21 Gabe BlackARM: Clear out some inherited hangers on in util.isa...
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