Age | Commit message (Expand) | Author |
2015-11-27 | kvm: Shutdown KVM and disconnect performance counters on fork | Andreas Sandberg |
2016-02-15 | misc: Add missing overrides to appease clang | Andreas Hansson |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-09-30 | cpu,isa,mem: Add per-thread wakeup logic | Mitch Hayenga |
2015-09-30 | isa,cpu: Add support for FS SMT Interrupts | Mitch Hayenga |
2015-07-07 | sim: Refactor and simplify the drain API | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-06-01 | kvm, arm: Add support for aarch64 | Andreas Sandberg |
2015-06-01 | kvm, arm, dev: Add an in-kernel GIC implementation | Andreas Sandberg |
2015-06-01 | kvm: Handle inst events at the current instruction count | Andreas Sandberg |
2015-06-01 | kvm, arm: Move ARM-specific files to arch/arm/kvm/ | Andreas Sandberg |
2015-05-23 | kvm: Fix dumping code for large registers | Andreas Sandberg |
2015-05-23 | kvm, x86: Guard x86-specific APIs in KvmVM | Andreas Sandberg |
2015-03-02 | mem: Split port retry for all different packet classes | Andreas Hansson |
2015-01-22 | mem: Clean up Request initialisation | Andreas Hansson |
2014-12-09 | Let other objects set up memory like regions in a KVM VM. | Gabe Black |
2014-11-23 | kvm, x86: Adding support for SE mode execution | Alexandru Dutu |
2014-09-20 | alpha,arm,mips,power,x86,cpu,sim: Cleanup activate/deactivate | Mitch Hayenga |
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 |