x86,misc: add additional info on faulting X86 instruction, fetched PC
[gem5.git] / src / cpu / simple / base.cc
2017-12-08 Matt Sinclairx86,misc: add additional info on faulting X86 instructi...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-11-21 Jose Marinhocpu, cpu, sim: move Cycle probe update
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
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
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-09-30 Mitch Hayengaconfig,cpu: Add SMT support to Atomic and Timing CPUs
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
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-10-16 Andreas Sandbergcpu: Probe points for basic PMU stats
2014-09-20 Mitch Hayengacpu: Remove unused deallocateContext calls
2014-09-19 Andreas Hanssonarch: Pass faults by const reference where possible
2014-05-09 Curtis Dunhamcpu: add more instruction mix statistics
2014-02-09 Andreas Sandbergcpu: simple: Add support for using branch predictors
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2013-01-13 Nilay Vaishbase simple cpu: removes commented out code about cache ops
2013-01-13 Nilay Vaishx86: Changes to decoder, corrects 9376
2013-01-07 Andreas Sandbergcpu: Unify the serialization code for all of the CPU...
2013-01-07 Andreas Sandbergarch: Make the ISA class inherit from SimObject
2013-01-05 Gabe BlackDecoder: Remove the thread context get/set from the...
2012-09-19 Andreas HanssonAddrRange: Transition from Range<T> to AddrRange
2012-05-26 Gabe BlackCPU: Merge the predecoder and decoder.
2012-04-15 Gabe BlackCPU: Tidy up some formatting and a DPRINTF in the simpl...
2012-03-09 Geoffrey BlakeCheckerCPU: Make CheckerCPU runtime selectable instead...
2012-02-12 Anthony Gutierrezcpu: add separate stats for insts/ops both globally...
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-10 Gabe BlackSE/FS: Record the system pointer all the time for the...
2012-02-07 Gabe BlackFaults: Turn off arch/faults.hh
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-31 Geoffrey BlakeCheckerCPU: Re-factor CheckerCPU to be compatible with...
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-18 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in the CPU directory.
2011-11-01 Gabe BlackSE/FS: Get rid of uses of FULL_SYSTEM in Alpha.
2011-11-01 Gabe BlackSE/FS: Expose the same methods on the CPUs in SE and...
2011-09-09 Gabe BlackDecode: Pull instruction decoding out of the StaticInst...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-07 Joel Hestnessmcpat: Adds McPAT performance counters
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-11-08 Ali SaidiARM/Alpha/Cpu: Change prefetchs to be more like normal...
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-09-14 Gabe BlackCPU: Get rid of the now unnecessary getInst/setInst...
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-06-15 Nathan Binkertstats: get rid of the never-really-used event stuff
2010-06-03 Steve ReinhardtMinor remote GDB cleanup.
2010-06-02 Gabe BlackARM: Implement support for the IT instruction and the...
2010-06-02 Ali SaidiCPU: Reset fetch offset after a exception
2010-06-02 Gabe BlackARM: Make the predecoder handle Thumb instructions.
2010-03-27 Korey Sewellm5: merge inorder updates
2010-03-23 Steve Reinhardtcpu: fix exec tracing memory corruption bug
2010-01-19 Derek Howermerge
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-02 Steve ReinhardtFix setting of INST_FETCH flag for O3 CPU.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackGet rid of the unused get(Data|Inst)Asid and (inst...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-04-21 Steve Reinhardtrequest: rename INST_READ to INST_FETCH.
2009-04-15 Steve ReinhardtGet rid of the Unallocated thread context state.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Ali SaidiCPA: Add code to automatically record function symbols...
2009-02-25 Gabe BlackCPU: Implement translateTiming which defers to translat...
2009-02-25 Gabe BlackISA: Replace the translate functions in the TLBs with...
2009-02-25 Gabe BlackCPU: Get rid of translate... functions from various...
2009-02-01 Gabe BlackCPU: Don't always reset the micro pc on faults. Let...
2009-02-01 Gabe BlackX86: Make sure the predecoder is cleared out for interr...
2009-01-24 Nathan Binkertcpu: provide a wakeup mechanism that can be used to...
2009-01-07 Gabe BlackTracing: Make tracing aware of macro and micro ops.
2008-10-21 Nathan Binkertstyle: Use the correct m5 style for things relating...
2008-10-12 Gabe BlackCPU: Make the highest order bit in the micro pc determi...
2008-10-12 Gabe BlackTurn Interrupts objects into SimObjects. Also, move...
2008-08-11 Nathan Binkertparams: Convert the CPU objects to use the auto generat...
2008-07-01 Ali SaidiAfter a checkpoint (and thus a stats reset), the not_id...
2008-02-14 Ali SaidiCPU: move the PC Events code to a place where the code...
2007-12-16 Ali SaidiCPU: Update where the simple cpus read their cpu id...
2007-11-21 Gabe Blackimported patch pagewalker.patch
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey SewellGet MIPS simple regression working. Take out unecessary...
2007-11-15 Korey Sewellbranch merge
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-11-12 Gabe BlackX86: Work on the page table walker, TLB, and related...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-19 Gabe BlackMerge with head.
2007-10-18 Ali SaidiCPU: Use the ThreadContext cpu id instead of the params...
2007-10-03 Gabe BlackMerge with head.
next