mem-cache: Add match functions to QueueEntry
[gem5.git] / src / cpu /
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2018-02-20 Andreas Sandbergcpu-o3: Don't add non-speculative mem barriers to the...
2018-02-05 Giacomo Travaglinicpu: MinorCPU handling IsSquashAfter flag
2018-01-29 Glenn Bergmansarm: DT autogeneration - Generate cpus node
2018-01-12 Xiaoyu Masim: Allow passing a user-defined L2XBar to addTwoLevel...
2018-01-11 Gabe Blackcpu: Make the CPU's TLB parameter a BaseTLB.
2018-01-10 BKPstyle: change C/C++ source permissions to noexec
2018-01-10 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86,cpu: Get rid of...
2018-01-09 Gabe Blackcpu: Use the NotAnInst flag to avoid passing an inst...
2018-01-09 Gabe Blackcpu: Add a NotAnInst flag to the BaseDynInst class.
2018-01-09 Gabe Blackcpu, power: Get rid of the remnants of the EA computati...
2017-12-22 Gabe Blackarch,cpu: "virtualize" the TLB interface.
2017-12-22 Gabe Blackcpu: Use the generic nop static inst instead of decodin...
2017-12-22 Gabe Blackcpu: Add a pointer to a generic Nop StaticInst.
2017-12-20 Gabe Blackcpu: Fix exit_gen.cc which used misc.hh instead of...
2017-12-19 Riken Gohilcpu-tester: Added ExitGen to TrafficGen
2017-12-19 Riken Gohilcpu-tester: Refactoring traffic generators into separat...
2017-12-14 Jason Lowe-Powermisc: Updates for gcc7.2 for x86
2017-12-13 Gabe Blackarm,sparc,x86,base,cpu,sim: Replace the Twin(32|64...
2017-12-13 Gabe Blackcpu,alpha,mips,power,riscv,sparc: Get rid of eaComp...
2017-12-08 Matt Sinclairx86,misc: add additional info on faulting X86 instructi...
2017-12-05 Nikos Nikoleriscpu: Add support for CMOs in the cpu models
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-11-29 Andreas Sandbergcpu: Don't override ISA if provided by user
2017-11-29 David Guillen Fandoscpu-minor: Add missing instruction stats
2017-11-28 Andreas Sandbergcpu-o3: Add missing vector stat initializers
2017-11-21 Jose Marinhocpu, cpu, sim: move Cycle probe update
2017-11-21 Nikos Nikoleriscpu-o3: Prevent cpu from suspending if it is already...
2017-11-20 Jose Marinhocpu: Make automatic transition to OFF optional
2017-11-20 Anouk Van Laerpwr: Adds logic to enter power gating for the cpu model
2017-11-14 Radhika Jagtapcpu, probe: Fix elastic trace register dependency
2017-10-19 Jason Lowe-Powercpu-o3: Add M5_VAR_USED to variable
2017-10-13 Nikos Nikoleriscpu-o3: Check predication before the SQ size for a...
2017-10-13 Nikos Nikoleriscpu-o3: Avoid early checker verification for store...
2017-09-11 Gabe Blackstats: Get rid of some kernel stats related cruft.
2017-09-06 Rico Amslingercpu: Fix bi-mode branch predictor thresholds
2017-09-01 Pau Cabrecpu-minor: Fix for addr range coverage calculation
2017-08-30 Matthias Hillecpu-o3: fix data pkt initialization for split load
2017-08-01 Andreas Sandbergkvm: Add a helper method to access device event queues
2017-08-01 Andreas Sandbergcpu, kvm: Fix deadlock issue when resuming a drained...
2017-07-19 Rekai Gonzalez-Alb... cpu: Add missing rename of vector registers in the...
2017-07-17 Anouk Van Laercpu,o3: Fixed checkpointing bug occuring in the o3 CPU
2017-07-12 Sean Wilsontesters: Refactor some Event subclasses to lambdas
2017-07-12 Sean Wilsonkvm, mem: Refactor some Event subclasses into lambdas
2017-07-12 Sean Wilsoncpu: Refactor some Event subclasses to lambdas
2017-07-12 Jose Marinhocpu, sim: Add param to force CPUs to wait for GDB
2017-07-07 Andreas Sandbergkvm, arm: Don't forward IRQ/FIQ when using the kernel...
2017-07-05 Rekai Gonzalez-Alb... arch: ISA parser additions of vector registers
2017-07-05 Rekai Gonzalez-Alb... cpu: Added interface for vector reg file
2017-07-05 Rekai Gonzalez-Alb... cpu: Result refactoring
2017-07-05 Rekai Gonzalez-Alb... cpu: Simplify the rename interface and use RegId
2017-07-05 Nathanael Premillieucpu: Physical register structural + flat indexing
2017-07-05 Nathanael Premillieuarch, cpu: Architectural Register structural indexing
2017-06-20 Sean Wilsoncpu, gpu-compute: Replace EventWrapper use with EventFu...
2017-05-15 Alec Roelkecpu: fix problem with forwarding and locked load
2017-05-02 Andreas Sandbergpython: Use PyBind11 instead of SWIG for Python wrappers
2017-04-03 Curtis Dunhamarm, kvm: implement GIC state transfer
2017-03-16 Radhika Jagtapcpu: Print progress messages in Trace CPU
2017-02-27 Brandon Pottersyscall_emul: [PATCH 15/22] add clone/execve for thread...
2015-07-20 Brandon Pottersyscall_emul: [patch 13/22] add system call retry capab...
2017-02-14 Curtis Dunhamsim, kvm: make KvmVM a System parameter
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2017-01-03 Andreas Sandbergsim: Remove redundant export_method_cxx_predecls
2016-12-21 Arthur Peraiscpu: implement an L-TAGE branch predictor
2016-12-21 Arthur Peraiscpu: disallow speculative update of branch predictor...
2016-12-21 Arthur Peraiscpu: correct comments in tournament branch predictor
2016-12-21 Arthur Peraiscpu: Resolve targets of predicted 'taken' decode for O3
2016-12-21 Arthur Peraiscpu: Clarify meaning of cachePorts variable in lsq_unit...
2016-12-05 Nikos Nikoleriscpu: Change traffic generators to use different values...
2016-11-30 Alec Roelkearch: [Patch 1/5] Added RISC-V base instruction set...
2016-11-30 Jason Lowe-Powercpu: Remove branch predictor function predictInOrder
2016-10-15 Fernando Endocpu, arm: Distinguish Float* and SimdFloat*, create...
2016-10-06 Tushar Krishnaruby: rename networktest to garnet_synthetic_traffic.
2016-09-22 Rekai Gonzalez-Alb... cpu: Fix the O3 CPU Drain
2016-09-15 Radhika Jagtapcpu: Support exit when any one Trace CPU completes...
2016-09-15 Radhika Jagtapcpu: Adjust for trace offset and fix stats
2016-09-15 Radhika Jagtapcpu: Add frequency scaling to the Trace CPU
2016-09-14 Michael LeBeanekvm: Support timing accesses for KVM cpu
2016-09-14 Michael LeBeanesim: Refactor quiesce and remove FS asserts
2016-08-22 David Hashecpu, mem, sim: Change how KVM maps memory
2016-08-15 Andreas Sandbergcpu: Add missing override in Minor's exec context
2016-08-15 Reiley Jeapaulcpu: Fixed clang errors. Added 'override' keyword for...
2016-08-15 Nikos Nikoleriscpu, arch: fix the type used for the request flags
2016-07-21 Mitch Hayengacpu: Fix Minor SMT WFI/drain interaction issues
2016-07-21 Mitch Hayengacpu: Add SMT support to MinorCPU
2016-06-20 Andreas Sandbergmem: Resolve TrafficGen trace relative to the config
2016-06-06 David Guillen Fandospwr: Low-power idle power state for idle CPUs
2016-06-06 David Guillen Fandosstats: Fixing regStats function for some SimObjects
2016-06-06 Stephan Diestelhorstsim: Call regStats of base-class as well
2016-05-27 Ilias Vougioukascpu: fix lastStopped unserialisation
2016-05-26 Andreas Hanssoncpu: Add a basic progress check to the TrafficGen
2016-04-07 Mitch Hayengamem: Remove threadId from memory request class
2016-04-05 Mitch Hayengacpu: Implement per-thread GHRs
2016-04-05 Mitch Hayengacpu: Add an indirect branch target predictor
2016-04-05 Mitch Hayengacpu: Fix BTB threading oversight
2016-04-07 Andreas SandbergRevert to 74c1e6513bd0 (sim: Thermal support for Linux)
2016-04-06 Andreas SandbergRevert power patch sets with unexpected interactions
2016-04-05 Mitch Hayengamem: Remove threadId from memory request class
2016-04-05 Curtis Dunhamcpu: Implement per-thread GHRs
next