arch-arm: Fix function signature inconsistencies in semihosting
[gem5.git] / src / arch / arm / process.cc
2020-04-22 Gabe Blackbase,arch,sim,cpu: Move object file loader components...
2020-03-25 Matthew Porembasim-se: Switch to new MemState API
2020-03-25 Matthew Porembasim-se: Extend MemState API to use VMAs
2020-03-19 Gabe Blackarch,cpu,mem,sim: Reimplement the SE translating proxy...
2020-03-12 Gabe Blackarch,sim: Get rid of the now unused setSyscallReturn...
2020-03-12 Gabe Blacksim: Get rid of the now unused getSyscallArg method.
2020-03-12 Gabe Blackarm: Use an ARM specific GuestABI for ARM system calls.
2020-03-12 Gabe Blacksim: Make SyscallReturn handle extra/"pseudo" return...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blackarm: Delete authors lists from the arm files.
2019-12-10 Gabe Blackarch: Get rid of the now unused setSyscallArg.
2019-11-13 Gabe Blackarm: Replace most htog and gtoh with htole and letoh.
2019-10-30 Gabe Blackarch,sim: Make copyStringArray take an explicit endianness.
2019-10-12 Gabe Blackarch,base: Separate the idea of a memory image and...
2019-10-10 Gabe Blackarch,base: Stop loading the interpreter in ElfObject.
2019-10-10 Gabe Blackarch, base: Stop assuming object files have three segments.
2019-10-09 Gabe Blackbase: Rename Section to Segment, and some of its members.
2019-05-29 Gabe Blackarch, base, dev, sim: Remove now unnecessary casts...
2019-04-28 Gabe Blackarch, sim: Simplify the AuxVector type.
2019-03-22 Tiago Mucksim-se: Fixed initialization array size
2019-03-14 Giacomo Gabrielliarch-arm,cpu: Add initial support for Arm SVE
2019-01-22 Gabe Blackarm: Get rid of some register type definitions.
2018-10-02 Giacomo Travaglinisim-se: Set ArmProcess64 hwcaps depending on ID regs
2018-10-02 Giacomo Travaglinisim-se: Different HWCAP for ArmProcess32/64
2018-09-19 Brandon Pottersyscall_emul: expand AuxVector class
2018-01-19 Gabe Blackarch, mem, sim: Consolidate and rename the SE mode...
2018-01-15 Gabe Blackarch: Fix a fatal_if in most of the arch's process...
2018-01-11 Gabe Blackarch,mem: Remove the default value for page size.
2018-01-11 Gabe Blackarch,mem: Move page table construction into the arch...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-03-09 Brandon Pottersyscall-emul: Move memState into its own file
2017-02-27 Brandon Pottersyscall_emul: [PATCH 15/22] add clone/execve for thread...
2016-11-09 Brandon Pottersyscall_emul: [patch 8/22] refactor process class
2016-11-09 Brandon Pottersyscall_emul: [patch 5/22] remove LiveProcess class...
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-03-17 Brandon Potterbase: support dynamic loading of Linux ELF objects...
2016-03-17 Steve Reinhardtsyscall_emul: move mmapGrowsDown() to LiveProcess
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-05-12 Steve Reinhardtsyscall emulation: clean up & comment SyscallReturn
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-07 Gabe BlackMerge with main repository.
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-23 Steve ReinhardtSE: move page allocation from PageTable to Process
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-11 Ali SaidiARM: Fix checkpoint restoration in ARM_SE.
2011-03-24 Gabe BlackArm: Get rid of the unused copyStringArray32 method...
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 Gabe BlackARM: Implement CPACR register and return Undefined...
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-06-02 Ali SaidiARM: Fix SPEC2000 benchmarks in SE mode. With this...
2010-06-02 Ali SaidiARM: Fixup native trace support and add some v7/recent...
2010-06-02 Gabe BlackARM: Move the mmap region to where Linux actually has it.
2010-06-02 Gabe BlackARM: Allow ARM processes to start in Thumb mode.
2010-01-19 Derek Howermerge
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-07-31 Korey Sewellmerge mips fix and statetrace changes
2009-07-27 Gabe BlackARM: Set up the initial stack frame to match a recent...
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