gem5.git
2017-01-27 Paul Rosenfeldmisc: Add support for switching multiple cores in SystemC
2017-01-27 Rahul Thakurmem: Refactor CommMonitor stats, add basic atomic mode...
2017-01-27 Rahul Thakurmem: Add memory footprint probe
2017-01-27 Andreas Sandbergpython: Move native wrappers to the _m5 namespace
2016-11-09 Brandon Pottersyscall_emul: [patch 4/22] remove redundant M5_pid...
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2017-01-20 Brandon Pottersyscall_emul: #ifdef new system calls to allow builds...
2017-01-19 Tony Gutierrezruby: guard usage of GPUCoalescer code in Profiler
2017-01-19 Matthew Porembaruby: Check MessageBuffer space in garnet NetworkInterface
2017-01-19 Matthew Porembaruby: Add occupancy stats to MessageBuffers
2017-01-19 Matthew Porembaruby: Check all VNETs for injection in garnet NetworkIn...
2016-11-09 Brandon Pottersyscall_emul: [patch 2/22] move SyscallDesc into its...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2017-01-09 Matthias Jungmisc: fixes deprecated sc_time function for SystemC...
2017-01-09 Matthias Jungmisc: Documentation Update
2017-01-09 Matthias Jungconfig: Fix missing include in fs.py
2017-01-03 Andreas Sandbergsim: Remove declaration of unused CountedDrainEvent
2017-01-03 Andreas Sandbergpython: Don't use Swig to cast stats
2017-01-03 Andreas Sandbergsim: Remove redundant export_method_cxx_predecls
2017-01-03 Andreas Sandbergutil: Add maintainer tools to create upstream patches
2016-12-23 Joel Hestnesssim: Fix SE mode checkpoint restore file handling
2016-12-21 Arthur Peraiscpu: implement an L-TAGE branch predictor
2016-12-21 Arthur Peraiscpu: disallow speculative update of branch predictor...
2016-12-21 Arthur Peraiscpu: correct comments in tournament branch predictor
2016-12-21 Arthur Peraiscpu: Resolve targets of predicted 'taken' decode for O3
2016-12-21 Arthur Peraiscpu: Clarify meaning of cachePorts variable in lsq_unit...
2016-12-20 Joel Hestnessruby: Make MessageBuffers actually finite sized
2016-12-20 Tony Gutierrezruby: fix typo in DMASequencer::ackCallback()
2016-12-20 Tony Gutierrezruby: fix issue with unused var in DMASequencer
2016-12-19 Curtis Dunhamdist, dev: fix etherswitch upgrade script
2016-12-19 Curtis Dunhamstats: update references
2016-12-19 Curtis Dunhamarm: provide correct timer availability in ID_PFR1...
2016-12-19 Curtis Dunhamarm: compute ID_AA64PFR{0,1}_EL1 registers
2016-12-19 Curtis Dunhamarm: compute ID_PFR{0,1} registers
2016-12-19 Curtis Dunhamarm: miscreg refactoring
2016-12-19 Curtis Dunhamarm: audit SCTLR
2016-12-19 Curtis Dunhamarm: remove SCTLR.FI
2016-12-19 Curtis Dunhamarm: update AArch{64,32} register mappings
2016-12-19 Andreas Sandbergmem: Make the BaseXBar public to not confuse Python...
2016-12-19 Andreas Sandbergpython: Export periodicStatDump
2016-12-19 Andreas Sandbergdev: Include DmaDevice in NULL builds
2016-12-19 Andreas Sandbergpython: Fix incorrect header in the DmaDevice wrapper
2016-12-19 Andreas Sandbergsim: Remove redundant buildEnv import
2016-12-15 Jieming Yinruby: Detect garnet network-level deadlock.
2016-11-09 Brandon Potterbase: remove header file to prevent a macro name collision
2016-12-15 Brandon Pottersyscall_emul: implement fallocate
2016-12-15 Brandon Pottersyscall_emul: add support for x86 statfs system calls
2016-12-15 Brandon Pottersyscall_emul: extend sysinfo system call to include...
2016-12-06 Gabor Dozsadev: Fix race conditions at terminating dist-gem5 simul...
2016-12-06 Gabor Dozsaarm, config: Add missing IOCache in bL config
2016-12-05 Andreas Hanssonruby: Remove RubyMemoryControl and associated files
2016-12-05 Andreas Hanssonstats: Update stats to reflect cache changes
2016-12-05 Nikos Nikolerisconfig: Add an option to generate a random topology...
2016-12-05 Nikos Nikolerisconfig: Add whole line accesses to improve memchecker...
2016-12-05 Nikos Nikolerismem: Respond to InvalidateReq when the block is (pendin...
2016-12-05 Nikos Nikolerismem: Invalidate a blk when servicing the 1st invalidati...
2016-12-05 Nikos Nikolerismem: Allow non invalidating snoops on an InvalidateReq...
2016-12-05 Nikos Nikolerismem: Don't use hasSharers in the snoopFilter for memory...
2016-12-05 Nikos Nikolerismem: Always use InvalidateReq to service WriteLineReq...
2016-12-05 Nikos Nikolerismem: Assert that the responderHadWritable is set only...
2016-12-05 Andreas Hanssonmem: Ensure InvalidateReq is considered isForward by...
2016-12-05 Nikos Nikolerismem: Make packet debug printing more uniform
2016-12-05 Nikos Nikoleriscpu: Change traffic generators to use different values...
2016-12-05 Nikos Nikolerismem: Service only the 1st FromCPU MSHR target on ReadRe...
2016-12-05 Nikos Nikolerismem: Keep track of allocOnFill in the TargetList
2016-12-05 Nikos Nikolerismem: Add support for repopulating the flags of an MSHR...
2016-12-02 Brandon Potterhsail: disable asserts to allow immediate operands...
2016-12-02 Brandon Potterhsail: add stub type and stub out several instructions
2016-12-02 Brandon Potterhsail: add popcount type and generate popcount instructions
2016-12-02 Brandon Potterhsail: add a wavesize case statement to register operan...
2016-12-02 Brandon Potterhsail: generate mov instructions for more arith_types...
2016-12-02 Brandon Potterhsail: remove the panic guarding function directives
2016-12-02 Tony Gutierrezhsail: fix unsigned offset bug in address calculation
2016-12-02 Matthew Porembaruby: Fix overflow reported by ASAN in MessageBuffer.
2016-11-30 Jason Lowe... tests: Regression stats updated for recent patches
2016-11-30 Alec Roelkeriscv: [Patch 8/5] Added some regression tests to RISC-V
2016-11-30 Alec Roelkeriscv: [Patch 7/5] Corrected LRSC semantics
2016-11-30 Alec Roelkeriscv: [Patch 6/5] Improve Linux emulation for RISC-V
2016-11-30 Alec Roelkeriscv: [Patch 5/5] Added missing support for timing...
2016-11-30 Alec Roelkeriscv: [Patch 4/5] Added RISC-V atomic memory extension...
2016-11-30 Alec Roelkeriscv: [Patch 3/5] Added RISCV floating point extension...
2016-11-30 Alec Roelkeriscv: [Patch 2/5] Added RISC-V multiply extension...
2016-11-30 Alec Roelkearch: [Patch 1/5] Added RISC-V base instruction set...
2016-11-30 Sophiane Sennimem: Split the hit_latency into tag_latency and data_la...
2016-11-30 Jason Lowe... cpu: Remove branch predictor function predictInOrder
2016-11-30 Andreas Hanssontests: Check for TrafficGen as part of memcheck regression
2016-11-29 Michael LeBeanedev: Fix buffer length when unserializing an eth pkt
2016-11-28 Joe Grossscons: fix sanitizer flags with multiple sanitizers
2016-11-25 Andreas Sandbergstyle: Add options to select checkers and apply fixes
2016-11-25 Rekai Gonzalez... util: git pre-commit hook to check staged files
2016-11-21 Jieming Yinruby: Fix potential bugs in garnet2.0
2016-11-21 Tony Gutierrezgpu-compute: fix segfault when constructing GPUExecContext
2016-11-21 Tony Gutierrezgpu-compute: init valid field of GpuTlbEntry in default...
2016-11-21 Tony Gutierrezruby: add default ctor for MachineID type
2016-11-21 Tony Gutierrezx86: fix issue with casting in Cvtf2i
2016-11-19 Sooraj Puthoorruby: init MessageSizeType of SequencerMsg to Request_C...
2016-11-19 Tony Gutierrezx86: fix loading/storing of Float80 types
2016-11-18 Andreas Sandbergext: Update fputils to rev 13589cd
2016-11-17 Andreas Hanssonstats, alpha: Update ALPHA stats
2016-11-17 Andreas Hanssontests, ruby: Move rubytests from ALPHA (linux) to NULL...
next