arch-arm: Add initial support for SVE contiguous loads/stores
[gem5.git] / src / arch / sparc /
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
2016-03-17 Brandon Pottersyscall_emul: rename OpenFlagTransTable struct
2016-02-23 Andreas Hanssonscons: Add missing override to appease clang
2016-02-15 Andreas Hanssonmisc: Add missing overrides to appease clang
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2016-01-18 Steve Reinhardtcpu. arch: add initiateMemRead() to ExecContext interface
2016-01-18 Steve Reinhardtarch: get rid of unused LargestRead typedef
2016-01-11 Andreas Hanssonscons: Enable -Wextra by default
2015-12-18 Boris Shingarovarm: remote GDB: rationalize structure of register...
2015-11-16 Nilay VaishMerged changesets: 47e2adf7fb1a and b65d4e878ed2
2015-11-16 Palle Lyckegaardsparc: Make remote debugging with gdb work
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-10-09 Rekai Gonzalez Alb... isa: Add parameter to pick different decoder inside ISA
2015-09-30 Mitch Hayengaisa,cpu: Add support for FS SMT Interrupts
2015-09-15 Palle Lyckegaardsparc: writing to tick_cmpr should not cause a panic
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-05-05 Andreas Sandbergmem, cpu: Add a separate flag for strictly ordered...
2015-02-16 Andreas Hanssonarch: Make readMiscRegNoEffect const throughout
2015-02-11 Andreas Sandbergsim: Move the BaseTLB to src/arch/generic/
next