gem5.git
2019-11-01 Gabe Blackmem: Delete the packet accessors which use guest endian...
2019-11-01 seanzwarch-x86: Fix FLDCW_P and FNSTCW_P to use rip.
2019-11-01 Ciro Santillitests: add squashfs make to m5-exit
2019-11-01 Adrian Herreraarch-arm: generic method for getting an ArmSystem
2019-11-01 Giacomo Travaglinidev-arm: Add SMMUv3 to VExpress_GEM5_V*
2019-11-01 Chun-Chen TK Hsuconfig: Add --kernel-cmd option in fs_bigLITTLE.py
2019-11-01 Chun-Chen TK Hsuconfig: Add --mem-size option in fs_bigLITTLE.py
2019-10-31 Gabe Blackfastmodel: Add CortexA76x[234] models.
2019-10-31 Gabe Blackfastmodel: Enable auto bridging and use it to simplify...
2019-10-31 Gabe Blackfastmodel: Templatize the xn versions of the CortexA76.
2019-10-31 Brandon Pottercpu-o3,tests: add page boundary access test
2019-10-31 Daniel R. Carvalhomem-cache: Fix missing header in associative set
2019-10-31 Joe Grossmem-ruby: Fixed pipeline squashes caused by aliased...
2019-10-31 Giacomo Travagliniconfigs: Add baremetal.py example script
2019-10-31 Brandon Pottercpu-o3: bugfix for partial faults in x86
2019-10-31 Samuel Graysonext: Fix undefined-behavior bug in bitshift
2019-10-31 Gabe Blackalpha: Convert htog and gtoh to htole and letoh.
2019-10-30 Gabe Blackarch,sim: Make copyStringArray take an explicit endianness.
2019-10-30 Gabe Blackkern: When dumping dmesg, detect the byte order dynamic...
2019-10-30 Gabe Blacksim: Use the system and OS to get endianness.
2019-10-30 Gabe Blackarch: Make endianness a property of the OS class syscal...
2019-10-30 Gabe Blackdev: Make the virtio devices track endianness explicitly.
2019-10-30 Gabe Blacksim: Add a getGuestByteOrder accessor to the system...
2019-10-30 Jason Lowe... misc: Update MAINTAINERS file
2019-10-30 Gabe Blackfastmodel: Refactor the CortexA76x1 model for MP support.
2019-10-30 Pouya Fotouhidev: Adding support for large BAR
2019-10-30 Giacomo Travaglinibase: Name segments after their index
2019-10-30 Giacomo Gabriellicpu-o3: Fix handling of some mem. order violations
2019-10-30 Gabe Blackdev: Remove TheISA from ns_gige.cc.
2019-10-30 Gabe Blackdev: Stop including config/the_isa.hh unnecessarily.
2019-10-30 Gabe Blackdev: Get PageBytes from the system in the ARM generic...
2019-10-30 Gabe Blackdev: Get PageBytes from the system in the ide_disk...
2019-10-30 Gabe Blackdev: Remove using namespace std and TheISA from ide_dis...
2019-10-30 Chun-Chen TK Hsufastmodel: Helper function to setup FastModels for...
2019-10-30 Gabe Blackarm: Get rid of using namespace std and TheISA in realv...
2019-10-30 Gabe Blackdev: Remove SINIC_VTOPHYS and related code.
2019-10-30 Gabe Blackalpha: Remove TheISA from the Alpha devices.
2019-10-30 Gabe Blackx86: Remove TheISA from x86 devices.
2019-10-30 Gabe Blacksparc: Create a helper functions to install firmware...
2019-10-29 Daniel R. Carvalhomem-cache: Add a repeated value pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Inform unused bits instead of bytes in compr...
2019-10-29 Daniel R. Carvalhomem-cache: Add a masked const value pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Add a masked pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Add an uncompressed pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Templatize DictionaryCompressor
2019-10-29 Daniel R. Carvalhomem-cache: Factor out CPack's dictionary functionality
2019-10-29 Daniel R. Carvalhomem-cache: Use shouldAllocate() instead of CPack's...
2019-10-29 Daniel R. Carvalhomem-cache: Limit compression size
2019-10-29 Daniel R. Carvalhomem-cache: Do not try to compress dataless packets
2019-10-29 Andreas Sandbergext: Remove non-source files from fputils
2019-10-29 Nikos Nikolerismem: Fix DRAM controller to operate on its own address...
2019-10-29 Nikos Nikolerismem-cache: Avoid promotion of incompatible deferred...
2019-10-29 Nikos Nikolerismem-cache: Fix MSHR whole line write tracking
2019-10-28 Gabe Blackconfigs: Update HPI to use ArmDTB and ArmITB.
2019-10-28 Daniel R. Carvalhoconfigs: Fix undefined BaseCPU
2019-10-28 Bobby R. Brucetests, base: Fixed incorrect implementation of StrTest...
2019-10-28 Andreas Sandbergext: Update fputils to rev 0721843
2019-10-25 Gabe Blackmips,riscv: Get rid of some Alpha cruft in these System...
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 Blackfastmodel: Use getCurrentInstCount for totalInsts().
2019-10-25 Gabe Blackfastmodel: Implement getCurrentInstCount.
2019-10-25 Gabe Blackcpu: Switch off of the CPU's comInstEventQueue.
2019-10-25 Gabe Blackcpu: Access inst events through ThreadContext instead...
2019-10-25 Gabe Blackcpu: Delegate comInstEventQueue methods to the ThreadCo...
2019-10-25 Gabe Blackcpu: Make accesses to comInstEventQueue indirect throug...
2019-10-25 Gabe Blackcpu,sim: Delegate PCEvent scheduling from Systems to...
2019-10-25 Gabe Blackcpu: Make the ThreadContext a PCEventScope.
2019-10-25 Gabe Blackcpu,sim: Get rid of a bunch of conditional compilation...
2019-10-25 Gabe Blackcpu: Don't print the CPU name when a (Break|Panic)PCEve...
2019-10-25 Gabe Blackcpu: Pass the address to check into the PCEventQueue...
2019-10-25 Gabe Blacksim: Make the System object a PCEventScope.
2019-10-25 Gabe Blackcpu: Stop checking for PC changes when servicing a...
2019-10-25 Gabe Blackcpu: Create a PCEventScope class to abstract the scope...
2019-10-24 Bobby R. Brucetests: Added GTests for base/str.cc
2019-10-24 Ciro Santillicpu, sim-se: don't wake up threads that are awake in...
2019-10-24 Ciro Santillisim-se: fix futexFunc TGT_FUTEX_WAIT always selects...
2019-10-23 Gabe Blackfastmodel: Add string constructors which delegate to...
2019-10-23 Gabe Blackcpu: Apply the ARM TLB rework to the O3 checker CPU.
2019-10-23 Tommaso Marinelliarch: Drop sysctl support if built against glibc
2019-10-22 Giacomo Travagliniconfigs: Clean setupBootLoader signature
2019-10-22 Giacomo Travagliniconfigs: Do not assume bootmem is a System child
2019-10-22 Giacomo Travaglinidev-arm, configs: Using _on_chip_memory for on chip...
2019-10-21 Gabe Blackcpu: Apply the ARM TLB rework to the checker CPU.
2019-10-21 Andreas Sandbergmisc: Add Giacomo Travaglini as an Arm maintainer
2019-10-19 Gabe Blackcpu,arm: Push the stage 2 MMUs out of the CPU into...
2019-10-19 Gabe Blackarch: Remove the "interrupts.hh" switching header file.
2019-10-19 Gabe Blackarch: Make a base class for Interrupts.
2019-10-18 Tiago Muckdev-arm: Check for gem5 extensions in GicV2
2019-10-18 Bobby R. Brucetests: Added GTests for base/bitfield.hh
2019-10-18 Gabe Blackarch: Get rid of the unused GenericTLB.
2019-10-18 Gabe Blackcpu: Turn the stage 2 ARM MMUs from params to children.
2019-10-18 Gabe Blackx86: Turn the local APIC Interrupts class into a SimObject.
2019-10-18 Bobby R. Brucetests: Added GTests for base/atomicio.cc
2019-10-18 Andreas Sandbergbase: Add classes that encapsulate a channel address
2019-10-18 Gabe Blackmem: Delete the MessageReq and MessageResp memory commands.
2019-10-17 Gabe Blackarm: Don't force the ArmISA::TLB in vtophys.cc.
2019-10-17 Gabe Blackcpu: Clean up some style issues in pc_event.(hh|cc).
2019-10-17 Gabe Blackcpu: Get rid of load count based events.
2019-10-16 Andreas Sandbergbase: Add addIntlvBits to AddrRange
next