misc: Merge branch v20.1.0.3 hotfix into develop
[gem5.git] / src / arch / sparc / process.cc
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-01-23 Gabe Blackarch-sparc: Stop "using namespace std"
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-10-27 Gabe Blacksparc: Implement an SE workload for Linux and Solaris.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-09-08 Andreas Sandbergbase, sim: Make ByteOrder into a ScopedEnum accessible...
2020-09-02 Gabe Blackmisc: Remove the "fault" parameter from syscall functions.
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
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-20 Gabe Blacksparc: Add the AT_RANDOM aux vector to the initial...
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 Blacksparc: Use a SPARC specific GuestABI for system calls.
2020-03-12 Gabe Blacksparc: Introduce a BitUnion for the CCR register.
2020-03-12 Gabe Blacksparc: Introduce constants for pseudo integer registers.
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 Blacksparc: Delete authors lists from sparc files.
2019-12-10 Gabe Blackarch: Get rid of the now unused setSyscallArg.
2019-11-07 Gabe Blacksparc: Replace htog and gtoh with htobe and betoh.
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-09 Gabe Blackbase: Rename Section to Segment, and some of its members.
2019-05-30 Gabe Blackarch, base, cpu, gpu, sim: Merge getMemProxy and getVir...
2019-05-29 Gabe Blackarch, base, dev, sim: Remove now unnecessary casts...
2019-04-28 Gabe Blackarch, sim: Simplify the AuxVector type.
2019-01-22 Gabe Blacksparc: Get rid of some register type definitions.
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...
2015-07-20 Brandon Pottersyscall_emul: [patch 13/22] add system call retry capab...
2016-11-09 Brandon Pottersyscall_emul: [patch 9/22] remove unused global variabl...
2016-11-09 Brandon Pottersyscall_emul: [patch 8/22] refactor process class
2016-11-09 Brandon Pottersyscall_emul: [patch 5/22] remove LiveProcess class...
2017-02-17 Brandon Pottersparc: fix bugs caused by cd7f3a1dbf55
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...
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-05-12 Steve Reinhardtsyscall emulation: clean up & comment SyscallReturn
2013-01-05 Gabe BlackSPARC: Keep a copy of the current ASI in the decoder.
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-11 Gabe BlackSPARC: Make PSTATE and HPSTATE a BitUnion.
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-15 Nathan Binkertincludes: sort all includes
2010-11-11 Gabe BlackSPARC: Clean up some historical style issues.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-01-19 Derek Howermerge
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-07-13 Derek Howermerge
2009-07-10 Gabe BlackSPARC: Set up a lookup table for integer register flatt...
2009-07-10 Gabe BlackSPARC: Fold the MiscRegFile all the way into the ISA...
2009-07-09 Gabe BlackSPARC: Phase out SPARC's intregfile.hh.
2009-04-21 Steve Reinhardtsyscall: Resolve conflicts between m5threads and Gabe...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Gabe BlackProcesses: Make getting and setting system call argumen...
2009-02-25 Gabe BlackISA: Use the "Stack" traceflag for DPRINTFs about the...
2008-12-07 Lisa Hsuimported patch aux-fix.patch
2008-11-03 Lisa HsuMake it so that all thread contexts are registered...
2008-09-28 Nathan Binkertarch: TheISA shouldn't really ever be used in the arch...
2007-11-30 Gabe BlackSPARC: Fix 32 bit register window flushing endian conve...
2007-11-29 Gabe BlackSPARC: Fix the initial stack to match what the Linux...
2007-11-29 Gabe BlackSPARC: Combine the 64 and 32 bit process initialization...
2007-11-15 Korey Sewellbranch merge
2007-11-12 Gabe BlackSPARC: Force %g1 to be zero on process startup even...
2007-11-07 Gabe BlackSPARC: Make 64 bit SPARC process initialization check...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-26 Ali SaidiSE: Fix page table and system serialization, don't...
2007-10-17 Gabe BlackMake the process objects use the Params structs in...
2007-10-04 Gabe BlackMerge with head.
2007-10-04 Gabe BlackSPARC: Make software trap 3 flush the register windows...
2007-08-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackAddress Translation: Make SE mode use an actual TLB...
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Gabe BlackMerge ... head. style.py was also missing an argument...
2007-07-29 Gabe BlackX86: Initial stack frame fixes and constant shuffling.
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-27 Gabe BlackMerge with head.
2007-07-27 Gabe BlackX86: Fix argument register indexing.
2007-06-22 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-22 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
next