cpu: Add HTM ExecContext API
[gem5.git] / src / arch / riscv /
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
2020-03-09 Gabe Blackarch,cpu: Get rid of unused/unimplemented vtophys variants.
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 Blackriscv: Delete authors lists from riscv files.
2020-02-11 Gabe Blackarch: Get rid of the generic mmapped IPR mechanism.
2020-02-10 Gabe Blackriscv: Cast to float explicitly when comparing a float...
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.
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-10 Gabe Blackarch: Use ignoreWarnOnceFunc instead of the WarnOnce...
2019-12-08 Alec Roelkearch-riscv: set MaxMiscDestRegs to 2
2019-12-01 Ian Jiangarch-riscv: Fix disassembling of immediate for c.lui...
2019-11-26 Ian Jiangarch-riscv: Fix immediate decoding for integer shift...
2019-11-26 Ian Jiangarch-riscv: Fix disassembling for fence and fence.i
2019-11-25 Ian Jiangarch-riscv: Fix disassembling for atomic instructions
2019-11-25 Ian Jiangarch-riscv: Fix disassembling of operand list for compr...
2019-11-25 Ian Jiangarch-riscv: Fix disassembling of immediate for U-type...
2019-11-22 IanJiangICTarch-riscv: Fix bug in serialize and unserialize of...
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...
next