arch-power: Add doubleword modulo instructions
[gem5.git] / src / arch / sparc /
2021-02-09 Gabe Blacksim: Get rid of the IsConforming type trait template.
2021-02-09 Gabe Blackarch,sim: Use VPtr<> instead of Addr in system call...
2021-02-05 Gabe Blackarch,cpu: Move a Decode DPRINTF into the arch Decoder...
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-02-03 Gabe Blackarch: Templatize the BasicDecodeCache.
2021-01-31 Gabe Blackarch: Stop using switching header files in ISA specific...
2021-01-28 Gabe Blackarch,base,mem,sim: Fix style in base/types.hh and remov...
2021-01-23 Gabe Blackarch-sparc: Stop "using namespace std"
2020-11-26 Bobby R. BruceMerge "misc: Merge branch hotfix v20.1.0.2 branch into...
2020-11-24 Gabe Blacksparc: Convert SPARC to use local register index storage.
2020-11-17 Bobby R. Brucearch-sparc,misc: Added M5_VAR_USED to SparcProcess var
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-11-06 Gabe Blackarch,cpu: Enforce using accessors to get at src/destRegIdx.
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-29 Gabe Blackarch,sim: Handle KVM SE page faults with workload events.
2020-10-28 Gabe Blackarch: Re-add copyrights that were accidentally removed.
2020-10-27 Giacomo Travagliniarch-sparc: Replace any getDTBPtr/getITBPtr usage
2020-10-27 Gabe Blacksparc: Remove support for Solaris SE mode.
2020-10-27 Gabe Blacksparc: Implement an SE workload for Linux and Solaris.
2020-10-23 Gabe Blackmisc: Replace enable_if<>::type with enable_if_t<>.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-07 Gabe Blacksparc: Simplify the IntOp format slightly.
2020-10-07 Gabe Blacksparc: Clean up some code in base.isa.
2020-10-07 Giacomo Travagliniarch: Add generic BaseMMU
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-28 Gabe Blackarch,base,cpu,dev: Get rid of the M5_DUMMY_RETURN macro.
2020-09-25 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-22 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-20 Gabe Blackarch,cpu,sim: Route system calls through the workload.
2020-09-17 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-16 Gabe Blackarch,cpu: Get rid of the IsMemRef StaticInst flag.
2020-09-16 Gabe Blackarch,cpu: Rearrange StaticInst flags for memory barriers.
2020-09-15 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-15 Gabe Blacksparc,sim: Remove special handling of SPARC in the...
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-08-28 Gabe Blacksparc: Minor cleanup in isa_traits.hh.
2020-08-25 Gabe Blackarch: Get rid of (some) unused VAddr types.
2020-08-25 Gabe Blackarch,cpu,sim: Get rid of the microcode ROM stub code.
2020-08-20 Gabe Blackarch: Eliminate the unused HasUnalignedMemAcc constant.
2020-08-20 Gabe Blackarch: Eliminate an unused pair of constants from isa_tr...
2020-08-20 Gabe Blackarch: Don't add contents to the TheISA namespace in...
2020-08-20 Gabe Blackarch: Create a base class for decoders.
2020-08-05 Gabe Blackarch: Use VPtr for uname.
2020-07-24 Gabe Blackarch,sim,misc: Add a new m5 op "sum" which just sums...
2020-07-11 Gabe Blackarch,cpu: Consolidate most of the StackTrace classes...
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-17 Gabe Blackarch,cpu,sim: Eliminate the now empty kernel statistics...
2020-06-17 Gabe Blackarch,kern,sim: Move the stats in Kernel::Statistics...
2020-06-12 Gabe Blackarch,cpu: Add a setThreadContext method to the ISA...
2020-06-11 Gabe Blackarch,cpu: Change setCPU to setThreadContext in Interrupts.
2020-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
2020-06-09 Gabe Blackarch,base,cpu,kerm,sim: Build a symbol table for object...
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-08 Giacomo Travaglinimisc: Remove any reference to the ALPHA ISA
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-19 Gabe Blackarch,base,cpu,kern,sim: Encapsulate symbols in a class.
2020-04-22 Gabe Blackbase,arch,sim,cpu: Move object file loader components...
2020-04-22 Gabe Blackconfigs,arch,sim: Move fixFuncEventAddr into the Worklo...
2020-04-22 Gabe Blackarch,sim,kern,dev,cpu: Create a Workload SimObject.
2020-04-19 Giacomo Travagliniarch-sparc: MAP_32BIT does not exist on solaris
2020-04-16 Gabe Blacksparc,configs: Initialize ROMs directly, not with the...
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-24 Gabe Blacksparc: Hook up fstat64 for SPARC64.
2020-03-24 Gabe Blacksparc: Add a definition of tgt_stat64 for SPARC64.
2020-03-24 Gabe Blacksparc: Hook up but not implement the get/set context...
2020-03-20 Gabe Blackarch,sim: Merge Process::syscall and Process::getDesc.
2020-03-20 Gabe Blackarch,sim: Drop the syscall number from the syscall...
2020-03-20 Gabe Blackarch,sim: Create a common structure to hold syscall...
2020-03-20 Gabe Blacksparc: Add the AT_RANDOM aux vector to the initial...
2020-03-19 Gabe Blackarch,base,cpu,dev,kern,mem,sim: Drop FS from FSTranslat...
2020-03-19 Gabe Blackarch,cpu,mem,sim: Reimplement the SE translating proxy...
2020-03-19 Gabe Blacksparc: Make translateFunctional ignore alignment and...
2020-03-19 Gabe Blackarch: Eliminate vtophys and its switching header file.
2020-03-17 Gabe Blackkern,arch: Refactor SkipFuncEvent to not use skipFunction.
2020-03-13 Giacomo Travaglinimisc: Make exception handling python3 compliant
2020-03-12 Gabe Blacksim: Rename GuestABI's Position to State.
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 Blacksparc: Get rid of some commented out constants.
2020-03-12 Gabe Blacksim: Make SyscallReturn handle extra/"pseudo" return...
2020-03-12 Gabe Blacksparc: Convert SPARC specific syscalls to Guest ABI.
2020-03-11 Gabe Blackconfig,arch,cpu,kern,sim: Extract kernel information...
2020-03-10 Giacomo Travaglinimisc: string.join has been removed in python3
2020-03-09 Gabe Blackarch,cpu: Get rid of unused/unimplemented vtophys variants.
2020-03-09 Gabe Blacksparc: Implement translateFunctional in the TLB class.
2020-03-08 Gabe Blacksparc: Delete some commented out code in the TLB.
2020-03-04 Gabe Blackarch,cpu,mem: Replace the mmmapped IPR mechanism with...
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-19 Adrian Herreramisc: pass ThreadContext on ISA clear
2020-02-18 Gabe Blacksparc: Delete authors lists from sparc files.
next