Age | Commit message (Expand) | Author |
2018-03-06 | scons: Switch from the print statement to the print function. | Gabe Black |
2018-02-05 | cpu: MinorCPU handling IsSquashAfter flag | Giacomo Travaglini |
2018-01-09 | cpu, power: Get rid of the remnants of the EA computation insts. | Gabe Black |
2017-12-14 | misc: Updates for gcc7.2 for x86 | Jason Lowe-Power |
2017-12-05 | cpu: Add support for CMOs in the cpu models | Nikos Nikoleris |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-11-29 | cpu-minor: Add missing instruction stats | David Guillen Fandos |
2017-11-21 | cpu, cpu, sim: move Cycle probe update | Jose Marinho |
2017-11-20 | pwr: Adds logic to enter power gating for the cpu model | Anouk Van Laer |
2017-09-01 | cpu-minor: Fix for addr range coverage calculation | Pau Cabre |
2017-07-12 | cpu: Refactor some Event subclasses to lambdas | Sean Wilson |
2017-07-05 | cpu: Added interface for vector reg file | Rekai Gonzalez-Alberquilla |
2017-07-05 | cpu: Simplify the rename interface and use RegId | Rekai Gonzalez-Alberquilla |
2017-07-05 | arch, cpu: Architectural Register structural indexing | Nathanael Premillieu |
2015-07-20 | syscall_emul: [patch 13/22] add system call retry capability | Brandon Potter |
2016-11-09 | style: [patch 3/22] reduce include dependencies in some headers | Brandon Potter |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-12-21 | cpu: disallow speculative update of branch predictor tables (o3) | Arthur Perais |
2016-10-15 | cpu, arm: Distinguish Float* and SimdFloat*, create FloatMem* opClass | Fernando Endo |
2016-08-15 | cpu: Add missing override in Minor's exec context | Andreas Sandberg |
2016-08-15 | cpu: Fixed clang errors. Added 'override' keyword for virtual functions. | Reiley Jeapaul |
2016-08-15 | cpu, arch: fix the type used for the request flags | Nikos Nikoleris |
2016-07-21 | cpu: Fix Minor SMT WFI/drain interaction issues | Mitch Hayenga |
2016-07-21 | cpu: Add SMT support to MinorCPU | Mitch Hayenga |
2016-06-06 | pwr: Low-power idle power state for idle CPUs | David Guillen Fandos |
2016-05-27 | cpu: fix lastStopped unserialisation | Ilias Vougioukas |
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 |
2016-04-05 | cpu: Add instruction opclass histogram to minor | Mitch Hayenga |
2015-07-19 | cpu: Fix LLSC atomic CPU wakeup | Krishnendra Nathella |
2016-02-15 | misc: Add missing overrides to appease clang | Andreas Hansson |
2016-02-10 | mem: Deduce if cache should forward snoops | Andreas Hansson |
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-10-12 | misc: Add explicit overrides and fix other clang >= 3.5 issues | Andreas Hansson |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-09-30 | cpu,isa,mem: Add per-thread wakeup logic | Mitch Hayenga |
2015-09-30 | isa,cpu: Add support for FS SMT Interrupts | Mitch Hayenga |
2015-09-30 | cpu: Add per-thread monitors | Mitch Hayenga |
2015-08-21 | mem: Reflect that packet address and size are always valid | Andreas Hansson |
2015-08-07 | base: Declare a type for context IDs | Andreas Sandberg |
2015-07-31 | cpu: Update debug message from Fetch1 isDrained() in Minor | Andreas Sandberg |
2015-07-31 | cpu: Fix Minor drain issues when switched out | Andreas Sandberg |
2015-07-30 | cpu: Only activate thread 0 in Minor if the CPU is active | Andreas Sandberg |
2015-07-30 | cpu: Fix drain issues in the Minor CPU | Andreas Sandberg |
2015-07-28 | revert 5af8f40d8f2c | Nilay Vaish |
2015-07-26 | cpu: implements vector registers | Nilay Vaish |
2015-07-07 | sim: Refactor and simplify the drain API | Andreas Sandberg |