cpu: make ExecSymbol show the symbol in addition to address
[gem5.git] / src / cpu / kvm /
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-09-03 eavivicpu-kvm: convert kvm base to new style stats
2020-08-26 Emily Brickeycpu: update port terminology
2020-08-04 Hoa Nguyencpu-kvm: Add missing 'override' keyword
2020-07-10 Hsuan Hsucpu-kvm,arch-arm: Improve KvmCPU tick event scheduling
2020-07-10 Hsuan Hsucpu-kvm: Initialize _hasKernelIRQChip in the constructor
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-12 Gabe Blackarch,cpu: Add a setThreadContext method to the ISA...
2020-06-11 Gabe Blackarch,cpu: Change setCPU to setThreadContext in Interrupts.
2020-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-25 Gabe Blackcpu: Fix a = that was supposed to be a == in an assert.
2020-03-04 Gabe Blackarch,cpu,mem: Replace the mmmapped IPR mechanism with...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackcpu: Delete authors lists from the cpu directory.
2020-01-23 Gabe Blackcpu: Consolidate and move the CPU's calls to TheISA...
2019-10-25 Gabe Blackcpu: Get rid of the nextInstEventCount method.
2019-10-25 Gabe Blackcpu: Get rid of the serviceInstCountEvents method.
2019-10-25 Gabe Blackcpu: Access inst events through ThreadContext instead...
2019-10-25 Gabe Blackcpu: Make accesses to comInstEventQueue indirect throug...
2019-10-19 Gabe Blackarch: Make a base class for Interrupts.
2019-10-15 Gabe Blacksim,cpu: Get rid of the unused instEventQueue.
2019-10-04 Tommaso Marinellikvm: Rename gettid() to build with glibc 2.30+
2019-08-28 Gabe Blackcpu: Make get(Data|Inst)Port return a Port and not...
2019-03-21 Ryan Gambordcpu-kvm: Added informative error message
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2019-01-31 Gabe Blackarch: cpu: Rename *FloatRegBits* to *FloatReg*.
2019-01-16 Gabe Blackcpu: dev: sim: gpu-compute: Banish some ISA specific...
2018-12-20 Gabe Blackarch, cpu: Remove float type accessors.
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2017-12-14 Jason Lowe-Powermisc: Updates for gcc7.2 for x86
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-11-21 Jose Marinhocpu, cpu, sim: move Cycle probe update
2017-08-01 Andreas Sandbergkvm: Add a helper method to access device event queues
2017-08-01 Andreas Sandbergcpu, kvm: Fix deadlock issue when resuming a drained...
2017-07-12 Sean Wilsonkvm, mem: Refactor some Event subclasses into lambdas
2017-07-07 Andreas Sandbergkvm, arm: Don't forward IRQ/FIQ when using the kernel...
2017-06-20 Sean Wilsoncpu, gpu-compute: Replace EventWrapper use with EventFu...
2017-05-02 Andreas Sandbergpython: Use PyBind11 instead of SWIG for Python wrappers
2017-04-03 Curtis Dunhamarm, kvm: implement GIC state transfer
2017-02-14 Curtis Dunhamsim, kvm: make KvmVM a System parameter
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2017-01-03 Andreas Sandbergsim: Remove redundant export_method_cxx_predecls
2016-09-14 Michael LeBeanekvm: Support timing accesses for KVM cpu
2016-08-22 David Hashecpu, mem, sim: Change how KVM maps memory
2016-04-07 Mitch Hayengamem: Remove threadId from memory request class
2016-04-06 Andreas SandbergRevert power patch sets with unexpected interactions
2016-04-05 Mitch Hayengamem: Remove threadId from memory request class
2016-03-30 Andreas Sandbergkvm: Add an option to force context sync on kvm entry...
2015-11-27 Andreas Sandbergkvm: Shutdown KVM and disconnect performance counters...
2016-02-15 Andreas Hanssonmisc: Add missing overrides to appease clang
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-30 Mitch Hayengacpu,isa,mem: Add per-thread wakeup logic
2015-09-30 Mitch Hayengaisa,cpu: Add support for FS SMT Interrupts
2015-07-07 Andreas Sandbergsim: Refactor and simplify the drain API
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-06-01 Andreas Sandbergkvm, arm: Add support for aarch64
2015-06-01 Andreas Sandbergkvm, arm, dev: Add an in-kernel GIC implementation
2015-06-01 Andreas Sandbergkvm: Handle inst events at the current instruction...
2015-06-01 Andreas Sandbergkvm, arm: Move ARM-specific files to arch/arm/kvm/
2015-05-23 Andreas Sandbergkvm: Fix dumping code for large registers
2015-05-23 Andreas Sandbergkvm, x86: Guard x86-specific APIs in KvmVM
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-01-22 Andreas Hanssonmem: Clean up Request initialisation
2014-12-10 Gabe BlackLet other objects set up memory like regions in a KVM VM.
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-09-20 Mitch Hayengaalpha,arm,mips,power,x86,cpu,sim: Cleanup activate...
2014-04-09 Andreas Sandbergkvm, x86: Add initial support for multicore simulation
2014-03-16 Andreas Sandbergkvm: Clean up signal handling
2014-03-16 Andreas Sandbergkvm: x86: Adjust PC to remove the CS segment base address
2014-03-16 Andreas Sandbergkvm: x86: Add support for x86 INIT and STARTUP handling
2014-03-03 Andreas Sandbergkvm: x86: Always assume segments to be usable
2014-03-03 Andreas Sandbergkvm: Initialize signal handlers from startupThread()
2014-02-20 Andreas Sandbergkvm: Add support for multi-system simulation
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-10-16 Andreas Sandbergkvm: Fix latency calculation of IPR accesses
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-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-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()
next