Age | Commit message (Expand) | Author |
2017-07-12 | cpu: Refactor some Event subclasses to lambdas | Sean Wilson |
2015-07-20 | syscall_emul: [patch 13/22] add system call retry capability | Brandon Potter |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-08-15 | cpu, arch: fix the type used for the request flags | Nikos Nikoleris |
2016-06-06 | pwr: Low-power idle power state for idle CPUs | David Guillen Fandos |
2016-04-07 | mem: Remove threadId from memory request class | Mitch Hayenga |
2016-04-06 | Revert power patch sets with unexpected interactions | Andreas Sandberg |
2016-04-05 | mem: Remove threadId from memory request class | Mitch Hayenga |
2014-12-09 | power: Low-power idle power state for idle CPUs | Akash Bagdia |
2015-07-19 | cpu: Fix LLSC atomic CPU wakeup | Krishnendra Nathella |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2016-01-17 | cpu. arch: add initiateMemRead() to ExecContext interface | Steve Reinhardt |
2015-09-30 | cpu,isa,mem: Add per-thread wakeup logic | Mitch Hayenga |
2015-09-30 | cpu: Add per-thread monitors | Mitch Hayenga |
2015-09-30 | config,cpu: Add SMT support to Atomic and Timing CPUs | Mitch Hayenga |
2015-07-07 | sim: Refactor and simplify the drain API | Andreas Sandberg |
2015-04-03 | cpu: fix system total instructions accounting | Nikos Nikoleris |
2015-03-23 | mem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW | Steve Reinhardt |
2015-02-11 | mem: restructure Packet cmd initialization a bit more | Steve Reinhardt |
2015-01-25 | sim: Clean up InstRecord | Ali Saidi |
2015-01-20 | cpu: commit probe notification on every microop or macroop | Nikos Nikoleris |
2014-12-05 | cpu: Only check for PC events on instruction boundaries. | Gabe Black |
2014-12-02 | mem: Add const getters for write packet data | Andreas Hansson |
2014-11-14 | arm: Fixes based on UBSan and static analysis | Andreas Hansson |
2014-11-06 | x86 isa: This patch attempts an implementation at mwait. | Marc Orr |
2014-10-16 | cpu: Probe points for basic PMU stats | Andreas Sandberg |
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 |