Age | Commit message (Expand) | Author |
2006-12-06 | Flattening and syscallReturn fixes | Gabe Black |
2006-12-06 | Don't panic, but this needs to be fixed. | Gabe Black |
2006-12-06 | Make syscalls flatten their register indices, and also call into the ISA's se... | Gabe Black |
2006-12-06 | Change rename to rename the flattened register index instead of the architect... | Gabe Black |
2006-12-06 | Added in endianness conversion on memory accesses as the data goes out. This ... | Gabe Black |
2006-12-06 | Change how optional delay slot instructions are detected and squashed. | Gabe Black |
2006-12-06 | Get rid of some typedefs which were hardly used, and move some stuff back her... | Gabe Black |
2006-12-06 | Change to use -return_value.value like other implementations. | Gabe Black |
2006-12-06 | Some changes for misc regs which were changed into unofficial integer registe... | Gabe Black |
2006-12-06 | Reorganize the includes and add an include for misc.hh. | Gabe Black |
2006-12-06 | Added some debug output, and made sure not to accidentally ask for the result... | Gabe Black |
2006-12-06 | Some basic fix ups, and CWP is no longer set explicitly. | Gabe Black |
2006-12-06 | Changed the integer register file to work with flattened indices. | Gabe Black |
2006-12-06 | Change MIPS's setSyscallReturn to use a thread context. | Gabe Black |
2006-12-06 | Added basic flatten function for mips. | Gabe Black |
2006-12-05 | Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre... | Gabe Black |
2006-11-24 | Initial changes to get O3 working with SPARC | Gabe Black |
2006-11-24 | Merge zower:/eecshome/m5/newmem | Gabe Black |
2006-11-24 | Merge zizzer:/bk/newmem | Gabe Black |
2006-11-24 | Rename this function. | Gabe Black |
2006-11-24 | Fix weird type modifier. | Gabe Black |
2006-11-24 | Fix an include problem. | Gabe Black |
2006-11-24 | Add no-op versions of ivlb and ivle back in for backwards compatibility. | Steve Reinhardt |
2006-11-23 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Steve Reinhardt |
2006-11-23 | Use the right constant. | Gabe Black |
2006-11-23 | Fixes to the isa description. | Gabe Black |
2006-11-22 | Moved some constants from isa_traits.hh to the reg file headers. | Gabe Black |
2006-11-22 | Added a parameter to set memory to zero. This is to support Legion, and once ... | Gabe Black |
2006-11-22 | Do a functional access to levels above on a read as a temporary solution for ... | Ron Dreslinski |
2006-11-22 | Merge zizzer:/bk/sparcfs | Gabe Black |
2006-11-20 | Fix an assert to correctly make sure a request falls entirely inside a memory. | Gabe Black |
2006-11-20 | Add in checks of more Legion based state, and put in more sophisticated forma... | Gabe Black |
2006-11-20 | Make sure only real bits of pstate can be set. | Gabe Black |
2006-11-20 | Set the pstate.priv bit to 1 in hyperpriveleged mode. The description in the ... | Gabe Black |
2006-11-20 | Add in rom/rams for the nvram, hypervisor description, and partition descript... | Gabe Black |
2006-11-20 | Fix typo. | Kevin Lim |
2006-11-19 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Steve Reinhardt |
2006-11-19 | Update Virtual and Physical ports. | Kevin Lim |
2006-11-17 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-11-17 | Make an initialization pass for the thread context and set the [phys,virt]Por... | Ron Dreslinski |
2006-11-16 | add warn_once which will print any given warning message | Nathan Binkert |
2006-11-16 | Implement a single config file to encompass all of the SPEC | Nathan Binkert |
2006-11-16 | implement RUSAGE_CHILDREN for getrusage since it's trivial | Nathan Binkert |
2006-11-16 | Implement current working directory for LiveProcesses | Nathan Binkert |
2006-11-16 | Merge zower.eecs.umich.edu:/home/gblack/m5/newmemmemops | Gabe Black |
2006-11-16 | Merge zizzer.eecs.umich.edu:/bk/newmem/ | Gabe Black |
2006-11-16 | Fixes for SPARC_FS | Gabe Black |
2006-11-15 | Add L2 cache option to fs.py --l2cache | Ron Dreslinski |
2006-11-14 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-11-14 | Various fixes to delete packet and request a little better. | Kevin Lim |