gem5.git
2017-03-09 Brandon Potterstyle: change NULL to nullptr in syscall files
2017-03-09 Brandon Pottersyscall-emul: Ignore unimplemented system calls
2017-03-09 Brandon Pottersyscall-emul: Rewrite system call exit code
2017-03-09 Brandon Pottersyscall-emul: Add the tgkill system call
2017-03-09 Brandon Pottersyscall-emul: Adds SE mode signal feature
2017-03-09 Brandon Pottersyscall-emul: Add or extend dup, dup2, and pipe
2017-03-09 Brandon Pottersyscall-emul: Add functionality to open syscalls
2017-03-09 Brandon Potterstyle: Correct some style issues
2017-03-09 Brandon Pottersyscall-emul: Move memState into its own file
2017-03-09 Pierre-Yves... misc: add missing copyright/author information in previ...
2017-03-09 Lena Olsonruby: fix MOESI_hammer directory to work with > 3GB...
2017-03-09 Lena Olsonruby: fix and/or precedence in slicc
2017-03-09 Jason Lowe... misc: Add a CONTRIBUTING document
2017-03-07 Andreas Sandberggpu-compute: Fix Python/C++ object hierarchy discrepancies
2017-03-07 Andreas Sandbergpower: Avoid forward declarations that confuse wrappers
2017-03-07 Sudhanshu Jhadev, arm: Render HDLCD frames at a fixed rate in KVM
2017-03-07 Sudhanshu Jhadev: Add support for single-pass scan out in the PixelPump
2017-03-07 Sudhanshu Jhadev, kvm: Add a fast KVM-aware mode in DmaReadFifo
2017-03-07 Sudhanshu Jhaarm, kmi: Clear interrupts in KMI devices
2017-03-06 Brandon Pottersyscall-emul: Remove unused class and member
2017-03-03 Nikos Nikolerismem: Make blkAlign a common function between all tag...
2017-03-03 Nikos Nikolerismem: Use pkt::getBlockAddr instead of BaseCace::blockAlign
2017-03-03 Rahul Thakurarm, kvm: enable running 32-bit Guest under ARM KVM64
2017-03-03 Rahul Thakurarm, kvm: fix saving/restoring conditional flags in...
2017-03-01 Pierre-Yves... config: exit with fatal() if error
2017-03-01 Lena Olsonruby: fix and/or precedence in slicc
2017-03-01 Andreas Sandbergscons: Automatically add a git commit message hook
2017-02-27 Brandon Pottersyscall_emul: [PATCH 15/22] add clone/execve for thread...
2017-02-27 Brandon Pottersyscall_emul: [patch 14/22] adds identifier system...
2017-02-27 Brandon Potterx86: remove unnecessary parameter from functions
2017-02-27 Tony Gutierrezgpu-compute: remove unnecessary member from class
2017-02-27 Brandon Pottergpu-compute: mark functions with override if replacing...
2017-02-27 Andreas Sandbergarch: Include generated decoder header after normal...
2017-02-27 Andreas Sandbergbase: Refactor logging to make log level selection...
2017-02-27 Andreas Sandbergtests: Disable descriptions in stat files
2017-02-27 Andreas Sandbergpython: Add a generalized mechanism to configure stats
2015-07-20 Brandon Pottersyscall_emul: [patch 13/22] add system call retry capab...
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 Nikolerismisc: Add dtb files to the ignore list for git and...
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 Hanssonstats: Get all stats updated to reflect current behaviour
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... mem, stats: fix typos in CommMonitor and Stats
2017-02-15 Pierre-Yves... mem, misc: fix building issue with CommMonitor (unused...
2017-02-15 Wendy Elsassermem: fix assertion in respondEvent
2017-02-14 Gabor Dozsaarm,config: Add dist-gem5 support to the big.LITTLE...
2017-02-14 Gabor Dozsaconfig: Refactor the network switch configuration file
2017-02-14 Gabor Dozsaarm,config: Refactor the example big.LITTLE(tm) configu...
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-14 Curtis Dunhamtests: check for gem5 binary before tests
2017-02-14 Curtis Dunhamsim: allow forward dependencies in checkpoint upgraders
2017-02-14 Curtis Dunhamsim: add support for checkpoint downgrading
2017-02-13 Alec Roelkeriscv: Remove ECALL tests from insttest
2017-02-13 Christian Menardmisc: Clean up and complete the gem5<->SystemC-TLM...
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... x86: Fix implicit stack addressing in 64-bit mode
2017-02-10 Jason Lowe... misc: Update #!env calls for python to explicit version
2017-02-10 Jason Lowe... misc: Add Python.h header to pyevents.hh
2017-02-10 Christian Menardmisc: Clean up and complete the gem5<->SystemC-TLM...
2017-02-10 Christian Menardmisc: Clean up and complete the gem5<->SystemC-TLM...
2017-02-10 Christian Menardmisc: Clean up and complete the gem5<->SystemC-TLM...
2017-02-10 Christian Menardmisc: Clean up and complete the gem5<->SystemC-TLM...
2017-02-10 Christian Menardmisc: Clean up and complete the gem5<->SystemC-TLM...
2017-02-10 Christian Menardmisc: Clean up and complete the gem5<->SystemC-TLM...
2017-02-10 Christian Menardmisc: Clean up and complete the gem5<->SystemC-TLM...
2017-02-10 Christian Menardmisc: Clean up and complete the gem5<->SystemC-TLM...
2017-02-10 Christian Menardmisc: Clean up and complete the gem5<->SystemC-TLM...
2017-02-10 Christian Menardmisc: add a MasterId to the ExternalPort
2017-02-10 Christian Menardmisc: fix includes in util/systemc
2017-02-10 Christian Menardmisc: Fix order of object construction in the CxxConfig...
2017-02-10 Christian Menardmisc: Implement the Base SystemC Module as an sc_channel.
next