arch-arm, dev-arm: Consistently use ISO prefixes
[gem5.git] / src / arch / riscv /
2021-01-23 Gabe Blackarch-riscv: Stop "using namespace std"
2021-01-20 Gabe Blackriscv: Get rid of some unused constants.
2021-01-18 Cui Jinarch-riscv: fix incorrect interrupt checking logic
2021-01-14 Peter Yuenarch-riscv: CSR registers support in RISC-V remote...
2021-01-06 Cui Jinarch-riscv: fix the wrong cause register setting
2020-12-31 Cui Jinarch-riscv: fix MIE csr register setting bugs
2020-12-06 Gabe Blackriscv: Convert RISCV to use local reg index storage.
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-29 Gabe Blackriscv: Implement an SE workload for Linux.
2020-10-27 Giacomo Travagliniarch-riscv: Replace any getDTBPtr/getITBPtr usage
2020-10-21 Gabe Blackmisc: Fix a few accidental transitive includes.
2020-10-21 Giacomo Travaglinimisc: BaseCPU using ArchMMU instead of ArchDTB/ArchITB
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
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-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-14 Andreas Sandbergbase, sim, mem, arch: Remove the dummy CPU in NULL
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
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 Blackmisc: Clean up usage of arch/isa_traits.hh.
2020-08-28 Ian Jiangarch-riscv: Fix disassembling of jalr
2020-08-28 Gabe Blackriscv: Remove unnecessary includes from arch/riscv...
2020-08-26 Emily Brickeyarch: update port terminology
2020-08-25 Gabe Blackarch,cpu,sim: Get rid of the microcode ROM stub code.
2020-08-24 Emily Brickeyarch-riscv, arch-x86: convert tlb to new style stats
2020-08-21 Ian Jiangarch-riscv: Add float registers in copyRegs
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: Create a base class for decoders.
2020-08-19 Ian Jiangarch-riscv: Fix disassembling of CSR instructions
2020-08-18 Ian Jiangarch-riscv: Fix disassembling of all register instructions
2020-08-05 Gabe Blackarch: Use VPtr for uname.
2020-08-01 Ian Jiangarch-riscv: Fix disassembling of float register instruc...
2020-07-11 Gabe Blackarch,cpu: Consolidate most of the StackTrace classes...
2020-07-07 Gabe Blackarch: Delete the unused ProcessInfo class.
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-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-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-27 Bobby R. Brucearch-riscv,misc: Added M5_VAR_USED to MiscRegNames
2020-05-19 Gabe Blackarch,base,cpu,kern,sim: Encapsulate symbols in a class.
2020-05-11 Ayaz Akramarch-riscv,tests: small update to make gem5.fast compile
2020-05-02 Nils Asmussenarch-riscv: be prepared for CSR changes during PT walk.
2020-04-29 Nils Asmussenarch-riscv: report that we don't have debugging support.
2020-04-29 Nils Asmussenarch-riscv: respect IALIGN, influenced by toggling...
2020-04-29 Nils Asmussenarch-riscv: let FPU instructions fault if status.FS...
2020-04-29 Nils Asmussenarch-riscv: make uret,sret,mret SerializeAfter,NonSpecu...
2020-04-29 Nils Asmussenarch-riscv: make accesses to CSRs SerializeAfter.
2020-04-29 Nils Asmussenarch-riscv: fault according to status.{TVM,TSK,TW}.
2020-04-29 Nils Asmussenarch-riscv: added dummy implementation of wfi instruction.
2020-04-29 Nils Asmussenarch-riscv: fault on mstatus accesses from lower privil...
2020-04-29 Nils Asmussenarch-riscv: ignore writes to SXL/UXL fields in status...
2020-04-29 Nils Asmussenarch-riscv: added (un)serialization of miscRegFile.
2020-04-29 Nils Asmussenarch-riscv: show names of MiscRegs on accesses.
2020-04-29 Nils Asmussenarch-riscv: fixed read of {M,S,U}TVEC.
2020-04-29 Nils Asmussenarch-riscv: fixed formatting.
2020-04-29 Nils Asmussenarch-riscv: implement RemoteGDB::acc for FS mode.
2020-04-29 Nils Asmussenarch-riscv: implement sfence.vma to flush TLBs.
2020-04-29 Nils Asmussenarch-riscv: make sure only supported modes can be set...
2020-04-29 Nils Asmussenarch-riscv: added TLB and page table walker.
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-03-27 Gabe Blackriscv: Fix RISCV builds by updating its use of pseudoIn...
2020-03-26 Nils Asmussenarch-riscv: print information about faults.
2020-03-26 Nils Asmussenarch-riscv: added support for pseudo instructions.
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-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-19 Gabe Blackarch,cpu,mem,sim: Reimplement the SE translating proxy...
2020-03-19 Gabe Blackarch: Eliminate vtophys and its switching header file.
2020-03-19 Gabe Blackriscv: Implement translateFunctional.
2020-03-17 Gabe Blackkern,arch: Refactor SkipFuncEvent to not use skipFunction.
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 Blackriscv: Use a riscv specific GuestABI for riscv system...
2020-03-12 Gabe Blackriscv: Convert RISCV specific syscalls to Guest ABI.
2020-03-12 Gabe Blackarch,sim: Convert clone to GuestABI and define a cloneB...
2020-03-11 Gabe Blackconfig,arch,cpu,kern,sim: Extract kernel information...
2020-03-10 Giacomo Travaglinimisc: string.join has been removed in python3
next