Age | Commit message (Expand) | Author |
2014-09-20 | alpha,arm,mips,power,x86,cpu,sim: Cleanup activate/deactivate | Mitch Hayenga |
2014-09-20 | cpu: use probes infrastructure to do simpoint profiling | Dam Sunwoo |
2014-05-13 | mem: Refactor assignment of Packet types | Curtis Dunham |
2014-01-24 | cpu: Add support for instructions that zero cache lines. | Ali Saidi |
2014-01-24 | cpu: Add CPU support for generatig wake up events when LLSC adresses are snoo... | Ali Saidi |
2014-01-24 | mem: per-thread cache occupancy and per-block ages | Dam Sunwoo |
2014-01-24 | cpu: remove faulty simpoint basic block inst count assertion | Dam Sunwoo |
2013-08-19 | cpu: Accurately count idle cycles for simple cpu | Lena Olson |
2013-07-18 | mem: Set the cache line size on a system level | Andreas Hansson |
2013-04-22 | cpu: generate SimPoint basic block vector profiles | Dam Sunwoo |
2013-02-15 | sim: Add a system-global option to bypass caches | Andreas Sandberg |
2013-02-15 | cpu: Refactor memory system checks | Andreas Sandberg |
2013-01-07 | cpu: Unify the serialization code for all of the CPU models | Andreas Sandberg |
2013-01-07 | cpu: Make sure that a drained atomic CPU isn't executing ucode | Andreas Sandberg |
2013-01-07 | cpu: Rename defer_registration->switched_out | Andreas Sandberg |
2013-01-07 | cpu: Correctly call parent on switchOut() and takeOverFrom() | Andreas Sandberg |
2013-01-07 | cpu: Check that the memory system is in the correct mode | Andreas Sandberg |
2012-11-02 | sim: Move the draining interface into a separate base class | Andreas Sandberg |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
2012-08-28 | Clock: Rework clocks to avoid tick-to-cycle transformations | Andreas Hansson |
2012-07-09 | Port: Align port names in C++ and Python | Andreas Hansson |
2012-06-05 | cpu: Don't init simple and inorder CPUs if they are defered. | Anthony Gutierrez |
2012-05-26 | CPU: Merge the predecoder and decoder. | Gabe Black |
2012-04-14 | MEM: Remove the Broadcast destination from the packet | Andreas Hansson |
2012-04-06 | MEM: Enable multiple distributed generalized memories | Andreas Hansson |
2012-04-03 | Atomic: Remove the physmem_port and access memory directly | Andreas Hansson |
2012-03-30 | MEM: Introduce the master/slave port sub-classes in C++ | William Wang |
2012-03-30 | CPU: Unify initMemProxies across CPUs and simulation modes | Andreas Hansson |
2012-02-24 | CPU: Round-two unifying instr/data CPU ports across models | Andreas Hansson |
2012-02-12 | mem: Add a master ID to each request object. | Ali Saidi |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2012-01-28 | Merge with the main repo. | Gabe Black |
2012-01-17 | MEM: Separate queries for snooping and address ranges | Andreas Hansson |
2012-01-17 | CPU: Moving towards a more general port across CPU models | Andreas Hansson |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2011-11-18 | SE/FS: Get rid of FULL_SYSTEM in the CPU directory. | Gabe Black |
2011-11-01 | SE/FS: Expose the same methods on the CPUs in SE and FS modes. | Gabe Black |
2011-07-02 | ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem. | Gabe Black |
2011-07-02 | ExecContext: Get rid of the now unused read/write templated functions. | Gabe Black |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-03-17 | ARM: Detect and skip udelay() functions in linux kernel. | Ali Saidi |
2011-03-01 | Spelling: Fix the a spelling error by changing mmaped to mmapped. | Gabe Black |
2011-02-06 | mcpat: Adds McPAT performance counters | Joel Hestness |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black |
2010-08-25 | CPU: Print out traces for faluting inst when the flag ExecFaulting is set | Ali Saidi |
2010-08-13 | CPU: Add readBytes and writeBytes functions to the exec contexts. | Gabe Black |