Age | Commit message (Expand) | Author |
2012-03-19 | gcc: Clean-up of non-C++0x compliant code, first steps | Andreas Hansson |
2012-03-09 | CheckerCPU: Add function stubs to non-ARM ISA source to compile with CheckerCPU | Geoffrey Blake |
2012-03-02 | DynInst: get rid of dead MyHash code. | Steve Reinhardt |
2012-03-02 | CPU: Check that the interrupt controller is created when needed | Andreas Hansson |
2012-02-24 | MEM: Make port proxies use references rather than pointers | Andreas Hansson |
2012-02-24 | CPU: Round-two unifying instr/data CPU ports across models | Andreas Hansson |
2012-02-13 | BP: Fix several Branch Predictor issues. | Mrinmoy Ghosh |
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-07 | Faults: Turn off arch/faults.hh | 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-30 | Merge with main repository. | Gabe Black |
2012-01-30 | MEM: Clean-up of Functional/Virtual/TranslatingPort remnants | Andreas Hansson |
2012-01-29 | Implement Ali's review feedback. | 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-17 | MEM: Separate queries for snooping and address ranges | Andreas Hansson |
2012-01-17 | CPU: Moving towards a more general port across CPU models | Andreas Hansson |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2012-01-12 | inorder: MDU deadlock fix | Maximilien Breughe |
2012-01-07 | Merge with main repository. | Gabe Black |
2011-11-18 | SE/FS: Get rid of includes of config/full_system.hh. | Gabe Black |
2011-11-18 | SE/FS: Get rid of FULL_SYSTEM in the CPU directory. | Gabe Black |
2011-11-01 | SE/FS: Expose the same methods on the CPUs in SE and FS modes. | Gabe Black |
2011-10-31 | SE/FS: Make the functions available from the TC consistent between SE and FS. | Gabe Black |
2011-10-31 | GCC: Get everything working with gcc 4.6.1. | Gabe Black |
2011-10-30 | SE/FS: Make getProcessPtr available in both modes, and get rid of FULL_SYSTEMs. | Gabe Black |
2011-10-30 | SE/FS: Build the base process class in FS. | Gabe Black |
2011-10-16 | SE/FS: Include getMemPort in FS. | Gabe Black |
2011-10-16 | SE/FS: Build/expose vport in SE mode. | Gabe Black |
2011-10-16 | CPU: Make physPort and getPhysPort available in SE mode. | Gabe Black |
2011-09-19 | Syscall: Make the syscall function available in both SE and FS modes. | Gabe Black |
2011-09-09 | StaticInst: Merge StaticInst and StaticInstBase. | Gabe Black |
2011-09-09 | Decode: Pull instruction decoding out of the StaticInst class into its own. | Gabe Black |
2011-08-16 | InOrder: Make cache_unit.hh include hashmap.hh explicitly, not transitively. | Gabe Black |
2011-07-02 | ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem. | Gabe Black |
2011-07-02 | ExecContext: Get rid of the now unused read/write templated functions. | Gabe Black |
2011-06-20 | InOder: Fix a compile error. | Gabe Black |
2011-06-19 | inorder: clear reg. dep entry after removing from list | Korey Sewell |
2011-06-19 | inorder: se: squash after syscalls | Korey Sewell |
2011-06-19 | inorder: cleanup dprintfs in cache unit | Korey Sewell |
2011-06-19 | inorder: SE mode TLB faults | Korey Sewell |
2011-06-19 | inorder:tracing: fix fault tracing bug | Korey Sewell |
2011-06-19 | inorder: se compile fixes | Korey Sewell |
2011-06-19 | inorder: add necessary debug flag header files | Korey Sewell |
2011-06-19 | inorder: clear fetchbuffer on traps | Korey Sewell |
2011-06-19 | inorder: use separate float-reg bits function in dyninst | Korey Sewell |
2011-06-19 | inorder: use trapPending flag to manage traps | Korey Sewell |
2011-06-19 | inorder/dtb: make sure DTB translate correct address | Korey Sewell |