- 78fb2c1 arch: support issuing Atomic Mem Operation (AMO) requests by Tuan Ta · 7 years ago
- f54020e misc: Using smart pointers for memory Requests by Giacomo Travaglini · 7 years ago
- 2113b21 misc: Substitute pointer to Request with aliased RequestPtr by Giacomo Travaglini · 7 years ago
- 563e19d arch: cpu: Make the ExtMachInst type a template argument in InstMap. by Gabe Black · 7 years ago
- b7618c6 arch,cpu: "virtualize" the TLB interface. by Gabe Black · 7 years ago
- f6486a1 arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with. by Gabe Black · 7 years ago
- 1088f0c misc: Rename misc.(hh|cc) to logging.(hh|cc) by Gabe Black · 7 years ago
- b10a009 mem: Signal the local monitor when clearing the global monitor by Nikos Nikoleris · 8 years ago
- 00da089 cpu: Added interface for vector reg file by Rekai Gonzalez-Alberquilla · 8 years ago
- 0747a43 arch: added generic vector register by Rekai Gonzalez-Alberquilla · 8 years ago
- 5e8287d arch, cpu: Architectural Register structural indexing by Nathanael Premillieu · 8 years ago
- 1d7ff84 arm,sim: fix context switch stats dumps for ARM64/Linux by Paul Rosenfeld · 8 years ago
- 2367198 syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations by Brandon Potter · 8 years ago
- 8d2c373 arch: Include generated decoder header after normal headers by Andreas Sandberg · 8 years ago
- 7a8dda4 style: [patch 1/22] use /r/3648/ to reorganize includes by Brandon Potter · 8 years ago
- 698767e cpu, arch: fix the type used for the request flags by Nikos Nikoleris · 9 years ago
- 5592798 style: fix missing spaces in control statements by Steve Reinhardt · 9 years ago
- 1b6355c cpu. arch: add initiateMemRead() to ExecContext interface by Steve Reinhardt · 9 years ago
- e595d9c arch: don't call *Timing functions from *Atomic versions by Steve Reinhardt · 9 years ago
- 2ac04c1 misc: Add explicit overrides and fix other clang >= 3.5 issues by Andreas Hansson · 9 years ago
- 22c0419 misc: Remove redundant compiler-specific defines by Andreas Hansson · 9 years ago
- 76cd439 sim: Refactor the serialization base class by Andreas Sandberg · 10 years ago
- 81f3211 arch, base, dev, kern, sym: FreeBSD support by Ruslan Bukin · 10 years ago
- 550c318 sim: Move the BaseTLB to src/arch/generic/ by Andreas Sandberg · 10 years ago
- adbaa4d kvm, x86: Adding support for SE mode execution by Alexandru Dutu · 10 years ago
- 481eb6a arm: Fixes based on UBSan and static analysis by Andreas Hansson · 10 years ago
- a2d246b arch: Use shared_ptr for all Faults by Andreas Hansson · 10 years ago
- 341dbf2 arch: Use const StaticInstPtr references where possible by Andreas Hansson · 10 years ago
- 70176fe base: Replace the internal varargs stuff with C++11 constructs by Andreas Sandberg · 11 years ago
- 904872a mem: Remove explict cast from memhelper. by Ali Saidi · 11 years ago
- 5e77384 mem: Use a flag instead of address bit 63 for generic IPRs by Andreas Sandberg · 11 years ago
- d9856f3 arch: Add support for m5ops using mmapped IPRs by Andreas Sandberg · 11 years ago
- 19a5b68 arch: Resurrect the NOISA build target and rename it NULL by Andreas Hansson · 12 years ago
- c3551e8 arch: Fix broken M5VarArgsFault initialization by Andreas Sandberg · 12 years ago
- ac161c1 ISA: generic Linux thread info support by Dam Sunwoo · 12 years ago
- 19df4e9 ISA,CPU: Generalize and split out the components of the decode cache. by Gabe Black · 13 years ago
- eae1e97 ISA: Make the decode function part of the ISA's decoder. by Gabe Black · 13 years ago
- 82a228b Decode: Make the Decoder class defined per ISA. by Gabe Black · 13 years ago
- 7d4f187 clang: Enable compiling gem5 using clang 2.9 and 3.0 by Koan-Sin Tan · 13 years ago
- 2ed3eef Faults: Add in generic faults that work like panics, warns, etc. by Gabe Black · 13 years ago
- 3a14283 ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem. by Gabe Black · 14 years ago
- aade137 ISA: Use readBytes/writeBytes for all instruction level memory operations. by Gabe Black · 14 years ago
- f4cfd65 arch: print next upc correctly by Nilay Vaish · 14 years ago
- b43eeaf cpus/isa: add a != operator for pcstate by Korey Sewell · 14 years ago
- f656787 copyright: clean up copyright blocks by Nathan Binkert · 14 years ago
- 39a0556 includes: sort all includes by Nathan Binkert · 14 years ago
- 1aa9698 X86: Define fault objects to carry debug messages. by Gabe Black · 14 years ago
- 6f4bd2c ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. by Gabe Black · 14 years ago