summaryrefslogtreecommitdiff
path: root/src/arch/arm/process.hh
AgeCommit message (Expand)Author
2019-01-22arm: Get rid of some register type definitions.Gabe Black
2018-10-08arch-arm: Mark ArmProcess method as overrideMatteo Andreozzi
2018-10-02sim-se: Different HWCAP for ArmProcess32/64Giacomo Travaglini
2018-01-11arch,mem: Move page table construction into the arch classes.Gabe Black
2016-11-09syscall_emul: [patch 5/22] remove LiveProcess class and use Process insteadBrandon Potter
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
2014-11-14arm: Fixes based on UBSan and static analysisAndreas Hansson
2014-08-28mem: adding architectural page table support for SE modeAlexandru
2014-01-24arm: Add support for ARMv8 (AArch64 & AArch32)ARM gem5 Developers
2013-02-19scons: Add warning for overloaded virtual functionsAndreas Hansson
2011-04-15includes: sort all includesNathan Binkert
2011-04-10ARM: Fix checkpoint restoration in ARM_SE.Ali Saidi
2011-03-24Arm: Get rid of the unused copyStringArray32 method from Arm process classes.Gabe Black
2010-06-02ARM: Fix SPEC2000 benchmarks in SE mode. With this patch allAli Saidi
2010-06-02ARM: Allow ARM processes to start in Thumb mode.Gabe Black
2009-10-30Syscalls: Make system calls access arguments like a stack, not an array.Gabe Black
2009-04-06Merge ARM into the head. ARM will compile but may not actually work.Gabe Black
2009-04-05arm: add ARM support to M5Stephen Hines