mem: Use shared_ptr for Ruby Message classes
[gem5.git] / src / cpu /
2013-10-15 Steve Reinhardtcpu/o3: clean up rename map and free list
2013-10-15 Steve Reinhardtcpu: rename *_DepTag constants to *_Reg_Base
2013-10-15 Steve Reinhardtcpu/o3: clean up scoreboard object
2013-10-15 Steve Reinhardtcpu/o3: clean up physical register file
2013-10-15 Steve Reinhardtcpu/inorder: merge register class enums
2013-10-15 Steve Reinhardtcpu: clean up architectural register classification
2013-10-03 Andreas Sandbergkvm: Service events in the instruction event queues
2013-09-30 Andreas Sandbergkvm: Add support for thread-specific instruction events
2013-09-30 Andreas Sandbergkvm: FPU synchronization support on x86
2013-09-30 Andreas Sandbergkvm: x86: Fix segment registers to make them VMX compatible
2013-09-25 Andreas Sandbergkvm: Add x86 segment register verification to help...
2013-09-25 Andreas Sandbergkvm: Initial x86 support
2013-09-19 Andreas Sandbergkvm: Correctly handle the return value from handleIpr...
2013-09-19 Andreas Sandbergkvm: Fix a case where the run timers weren't armed...
2013-09-11 Joel Hestnesscpu: Dynamically instantiate O3 CPU LSQUnits
2013-09-04 Andreas Hanssonarch: Resurrect the NOISA build target and rename it...
2013-09-04 Andreas Hanssoncpu: Move the branch predictor out of the BaseCPU
2013-09-04 Andreas Hanssonarch: Header clean up for NOISA resurrection
2013-08-20 Andreas Hanssoncpu: Fix timing CPU isDrained comment formatting
2013-08-19 Lena Olsoncpu: Accurately count idle cycles for simple cpu
2013-08-19 Sascha Bischoffcpu: Fix TrafficGen trace playback
2013-08-19 Andreas Hanssoncpu: Fix timing CPU drain check
2013-08-19 Andreas Hanssoncpu: Fix a bug in the O3 CPU introduced by the cache...
2013-07-19 Andreas Sandbergcpu: Remove unused getBranchPred() method from BaseCPU
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
2013-07-15 Umesh Bhaskardebug : Fixes the issue wherein Debug symbols were...
2013-06-27 Akash Bagdiasim: Add the notion of clock domains to all ClockedObjects
2013-06-27 Akash Bagdiaconfig: Remove redundant explicit setting of default...
2013-06-27 Andreas Hanssoncpu: Consider instructions waiting for FU completion...
2013-06-18 Andreas Sandbergkvm: Use the address finalization code in the TLB
2013-06-11 Andreas Sandbergkvm: Add more VM stats
2013-06-11 Andreas Sandbergkvm: Separate host frequency from simulated CPU frequency
2013-06-11 Andreas Sandbergkvm: Don't handle IO and execute in the same tick
2013-06-11 Andreas Sandbergkvm: Maintain a local instruction counter and update...
2013-06-11 Andreas Sandbergcpu: Add support for scheduling multiple inst/load...
2013-06-03 Andreas Sandbergkvm: Allow architectures to override the cycle accounti...
2013-06-03 Andreas Sandbergkvm: Add handling of EAGAIN when creating timers
2013-06-03 Andreas Sandbergkvm: Add a call to thread->startup() in startup()
2013-05-30 Andreas Hanssoncpu: Prune the stale TraceCPU
2013-05-30 Sascha Bischoffcpu: Check that minimum TrafficGen period is less than...
2013-05-30 Sascha Bischoffcpu: Fix bug when reading in TrafficGen state transitions
2013-05-30 Andreas Hanssoncpu: Add request elasticity to the traffic generator
2013-05-30 Andreas Hanssoncpu: Block traffic generator when requests have to...
2013-05-30 Andreas Hanssoncpu: Move traffic generator sending out of generator...
2013-05-30 Andreas Hanssoncpu: Fold together the StateGraph and the TrafficGen
2013-05-30 Andreas Hanssoncpu: Make hash struct instead of class to please clang
2013-05-14 Anthony Gutierrezcpu: remove local/globalHistoryBits params from branch...
2013-05-14 Andreas Sandbergkvm: Add support for disabling coalesced MMIO
2013-05-14 Andreas Sandbergkvm: Dump state before panic in KVM exit handlers
2013-05-14 Andreas Sandbergkvm: Fix the memory interface used by KVM
2013-05-02 Andreas Sandbergkvm: Add a stat counting number of instructions executed
2013-05-02 Andreas Sandbergkvm: Add checkpoint debug print
2013-05-02 Andreas Sandbergkvm: Make MMIO requests uncacheable
2013-04-23 Andreas Hanssoncpu: Fix TraceGen flag initalisation
2013-04-22 Andreas Hanssoncpu: Use request flags in trace playback
2013-04-22 Andreas Hanssoncpu: Make the generators usable outside the TrafficGen...
2013-04-22 Andreas Sandbergkvm: Add support for pseudo-ops on ARM
2013-04-22 Andreas Sandbergkvm: Add support for state dumping on ARM
2013-04-22 Andreas Sandbergkvm: Add basic support for ARM
2013-04-22 Andreas Sandbergkvm: Add experimental support for a perf-based executio...
2013-04-22 Andreas Sandbergkvm: Avoid synchronizing the TC on every KVM exit
2013-04-22 Andreas Sandbergkvm: Basic support for hardware virtualized CPUs
2013-04-22 Timothy M. Jonescpu: Let python scripts obtain the number of instructio...
2013-04-22 Andreas Sandbergarm: Enable support for triggering a sim panic on kerne...
2013-04-22 Dam Sunwoosim: separate nextCycle() and clockEdge() in clockedObjects
2013-04-22 Dam Sunwoocpu: generate SimPoint basic block vector profiles
2013-04-22 Ali Saidicpu: fix a switching issue with the o3 cpu. stable_2013_06_16
2013-03-29 Nilay Vaisho3cpu: commit: changes interrupt handling
2013-03-26 Andreas Hanssoncpu: Remove CpuPort and use MasterPort in the CPU classes
2013-03-20 Andreas Hanssoncpu: Avoid including inorder TLBUnit to avoid gcc LTO bug
2013-03-12 Andreas Sandbergcpu: Fix state transition bug in the traffic generator
2013-03-05 Ali Saidicpu: fix a switching issue with the o3 cpu.
2013-02-19 Andreas Hanssonscons: Fix warnings issued by clang 3.2svn (XCode 4.6)
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
2013-02-19 Andreas Hanssonx86: Move APIC clock divider to Python
2013-02-19 Andreas Hanssonmem: Add predecessor to SenderState base class
2013-02-15 Andreas Sandbergcpu: Document exec trace flags
2013-02-15 Geoffrey Blakecpu: Avoid duplicate entries in tracking structures...
2013-02-15 Geoffrey Blakecpu: Fix rename mis-handling serializing instructions...
2013-02-15 Matt Horsnello3: fix tick used for renaming and issue with range...
2013-02-15 Andreas Sandbergsim: Add a system-global option to bypass caches
2013-02-15 Andreas Sandbergcpu: Refactor memory system checks
2013-02-15 Andreas Sandbergcpu: Make checker CPUs inherit from CheckerCPU in the...
2013-02-15 Andreas Sandbergcpu: Add CPU metadata om the Python classes
2013-02-15 Ali Saidicpu: include set in o3/commit_impl.
2013-02-15 Ali Saidicpu: fix case with o3 cpu blocking and unblocking decod...
2013-02-15 Ali Saidicpu: Fix a livelock in the o3 cpu.
2013-01-24 Nilay Vaish ext... branch predictor: move out of o3 and inorder cpus
2013-01-22 Andrea Pellegrinio3 cpu: fix zero reg problem
2013-01-22 Nilay Vaishx86, cpu: corrects 270c9a75e91f, take over decoder...
2013-01-19 Joel HestnessO3 IEW: Make incrWb and decrWb clearer
2013-01-17 Nilay Vaishruby: remove calls to g_system_ptr->getTime()
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 Sandbergcpu: Flush TLBs on switchOut()
2013-01-07 Andreas Sandbergcpu: Rewrite O3 draining to avoid stopping in microcode
2013-01-07 Andreas Sandbergcpu: Make sure that a drained atomic CPU isn't executin...
2013-01-07 Andreas Sandbergcpu: Make sure that a drained timing CPU isn't executin...
next