arm: Make sure not to shift off of the end of a uint32_t in KVM.
[gem5.git] / src / arch / sparc /
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...
2018-01-20 Gabe Blacksim, arch, base: Refactor the base remote GDB 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...
2018-01-10 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86,cpu: Get rid of...
2017-12-23 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86: Get rid of TheISA...
2017-12-22 Gabe Blackarch,cpu: "virtualize" the TLB interface.
2017-12-13 Gabe Blackarm,sparc,x86,base,cpu,sim: Replace the Twin(32|64...
2017-12-13 Gabe Blackcpu,alpha,mips,power,riscv,sparc: Get rid of eaComp...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-11-22 Gabe Blacksparc: Move integer StaticInst base classes out of...
2017-11-22 Gabe Blacksparc: Move the mem base classes out of the ISA descrip...
2017-11-22 Gabe Blacksparc: Move the microop/macroop base classes out of...
2017-11-22 Gabe Blacksparc: Return debug faults from unimplemented instructions.
2017-11-22 Gabe Blacksparc: Pull the unimplemented formats out of the ISA...
2017-11-22 Gabe Blacksparc: Pull the "Uknown" StaticInst class out of the...
2017-11-22 Gabe Blacksparc: Pull most of the Nop format out of the ISA descr...
2017-11-22 Gabe Blacksparc: Pull more StaticInst base classes out of the...
2017-11-22 Gabe Blacksparc: Pull flat static instruction classes out of...
2017-11-20 Gabe Blacksparc: Pull StaticInst base classes out of the ISA...
2017-11-07 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86: Merge exec decl...
2017-11-02 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize...
2017-10-17 Gabe Blackscons: Stop generating inc.d in the isa parser.
2017-10-13 Nikos Nikolerismem: Signal the local monitor when clearing the global...
2017-09-11 Gabe Blackstats: Get rid of some kernel stats related cruft.
2017-08-30 Andreas Sandbergarch-sparc: Add a FaultVals instantiation for VecDisabled
2017-07-05 Rekai Gonzalez-Alb... arch: ISA parser additions of vector registers
2017-07-05 Rekai Gonzalez-Alb... cpu: Added interface for vector reg file
2017-07-05 Rekai Gonzalez-Alb... cpu: Simplify the rename interface and use RegId
2017-07-05 Nathanael Premillieuarch, cpu: Architectural Register structural indexing
2017-05-19 Andreas Sandbergbase, sim, arch: Fix clang 5.0 warnings
2017-05-18 Gabe Blackbase: Refactor the GDB code.
2017-05-01 Nikos Nikolerisarch-sparc: Fix wrong indentation causing warnings...
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 Pottersyscall_emul: [patch 4/22] remove redundant M5_pid...
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-11-09 Brandon Pottersyscall_emul: [patch 2/22] move SyscallDesc into its...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-07-21 Mitch Hayengaisa: Modify get/check interrupt routines
2016-04-01 Steve Reinhardtsyscall_emul: remove mmapFlagTable
2016-04-01 Steve Reinhardtsyscall_emul: factor out flag tables into common file
2016-03-17 Brandon Potterbase: add symbol support for dynamic libraries
2016-03-17 Brandon Potterbase: support dynamic loading of Linux ELF objects...
2016-03-17 Steve Reinhardtsyscall_emul: move mmapGrowsDown() to LiveProcess
2016-03-17 Brandon Pottersyscall_emul: extend mmap system call to support file...
2016-03-17 Brandon Pottersyscall_emul: add many Linux kernel flags
next