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 |
2020-08-17 |
Emily Brickey | arch-arm: convert table_walker to new style stats |
commit | commitdiff | tree |
2020-08-17 |
Isaac Sánchez... | mem-cache,python: Allow custom TLB and events in each... |
commit | commitdiff | tree |
2020-08-16 |
Gabe Black | util,systemc: Update the stats API used in one of the... |
commit | commitdiff | tree |
2020-08-16 |
Gabe Black | util,systemc: Update the gem5-within-systemc TLM exampl... |
commit | commitdiff | tree |
2020-08-15 |
Giacomo Travaglini | util: Add Xen compilation to gen_arm_fs_files.py |
commit | commitdiff | tree |
2020-08-15 |
Giacomo Travaglini | util: Remove dependency check |
commit | commitdiff | tree |
2020-08-15 |
Giacomo Travaglini | util: Allow the short -j option in gen_arm_fs_files.py |
commit | commitdiff | tree |
2020-08-15 |
Giacomo Travaglini | util: Change gen_arm_fs_files.py to allow selective... |
commit | commitdiff | tree |
2020-08-14 |
Bobby R. Bruce | tests: Dropped the i386 host tag in tests |
commit | commitdiff | tree |
2020-08-14 |
Giacomo Travaglini | arch-arm: Use isSecure variable for Stage2Lookup |
commit | commitdiff | tree |
2020-08-14 |
Giacomo Travaglini | arch-arm: Fix physmem NS attribute in VMSAv8-32 descriptors |
commit | commitdiff | tree |
2020-08-14 |
Giacomo Travaglini | arch-arm: VSTTBR_EL2 doesn't contain a VMID field |
commit | commitdiff | tree |
2020-08-14 |
Giacomo Travaglini | arch-arm: Disable HVC when SCR_EL3.HCE is 0 |
commit | commitdiff | tree |
2020-08-14 |
Giacomo Travaglini | arch-arm: Fix XN in TLB permissions |
commit | commitdiff | tree |
2020-08-14 |
Giacomo Travaglini | arch-arm: Fix SoftwareStep::debugExceptionReturnSS |
commit | commitdiff | tree |
2020-08-14 |
Kyle Roarty | configs: Use proper keywordargs for RedirectPath in... |
commit | commitdiff | tree |
2020-08-14 |
Kyle Roarty | configs: Remove unneeded variable assignments in apu_se |
commit | commitdiff | tree |
2020-08-14 |
Kyle Roarty | configs: Remove remnants of /dev/shm mapping from apu_se |
commit | commitdiff | tree |
2020-08-13 |
Kyle Roarty | util: Add build dependency to gcn Dockerfile |
commit | commitdiff | tree |
2020-08-13 |
Pouya Fotouhi | mem-ruby: Fix debug prints for regular Stores |
commit | commitdiff | tree |
2020-08-13 |
Kyle Roarty | arch-gcn3: Free registers when execMask = 0 |
commit | commitdiff | tree |
2020-08-13 |
Kyle Roarty | mem-ruby: fix races between data and DMA in MOESI_AMD_B... |
commit | commitdiff | tree |
2020-08-13 |
Kyle Roarty | arch-gcn3: make read2st64_b32 write proper registers |
commit | commitdiff | tree |
2020-08-13 |
Sooraj Puthoor | gpu-compute: Fixing HSA's barrier bit implementation |
commit | commitdiff | tree |
2020-08-12 |
Kyle Roarty | util: Install python six module in gcn dockerfile |
commit | commitdiff | tree |
2020-08-12 |
Gabe Black | arch: Remove the stacktrace.hh switching header file. |
commit | commitdiff | tree |
2020-08-12 |
seanzw | cpu-simple: Fix BaseSimpleCPU to reset group stats |
commit | commitdiff | tree |
2020-08-12 |
Gabe Black | util: Add stub unit tests for the call types in the... |
commit | commitdiff | tree |
2020-08-12 |
Gabe Black | util: Pull "usage()" out of the call types in the m5... |
commit | commitdiff | tree |
2020-08-10 |
Giacomo Travaglini | arch-arm: Reduce boilerplate when extracting SelfDebug... |
commit | commitdiff | tree |
next |