style: [patch 12/22] fix preliminary style issues for subsequent fault patch
[gem5.git] / src /
2015-07-20 Brandon Potterstyle: [patch 12/22] fix preliminary style issues for...
2015-07-20 Brandon Pottersyscall_emul: [patch 11/22] extend functionality of...
2017-02-23 Brandon Potterx86: remove redundant condition check in tlb code
2017-02-23 Brandon Potterbase: fix small memory leak in the ELF loader
2017-02-21 Nikos Nikolerismem: Remove unused size field from the CacheBlk class
2017-02-21 Nikos Nikolerismem: Remove the unused asid field from the CacheBlk...
2017-02-21 Nikos Nikolerismem: Remove unused arguments (asid/contex_id) from...
2017-02-21 Nikos Nikolerismem: Remove unused type BlkList from the cache and...
2017-02-21 Nikos Nikolerismem: Remove unused functions from the tag classes
2017-02-21 Nikos Nikolerismem: Always use the helper function to invalidate a...
2017-02-21 Sascha Bischoffmem: Fix MSHR assert triggering for invalidated prefetches
2017-02-21 Nikos Nikolerismem: Populate the secure flag in the writeback visitor
2017-02-21 Nikos Nikolerismem: Remove stale argument from a panic statement
2017-02-21 Nikos Nikolerisarm: Fix DPRINTFs with arguments in the instruction...
2017-02-21 Nikos Nikolerisarm: Blame the right instruction address on a Prefetch...
2017-02-19 Andreas Hanssonsim: Ensure draining is deterministic
2017-02-19 Andreas Hanssonmem: Ensure deferred snoops are cache-line aligned
2017-02-19 Andreas Hanssonmem: Fix memory footprint includes
2016-11-09 Brandon Pottersyscall_emul: [patch 10/22] refactor fdentry and add...
2016-11-09 Brandon Pottersyscall_emul: [patch 9/22] remove unused global variabl...
2016-11-09 Brandon Pottersyscall_emul: [patch 8/22] refactor process class
2016-11-09 Brandon Pottersyscall_emul: [patch 7/22] remove numCpus method
2016-11-09 Brandon Pottersyscall_emul: [patch 6/22] remove unused fields from...
2016-11-09 Brandon Pottersyscall_emul: [patch 5/22] remove LiveProcess class...
2017-02-17 Brandon Pottersparc: fix bugs caused by cd7f3a1dbf55
2017-02-17 Brandon Pottersim: fix out-of-bounds error in syscall_desc
2017-02-15 Pierre-Yves Péneaumem, stats: fix typos in CommMonitor and Stats
2017-02-15 Pierre-Yves Péneaumem, misc: fix building issue with CommMonitor (unused...
2017-02-15 Wendy Elsassermem: fix assertion in respondEvent
2017-02-14 Curtis Dunhamarm, kvm: remove KvmGic
2017-02-14 Andreas Sandbergarm, kvm: Automatically use the MuxingKvmGic
2017-02-14 Curtis Dunhamarm, kvm: implement MuxingKvmGic
2017-02-14 Curtis Dunhamsim, kvm: make KvmVM a System parameter
2017-02-14 Curtis Dunhamsim,kvm,arm: fix typos
2017-02-14 Wendy Elsassermem: Update DRAM configuration names
2017-02-12 Tushar Krishnaruby: fix round robin arbiter in garnet2.0
2017-02-11 Bjoern A. Zeebmem: fix printing of 1st cache tags line
2017-02-10 Jason Lowe-Powerx86: Fix implicit stack addressing in 64-bit mode
2017-02-10 Jason Lowe-Powermisc: Update #!env calls for python to explicit version
2017-02-10 Jason Lowe-Powermisc: Add Python.h header to pyevents.hh
2017-02-10 Christian Menardmisc: add a MasterId to the ExternalPort
2017-02-10 Christian Menardmisc: Fix order of object construction in the CxxConfig...
2017-02-10 Bjoern A. Zeebsim: fix build breakage in process.cc after brandon...
2017-02-10 Bjoern A. Zeebsim: Patch to fix the statfs build
2017-02-09 Bjoern A. Zeebdev: net/i8254xGBe add two more wakeup registers to...
2017-02-09 Bjoern A. Zeebarm: AArch64 report cache size correctly when reading...
2017-02-07 Andreas Sandbergstyle: Force Python.h to be included before main header
2017-01-27 Nikos Nikolerisproto: Fix warnings for protoc v3
2017-01-27 Alec Roelkeriscv: Fix crash when syscall argument reg index is...
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-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
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 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-05 Andreas Hanssonruby: Remove RubyMemoryControl and associated files
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
next