Age | Commit message (Expand) | Author |
2011-03-01 | Spelling: Fix the a spelling error by changing mmaped to mmapped. | Gabe Black |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-10-16 | Mem: Reclaim some request flags used by MIPS for alignment checking. | Gabe Black |
2010-10-13 | Mem: Change the CLREX flag to CLEAR_LL. | Gabe Black |
2010-08-23 | MEM: Make CLREX a first class request operation and clear locks in caches whe... | Gene Wu |
2010-01-29 | ruby: added the GEMS ruby tester | Brad Beckmann |
2009-11-10 | Mem: Eliminate the NO_FAULT request flag. | Gabe Black |
2009-08-01 | Clean up some inconsistencies with Request flags. | Steve Reinhardt |
2009-08-01 | Rename internal Request fields to start with '_'. | Steve Reinhardt |
2009-05-29 | request: add accessor and constructor for setting time other than curTick | Nathan Binkert |
2009-05-26 | types: add a type for thread IDs and try to use it everywhere | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-04-23 | request: reorganize flags to group related flags together. | Steve Reinhardt |
2009-04-21 | request: add PREFETCH flag. | Steve Reinhardt |
2009-04-20 | request: rename INST_READ to INST_FETCH. | Steve Reinhardt |
2009-04-20 | request: split public and private flags into separate fields. | Steve Reinhardt |
2009-04-19 | Mem: Fill out the comment that describes the LOCKED request flag. | Gabe Black |
2009-04-19 | Mem: Change isLlsc to isLLSC. | Gabe Black |
2009-04-19 | Memory: Add a LOCKED flag back in for x86 style locking. | Gabe Black |
2009-04-19 | Memory: Rename LOCKED for load locked store conditional to LLSC. | Gabe Black |
2009-03-10 | prefetch: don't panic on requests w/o contextID (e.g., writebacks). | Steve Reinhardt |
2009-02-25 | CPU: Get rid of translate... functions from various interface classes. | Gabe Black |
2009-02-16 | Fixes to get prefetching working again. | Steve Reinhardt |
2008-12-06 | flags: Change naming of functions to be clearer | Nathan Binkert |
2008-11-14 | Fix a bunch of bugs I introduced when I changed the flags stuff for packets. | Nathan Binkert |
2008-11-13 | CPU: Refactor read/write in the simple timing CPU. | Gabe Black |
2008-11-10 | style: clean up the Packet stuff | Nathan Binkert |
2008-11-10 | mem: Assert that requests have non-negative size. | Steve Reinhardt |
2008-11-02 | Add in Context IDs to the simulator. From now on, cpuId is almost never used, | Lisa Hsu |
2008-10-09 | mem: Add a method for setting the time on a packet. | Nathan Binkert |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-06-14 | MemReq: Add option to reset the time on a request. | Nathan Binkert |
2007-11-13 | Add in files from merge-bare-iron, get them compiling in FS and SE mode | Korey Sewell |
2007-06-21 | Use FastAlloc for Packet, Request, CoherenceState, and SenderState so we don'... | Ali Saidi |
2007-03-06 | Move all of the parameters of the Root SimObject so they are | Nathan Binkert |
2007-02-12 | rename store conditional stuff as extra data so it can be used for conditiona... | Ali Saidi |
2006-12-06 | Many more fixes for SPARC_FS. Gets us to the point where SOFTINT starts | Ali Saidi |
2006-11-29 | Add support for mmapped iprs to atomic cpu | Ali Saidi |
2006-11-23 | first cut at a sparc tlb | Ali Saidi |
2006-10-08 | Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing) | Steve Reinhardt |
2006-08-15 | fixes for gcc 4.1 | Ali Saidi |
2006-08-15 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-08-15 | Cleaned up include files and got rid of many using directives in header files. | Gabe Black |
2006-08-14 | Fix up doxygen. | Steve Reinhardt |
2006-08-11 | Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create... | Gabe Black |
2006-06-30 | All files compile in the mem directory except cache_builder | Ron Dreslinski |
2006-06-28 | More Changes, working towards cache.cc compiling. Headers cleaned up. | Ron Dreslinski |
2006-06-28 | Backing in more changsets, getting closer to compile | Ron Dreslinski |
2006-06-06 | Fix checker to work in newmem in SE mode. | Kevin Lim |
2006-06-02 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |