Age | Commit message (Expand) | Author |
2013-06-18 | kvm: Use the address finalization code in the TLB | Andreas Sandberg |
2013-06-11 | kvm: Add more VM stats | Andreas Sandberg |
2013-06-11 | kvm: Separate host frequency from simulated CPU frequency | Andreas Sandberg |
2013-06-11 | kvm: Don't handle IO and execute in the same tick | Andreas Sandberg |
2013-06-11 | kvm: Maintain a local instruction counter and update totalNumInsts | Andreas Sandberg |
2013-06-11 | cpu: Add support for scheduling multiple inst/load stop events | Andreas Sandberg |
2013-06-03 | kvm: Allow architectures to override the cycle accounting mechanism | Andreas Sandberg |
2013-06-03 | kvm: Add handling of EAGAIN when creating timers | Andreas Sandberg |
2013-06-03 | kvm: Add a call to thread->startup() in startup() | Andreas Sandberg |
2013-05-30 | cpu: Prune the stale TraceCPU | Andreas Hansson |
2013-05-30 | cpu: Check that minimum TrafficGen period is less than max period | Sascha Bischoff |
2013-05-30 | cpu: Fix bug when reading in TrafficGen state transitions | Sascha Bischoff |
2013-05-30 | cpu: Add request elasticity to the traffic generator | Andreas Hansson |
2013-05-30 | cpu: Block traffic generator when requests have to retry | Andreas Hansson |
2013-05-30 | cpu: Move traffic generator sending out of generator states | Andreas Hansson |
2013-05-30 | cpu: Fold together the StateGraph and the TrafficGen | Andreas Hansson |
2013-05-30 | cpu: Make hash struct instead of class to please clang | Andreas Hansson |
2013-05-14 | cpu: remove local/globalHistoryBits params from branch pred | Anthony Gutierrez |
2013-05-14 | kvm: Add support for disabling coalesced MMIO | Andreas Sandberg |
2013-05-14 | kvm: Dump state before panic in KVM exit handlers | Andreas Sandberg |
2013-05-14 | kvm: Fix the memory interface used by KVM | Andreas Sandberg |
2013-05-02 | kvm: Add a stat counting number of instructions executed | Andreas Sandberg |
2013-05-02 | kvm: Add checkpoint debug print | Andreas Sandberg |
2013-05-02 | kvm: Make MMIO requests uncacheable | Andreas Sandberg |
2013-04-23 | cpu: Fix TraceGen flag initalisation | Andreas Hansson |
2013-04-22 | cpu: Use request flags in trace playback | Andreas Hansson |
2013-04-22 | cpu: Make the generators usable outside the TrafficGen module | Andreas Hansson |
2013-04-22 | kvm: Add support for pseudo-ops on ARM | Andreas Sandberg |
2013-04-22 | kvm: Add support for state dumping on ARM | Andreas Sandberg |
2013-04-22 | kvm: Add basic support for ARM | Andreas Sandberg |
2013-04-22 | kvm: Add experimental support for a perf-based execution timer | Andreas Sandberg |
2013-04-22 | kvm: Avoid synchronizing the TC on every KVM exit | Andreas Sandberg |
2013-04-22 | kvm: Basic support for hardware virtualized CPUs | Andreas Sandberg |
2013-04-22 | cpu: Let python scripts obtain the number of instructions executed | Timothy M. Jones |
2013-04-22 | arm: Enable support for triggering a sim panic on kernel panics | Andreas Sandberg |
2013-04-22 | sim: separate nextCycle() and clockEdge() in clockedObjects | Dam Sunwoo |
2013-04-22 | cpu: generate SimPoint basic block vector profiles | Dam Sunwoo |
2013-04-22 | cpu: fix a switching issue with the o3 cpu. | Ali Saidi |
2013-03-29 | o3cpu: commit: changes interrupt handling | Nilay Vaish |
2013-03-26 | cpu: Remove CpuPort and use MasterPort in the CPU classes | Andreas Hansson |
2013-03-20 | cpu: Avoid including inorder TLBUnit to avoid gcc LTO bug | Andreas Hansson |
2013-03-12 | cpu: Fix state transition bug in the traffic generator | Andreas Sandberg |
2013-03-04 | cpu: fix a switching issue with the o3 cpu. | Ali Saidi |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
2013-02-19 | scons: Add warning for missing declarations | Andreas Hansson |
2013-02-19 | scons: Fix up numerous warnings about name shadowing | Andreas Hansson |
2013-02-19 | x86: Move APIC clock divider to Python | Andreas Hansson |
2013-02-19 | mem: Add predecessor to SenderState base class | Andreas Hansson |
2013-02-15 | cpu: Document exec trace flags | Andreas Sandberg |
2013-02-15 | cpu: Avoid duplicate entries in tracking structures for writes to misc regs | Geoffrey Blake |