2016-04-01 |
Sascha Bischoff | sim: Fix clock_domain unserialization |
tree | commitdiff |
2016-04-05 |
Geoffrey Blake | cpu: Query CPU for inst executed from Python |
tree | commitdiff |
2016-04-01 |
Steve Reinhardt | syscall_emul: remove mmapFlagTable |
tree | commitdiff |
2016-04-01 |
Steve Reinhardt | syscall_emul: factor out flag tables into common file |
tree | commitdiff |
2016-03-30 |
Andreas Sandberg | misc: Don't build region.py as a PySource |
tree | commitdiff |
2016-03-30 |
Andreas Sandberg | style: Refactor the style checker as a Python package |
tree | commitdiff |
2016-03-30 |
Andreas Sandberg | kvm: Add an option to force context sync on kvm entry... |
tree | commitdiff |
2016-03-21 |
Andreas Sandberg | arm: Refactor the TLB test interface |
tree | commitdiff |
2016-03-21 |
jkalamat | gpu-compute: remove unused variable from scoreboard... |
tree | commitdiff |
2016-03-20 |
Andreas Hansson | cpu: warn if TrafficGen is suppressing a large numer... |
tree | commitdiff |
2016-03-17 |
Brandon Potter | base: add symbol support for dynamic libraries |
tree | commitdiff |
2016-03-17 |
Brandon Potter | base: style cleanup for ObjectFile and ElfObject |
tree | commitdiff |
2016-03-17 |
Brandon Potter | base: support dynamic loading of Linux ELF objects... |
tree | commitdiff |
2016-03-17 |
Brandon Potter | syscall_emul: update x86 mmap base address |
tree | commitdiff |
2016-03-17 |
Steve Reinhardt | syscall_emul: move mmapGrowsDown() to LiveProcess |
tree | commitdiff |
2016-03-17 |
Brandon Potter | syscall_emul: fix bugs for mmap2 system call and x86... |
tree | commitdiff |
2016-03-17 |
Brandon Potter | syscall_emul: extend mmap system call to support file... |
tree | commitdiff |
2016-03-17 |
Brandon Potter | syscall_emul: add many Linux kernel flags |
tree | commitdiff |
2016-03-17 |
Brandon Potter | syscall_emul: rename OpenFlagTransTable struct |
tree | commitdiff |
2016-03-17 |
Alexandru Dutu | syscall_emul: add extra debug support for syscalls |
tree | commitdiff |
2016-03-17 |
Brandon Potter | syscall_emul, style: refactor lseek |
tree | commitdiff |
2016-03-17 |
Brandon Potter | syscall_emul, style: fix newline issue inside assert |
tree | commitdiff |
2016-03-17 |
Andreas Hansson | mem: Adjust cache queue reserve to more conservative... |
tree | commitdiff |
2016-03-17 |
Andreas Hansson | mem: Create a separate class for the cache write buffer |
tree | commitdiff |
2016-03-16 |
Nathanael Premillieu | arm: Fix disasm printing |
tree | commitdiff |
2016-03-14 |
Steve Reinhardt | scons: fix building in non-standard locations |
tree | commitdiff |
2016-03-08 |
Andreas Hansson | syscall_emul: Fix erroneous use of delete |
tree | commitdiff |
2015-06-17 |
David Guillen Fandos | sim: Add voltage() function to clocked_object |
tree | commitdiff |
2015-05-05 |
Rekai Gonzalez Alb... | cpu: Change literal integer constants to meaningful... |
tree | commitdiff |
2016-03-05 |
Andreas Hansson | base: Fix gpu-compute output stream creation |
tree | commitdiff |
2015-11-27 |
Andreas Sandberg | kvm: Shutdown KVM and disconnect performance counters... |
tree | commitdiff |
2015-11-26 |
Andreas Sandberg | sim: Add support for forking |
tree | commitdiff |
2015-11-26 |
Andreas Sandberg | dev: Add post-fork handling for disk images |
tree | commitdiff |
2015-11-26 |
Andreas Sandberg | sim: Add support for notifying Drainable objects of... |
tree | commitdiff |
2015-11-27 |
Andreas Sandberg | base: Add support for changing output directories |
tree | commitdiff |
2015-08-10 |
Stephan Diestelhorst | mem, cpu: Add assertions to snoop invalidation logic |
tree | commitdiff |
2015-07-19 |
Krishnendra Nathella | cpu: Fix LLSC atomic CPU wakeup |
tree | commitdiff |
2016-03-01 |
Mitch Hayenga | arm: Squash after returning from exceptions in v7 |
tree | commitdiff |
2016-03-01 |
Curtis Dunham | base: support gzip-compressed object files |
tree | commitdiff |
2016-02-24 |
Andreas Hansson | mem: Ensure that InvalidateReq is not forwarded as... |
tree | commitdiff |
2016-02-24 |
Matteo Andreozzi | cpu: TraceGen fix for tick frequency check |
tree | commitdiff |
2016-02-23 |
Andreas Sandberg | dev, arm: Implement the NoMali reset callback |
tree | commitdiff |
2016-02-23 |
Andreas Sandberg | dev, arm: Refactor the NoMali GPU |
tree | commitdiff |
2016-02-23 |
Andreas Hansson | scons: Add missing override to appease clang |
tree | commitdiff |
2016-02-18 |
Tony Gutierrez | ruby: move range change send from RubyPort to derived... |
tree | commitdiff |
2016-02-18 |
John Kalamatianos | gpu: fix bugs with MemFence, Flat Instrs and Resource... |
tree | commitdiff |
2016-02-17 |
Tony Gutierrez | gpu-compute: remove brig_object.hh from hsa_object.cc |
tree | commitdiff |
2016-02-17 |
Tony Gutierrez | ruby: send address ranges from RubyPort |
tree | commitdiff |
2016-02-17 |
Andreas Hansson | scons: Enable building with the gcc/clang Address Sanitizer |
tree | commitdiff |
2016-02-15 |
Andreas Hansson | misc: Add missing overrides to appease clang |
tree | commitdiff |
2016-02-15 |
Andreas Hansson | mem: Avoid using invalid iterator in cache lock list... |
tree | commitdiff |
2016-02-15 |
Michael LeBeane | ruby: make DMASequencer inherit from RubyPort |
tree | commitdiff |
2016-02-13 |
Michael LeBeane | configs: add command-line option to stop debug output |
tree | commitdiff |
2016-02-13 |
Michael LeBeane | syscall_emul: Implement clock_getres() system call |
tree | commitdiff |
2016-02-10 |
Andreas Hansson | mem: Be less conservative in clearing load locks in... |
tree | commitdiff |
2016-02-10 |
Andreas Hansson | mem: Move the point of coherency to the coherent crossbar |
tree | commitdiff |
2016-02-10 |
Andreas Hansson | mem: Align cache behaviour in atomic when upstream... |
tree | commitdiff |
2016-02-10 |
Andreas Hansson | mem: Align how snoops are handled when hitting writebacks |
tree | commitdiff |
2016-02-10 |
Andreas Hansson | mem: Deduce if cache should forward snoops |
tree | commitdiff |
2016-02-08 |
Curtis Dunham | scons: always generate sim/tags.cc |
tree | commitdiff |
2016-02-07 |
Alexandru Dutu | x86: revamp cmpxchg8b/cmpxchg16b implementation |
tree | commitdiff |
2016-02-07 |
Steve Reinhardt | arch, x86: add support for arrays as memory operands |
tree | commitdiff |
2016-02-07 |
Steve Reinhardt | arch: get rid of dummy var init |
tree | commitdiff |
2016-02-07 |
Steve Reinhardt | syscall_emul: fix bug in aux vector initialization |
tree | commitdiff |
2016-02-07 |
Steve Reinhardt | style: eliminate explicit boolean comparisons |
tree | commitdiff |
2016-02-07 |
Steve Reinhardt | x86: create function to check miscreg validity |
tree | commitdiff |
2016-02-07 |
Steve Reinhardt | style: fix missing spaces in control statements |
tree | commitdiff |
2016-02-07 |
Steve Reinhardt | style: remove trailing whitespace |
tree | commitdiff |
2016-02-06 |
Mohammad Alian | dist, dev: add an ethernet switch model |
tree | commitdiff |
2016-01-22 |
Brad Beckmann | ruby: removed Write_Only AccessPermission |
tree | commitdiff |
2015-07-20 |
David Hashe | ruby: split CPU and GPU latency stats |
tree | commitdiff |
2016-01-19 |
Tony Gutierrez | gpu-compute: AMD's baseline GPU model |
tree | commitdiff |
2016-01-19 |
Tony Gutierrez | mem: write combining for ruby protocols |
tree | commitdiff |
2016-01-19 |
Tony Gutierrez | * * * |
tree | commitdiff |
2015-07-20 |
Blake Hechtman | mem: misc flags for AMD gpu model |
tree | commitdiff |
2016-01-18 |
Steve Reinhardt | sim: fix redundant --debug-start help string |
tree | commitdiff |
2016-01-18 |
Steve Reinhardt | cpu. arch: add initiateMemRead() to ExecContext interface |
tree | commitdiff |
2016-01-18 |
Steve Reinhardt | cpu: remove unnecessary data ptr from O3 internal read... |
tree | commitdiff |
2016-01-18 |
Steve Reinhardt | arch: don't call *Timing functions from *Atomic versions |
tree | commitdiff |
2016-01-18 |
Steve Reinhardt | arch: get rid of unused LargestRead typedef |
tree | commitdiff |
2016-01-18 |
Steve Reinhardt | sim: don't ignore SIG_TRAP |
tree | commitdiff |
2016-01-15 |
Andreas Sandberg | dev, arm: Add a platform with support for both aarch32... |
tree | commitdiff |
2016-01-15 |
Andreas Sandberg | dev, arm: Add support for automatic PCI interrupt routing |
tree | commitdiff |
2016-01-11 |
Steve Reinhardt | mem: fix bug in packet access endianness changes |
tree | commitdiff |
2016-01-11 |
Andreas Hansson | scons: Enable -Wextra by default |
tree | commitdiff |
2016-01-11 |
Andreas Hansson | ext: Replace gzstream with iostream3 from zlib to avoid... |
tree | commitdiff |
2016-01-07 |
Gabor Dozsa | dev: Distributed Ethernet link for distributed gem5... |
tree | commitdiff |
2016-01-07 |
Gabor Dozsa | pseudo inst,util: Add optional key to initparam pseudo... |
tree | commitdiff |
2015-12-31 |
Steve Reinhardt | mem: add CacheVerbose debug flag, filter noisy DPRINTFs |
tree | commitdiff |
2015-12-31 |
Andreas Hansson | mem: Do not rely on the NeedsWritable flag for responses |
tree | commitdiff |
2015-12-31 |
Andreas Hansson | mem: Do not allocate space for packet data if not needed |
tree | commitdiff |
2015-12-31 |
Andreas Hansson | mem: Do not alter cache block state on uncacheable... |
tree | commitdiff |
2015-12-31 |
Andreas Hansson | mem: Make cache terminology easier to understand |
tree | commitdiff |
2015-07-20 |
Tony Gutierrez | ruby: slicc: have a static MachineType |
tree | commitdiff |
2015-07-20 |
Tony Gutierrez | ruby: slicc: remove support for single machine, multipl... |
tree | commitdiff |
2015-12-28 |
Andreas Hansson | mem: Explicitly check MSHR snoops for cases not dealt... |
tree | commitdiff |
2015-12-28 |
Andreas Hansson | mem: Remove unused cache squash functionality |
tree | commitdiff |
2015-12-28 |
Andreas Hansson | mem: Avoid unecessary checks when creating HardPFReq... |
tree | commitdiff |
2015-12-28 |
Andreas Hansson | mem: Do not use sender state to track forwarded snoops... |
tree | commitdiff |
2015-12-28 |
Andreas Hansson | mem: Fix cache sender state handling and add clarification |
tree | commitdiff |
next |