gem5.git
2016-04-28 Curtis Dunhamscons: emit correct message before installing git hook
2016-04-28 Curtis Dunhamstyle: ignore test data in style checks
2016-04-28 Curtis Dunhamstyle: respect ignores for git commit
2016-04-28 Curtis Dunhamstyle: improve compatibility with old git versions
2016-04-28 Andreas Sandbergstyle: Don't include diff context in git style hook
2016-04-28 Andreas Sandbergtests: Remove stale reference output files
2016-04-27 Andreas Sandbergarm: Remove BreakPCEvent on guest kernel panic
2016-04-27 Andreas Sandbergkvm, arm: Make GIC interrupt lines configurable
2016-04-27 Andreas Sandbergkvm, arm: Refactor KVM GIC device
2016-04-27 Andreas Sandbergdev: Fix incorrect terminal backlog handling
2016-04-26 Matthew Porembaruby: Rename pkt to m_pkt so it may be accessed via...
2016-04-25 Andreas Hanssontests: Add a basic memcheck regression
2016-04-21 Jason Powertests: Update learning gem5 tests scripts with copyright
2016-04-21 Andreas Hanssonstats: Update stats to reflect cache changes
2016-04-21 Andreas Hanssonmem: Include WriteLineReq in cache demand stats
2016-04-21 Andreas Hanssonmem: Remove unused cache stats
2016-04-21 Andreas Hanssonmem: Deallocate all write-queue entries when sent
2016-04-21 Andreas Hanssonmem: Align downstream cache packet creation in atomic...
2016-04-21 Andreas Hanssonconfig: Add missing point of coherency to memcheck...
2016-04-18 Andreas Sandbergscons: Fix Python 2.6 compatibility
2016-04-18 Andreas Sandbergstyle: Fix Python 2.6 compatibility
2016-04-15 Joel Hestnessruby: Fix block_on behavior
2016-04-15 Bjoern A. Zeebarm,dev: remove PMU assertion hit on reset
2016-04-15 Bjoern A. Zeebmem: FreeBSD does not provide MAP_NORESERVE either
2016-04-15 Abdul Mutaal... misc: Bugfix in TLM memInhibit Command
2016-04-14 Mohammad Aliandist: config file for distributed switch
2016-04-13 Andreas Hanssonmisc: Fix issues flagged by gcc 6
2016-04-12 Andreas Hanssonmisc: Appease clang...again
2016-04-09 Andreas Hanssonstats: Match current behaviour
2016-04-08 Curtis Dunhamstats: update stats for thermals, indirect BP
2016-04-07 Rekai Gonzalez... mem: Add priority to QueuedPrefetcher
2016-04-07 Rekai Gonzalez... mem: Handful extra features for BasePrefetcher
2016-04-07 Victor Garciamem: Add Program Counter to MemTraceProbe
2015-05-27 Rekai Gonzalez... mem: Add unused prefetch counter in caches
2016-04-07 Mitch Hayengamem: Remove threadId from memory request class
2016-04-05 Mitch Hayengacpu: Implement per-thread GHRs
2016-04-05 Mitch Hayengacpu: Add an indirect branch target predictor
2016-04-05 Mitch Hayengacpu: Fix BTB threading oversight
2016-04-06 Sascha Bischoffmisc: Bail out of DVFS dot if we cannot resolve the...
2016-04-07 Andreas SandbergRevert to 74c1e6513bd0 (sim: Thermal support for Linux)
2016-04-06 Andreas SandbergRevert power patch sets with unexpected interactions
2016-04-05 Mitch Hayengamem: Remove threadId from memory request class
2016-04-05 Curtis Dunhamcpu: Implement per-thread GHRs
2016-04-05 Mitch Hayengacpu: Add an indirect branch target predictor
2016-04-05 Mitch Hayengacpu: Fix BTB threading oversight
2016-04-05 David Guillen... power: Add support for power models
2014-12-09 Akash Bagdiapower: Low-power idle power state for idle CPUs
2014-11-18 Akash Bagdiapower: Add power states to ClockedObject
2015-05-13 David Guillen... sim: Thermal support for Linux
2015-05-12 David Guillen... sim: Adding thermal model support
2016-04-05 Mitch Hayengacpu: Add instruction opclass histogram to minor
2015-12-15 Sascha Bischoffmisc: Add secondary dot output for DVFS domains
2015-12-11 Sascha Bischoffsim: Add additional debug information when draining
2016-04-01 Sascha Bischoffsim: Fix clock_domain unserialization
2016-04-05 Geoffrey Blakecpu: Query CPU for inst executed from Python
2016-04-01 Steve Reinhardtsyscall_emul: remove mmapFlagTable
2016-04-01 Steve Reinhardtsyscall_emul: factor out flag tables into common file
2016-03-30 Andreas Sandbergmisc: Don't build region.py as a PySource
2016-03-30 Andreas Sandbergarm: Clean up m5ops assembly library
2016-03-30 Andreas Sandbergstyle: Change maximum line length to 79 characters
2016-03-30 Andreas Sandbergstyle: Add a style checker that doesn't depend on Mercurial
2016-03-30 Andreas Sandbergscons: Automatically install the git style hook
2016-03-30 Andreas Sandbergstyle: Add a git pre-commit hook
2016-03-30 Andreas Sandbergstyle: Add repository helper functions
2016-03-30 Andreas Sandbergstyle: Remove style validators
2016-03-30 Andreas Sandbergstyle: Add a control character checker
2016-03-30 Andreas Sandbergstyle: Refactor the style checker as a Python package
2016-03-30 Andreas Sandbergstyle: Change include sorter to yield one line at a...
2016-03-30 Andreas Sandbergscons, style: Rename style.py to hgstyle.py
2016-03-30 Andreas Sandbergstyle: Remove unsupported style.py commands
2016-03-30 Andreas Sandbergkvm: Add an option to force context sync on kvm entry...
2016-03-29 Andreas Sandbergcopyright: Update copyright in sort_includes.py
2016-03-29 Nathan Binkertcopyright: add copyright missing from files I created
2016-03-24 Andreas Sandbergstyle: Strip newline when checking lines
2016-03-21 Andreas Sandbergarm: Refactor the TLB test interface
2016-03-21 jkalamatgpu-compute: remove unused variable from scoreboard...
2016-03-20 Andreas Hanssoncpu: warn if TrafficGen is suppressing a large numer...
2016-03-17 Brandon Potterbase: add symbol support for dynamic libraries
2016-03-17 Brandon Potterbase: style cleanup for ObjectFile and ElfObject
2016-03-17 Steve Reinhardtstats: update stats for ld.so support
2016-03-17 Brandon Potterbase: support dynamic loading of Linux ELF objects...
2016-03-17 Steve Reinhardtstats: update stats for mmap changes
2016-03-17 Brandon Pottersyscall_emul: update x86 mmap base address
2016-03-17 Steve Reinhardtsyscall_emul: move mmapGrowsDown() to LiveProcess
2016-03-17 Brandon Pottersyscall_emul: fix bugs for mmap2 system call and x86...
2016-03-17 Steve Reinhardtstats: update stats for mmap() change.
2016-03-17 Brandon Pottersyscall_emul: extend mmap system call to support file...
2016-03-17 Brandon Pottersyscall_emul: add many Linux kernel flags
2016-03-17 Brandon Pottersyscall_emul: rename OpenFlagTransTable struct
2016-03-17 Alexandru Dutusyscall_emul: add extra debug support for syscalls
2016-03-17 Brandon Pottersyscall_emul, style: refactor lseek
2016-03-17 Brandon Pottersyscall_emul, style: fix newline issue inside assert
2016-03-17 Andreas Hanssonmem: Adjust cache queue reserve to more conservative...
2016-03-17 Andreas Hanssonstats: Bump stats to match cache changes
2016-03-17 Andreas Hanssonmem: Create a separate class for the cache write buffer
2016-03-16 Steve Reinhardtstats: overdue updates to long regressions
2016-03-16 Andreas Sandbergmisc: Add a gitignore file based on the current hgignore
2016-03-16 Gabor Dozsamisc: Fix argument handling for m5 initparam util
2016-03-16 Nathanael Premillieuarm: Fix disasm printing
2016-03-14 Steve Reinhardtscons: fix building in non-standard locations
next