misc: Replaced master/slave terminology
[gem5.git] / src / cpu / kvm / x86_cpu.cc
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-11 Gabe Blackarch,cpu: Change setCPU to setThreadContext in Interrupts.
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.
2019-10-19 Gabe Blackarch: Make a base class for Interrupts.
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-08-01 Andreas Sandbergkvm: Add a helper method to access device event queues
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-09-14 Michael LeBeanekvm: Support timing accesses for KVM cpu
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
2015-11-27 Andreas Sandbergkvm: Shutdown KVM and disconnect performance counters...
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2015-09-30 Mitch Hayengaisa,cpu: Add support for FS SMT Interrupts
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-01-22 Andreas Hanssonmem: Clean up Request initialisation
2014-04-09 Andreas Sandbergkvm, x86: Add initial support for multicore simulation
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
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