2020-03-12 |
Gabe Black | x86: Convert x86 specific syscalls to GuestABI. |
commit | commitdiff | tree |
2020-03-12 |
Gabe Black | arm: Convert ARM specific syscalls to GuestABI. |
commit | commitdiff | tree |
2020-03-12 |
Gabe Black | sim: Remove ISA specific KVM handling of the return... |
commit | commitdiff | tree |
2020-03-12 |
Gabe Black | arch,sim: Convert clone to GuestABI and define a cloneB... |
commit | commitdiff | tree |
2020-03-12 |
Gabe Black | sim: Use variadic GuestABI arguments in a few additiona... |
commit | commitdiff | tree |
2020-03-11 |
Gabe Black | power: Implement translateFunctional. |
commit | commitdiff | tree |
2020-03-11 |
Gabe Black | mips: Implement translateFunctional. |
commit | commitdiff | tree |
2020-03-11 |
Gabe Black | config,arch,cpu,kern,sim: Extract kernel information... |
commit | commitdiff | tree |
2020-03-11 |
Andriani Mappoura | arch-arm: Correct the Ids and names of the PMU events |
commit | commitdiff | tree |
2020-03-10 |
Giacomo Travaglini | arch-arm: Remove unnecessary RegIndex set for VSTR... |
commit | commitdiff | tree |
2020-03-10 |
Adrian Herrera | arch-arm: GenericTimer arch regs, perms/trapping |
commit | commitdiff | tree |
2020-03-10 |
Adrian Herrera | dev-arm: Refactor GenericTimer |
commit | commitdiff | tree |
2020-03-10 |
Giacomo Travaglini | arch-arm: Hint the compiler to inline getArmSystem |
commit | commitdiff | tree |
2020-03-10 |
Giacomo Travaglini | arch-arm: Speedup ARM execution by avoiding expensive... |
commit | commitdiff | tree |
2020-03-10 |
Giacomo Travaglini | arch-arm: python3 "/" will always produce a float |
commit | commitdiff | tree |
2020-03-10 |
Giacomo Travaglini | misc: Replace basestring with six.string_types |
commit | commitdiff | tree |
2020-03-10 |
Giacomo Travaglini | misc: Replace __metaclass__ with six.add_metaclass |
commit | commitdiff | tree |
2020-03-10 |
Giacomo Travaglini | misc: string.join has been removed in python3 |
commit | commitdiff | tree |
2020-03-10 |
Giacomo Travaglini | python: The new module has been removed in python3 |
commit | commitdiff | tree |
2020-03-10 |
Andreas Sandberg | python: Make meta class declarations Python 3 safe |
commit | commitdiff | tree |
2020-03-10 |
Gabe Black | mem: Change some default values in the Request class. |
commit | commitdiff | tree |
2020-03-10 |
Gabe Black | arch: Remove the "process.hh" switching header file. |
commit | commitdiff | tree |
2020-03-09 |
Daniel R. Carvalho | configs: Fix relative import in non-package in configs |
commit | commitdiff | tree |
2020-03-09 |
Gabe Black | base,cpu,sim: Stop including arch/vtophys.hh when not... |
commit | commitdiff | tree |
2020-03-09 |
Gabe Black | arch,cpu: Get rid of unused/unimplemented vtophys variants. |
commit | commitdiff | tree |
2020-03-09 |
Gabe Black | sparc: Implement translateFunctional in the TLB class. |
commit | commitdiff | tree |
2020-03-09 |
Gabe Black | base: Clean up condcodes.hh slightly. |
commit | commitdiff | tree |
2020-03-08 |
Gabe Black | sparc: Delete some commented out code in the TLB. |
commit | commitdiff | tree |
2020-03-07 |
Gabe Black | arch,cpu,gpu-compute,mem: Remove asid from Request... |
commit | commitdiff | tree |
2020-03-07 |
Gabe Black | mem: Merge the virtual Request constructors. |
commit | commitdiff | tree |
2020-03-07 |
Gabe Black | mem: Get rid of one more unused Request constructor. |
commit | commitdiff | tree |
2020-03-07 |
Gabe Black | mem: Get rid of another unused Request constructor. |
commit | commitdiff | tree |
2020-03-07 |
Gabe Black | mem: Add default initializers to the fields in Request. |
commit | commitdiff | tree |
2020-03-06 |
Gabe Black | base: Disable a warning in hdf5.cc which comes from... |
commit | commitdiff | tree |
2020-03-05 |
Gabe Black | base: Optimize and otherwise fix a couple of functions... |
commit | commitdiff | tree |
2020-03-05 |
Gabe Black | mem: Get rid of an unused Request constructor. |
commit | commitdiff | tree |
2020-03-05 |
Gabe Black | cpu: Switch away from some fringe Request constructors. |
commit | commitdiff | tree |
2020-03-05 |
Gabe Black | mem: Remove the version of the FS translating port... |
commit | commitdiff | tree |
2020-03-04 |
Giacomo Travaglini | arch-arm: Remove unused getArmSystem helper |
commit | commitdiff | tree |
2020-03-04 |
Timothy Hayes | mem-ruby: Minor Ruby Prefetcher fixes |
commit | commitdiff | tree |
2020-03-04 |
Gabe Black | x86: Track message based interrupt cleanup functions... |
commit | commitdiff | tree |
2020-03-04 |
Gabe Black | arch,cpu,mem: Replace the mmmapped IPR mechanism with... |
commit | commitdiff | tree |
2020-03-04 |
Gabe Black | ext: Disable the unused-value warning in clang for... |
commit | commitdiff | tree |
2020-03-03 |
Bobby R. Bruce | tests,misc: Created presubmit.yaml Google Cloud Build... |
commit | commitdiff | tree |
2020-03-03 |
Giacomo Travaglini | tests: simple_ruby_test's valid_host is X86 only |
commit | commitdiff | tree |
2020-03-03 |
Yu-hsin Wang | python: Add a warning if pydot is not available. |
commit | commitdiff | tree |
2020-03-03 |
Hsuan Hsu | cpu-o3: Fix corrupted rename map in vector mode switching |
commit | commitdiff | tree |
2020-03-02 |
Bobby R. Bruce | tests: Added MIPS ISA test to learning_gem5/part1_tests.py |
commit | commitdiff | tree |
2020-03-02 |
Bobby R. Bruce | tests: Updated 'hello_se' to include other CPU types |
commit | commitdiff | tree |
2020-03-02 |
tv-reddy | cpu: update info related direction into BP if mispredicted. |
commit | commitdiff | tree |
2020-03-02 |
Adrian Herrera | dev-arm: Add missing UARTs (PL011) to VExpress_GEM5... |
commit | commitdiff | tree |
2020-03-02 |
Adrian Herrera | dev-arm: Add trusted SP805 to VExpress_GEM5 platform |
commit | commitdiff | tree |
2020-03-02 |
Adrian Herrera | dev-arm: Add trusted SRAM memory to VExpress_GEM5 platform |
commit | commitdiff | tree |
2020-03-02 |
Adrian Herrera | dev-arm: Add flash0 memory to VExpress_GEM5 platform |
commit | commitdiff | tree |
2020-03-02 |
Nikos Nikoleris | configs: Fix argument handling sweep.py |
commit | commitdiff | tree |
2020-03-02 |
Nikos Nikoleris | python: Remove unnecessary exports from pybind enums |
commit | commitdiff | tree |
2020-02-29 |
Bobby R. Bruce | tests: Migrated 51.memcheck scons-based tests to testlib |
commit | commitdiff | tree |
2020-02-28 |
Adrian Herrera | dev-arm: PL031, fix AMBA ID and clock names |
commit | commitdiff | tree |
2020-02-28 |
Giacomo Travaglini | learning-gem5: Use zero initialization in hello_goodbye... |
commit | commitdiff | tree |
2020-02-27 |
Bobby R. Bruce | tests: Fixed .testignore from 'arch64' to 'aarch64' |
commit | commitdiff | tree |
2020-02-27 |
Gabe Black | arm: Expose the constants which select a semihosting... |
commit | commitdiff | tree |
2020-02-27 |
Gabe Black | arm: Use a const ThreadContext * and readMiscRegNoEffec... |
commit | commitdiff | tree |
2020-02-27 |
Gabe Black | sim,arch: Move code that waits for a GDB connection... |
commit | commitdiff | tree |
2020-02-26 |
tv-reddy | cpu: change the location of BTBlookup |
commit | commitdiff | tree |
2020-02-26 |
Bobby R. Bruce | tests,misc: Updated tests/.gitignore to ignore test... |
commit | commitdiff | tree |
2020-02-26 |
Bobby R. Bruce | Merge "misc: merge branch 'release-staging-v19.0.0... |
commit | commitdiff | tree |
2020-02-26 |
Bobby R. Bruce | tests: Removed unneeded 02.insttest data |
commit | commitdiff | tree |
2020-02-26 |
Ciro Santilli | sim: print --debug-flag Event execution and instance ID |
commit | commitdiff | tree |
2020-02-26 |
Bobby R. Bruce | misc: merge branch 'release-staging-v19.0.0.0' into... |
commit | commitdiff | tree |
2020-02-26 |
Bobby R. Bruce | tests: Migrated insttest tests to be run via `./main... |
commit | commitdiff | tree |
2020-02-25 |
Jason Lowe... | arch-x86: Change guest ABI for x86 pseudo insts v19.0.0.0 |
commit | commitdiff | tree |
2020-02-25 |
Adrian Herrera | dev-arm: RealView, add support for off-chip memory |
commit | commitdiff | tree |
2020-02-25 |
Adrian Herrera | dev-arm: default _on_chip_memory on RealView |
commit | commitdiff | tree |
2020-02-24 |
Bobby R. Bruce | misc: Merged release-staging-v19.0.0.0 into develop |
commit | commitdiff | tree |
2020-02-21 |
Bobby R. Bruce | misc: Updated CONTRIBUTING.md to reflect altered releas... |
commit | commitdiff | tree |
2020-02-20 |
Gabe Black | mem: Use using to expose a print method that would... |
commit | commitdiff | tree |
2020-02-20 |
Gabe Black | arch: Convert the static constexpr SIZE in vec_reg... |
commit | commitdiff | tree |
2020-02-20 |
Gabe Black | fastmodel: Use all possible address spaces when setting... |
commit | commitdiff | tree |
2020-02-20 |
Giacomo Travaglini | dev-arm: Fix setupBootloader for VExpress_GEM5_V2 |
commit | commitdiff | tree |
2020-02-20 |
Gabe Black | fastmodel: Use a shared pointer to track PC events. |
commit | commitdiff | tree |
2020-02-20 |
Gabe Black | fastmodel: Add in a missing include and namespace for... |
commit | commitdiff | tree |
2020-02-20 |
Gabe Black | fastmodel: Return nullptr from getCheckerCpuPtr on... |
commit | commitdiff | tree |
2020-02-20 |
Gabe Black | fastmodel: Ignore clearArchRegs for now. |
commit | commitdiff | tree |
2020-02-20 |
Jason Lowe... | sim: Fix pseudo instruction parameter loading |
commit | commitdiff | tree |
2020-02-19 |
Gabe Black | fastmodel: Set itstate when building a PCState from... |
commit | commitdiff | tree |
2020-02-19 |
Adrian Herrera | arch-arm: ArmISA::clear, inval TLB cached miscregs |
commit | commitdiff | tree |
2020-02-19 |
Adrian Herrera | misc: pass ThreadContext on ISA clear |
commit | commitdiff | tree |
2020-02-19 |
Giacomo Travaglini | cpu: Fix vector renaming bug |
commit | commitdiff | tree |
2020-02-19 |
Giacomo Travaglini | arch, arch-arm: Use BaseISA in RenameMode interface |
commit | commitdiff | tree |
2020-02-19 |
Adrian Herrera | arch-arm: Fix CNTFRQ_EL0 permission bits |
commit | commitdiff | tree |
2020-02-18 |
Ciro Santilli | scons,systemc: disable systemc tests scons by default |
commit | commitdiff | tree |
2020-02-18 |
Matthew Poremba | arch-arm: Add used attribute to pauth_helpers asserts |
commit | commitdiff | tree |
2020-02-18 |
Gabe Black | util: Remove ALPHA from the regress script. |
commit | commitdiff | tree |
2020-02-18 |
Gabe Black | util: Delete some Alpha related files from the m5 utility. |
commit | commitdiff | tree |
2020-02-18 |
Gabe Black | util: Delete authors lists from files in util. |
commit | commitdiff | tree |
2020-02-18 |
Gabe Black | tests: Delete some test files which are specific to... |
commit | commitdiff | tree |
2020-02-18 |
Gabe Black | misc: Remove mention of ALPHA from the README. |
commit | commitdiff | tree |
2020-02-18 |
Gabe Black | misc: Remove arch-alpha from the MAINTAINERS file. |
commit | commitdiff | tree |
2020-02-18 |
Gabe Black | scons: Remove mention of ALPHA from the SConstruct. |
commit | commitdiff | tree |
2020-02-18 |
Gabe Black | misc: Delete authors lists from shared include files. |
commit | commitdiff | tree |
next |