systemc: Handle suspended processes and handle sensitivity overload.
[gem5.git] / src / cpu /
2018-08-24 Giacomo Travaglinicpu: Stream/SubstreamID support in TrafficGen
2018-08-24 Michiel W. van Tolcpu: Turn BaseTrafficGen numSuppressed into a stat
2018-08-21 Jason Lowe-Powermisc: Appease GCC 8
2018-08-17 Brandon Potterscons,ruby: do not generate unnecessary files
2018-08-10 Bradley Wangcpu: Add hash functionality for RegId class
2018-08-10 Bradley Wangcpu: Removed unnecessary file reg_class_impl.hh
2018-07-25 Giacomo Travaglinicpu: Warn when (un)serializing a traffic generator
2018-07-25 Giacomo Travaglinicpu: Allow creation of traffic gen from generic SimObjects
2018-07-24 Hanhwi Jangcpu-o3: Missing freeing the heads of DepGraph in IQ...
2018-07-13 Andreas Sandbergcpu: Add a Python-enabled traffic generator
2018-07-13 Andreas Sandbergcpu: Support trace termination in BaseTrafficGen
2018-07-13 Andreas Sandbergcpu: Unify error handling for address generators
2018-07-13 Andreas Sandbergcpu: Split the traffic generator into two classes
2018-06-28 Andreas Sandbergcpu: Remove reduntant protobuf includes
2018-06-21 Giacomo Travaglinicpu: Fix bug introduced by RequestPtr type change
2018-06-14 Tuan Tacpu: Prevent suspended TimingSimple CPUs from fetching...
2018-06-14 Tuan Tacpu: add a new instruction type 'Atomic'
2018-06-14 Andreas Sandbergcpu-minor: Remove redundant thread startup call
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-11 Giacomo Travaglinimisc: Substitute pointer to Request with aliased RequestPtr
2018-05-29 Giacomo Travaglinicpu: Avoid unnecessary dynamic_pointer_cast in atomic...
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2018-03-27 Gabe Blackcpu: Remove ExtMachInst typedefs from the O3 CPU model.
2018-03-27 Gabe Blackarch: cpu: Make the ExtMachInst type a template argumen...
2018-03-27 Gabe Blackcpu: Stop extracting inst_flags from the machInst.
2018-03-26 Gabe Blackcpu: Use the new asBytes function in the protobuf inst...
2018-03-26 Gabe Blackarch: Add a virtual asBytes function to the StaticInst...
2018-03-23 Jason Lowe-Powerruby: Make sure addresses print in hex
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
next