Age | Commit message (Expand) | Author |
2012-02-12 | cpu: add separate stats for insts/ops both globally and per cpu model | Anthony Gutierrez |
2012-02-12 | mem: Add a master ID to each request object. | Ali Saidi |
2012-02-10 | sim/system: initialize the pagePtr variable | Nilay Vaish |
2012-02-03 | System: Forgot to qrefresh with my last change. | Gabe Black |
2012-02-02 | System: Fix the check which detects running out of physical memory. | Gabe Black |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2012-01-31 | util: implements "writefile" gem5 op to export file from guest to host filesy... | Dam Sunwoo |
2012-01-29 | Implement Ali's review feedback. | Gabe Black |
2012-01-28 | SE/FS: Make SE vs. FS mode a runtime parameter. | Gabe Black |
2012-01-28 | Merge with the main repo. | Gabe Black |
2012-01-16 | Merge yet again with the main repository. | Gabe Black |
2012-01-25 | sim: display final value of curTick in stats | Ali Saidi |
2012-01-17 | MEM: Separate queries for snooping and address ranges | Andreas Hansson |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2012-01-17 | MEM: Add the system port as a central access point | Andreas Hansson |
2012-01-09 | sim: Enable sampling of run-time for code-sections marked using pseudo insts. | Prakash Ramrakhyani |
2012-01-07 | Another merge with the main repository. | Gabe Black |
2012-01-07 | Merge with the main repository again. | Gabe Black |
2012-01-07 | Merge with main repository. | Gabe Black |
2012-01-05 | eventq: add a function for replacing head of the queue | Nilay Vaish |
2011-12-01 | SE: Don't warn when not extending stack as it's too noisy with O3. | Ali Saidi |
2011-11-18 | SE/FS: Get rid of includes of config/full_system.hh. | Gabe Black |
2011-11-02 | SE/FS: Get rid of FULL_SYSTEM in sim. | Gabe Black |
2011-10-31 | SE/FS: Make the functions available from the TC consistent between SE and FS. | Gabe Black |
2011-10-30 | SE/FS: Compile in system events in SE mode. | Gabe Black |
2011-10-30 | System: Push boot_cpu_frequency down into the subclasses that actually use it. | Gabe Black |
2011-10-30 | SE/FS: Build syscall_emul.cc in FS mode. | Gabe Black |
2011-10-30 | SE/FS: Make the system object more consistent between SE and FS. | Gabe Black |
2011-10-30 | SE/FS: Build the base process class in FS. | Gabe Black |
2011-10-22 | SE: move page allocation from PageTable to Process | Steve Reinhardt |
2011-10-22 | syscall_emul: implement MAP_FIXED option to mmap() | Steve Reinhardt |
2011-10-20 | SimObject: add export_method* hooks to export C++ methods to Python | Steve Reinhardt |
2011-10-20 | scons/swig: refactor some of the scons/SWIG code | Steve Reinhardt |
2011-10-16 | SE/FS: Make some system funcs available in SE and FS. | Gabe Black |
2011-09-30 | SE/FS: Remove System::platform and Platform::intrFrequency. | Gabe Black |
2011-09-27 | Faults: Make the generic faults more consistent between SE and FS. | Gabe Black |
2011-09-26 | SE/FS: Define a const bool FullSystem which will equal FULL_SYSTEM. | Gabe Black |
2011-09-22 | event: minor cleanup | Steve Reinhardt |
2011-09-22 | pseudo_inst: clean up workbegin/workend functions | Steve Reinhardt |
2011-09-19 | Faults: Get rid of the unused isAlignmentFault and isMachineCheckFault. | Gabe Black |
2011-09-19 | Endianness: Make it easier to check the compiled in guest endianness. | Gabe Black |
2011-09-19 | PseudoInst: Make all the pseudo insts available in SE and FS. | Gabe Black |
2011-09-18 | Pseudoinst: Add an initParam pseudo inst function. | Gabe Black |
2011-09-13 | LSQ: Only trigger a memory violation with a load/load if the value changes. | Ali Saidi |
2011-09-10 | PseudoInst: Add compiler guards to pseudo_inst.hh. | Gabe Black |
2011-09-09 | Stack: Tidy up some comments, a warning, and make stack extension consistent. | Gabe Black |
2011-09-02 | TLB: comments and a helpful warning. | Lisa Hsu |
2011-07-10 | O3: Make sure fetch doesn't go off into the weeds during speculation. | Ali Saidi |
2011-06-02 | scons: rename TraceFlags to DebugFlags | Nathan Binkert |