Age | Commit message (Expand) | Author |
2016-04-05 | mem: Remove threadId from memory request class | Mitch Hayenga |
2016-04-05 | cpu: Implement per-thread GHRs | Curtis Dunham |
2016-04-05 | cpu: Add an indirect branch target predictor | Mitch Hayenga |
2016-04-05 | cpu: Fix BTB threading oversight | Mitch Hayenga |
2016-04-05 | power: Add support for power models | David Guillen Fandos |
2014-12-09 | power: Low-power idle power state for idle CPUs | Akash Bagdia |
2014-11-18 | power: Add power states to ClockedObject | Akash Bagdia |
2015-05-13 | sim: Thermal support for Linux | David Guillen Fandos |
2015-05-12 | sim: Adding thermal model support | David Guillen Fandos |
2016-04-05 | cpu: Add instruction opclass histogram to minor | Mitch Hayenga |
2015-12-15 | misc: Add secondary dot output for DVFS domains | Sascha Bischoff |
2015-12-11 | sim: Add additional debug information when draining | Sascha Bischoff |
2016-04-01 | sim: Fix clock_domain unserialization | Sascha Bischoff |
2016-04-05 | cpu: Query CPU for inst executed from Python | Geoffrey Blake |
2016-04-01 | syscall_emul: remove mmapFlagTable | Steve Reinhardt |
2016-04-01 | syscall_emul: factor out flag tables into common file | Steve Reinhardt |
2016-03-30 | misc: Don't build region.py as a PySource | Andreas Sandberg |
2016-03-30 | arm: Clean up m5ops assembly library | Andreas Sandberg |
2016-03-30 | style: Change maximum line length to 79 characters | Andreas Sandberg |
2016-03-30 | style: Add a style checker that doesn't depend on Mercurial | Andreas Sandberg |
2016-03-30 | scons: Automatically install the git style hook | Andreas Sandberg |
2016-03-30 | style: Add a git pre-commit hook | Andreas Sandberg |
2016-03-30 | style: Add repository helper functions | Andreas Sandberg |
2016-03-30 | style: Remove style validators | Andreas Sandberg |
2016-03-30 | style: Add a control character checker | Andreas Sandberg |
2016-03-30 | style: Refactor the style checker as a Python package | Andreas Sandberg |
2016-03-30 | style: Change include sorter to yield one line at a time | Andreas Sandberg |
2016-03-30 | scons, style: Rename style.py to hgstyle.py | Andreas Sandberg |
2016-03-30 | style: Remove unsupported style.py commands | Andreas Sandberg |
2016-03-30 | kvm: Add an option to force context sync on kvm entry/exit | Andreas Sandberg |
2016-03-29 | copyright: Update copyright in sort_includes.py | Andreas Sandberg |
2016-03-28 | copyright: add copyright missing from files I created | Nathan Binkert |
2016-03-24 | style: Strip newline when checking lines | Andreas Sandberg |
2016-03-21 | arm: Refactor the TLB test interface | Andreas Sandberg |
2016-03-21 | gpu-compute: remove unused variable from scoreboard check stage | jkalamat |
2016-03-20 | cpu: warn if TrafficGen is suppressing a large numer of packets | Andreas Hansson |
2016-03-17 | base: add symbol support for dynamic libraries | Brandon Potter |
2016-03-17 | base: style cleanup for ObjectFile and ElfObject | Brandon Potter |
2016-03-17 | stats: update stats for ld.so support | Steve Reinhardt |
2016-03-17 | base: support dynamic loading of Linux ELF objects in SE mode | Brandon Potter |
2016-03-17 | stats: update stats for mmap changes | Steve Reinhardt |
2016-03-17 | syscall_emul: update x86 mmap base address | Brandon Potter |
2016-03-17 | syscall_emul: move mmapGrowsDown() to LiveProcess | Steve Reinhardt |
2016-03-17 | syscall_emul: fix bugs for mmap2 system call and x86-32 syscalls | Brandon Potter |
2016-03-17 | stats: update stats for mmap() change. | Steve Reinhardt |
2016-03-17 | syscall_emul: extend mmap system call to support file backed mmaps | Brandon Potter |
2016-03-17 | syscall_emul: add many Linux kernel flags | Brandon Potter |
2016-03-17 | syscall_emul: rename OpenFlagTransTable struct | Brandon Potter |
2016-03-17 | syscall_emul: add extra debug support for syscalls | Alexandru Dutu |
2016-03-17 | syscall_emul, style: refactor lseek | Brandon Potter |