base: Fix gpu-compute output stream creation
[gem5.git] / src / cpu / minor /
2015-07-19 Krishnendra Nathellacpu: Fix LLSC atomic CPU wakeup
2016-02-15 Andreas Hanssonmisc: Add missing overrides to appease clang
2016-02-10 Andreas Hanssonmem: Deduce if cache should forward snoops
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2016-01-18 Steve Reinhardtcpu. arch: add initiateMemRead() to ExecContext interface
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-30 Mitch Hayengacpu,isa,mem: Add per-thread wakeup logic
2015-09-30 Mitch Hayengaisa,cpu: Add support for FS SMT Interrupts
2015-09-30 Mitch Hayengacpu: Add per-thread monitors
2015-08-21 Andreas Hanssonmem: Reflect that packet address and size are always...
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2015-07-31 Andreas Sandbergcpu: Update debug message from Fetch1 isDrained() in...
2015-07-31 Andreas Sandbergcpu: Fix Minor drain issues when switched out
2015-07-30 Andreas Sandbergcpu: Only activate thread 0 in Minor if the CPU is...
2015-07-30 Andreas Sandbergcpu: Fix drain issues in the Minor CPU
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2015-07-07 Andreas Sandbergsim: Refactor and simplify the drain API
2015-07-07 Andreas Sandbergsim: Make the drain state a global typed enum
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-05-26 Andrew Bardsleycpu: Fix a bug in counting issued instructions in MinorCPU
2015-05-05 Andreas Sandbergmem, cpu: Add a separate flag for strictly ordered...
2015-05-05 Andreas Hanssoncpu: Work around gcc 4.9 issues with Num_OpClasses
2015-04-13 Dibakar Gopecpu: re-organizes the branch predictor structure.
2015-04-03 Nikos Nikoleriscpu: fix system total instructions accounting
2015-02-11 Steve Reinhardtmem: restructure Packet cmd initialization a bit more
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-02-16 Andreas Hanssonarch: Make readMiscRegNoEffect const throughout
2015-01-25 Ali Saidisim: Clean up InstRecord
2015-01-20 Andreas Hanssoncpu: Fix retry bug in MinorCPU LSQ
2015-01-03 Andrew Lukefahrminor: fixed LSQ MasterPortID
2014-12-02 Andrew Bardsleycpu: Fix retries on barrier/store in Minor's store...
2014-12-02 Andrew Bardsleycpu: Fix memoryIssueLimit checking in Minor
2014-12-02 Andreas Hanssonmem: Assume all dynamic packet data is array allocated
2014-12-02 Andreas Hanssonmem: Add const getters for write packet data
2014-11-14 Andreas Hanssonarm: Fixes based on UBSan and static analysis
2014-11-06 Marc Orrx86 isa: This patch attempts an implementation at mwait.
2014-11-06 Andrew Lukefahrcpu: Minor Draining Bug
2014-10-30 Ali Saidiautomated merge
2014-10-30 Andrew Bardsleycpu: Fix barrier push to store buffer when full bug...
2014-10-16 Andreas Sandbergcpu: Probe points for basic PMU stats
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2014-09-20 Mitch Hayengaalpha,arm,mips,power,x86,cpu,sim: Cleanup activate...
2014-09-19 Andreas Hanssonarch: Pass faults by const reference where possible
2014-09-12 Andrew Bardsleycpu: Fix memory access in Minor not setting parent...
2014-09-12 Andreas Hanssonminor: Fix typo in DPRINTF for Minor branch prediction
2014-09-03 Andreas Sandbergarch, cpu: Factor out the ExecContext into a proper...
2014-07-23 Andrew Bardsleycpu: `Minor' in-order CPU model