kvm: Add support for multi-system simulation
[gem5.git] / src / cpu /
2014-02-20 Andreas Sandbergkvm: Add support for multi-system simulation
2014-02-09 Andreas Sandbergcpu: simple: Add support for using branch predictors
2014-01-30 Xiangyu Dongcpu: fix bug when TrafficGen deschedules event
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2014-01-24 Geoffrey Blakechecker: CheckerCPU handling of MiscRegs was incorrect
2014-01-24 Ali Saidiarch, cpu: Add support for flattening misc register...
2014-01-24 Giacomo Gabriellicpu: Add support for Memory+Barrier instruction types...
2014-01-24 Ali Saidicpu: Add support for instructions that zero cache lines.
2014-01-24 Ali Saidicpu: Add CPU support for generatig wake up events when...
2014-01-24 Dam Sunwoomem: per-thread cache occupancy and per-block ages
2014-01-24 Matt Horsnellbase: add support for probe points and common probes
2014-01-24 Matt Horsnellmem: track per-request latencies and access depths...
2014-01-24 Andreas Hanssoncpu: Relax check on squashed non-speculative instructions
2014-01-24 Dam Sunwoocpu: remove faulty simpoint basic block inst count...
2013-12-03 Nilay Vaishcpu: call BaseCPU startup() function in o3 cpu
2013-10-15 Andreas Sandbergkvm: Set the perf exclude_host attribute if available
2013-11-26 Andreas Sandbergkvm: Remove the unused hostFreq member from BaseKvmCPU
2013-11-25 Steve Reinhardt... sim: simulate with multiple threads and event queues
2013-11-15 Anthony Gutierrezcpu: allow the fetch buffer to be smaller than a cache...
2013-11-15 Andreas Hanssoncpu: Fix Checker register index use
2013-10-31 Faissal Sleimancpu: Construct ROB with cpu params struct instead of...
2013-10-31 Ali Saidicpu: Fix O3 issuse with load+barrier instructions.
2013-10-17 Matt Horsnellcpu: add consistent guarding to *_impl.hh files.
2013-10-17 Faissal Sleimancpu: Removing an unused variable in rename
2013-10-17 Faissal Sleimancpu: Change IEW DPRINTF to use IEW debug flag
2013-10-17 Faissal Sleimancpu: Put in assertions to check for maximum supported...
2013-10-17 Ali Saidicpu: Fix O3 uncacheable load that is replayed but misse...
2013-10-16 Andreas Sandbergkvm: Fix latency calculation of IPR accesses
2013-10-15 Yasuko Eckertarch/x86: add support for explicit CC register file
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
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
next