index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
kvm
Age
Commit message (
Expand
)
Author
2014-04-09
kvm, x86: Add initial support for multicore simulation
Andreas Sandberg
2014-03-16
kvm: Clean up signal handling
Andreas Sandberg
2014-03-16
kvm: x86: Adjust PC to remove the CS segment base address
Andreas Sandberg
2014-03-16
kvm: x86: Add support for x86 INIT and STARTUP handling
Andreas Sandberg
2014-03-03
kvm: x86: Always assume segments to be usable
Andreas Sandberg
2014-03-03
kvm: Initialize signal handlers from startupThread()
Andreas Sandberg
2014-02-20
kvm: Add support for multi-system simulation
Andreas Sandberg
2013-10-15
kvm: Set the perf exclude_host attribute if available
Andreas Sandberg
2013-11-26
kvm: Remove the unused hostFreq member from BaseKvmCPU
Andreas Sandberg
2013-11-25
sim: simulate with multiple threads and event queues
Steve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E)
2013-10-16
kvm: Fix latency calculation of IPR accesses
Andreas Sandberg
2013-10-03
kvm: Service events in the instruction event queues
Andreas Sandberg
2013-09-30
kvm: Add support for thread-specific instruction events
Andreas Sandberg
2013-09-30
kvm: FPU synchronization support on x86
Andreas Sandberg
2013-09-30
kvm: x86: Fix segment registers to make them VMX compatible
Andreas Sandberg
2013-09-25
kvm: Add x86 segment register verification to help debugging
Andreas Sandberg
2013-09-25
kvm: Initial x86 support
Andreas Sandberg
2013-09-19
kvm: Correctly handle the return value from handleIpr(Read|Write)
Andreas Sandberg
2013-09-19
kvm: Fix a case where the run timers weren't armed properly
Andreas Sandberg
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-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-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-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