gem5.git
2020-07-17 Tony Gutierrezgpu-compute: Use refs to CU in pipe stages/mem pipes
2020-07-17 Michael LeBeanearch-gcn3: Fix stride bug in buffer OOB detection logic
2020-07-17 Travis Boratenarch-gcn3: Replace some instances of std::isnormal...
2020-07-17 Travis Boratenarch-gcn3: Fix VOP3 V_LDEXP_F64
2020-07-17 Michael LeBeanegpu-compute: Fix Y-dimension ABI decode
2020-07-17 Travis Boratenarch-gcn3: Fix roundNearestEven for V_RNDNE_F64 and...
2020-07-17 Tony Gutierrezgpu-compute: Don't track vector store insts in CU's...
2020-07-17 Matt Sinclairarch-gcn3: add all s_buffer_load_dword instructions
2020-07-17 Matthew Porembaarch-gcn3: Add memcpy condition when writing EXEC_LO
2020-07-17 Tony Gutierrezarch-gcn3: Remove invalid assert when reading EXEC_LO
2020-07-17 Michael LeBeanegpu_compute: Support loading BLIT kernels
2020-07-17 Tony Gutierrezarch-gcn3: Implement ds_swizzle
2020-07-17 Tony Gutierrezarch-gcn3: Implement s_buffer_load_dwordx16
2020-07-17 Tony Gutierrezarch-gcn3: Fixup DIV instructions
2020-07-17 Sandipan Dassystemc: Fix builds on Power systems
2020-07-17 Gabe Blacksim: Add a ProxyPtr test.
2020-07-16 Chow, Marcusarch-gcn3: fixed scale,fixup,fmas f64 ops
2020-07-16 Tony Gutierrezarch-gcn3: Fix s_getpc operand information
2020-07-16 Chow, Marcusarch-gcn3: Add handling for Inf/overflow in CVT insts
2020-07-16 Tony Gutierrezarch-gcn3: Add ds_bpermute and ds_permute insts
2020-07-16 Alexandru Dutuarch-gcn3: ds_read_u8 and ds_read_u16 fix
2020-07-16 Matt Sinclairarch-gcn3: convert vALU instruction counters from 32...
2020-07-16 Xianwei Zhangarch-gcn3: implement instruction s_setreg_b32
2020-07-16 Matt Sinclairarch-gcn3: add support for v_mbcnt_hi and v_mbcnt_lo
2020-07-16 Matt Sinclairarch-gcn3: fix bug with DPP support
2020-07-16 Matt Sinclairarch-gcn3: implement multi-dword buffer loads and stores
2020-07-16 Tony Gutierrezgpu-compute: Init CU object for pipe stages in their...
2020-07-16 Tony Gutierrezarch-gcn3: Add support for rd/wr EXEC_HI to operand...
2020-07-16 Tony Gutierrezgpu-compute, arch-gcn3: refactor barriers
2020-07-16 Xianwei Zhangarch-gcn3: add support of 64-bit SOPK instruction
2020-07-16 Matt Sinclairarch-gcn3: ensure that atomics follow HSA conventions
2020-07-16 Tony Gutierrezgpu-compute: Fix LDS out-of-bounds behavior
2020-07-16 Bobby R. Brucebase,scons: Fixed `stats/hdf5.cc` CXXFlags to `-Wno...
2020-07-16 Bobby R. Brucearch-arm: Added missing `break` to miscregs.cc
2020-07-16 Bobby R. Brucesim: Added M5_VAR_USED to unused `cpu` var
2020-07-16 Bobby R. Bruceutil: Added cloudbuild_create_images.yaml
2020-07-16 Bobby R. Bruceutil,tests: Added gcc version 10 to compiler tests
2020-07-16 Bobby R. Bruceutil: Added Dockerfile for GCC versions on ubuntu 20.04
2020-07-15 Bobby R. Bruceutil,tests: Added compiler test script
2020-07-15 Tony Gutierrezmem-ruby: Add support for MemSync reqs in VIPER
2020-07-15 seanzwmem-ruby: Fix type casting in makeNextStrideAddress
2020-07-15 Giacomo Travagliniarch-arm: AddressSize check on translateMmuOff for...
2020-07-14 Jason Lowe... misc: Add a code of conduct
2020-07-13 Xianwei Zhanggpu-compute: enable kernel-end WB functionality
2020-07-13 Alexandru Dutuarch-gcn3: Implementation of flat atomic swap instruction
2020-07-13 Gabe Blackmisc: Remove support for checking out as a mercurial...
2020-07-13 Michael LeBeanearch-gcn3: Fix VOP2 dissasembly prints
2020-07-13 Michael LeBeanearch-gcn3, gpu-compute: Implement out-of-range accesses
2020-07-13 Michael LeBeanearch-gcn3: Fix writelane src0,src1 usage
2020-07-13 Onur Kayirangpu-compute: Dropping fetchs when no entry is reserved...
2020-07-13 Matt Sinclairarch-gcn3: fix bits that SDWA selects
2020-07-13 Giacomo Travagliniarch-arm: Fix coding style in self_debug.[cc, hh]
2020-07-13 Giacomo Travagliniarch-arm: Remove getters/setters from SelfDebug class
2020-07-13 Giacomo Travagliniarch-arm: Fix pmc == on SelfDebug
2020-07-13 Giacomo Travagliniarch-arm: Move breakpoint/watchpoint check out of the TLB
2020-07-11 Giacomo Travaglinidev-arm: Style fixes for src/dev/arm/gic_v2.hh
2020-07-11 Giacomo Travaglinidev-arm: Implement Level Sensitive PPIs in GICv2
2020-07-11 Giacomo Travaglinidev-arm: Use getIntConfig when reading/writing GICD_ICFGR
2020-07-11 Giacomo Travaglinidev-arm: Move GICv2 intConfig for consistency
2020-07-11 Gabe Blackarch,cpu: Consolidate most of the StackTrace classes...
2020-07-11 Gabe Blackcpu: Slightly modernize and simplify code in cpu/profil...
2020-07-10 Tony Gutierrezarch-arm: Initialized some variables
2020-07-10 Hsuan Hsuarch-arm: Add basic support for KVM_CAP_ARM_USER_IRQ
2020-07-10 Hsuan Hsucpu-kvm,arch-arm: Improve KvmCPU tick event scheduling
2020-07-10 Hsuan Hsudev-arm: Fix handling of writing timer control registers
2020-07-10 Hsuan Hsucpu-kvm: Initialize _hasKernelIRQChip in the constructor
2020-07-10 Hsuan Hsudev-arm: Make generic timer work with level-sensitive...
2020-07-09 Chris Januaryconfigs: Add earlycon to default kernel_cmd.
2020-07-08 Boris Shingarovmem: Optionally share the backing store
2020-07-08 Gabe Blackarm: Don't use pseudo instructions to implement regular...
2020-07-07 Richard Cooperdev-arm: Verify number of CPUs when restoring Generic...
2020-07-07 Ciro Santilliarch-arm: mark ID_AA64ISAR1_EL1.JSCVT implemented
2020-07-07 Michiel W.... cpu-o3: Avoid passing ReExec 'faults' on CPU tracing...
2020-07-07 Jordi Vaqueroarch-arm: Fix routeToHyp conditions for Excp Type
2020-07-07 Gabe Blackx86: Fix the indentation in arch/x86/stacktrace.hh.
2020-07-07 Gabe Blackarch: Delete the unused ProcessInfo class.
2020-07-07 Gabe Blackutil: Delete util/batch, util/pbs, and util qdo.
2020-07-06 Tony Gutierrezsim: Add M5_VAR_USED to var used in dprint
2020-07-06 Tony Gutierrezarch-arm: Remove some unused vars from self_debug.hh
2020-07-06 Tony Gutierrezarch-arm: Add missing override to ARM faults
2020-07-06 Jordi Vaqueroarch-arm: Add Check for AddressSize Fault
2020-07-06 Jordi Vaqueroarch-arm: Implementation of Vector Catch debug exception
2020-07-04 Gabe Blacksim: Retrofit the VPtr type.
2020-07-04 Bobby R. Brucemisc: Reverting version numbers
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-07-04 Bobby R. Brucemisc: Updated release notes and version number v20.0.0.3
2020-07-04 Hsuan Hsuarch-arm: Remove m5ops_base declaration from ArmSystem
2020-07-03 Gabe Blackcpu: Some cleanups in the O3 rename map.
2020-07-03 Gabe Blackcpu: Get rid of auto return types in the PhysRegFile.
2020-07-03 Jason Lowe... misc: Add .mailmap file
2020-07-03 Hsuan Hsuarch-arm: Remove m5ops_base declaration from ArmSystem
2020-07-02 Richard Cooperconfigs: Updated DTB warnings in fs.py for Arm platforms.
2020-07-02 Jordi Vaqueroarch-arm: Implementation of SelfHosted Debug Software...
2020-07-01 Matthew Porembamem-ruby: Support device memories
2020-07-01 Ciro Santillistats: add --stats-root option to dump only under some...
2020-07-01 Hoa Nguyenmem: Fix python3 incompatibility issue in slicc's HTML...
2020-06-30 Hoa Nguyenbase: Improve error message occurs when base couldn...
2020-06-29 Jordi Vaqueroarch-arm: Implementation of ARMv8 SelfDebug Watchpoints
2020-06-27 Hoa Nguyenutil: Add missing iostream header to util/m5/src/comman...
2020-06-26 Gabe Blackarm: Add a missing "break" in an ARM miscreg decode...
next