2020-08-29 |
Kyle Roarty | configs: set hsaTopology properties from options |
commit | commitdiff | tree |
2020-08-28 |
Jason Lowe... | ext: remove libelf |
commit | commitdiff | tree |
2020-08-28 |
Jason Lowe... | base: Use system libelf instead of ext |
commit | commitdiff | tree |
2020-08-28 |
Bobby R. Bruce | util: Updated Dockfiles with the libelf-dev dep |
commit | commitdiff | tree |
2020-08-28 |
Bobby R. Bruce | util: Added GCN-GPU to cloudbuild_create_images |
commit | commitdiff | tree |
2020-08-28 |
Richard Cooper | configs: Update starter_fs.py for latest Arm FS binaries. |
commit | commitdiff | tree |
2020-08-28 |
Giacomo Travaglini | arch-arm: Fix coding style in addressTranslation methods |
commit | commitdiff | tree |
2020-08-28 |
Giacomo Travaglini | arch-arm: Check if PAC is implemented before executing... |
commit | commitdiff | tree |
2020-08-28 |
Giacomo Travaglini | arch-arm: Introduce HavePACExt helper |
commit | commitdiff | tree |
2020-08-28 |
Andreas Sandberg | python: Add support for introspecting scalar stats |
commit | commitdiff | tree |
2020-08-28 |
Gabe Black | tests: Use a docker image to build gem5. |
commit | commitdiff | tree |
2020-08-28 |
Gabe Black | cpu: Factor the page size out of the decode cache. |
commit | commitdiff | tree |
2020-08-28 |
Gabe Black | misc: Clean up usage of arch/isa_traits.hh. |
commit | commitdiff | tree |
2020-08-28 |
Gabe Black | sparc: Minor cleanup in isa_traits.hh. |
commit | commitdiff | tree |
2020-08-28 |
Ian Jiang | arch-riscv: Fix disassembling of jalr |
commit | commitdiff | tree |
2020-08-28 |
Gabe Black | riscv: Remove unnecessary includes from arch/riscv... |
commit | commitdiff | tree |
2020-08-28 |
Gabe Black | power: Tidy up isa_traits.hh and delete the VAddr class. |
commit | commitdiff | tree |
2020-08-27 |
Kyle Roarty | arch-gcn3: Update LmReqsInPipe in atomic flats when... |
commit | commitdiff | tree |
2020-08-27 |
Gabe Black | util: Explicitly decode/encode in utf-8. |
commit | commitdiff | tree |
2020-08-27 |
Tony Gutierrez | gpu-compute: Create CU's ports in the standard way |
commit | commitdiff | tree |
2020-08-27 |
Yu-hsin Wang | systemc: Send response to TLM side if a packet does... |
commit | commitdiff | tree |
2020-08-26 |
Gabe Black | sim: Fix up the selectFunc syscall to work with g+... |
commit | commitdiff | tree |
2020-08-26 |
Shivani Parekh | systemc,sim: Update port terminology |
commit | commitdiff | tree |
2020-08-26 |
Shivani Parekh | dev: Update port terminology |
commit | commitdiff | tree |
2020-08-26 |
Shivani Parekh | mem: Update port terminology |
commit | commitdiff | tree |
2020-08-26 |
Emily Brickey | gpu-compute: update port terminology |
commit | commitdiff | tree |
2020-08-26 |
Emily Brickey | cpu: update port terminology |
commit | commitdiff | tree |
2020-08-26 |
Emily Brickey | arch: update port terminology |
commit | commitdiff | tree |
2020-08-26 |
Emily Brickey | learning-gem5: update port terminology |
commit | commitdiff | tree |
2020-08-26 |
Emily Brickey | misc: Updated port classes & refs to remove slaveBind... |
commit | commitdiff | tree |
2020-08-26 |
Shivani | mem: Deprecate SlavePort and MasterPort classes |
commit | commitdiff | tree |
2020-08-26 |
Jason Lowe... | python: Add DeprecatedParam type |
commit | commitdiff | tree |
2020-08-26 |
Giacomo Travaglini | arch-arm: Rewrite addressTranslation to use BitUnions |
commit | commitdiff | tree |
2020-08-26 |
Giacomo Travaglini | arch-arm: Remove deadcode from AArch64 address translation |
commit | commitdiff | tree |
2020-08-26 |
Giacomo Travaglini | arch-arm: Refactor Address Translation (AT) code |
commit | commitdiff | tree |
2020-08-26 |
Ciro Santilli | tests: ignore 32-bit arm dual linux boot tests |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | python: Use six's with_metaclass instead of it's add_me... |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | arm: Clear out isa_traits.hh. |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | arch: Get rid of (some) unused VAddr types. |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | util: Fix interworking for the thumb version of the... |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | util: Enable neon when building arm/thumb versions... |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | util: Add a unit test for the "inst" call type in the... |
commit | commitdiff | tree |
2020-08-25 |
Bobby R. Bruce | test,arch-riscv: Removed the RISCV Insttests |
commit | commitdiff | tree |
2020-08-25 |
Daniel R. Carvalho | mem-cache: Create Compressor namespace |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | mips: Remove unused or misplaced values from isa_traits.hh. |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | arch,cpu,sim: Get rid of the microcode ROM stub code. |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | cpu,arch: Delegate fetching ROM microops to the decoder. |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | x86: Use default initializers to simplify the decoder... |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | x86: Remove unnecessary includes from isa_traits.hh. |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | sim: Style fixes in the base Fault classes. |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | x86: Style fixes in x86's fault implementations. |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | x86: Replace "is not" with "!=" in fpop.isa. |
commit | commitdiff | tree |
2020-08-25 |
Gabe Black | misc: Replace some includes of arch/isa_traits.hh. |
commit | commitdiff | tree |
2020-08-24 |
Bobby R. Bruce | util,tests: Added .txt file extension to txt files |
commit | commitdiff | tree |
2020-08-24 |
Bobby R. Bruce | util,tests: Added exit code to the compiler tests |
commit | commitdiff | tree |
2020-08-24 |
Bobby R. Bruce | util,tests: Removed GCC 4.8 from compilers tests |
commit | commitdiff | tree |
2020-08-24 |
Emily Brickey | arch-riscv, arch-x86: convert tlb to new style stats |
commit | commitdiff | tree |
2020-08-24 |
Emily Brickey | arch-mips, arch-power: removed unused stats |
commit | commitdiff | tree |
2020-08-24 |
Juan M. Cebrian | arch-x86,cpu: Fix bpred by annotating branch instructio... |
commit | commitdiff | tree |
2020-08-24 |
Bobby R. Bruce | tests: Removed m5threads tests from .testignore |
commit | commitdiff | tree |
2020-08-24 |
Bobby R. Bruce | tests: Added tests/gem5/resources to .gitignore |
commit | commitdiff | tree |
2020-08-24 |
Bobby R. Bruce | tests: Removed the hello tests from .testignore |
commit | commitdiff | tree |
2020-08-23 |
Gabe Black | misc: Delete the critical path annotation code. |
commit | commitdiff | tree |
2020-08-21 |
Gabe Black | mem: Use getGuestByteOrder in the indirect memory prefe... |
commit | commitdiff | tree |
2020-08-21 |
Ian Jiang | arch-riscv: Add float registers in copyRegs |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | arch: Eliminate the unused HasUnalignedMemAcc constant. |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | arch: Eliminate an unused pair of constants from isa_tr... |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | arch: Make ThreadInfo::curThreadInfo virtual, protected. |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | x86: Replace getDoubleBits with floatToBits64. |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | mem: Use the System object's getGuestByteOrder in Abstr... |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | arch: Remove the "inline" keyword in ThreadInfo. |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | x86: Fix some style issues in the microcode ROM class. |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | x86: Style fix in the decoder class. |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | arch: Get the byte order from sys and not TheISA::. |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | kern: Stop using TheISA::GuestByteOrder in Linux::dumpD... |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | arch: Don't add contents to the TheISA namespace in... |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | dev,arm: Stop using TheISA in ARM specific files. |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | arch: Fix a small style issue in Linux::ThreadInfo. |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | cpu: Don't construct and then copy the decoder in Simpl... |
commit | commitdiff | tree |
2020-08-20 |
Gabe Black | arch: Create a base class for decoders. |
commit | commitdiff | tree |
2020-08-19 |
Gabe Black | misc: Replace scalar TypedBufferArg with VPtr. |
commit | commitdiff | tree |
2020-08-19 |
Ian Jiang | arch-riscv: Fix disassembling of CSR instructions |
commit | commitdiff | tree |
2020-08-18 |
Kyle Roarty | configs,gpu-compute,mem-ruby: connect gmTokenPorts... |
commit | commitdiff | tree |
2020-08-18 |
Gabe Black | misc: Rename CallbackQueue2 to CallbackQueue. |
commit | commitdiff | tree |
2020-08-18 |
Gabe Black | base: Get rid the Callback type. |
commit | commitdiff | tree |
2020-08-18 |
Gabe Black | dev: Replace Callback in the virtio device with a lambda. |
commit | commitdiff | tree |
2020-08-18 |
Gabe Black | dev: Replace the Callback class with lambdas in ARM... |
commit | commitdiff | tree |
2020-08-18 |
Gabe Black | dev: Use lambdas instead of the Callback type for seria... |
commit | commitdiff | tree |
2020-08-18 |
Gabe Black | sim: Delete the unused PowerStateDumpCallback. |
commit | commitdiff | tree |
2020-08-18 |
Gabe Black | misc: Make the stats callbacks use CallbackQueue2. |
commit | commitdiff | tree |
2020-08-18 |
Kyle Roarty | configs: Add import for FileSystemConfig in GPU_VIPER.py |
commit | commitdiff | tree |
2020-08-18 |
Kyle Roarty | configs: Replace DirMem w/RubyDirectoryMemory, set... |
commit | commitdiff | tree |
2020-08-18 |
Emily Brickey | arch-arm: convert tlb to new style stats |
commit | commitdiff | tree |
2020-08-18 |
Giacomo Travaglini | arch-arm: Early checking if debug is enabled in TLB |
commit | commitdiff | tree |
2020-08-18 |
Giacomo Travaglini | arch-arm: Rename SelfDebug member variables |
commit | commitdiff | tree |
2020-08-18 |
Giacomo Travaglini | arch-arm: Remove setters from SoftwareStep |
commit | commitdiff | tree |
2020-08-18 |
Gabe Black | misc: Make registerExitCallback use CallbackQueue2. |
commit | commitdiff | tree |
2020-08-18 |
Gabe Black | mem: Use the new type of CallbackQueue in the MemBackdoor. |
commit | commitdiff | tree |
2020-08-18 |
Gabe Black | base: Add a new type of CallbackQueue. |
commit | commitdiff | tree |
2020-08-18 |
Ian Jiang | arch-riscv: Fix disassembling of all register instructions |
commit | commitdiff | tree |
next |