gem5.git
2018-05-31 Nikos Nikolerismem-cache: Refactor the recvAtomic function
2018-05-31 Nikos Nikolerismem-cache: Refactor the cache recvTimingReq function
2018-05-31 Nikos Nikolerismem-cache: Refactor the cache recvTimingResp function
2018-05-31 Daniel R. Carvalhomem-cache: Fix RandomReplData
2018-05-30 Brandon Pottergpu-compute: use X86ISA::TlbEntry over GpuTlbEntry
2018-05-30 Michael LeBeanedev: Exit correctly in dist-gem5 for SE mode
2018-05-30 Nikos Nikolerismem-cache: Determine if an MSHR has requests from anoth...
2018-05-29 Giacomo Travagliniarch-arm: ISA param for treating MISCREG_IMPDEF_UNIMPL...
2018-05-29 Giacomo Travagliniarch-arm: Remove unusued MISCREG_A64_UNIMPL
2018-05-29 Giacomo Travagliniarch-arm: MPIDR.MT = 1 in a multithreaded system
2018-05-29 Giacomo Travagliniarch-arm: S3_<op1>_<Cn>_<Cm>_<op2> are Implementation...
2018-05-29 Giacomo Travaglinicpu: Avoid unnecessary dynamic_pointer_cast in atomic...
2018-05-29 Giacomo Travagliniarch-arm: Implement ARMv8.1 TTBR1_EL2 register
2018-05-29 Giacomo Travagliniarch-arm: Add E2H bit to HCR_EL2 System register
2018-05-24 Gabe Blackx86: Add op classes to the MediaOps.
2018-05-18 Wendy Elsassermem: Add support for more flexible DRAM timing and...
2018-05-18 Wendy Elsassermem: Optimize self-refresh entry
2018-05-17 Nikos Nikolerismem-cache: Move reference count stats update to blk...
2018-05-17 Nikos Nikolerismem-cache: Remove isTouched field from the CacheBlk
2018-05-17 Nikos Nikolerismem-cache: Move replacements stat to the base cache...
2018-05-17 Nikos Nikolerisbase: Add M5 flag for [[nodiscard]] attribute
2018-05-17 Nikos Nikolerismem-cache: Simplify writeback for the tempBlock in...
2018-05-16 Andreas Sandbergarch-arm: Fix semihosting arg count for SYS_GET_CMDLINE
2018-05-16 Andreas Sandbergarch-arm: Add support for semihosting STDIO redirection
2018-05-16 Tony Gutierrezstyle: fix amd license and style issues
2018-05-15 Tony Gutierrezgpu-compute: Cleanup the scheduler a bit
2018-05-12 Alec Roelkearch-riscv: Update CSR implementations
2018-05-09 Giacomo Travaglinisim: Remove trailing dot when assigning a master's...
2018-05-09 Andreas Sandbergbase, dev: Fix port message for vnc and terminal
2018-05-08 Matt Sinclairarch-x86, arch-power: fix calls to bits and insertBits
2018-05-08 Daniel R. Carvalhomem-cache: Create block insertion function
2018-05-08 Giacomo Travagliniarch-arm: Map ID_x_EL1 registers to AArch32 version
2018-05-08 Andreas Sandbergdev: Add support for a simple debug UART
2018-05-04 Giacomo Travagliniscons: Fix --with-ubsan/asan compilation flags
2018-05-03 Brad Beckmannmem-ruby: Consistent dprintf formats for issue outcomes
2018-05-03 Tony Gutierrezarch-x86: Enable fstatfs for x86_64
2018-05-03 Daniel R. Carvalhomem-cache: Create Second-Chance replacement policy
2018-05-03 Daniel R. Carvalhomem-cache: ReplacementPolicy specific replacement data
2018-05-02 Steve Reinhardtarch-x86: implement movntps/movntpd SSE insts
2018-05-02 Gabe Blackx86: Add a ld/st microop flag for marking an access...
2018-05-02 Tony Gutierrezarch-x86: Enable the umask system call
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2018-04-26 Daniel R. Carvalhomem-cache: Use block iteration in BaseSetAssoc
2018-04-20 Jason Lowe... docs: Fix power model doxygen
2018-04-19 Daniel R. Carvalhomem-cache: Use findBlock in FALRU's block access
2018-04-19 Daniel R. Carvalhomem-cache: Use secure flag in FALRU's findBlock
2018-04-19 Giacomo Travagliniarch-arm: Add ARMv8.1 TTBR1_EL2 register
2018-04-19 Giacomo Travagliniarch-arm: Fix Unknown Instruction disassemble
2018-04-19 Giacomo Travagliniarch-arm: Change disassemble when MSR to UNKNOWN register
2018-04-18 Daniel R. Carvalhomem-cache: Create NRU Replacement Policy
2018-04-18 Chuan Zhuarch-arm: Fix masking in CPACR_EL1
2018-04-18 Chuan Zhuarch-arm: Mask out unsupported trapped exception handli...
2018-04-18 Chuan Zhuarch-arm: Fix FPEXC32_EL2 to FPEXC mapping
2018-04-18 Giacomo Travagliniarch-arm: Adding MiscReg Priv (EL1) global flag
2018-04-18 Chuan Zhuarch-arm: Correct masking of cp10 and cp11 in CPACR
2018-04-18 Giacomo Travagliniarch-arm: Using explicit invalidation in TLB
2018-04-18 Nikos Nikolerismem-cache: Revamp multiple size tracking for FALRU...
2018-04-18 Andreas Sandbergdev, arm: Cleanup Pl050 interrupt handling
2018-04-17 Tony Gutierrezgpu-compute: fix bad asserts in gpu tlb and cu tlb...
2018-04-17 John Alsopmem-ruby: enable DPRINTFN calls in slicc for temporary...
2018-04-17 Giacomo Travagliniarch-arm: Fix secure MiscReg access when EL3 is not...
2018-04-17 Andreas Sandbergps2: Unify constant names
2018-04-17 Andreas Sandbergdev, arm: Use the PS/2 framework in the Pl050 model
2018-04-17 Andreas Sandbergps2: Add proper touchscreen command handling
2018-04-17 Andreas Sandbergps2: Implement the keyboard reset command
2018-04-17 Andreas Sandbergps2: Unify device data buffering
2018-04-17 Andreas Sandbergps2: Add a simple touchscreen model
2018-04-17 Andreas Sandbergps2: Add VNC support to the keyboard model
2018-04-17 Andreas Sandbergps2: Factor out PS/2 devices into their own subsystem
2018-04-17 Andreas Sandbergmem: Add a helper function to get a word of variable...
2018-04-13 Brandon Potterruby,gpu-compute: bugfix for GPU_VIPER* protocols
2018-04-13 Brandon Potterruby: bugfix for MESI_Three_Level protocol
2018-04-13 Tony Gutierrezmem-ruby: fix more style issues in AMD licenses
2018-04-13 Daniel R. Carvalhomem-cache: Add MoveToTail to FALRU
2018-04-12 Tony Gutierrezconfigs, mem-ruby: fix issues with style in AMD license
2018-04-10 Giacomo Travagliniarch-arm: Fix mrc,mcr to cop14 disassemble
2018-04-10 Gabe Blackdev: arm: SetScaling commands don't send parameter...
2018-04-06 Gabe Blackarch: alpha: Fix an 8 year old bug from the transition...
2018-04-06 Pau Cabreutil,arch-arm: Update gen_arm_fs_files.py to use new...
2018-04-06 Giacomo Travagliniarch-arm: Add support for Tarmac trace generation
2018-04-06 Giacomo Travagliniarch-arm: Add support for Tarmac trace-based simulation
2018-04-06 Giacomo Travagliniarch-arm: Fix AArch32 branch instructions disassemble
2018-04-06 Giacomo Travagliniarch-arm: Fix secure write of SCTLR when EL3 is AArch64
2018-04-06 Giacomo Travagliniarch-arm: Correct mcrr,mrrc disassemble
2018-04-06 Daniel R. Carvalhomem: Remove unused 'using namespace'
2018-04-06 Daniel R. Carvalhomem-cache: Move insertBlock functionality in FALRU
2018-04-06 Daniel R. Carvalhomem-cache: Create LIP Replacement Policy
2018-04-06 Daniel R. Carvalhomem-cache: Create BIP Replacement Policy
2018-04-05 Daniel R. Carvalhomem-cache: Use Packet functions to write data blocks
2018-04-05 Gabe Blackdev: Make sure the EtherTap device uses the right event...
2018-03-30 Gabe Blackbase: Make bitunion output functions static/inline.
2018-03-30 Nikos Nikolerismem-cache: Remove unused return value from the recvTimi...
2018-03-30 Daniel R. Carvalhomem-cache: Fix FALRU data block seg fault
2018-03-30 Daniel R. Carvalhomem-cache: Create LFU replacement policy
2018-03-30 Daniel R. Carvalhomem-cache: Create RRIP Replacement Policy
2018-03-30 Daniel R. Carvalhomem-cache: Create BRRIP replacement policy
2018-03-28 Gabe Blackbase: Add a default output function for bitunion types.
2018-03-27 Gabe Blackdev: sparc: Get rid of the TheISA namespace in the...
2018-03-27 Gabe Blackdev: Remove a bunch of Alpha code from MIPS, and unnece...
2018-03-27 Gabe Blackcpu: Remove ExtMachInst typedefs from the O3 CPU model.
next