cpu,arch: Delegate fetching ROM microops to the decoder.
[gem5.git] / src /
2020-08-25 Gabe Blackcpu,arch: Delegate fetching ROM microops to the decoder.
2020-08-25 Gabe Blackx86: Use default initializers to simplify the decoder...
2020-08-25 Gabe Blackx86: Remove unnecessary includes from isa_traits.hh.
2020-08-25 Gabe Blacksim: Style fixes in the base Fault classes.
2020-08-25 Gabe Blackx86: Style fixes in x86's fault implementations.
2020-08-25 Gabe Blackx86: Replace "is not" with "!=" in fpop.isa.
2020-08-25 Gabe Blackmisc: Replace some includes of arch/isa_traits.hh.
2020-08-24 Emily Brickeyarch-riscv, arch-x86: convert tlb to new style stats
2020-08-24 Emily Brickeyarch-mips, arch-power: removed unused stats
2020-08-24 Juan M. Cebrianarch-x86,cpu: Fix bpred by annotating branch instructio...
2020-08-23 Gabe Blackmisc: Delete the critical path annotation code.
2020-08-21 Gabe Blackmem: Use getGuestByteOrder in the indirect memory prefe...
2020-08-21 Ian Jiangarch-riscv: Add float registers in copyRegs
2020-08-20 Gabe Blackarch: Eliminate the unused HasUnalignedMemAcc constant.
2020-08-20 Gabe Blackarch: Eliminate an unused pair of constants from isa_tr...
2020-08-20 Gabe Blackarch: Make ThreadInfo::curThreadInfo virtual, protected.
2020-08-20 Gabe Blackx86: Replace getDoubleBits with floatToBits64.
2020-08-20 Gabe Blackmem: Use the System object's getGuestByteOrder in Abstr...
2020-08-20 Gabe Blackarch: Remove the "inline" keyword in ThreadInfo.
2020-08-20 Gabe Blackx86: Fix some style issues in the microcode ROM class.
2020-08-20 Gabe Blackx86: Style fix in the decoder class.
2020-08-20 Gabe Blackarch: Get the byte order from sys and not TheISA::.
2020-08-20 Gabe Blackkern: Stop using TheISA::GuestByteOrder in Linux::dumpD...
2020-08-20 Gabe Blackarch: Don't add contents to the TheISA namespace in...
2020-08-20 Gabe Blackdev,arm: Stop using TheISA in ARM specific files.
2020-08-20 Gabe Blackarch: Fix a small style issue in Linux::ThreadInfo.
2020-08-20 Gabe Blackcpu: Don't construct and then copy the decoder in Simpl...
2020-08-20 Gabe Blackarch: Create a base class for decoders.
2020-08-19 Gabe Blackmisc: Replace scalar TypedBufferArg with VPtr.
2020-08-19 Ian Jiangarch-riscv: Fix disassembling of CSR instructions
2020-08-18 Kyle Roartyconfigs,gpu-compute,mem-ruby: connect gmTokenPorts...
2020-08-18 Gabe Blackmisc: Rename CallbackQueue2 to CallbackQueue.
2020-08-18 Gabe Blackbase: Get rid the Callback type.
2020-08-18 Gabe Blackdev: Replace Callback in the virtio device with a lambda.
2020-08-18 Gabe Blackdev: Replace the Callback class with lambdas in ARM...
2020-08-18 Gabe Blackdev: Use lambdas instead of the Callback type for seria...
2020-08-18 Gabe Blacksim: Delete the unused PowerStateDumpCallback.
2020-08-18 Gabe Blackmisc: Make the stats callbacks use CallbackQueue2.
2020-08-18 Emily Brickeyarch-arm: convert tlb to new style stats
2020-08-18 Giacomo Travagliniarch-arm: Early checking if debug is enabled in TLB
2020-08-18 Giacomo Travagliniarch-arm: Rename SelfDebug member variables
2020-08-18 Giacomo Travagliniarch-arm: Remove setters from SoftwareStep
2020-08-18 Gabe Blackmisc: Make registerExitCallback use CallbackQueue2.
2020-08-18 Gabe Blackmem: Use the new type of CallbackQueue in the MemBackdoor.
2020-08-18 Gabe Blackbase: Add a new type of CallbackQueue.
2020-08-18 Ian Jiangarch-riscv: Fix disassembling of all register instructions
2020-08-17 Emily Brickeyarch-arm: convert table_walker to new style stats
2020-08-17 Isaac Sánchez Barreramem-cache,python: Allow custom TLB and events in each...
2020-08-14 Giacomo Travagliniarch-arm: Use isSecure variable for Stage2Lookup
2020-08-14 Giacomo Travagliniarch-arm: Fix physmem NS attribute in VMSAv8-32 descriptors
2020-08-14 Giacomo Travagliniarch-arm: VSTTBR_EL2 doesn't contain a VMID field
2020-08-14 Giacomo Travagliniarch-arm: Disable HVC when SCR_EL3.HCE is 0
2020-08-14 Giacomo Travagliniarch-arm: Fix XN in TLB permissions
2020-08-14 Giacomo Travagliniarch-arm: Fix SoftwareStep::debugExceptionReturnSS
2020-08-13 Pouya Fotouhimem-ruby: Fix debug prints for regular Stores
2020-08-13 Kyle Roartyarch-gcn3: Free registers when execMask = 0
2020-08-13 Kyle Roartymem-ruby: fix races between data and DMA in MOESI_AMD_B...
2020-08-13 Kyle Roartyarch-gcn3: make read2st64_b32 write proper registers
2020-08-13 Sooraj Puthoorgpu-compute: Fixing HSA's barrier bit implementation
2020-08-12 Gabe Blackarch: Remove the stacktrace.hh switching header file.
2020-08-12 seanzwcpu-simple: Fix BaseSimpleCPU to reset group stats
2020-08-10 Giacomo Travagliniarch-arm: Reduce boilerplate when extracting SelfDebug...
2020-08-10 Giacomo Travaglinidev-arm: Fix <timer>_CTL_EL<x>.ISTATUS when masking...
2020-08-10 Ciro Santillisim-se: don't wake up SE futex syscalls on ARM events
2020-08-10 Ciro Santillisim-se: factor out FutexMap::suspend and FutexMap:...
2020-08-10 Ciro Santillisim-se: split futex_map.cc into header and source files
2020-08-08 Matthew Porembaarch-mips: Remove old TypeBufferArg call
2020-08-07 Ian Jiangsim: Add checkpoint parameters for VMA list
2020-08-06 Boris Shingarovarch-power: Implement GDB XML target description for...
2020-08-05 Gabe Blackcpu: Remove the "profile" parameter and plumbing.
2020-08-05 Gabe Blacksystemc: Adjust some type names in a couple tests.
2020-08-05 Gabe Blacksystemc: Filter a pydot warning message out when checki...
2020-08-05 Gabe Blackscons,fastmodel: Limit how many instances of simgen...
2020-08-05 Gabe Blackscons: Make src/systemc/tests/SConscript python 3 compa...
2020-08-05 Gabe Blackarch: Use VPtr for uname.
2020-08-05 Gabe Blacksim: Convert stat functions to use VPtr.
2020-08-05 Gabe Blackscons: Remove the plumbing for running regression tests...
2020-08-04 Hoa Nguyencpu-kvm: Add missing 'override' keyword
2020-08-02 muptonarch-arm: fix double delete
2020-08-01 Ian Jiangarch-riscv: Fix disassembling of float register instruc...
2020-07-31 Hoa Nguyendev-arm: Initialize cd_addr in src/dev/arm/smmu_v3_tran...
2020-07-31 Hoa Nguyenutil,scons: improve compareVersions function
2020-07-31 Jordi Vaqueroarch-arm: Implementing SecureEL2 feature for Armv8
2020-07-31 Ciro Santillidev-arm: relax GenericTimer check for CPU count
2020-07-30 Matt Sinclairarch-gcn3: add support for flat atomic adds, subs,...
2020-07-30 Giacomo Travaglinidev-arm: Avoid code duplication in Pl111
2020-07-30 Giacomo Travaglinidev-arm: Relax size constraint on AMBA ID registers
2020-07-30 Giacomo Travaglinidev-arm: generateBasicPioDeviceNode requiring an ArmInt...
2020-07-30 Giacomo Travaglinidev-arm: Fix DTB autogen for HDLcd
2020-07-30 Giacomo Travaglinidev-arm: Make the Sp805 use the new ArmInterruptPin...
2020-07-30 Giacomo Travaglinidev-arm: Make Sp804 use the ArmInterruptPin
2020-07-30 Giacomo Travaglinidev-arm: Make AmbaInt/DmaDevice use the ArmInterruptPin
2020-07-30 Giacomo Travaglinidev-arm: Make Pl011 UART use the ArmInterruptPin
2020-07-30 Giacomo Travaglinidev-arm: Introduce the active boolean for ArmInterruptPin
2020-07-30 Ian Jiangsim: Move checkpoint parameters for ptable into seperat...
2020-07-29 Chris Januaryfastmodel: Implement GIC DTB auto-generation.
2020-07-29 Chris Januaryfastmodel: Remove scs_prefix_appli_output binding.
2020-07-29 Chris Januaryfastmodel: Fix hierachical Iris component names.
2020-07-29 Chris Januaryfastmodel: Add missing dependencies.
2020-07-29 Bobby R. Brucebase,scons: `-wno-deprecated-copy` added for hdf5.cc...
next