gem5.git
2021-01-22 Andreas Sandbergscons: Remove Python 2.7 compatibility code
2021-01-22 Andreas Sandbergpython: Remove Python 2.7 compatibility code
2021-01-22 Andreas Sandbergdev: Consistently use ISO prefixes
2021-01-22 Ciro Santillisim,base: make checkpointMapIn warn if an unknown key...
2021-01-22 Andreas Sandbergconfigs: Weed out old port terminology in Arm examples
2021-01-22 Andreas Sandbergconfigs: Remove Python 2 compatibility code in Arm...
2021-01-22 Andreas Sandbergarch-arm, dev-arm: Remove Python 2 compatibility code
2021-01-21 Kyle Roartygpu-compute: Simplify LGKM decrementing for Flat instru...
2021-01-21 Philip Metzlerbase: Fix unsigned underflow mishandling.
2021-01-21 Hoa Nguyendev: Fixing EtherDevice stats initialization order
2021-01-20 Gabe Blackriscv: Get rid of some unused constants.
2021-01-20 Gabe Blackarm: Use the "reg" ABI for gem5 ops.
2021-01-20 Andreas Sandbergpython: Fix incorrect prefixes is m5.utils.convert
2021-01-20 Andreas Sandbergsim: Don't serialise params in thermal models
2021-01-20 Andreas Sandbergsim: Thermal model style fixes
2021-01-20 Ayaz Akramarch-riscv,util: Add m5op.S for riscv to enable pseudo...
2021-01-19 Gabe Blackarm: Export the mostly generic syscall ABI.
2021-01-19 Giacomo Travaglinitests: Fix syntax error in cpu_tests/test.py
2021-01-19 Adrian Herreraconfigs: MemConfig, add QoSMemSinkCtrl support
2021-01-19 Gabe Blacktests: Stop using memcmp in the circlebuf test.
2021-01-19 Daniel R. Carvalhobase: Rename Flags::update as Flags::replace
2021-01-19 Daniel R. Carvalhobase: Remove dubious/unused Flags functions
2021-01-19 Daniel R. Carvalhobase: Add unit tests for flags.hh
2021-01-19 Gabe Blackarch: Fix the code that computes MaxMiscDestReg.
2021-01-19 Gabe Blackcpu: Remove the default, globally sized index arrays...
2021-01-19 Gabe Blackarm: Use local src and dest reg index arrays.
2021-01-19 Gabe Blackarch: Wrap InstObjParams with a class and not a function.
2021-01-18 Giacomo Travagliniarch-arm: dtb_addr is already encoding the loadAddrOffset
2021-01-18 Matthew Porembaarch-gcn3,gpu-compute: Update stats style for GPU
2021-01-18 Cui Jinarch-riscv: fix incorrect interrupt checking logic
2021-01-15 Daniel R. Carvalhomisc: Fix some includes
2021-01-15 Lukas Steinerutil: Fix gem5_within_systemc and tlm coupling
2021-01-15 Matthew Porembamem-ruby: Fix race related to atomics in VIPER
2021-01-15 Matthew Porembautil-docker: Add gdb to gcn-gpu Dockerfile
2021-01-15 Daniel R. Carvalhobase: Rename Flag status to enabled
2021-01-15 Daniel R. Carvalhobase: Add unit test for debug.hh
2021-01-15 Kyle Roartygpu-compute: Fix LGKM decrementing for flat atomic...
2021-01-15 Hoa Nguyensim: Rename the root stats group to RootStats
2021-01-14 Gabe Blackbase: Remove the curTick prototype from base/statistics.hh.
2021-01-14 Gabe Blacksim: Break the eventq.hh dependency in core.hh.
2021-01-14 gauravjain14gpu-compute: Support for dynamic register alloc
2021-01-14 Daniel R. Carvalhocpu-o3: Add missing tid in Rename's debug message
2021-01-14 Peter Yuenarch-riscv: CSR registers support in RISC-V remote...
2021-01-13 Gabe Blackdev: Let the pixel pump bypass the DMA FIFO in non...
2021-01-13 Neil Natekartests, base: Added GTests for base/amo.hh
2021-01-13 Ciro Santilliarch-arm: inform bootloader of kernel position with...
2021-01-13 Daniel R. Carvalhobase: Add documentation to flags.hh
2021-01-13 Daniel R. Carvalhobase: Remove Flags<U> assignment
2021-01-13 Daniel R. Carvalhobase: Assert Flags' type is unsigned
2021-01-13 Daniel R. Carvalhobase: Remove flag from allFlags on destruction
2021-01-13 Daniel R. Carvalhobase: Remove negation operator in Flag
2021-01-13 Daniel R. Carvalhobase: Fix uninitialized variable in Flag
2021-01-13 Daniel R. Carvalhomem-cache: Fix update of useful prefetches
2021-01-13 Gabe Blackmisc: Fix missing includes.
2021-01-13 Gabe Blackbase: Remove begin() and end() from CircleBuf.
2021-01-13 Gabe Blackdev: Use regular atomic accesses for DMA in bypass...
2021-01-13 Gabe Blackdev: Teach the DmaPort to use atomic memory backdoors.
2021-01-13 Gabe Blackdev: Generate DMA packets as needed.
2021-01-13 Gabe Blackbase: Re-implement CircleBuf without using CircularQueue.
2021-01-09 Gabe Blackbase: Add a setNext method to the ChunkGenerator.
2021-01-07 Kyle Roartygpu-compute: Fix FLAT insts decrementing lgkm count...
2021-01-07 Giacomo Travagliniconfigs: Remove default bootscript option for fs_bigLIT...
2021-01-07 Adrian Herreradev-arm: SMMUv3, enable interrupt interface
2021-01-06 Gabe Blackdev: Remove the return type from DmaPort::dmaAction.
2021-01-06 Gabe Blackdev: Fix style in the pixel pump base class.
2021-01-06 Gabe Blackdev: Style fixes in the ARM HDLCD device.
2021-01-06 Cui Jinarch-riscv: fix the wrong cause register setting
2021-01-05 Gabe Blackarch: Add a mechanism to pad the src or dest reg index...
2021-01-05 Gabe Blackdev: Cache the cacheLineSize in the DMA read FIFO.
2020-12-31 Gabe Blackdev: Make DMA devices use their own ports for functiona...
2020-12-31 Gabe Blackdev: Style fixes in src/dev/dma_device.(cc|hh).
2020-12-31 Gabe Blackbase: Style fixes in the CircleBuf and Fifo classes.
2020-12-31 Gabe Blackbase,cpu: Simplify the CircularQueue class significantly.
2020-12-31 Gabe Blackbase: Fix style issues in the circular queue.
2020-12-31 Cui Jinarch-riscv: fix MIE csr register setting bugs
2020-12-30 Yu-hsin Wangext: googletest: upgrade to googletest 1.10
2020-12-23 Hoa Nguyenscons: Fix the scons script failing to install git...
2020-12-22 Daniel R. Carvalhomem-cache: Generate error on compression misconfiguration
2020-12-22 Hoa Nguyenmem-ruby: Update stats style for SimpleNetwork
2020-12-22 Hoa Nguyensim: Update stats style of System and Process
2020-12-22 Hoa Nguyenmem-ruby: Update stats of AbstractController and derive...
2020-12-22 Hoa Nguyenmem-ruby: Move CacheMemory stats used in SLICC to a...
2020-12-22 Hoa Nguyenmem-ruby: Update stats style
2020-12-22 Hoa Nguyenutil: Add reviewers using account ID's when possible
2020-12-22 Hoa Nguyenpython: Improve SimObject's warning when parent specifi...
2020-12-21 Gabe Blackutil: Force the m5 utility to be built using c++14.
2020-12-21 Gabe Blackutil: Break up some unit tests in the m5 utility.
2020-12-21 Gabe Blackutil: Use the std namespace for memcpy and memset in...
2020-12-21 Gabe Blackutil: Expose addr config mechanisms in the gem5 op...
2020-12-21 Gabe Blackutil: Embed the JNI library (.so) in the jar file for...
2020-12-21 Gabe Blackutil: Enable using different call types in the gem5...
2020-12-21 Gabe Blackscons,fastmodel: Change how ARM license slots are throt...
2020-12-21 Gabe Blackscons: Stop auto including the git tool from the defaul...
2020-12-18 Bobby R. Bruceutil,python: Updated maintainers.py to fix deprecation...
2020-12-18 Bobby R. Bruceutil,python: Updated git-pre-commit.py to use Python3
2020-12-18 Gabe Blackdev: Use BitUnions and a RegisterBank in the Uart8250.
2020-12-17 Gabe Blackx86: Fix some comments in x86 KVM process initialization.
2020-12-17 Gabe Blackx86: Change some CR0 settings when setting up kvm x86...
2020-12-16 Gabe Blackarm: Fix style in the ISA templates.
2020-12-16 Daniel R. Carvalhomem-cache: Implement a frequency-sampling compressor
next