mem-ruby,misc: Fixed clang template def error
[gem5.git] / src / arch / sparc /
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.
2020-02-11 Gabe Blackarch: Get rid of the generic mmapped IPR mechanism.
2020-02-10 Gabe Blackarch: Add a bunch of missing override specifiers.
2020-02-08 Gabe Blackarch,sim: Replace setuidFunc with ignoreFunc.
2020-02-08 Gabe Blackarch: Switch SyscallDescABI in for SyscallDesc.
2020-02-08 Gabe Blackarch: Simplify the SyscallDesc tables.
2020-02-05 Gabe Blackarch: Introduce a base class for ISA classes.
2020-02-01 Gabe Blackarch,sim: Merge initCPU into the ISA System classes.
2020-02-01 Gabe Blackarch,sim: Merge initCPU and startupCPU.
2020-01-22 Gabe Blackarch: Get rid of the unused (and mostly undefined)...
2019-12-10 Gabe Blacksim,arch: Collapse the ISA specific versions of m5Syscall.
2019-12-10 Gabe Blackarch,cpu,sim: Push syscall number determination up...
2019-12-10 Gabe Blackarch: Get rid of the now unused setSyscallArg.
2019-12-04 Gabe Blacksparc: Fix the getresuidFunc prototype.
2019-12-04 Gabe Blacksparc: Fix the predecoder's moreBytes method.
2019-11-18 Gabe Blackarch: Get rid of the (Big|Little)EndianGuest namespaces.
2019-11-18 Gabe Blackarch: Make and use endian specific versions of the...
2019-11-07 Gabe Blacksparc: Replace htog and gtoh with htobe and betoh.
2019-11-02 Gabe Blackarch,cpu: Move endianness conversion of inst bytes...
2019-10-30 Gabe Blackarch,sim: Make copyStringArray take an explicit endianness.
2019-10-30 Gabe Blackarch: Make endianness a property of the OS class syscal...
2019-10-30 Gabe Blacksparc: Create a helper functions to install firmware...
2019-10-19 Gabe Blackarch: Make a base class for Interrupts.
2019-10-16 Gabe Blackarch,base,sim: Move Process loader hooks into the Proce...
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-09-13 Gabe Blacksparc: Fix a warning/error in tlb.cc.
2019-05-30 Gabe Blackarch, base, cpu, gpu, sim: Merge getMemProxy and getVir...
2019-05-30 Gabe Blackarch, base, sim: Demote (SE|FS)TranslatingPortProxy...
2019-05-29 Ciro Santillisim-se: add a release parameter to Process.py
2019-05-29 Gabe Blackarch, base, dev, sim: Remove now unnecessary casts...
2019-05-21 Brandon Pottersim-se: change syscall function signature
2019-05-20 Gabe Blacksparc: Add an object file loader for linux and solaris.
2019-04-30 Gabe Blackarch: Stop using TheISA within the ISAs.
2019-04-30 Gabe Blacksparc: Move translation constants from isa_traits.hh...
2019-04-30 Gabe Blacksparc: Move the interrupt types out of isa_traits.hh...
2019-04-30 Gabe Blackarch: Remove the mt.hh switching header.
2019-04-28 Gabe Blackarch, sim: Simplify the AuxVector type.
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2019-02-01 Gabe Blackcpu, arch: Replace the CCReg type with RegVal.
2019-01-31 Gabe Blackarch: cpu: Rename *FloatRegBits* to *FloatReg*.
2019-01-30 Giacomo Gabrielliarch,cpu: Add vector predicate registers
2019-01-22 Gabe Blacksparc: Get rid of some register type definitions.
2019-01-22 Gabe Blackarch: cpu: Stop passing around misc registers by reference.
2019-01-22 Brandon Pottersim-se: add syscalls related to polling
2019-01-16 Gabe Blackarch: Make the ISA register types aliases for the globa...
2019-01-10 Andreas Sandbergsim-se: Refactor clone to avoid most ifdefs
2018-11-05 Gabe Blacksparc: Switch the FloatReg and FloatRegBits types to...
2018-10-17 Gabe Blackarch: Get rid of the unused type AnyReg.
2018-10-12 Gabe Blacksparc: Use big endian packet accessors.
2018-09-19 Brandon Pottersyscall_emul: expand AuxVector class
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-03-27 Gabe Blacksparc: Add some missing M5_FALLTHROUGHs and breaks.
2018-03-26 Gabe Blackarch: Fix all override related warnings.
2018-03-26 Gabe Blackarch: Add a virtual asBytes function to the StaticInst...
2018-03-08 Gabe Blacksparc: Passify a new g++ warning.
2018-02-24 Khaliquesparc: Fix FS Checkpoint loading
2018-02-13 Rekai Gonzalez-Alb... sim: Make Stats truly non-copy-constructible
2018-01-23 Gabe Blacktarch, mem: Abstract the data stored in the SE page...
2018-01-20 Gabe Blackarch, mem: Make the page table lookup function return...
next