2006-12-06 |
Gabe Black | Flattening and syscallReturn fixes |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Don't panic, but this needs to be fixed. |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Make syscalls flatten their register indices, and also... |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Change rename to rename the flattened register index... |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Added in endianness conversion on memory accesses as... |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Change how optional delay slot instructions are detecte... |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Get rid of some typedefs which were hardly used, and... |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Change to use -return_value.value like other implementa... |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Some changes for misc regs which were changed into... |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Reorganize the includes and add an include for misc.hh. |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Added some debug output, and made sure not to accidenta... |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Some basic fix ups, and CWP is no longer set explicitly. |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Changed the integer register file to work with flattene... |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Change MIPS's setSyscallReturn to use a thread context. |
commit | commitdiff | tree |
2006-12-06 |
Gabe Black | Added basic flatten function for mips. |
commit | commitdiff | tree |
2006-12-05 |
Gabe Black | Move the SyscallReturn class into sim/syscallreturn... |
commit | commitdiff | tree |
2006-11-25 |
Gabe Black | Initial changes to get O3 working with SPARC |
commit | commitdiff | tree |
2006-11-24 |
Gabe Black | Merge zower:/eecshome/m5/newmem |
commit | commitdiff | tree |
2006-11-24 |
Gabe Black | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-11-24 |
Gabe Black | Rename this function. |
commit | commitdiff | tree |
2006-11-24 |
Gabe Black | Fix weird type modifier. |
commit | commitdiff | tree |
2006-11-24 |
Gabe Black | Fix an include problem. |
commit | commitdiff | tree |
2006-11-24 |
Steve Reinhardt | Add no-op versions of ivlb and ivle back in for backwar... |
commit | commitdiff | tree |
2006-11-23 |
Steve Reinhardt | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem |
commit | commitdiff | tree |
2006-11-23 |
Gabe Black | Use the right constant. |
commit | commitdiff | tree |
2006-11-23 |
Gabe Black | Fixes to the isa description. |
commit | commitdiff | tree |
2006-11-23 |
Gabe Black | Moved some constants from isa_traits.hh to the reg... |
commit | commitdiff | tree |
2006-11-23 |
Gabe Black | Added a parameter to set memory to zero. This is to... |
commit | commitdiff | tree |
2006-11-23 |
Ron Dreslinski | Do a functional access to levels above on a read as... |
commit | commitdiff | tree |
2006-11-22 |
Gabe Black | Merge zizzer:/bk/sparcfs |
commit | commitdiff | tree |
2006-11-20 |
Gabe Black | Fix an assert to correctly make sure a request falls... |
commit | commitdiff | tree |
2006-11-20 |
Gabe Black | Add in checks of more Legion based state, and put in... |
commit | commitdiff | tree |
2006-11-20 |
Gabe Black | Make sure only real bits of pstate can be set. |
commit | commitdiff | tree |
2006-11-20 |
Gabe Black | Set the pstate.priv bit to 1 in hyperpriveleged mode... |
commit | commitdiff | tree |
2006-11-20 |
Gabe Black | Add in rom/rams for the nvram, hypervisor description... |
commit | commitdiff | tree |
2006-11-20 |
Kevin Lim | Fix typo. |
commit | commitdiff | tree |
2006-11-19 |
Steve Reinhardt | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem |
commit | commitdiff | tree |
2006-11-19 |
Kevin Lim | Update Virtual and Physical ports. |
commit | commitdiff | tree |
2006-11-18 |
Ron Dreslinski | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-11-18 |
Ron Dreslinski | Make an initialization pass for the thread context... |
commit | commitdiff | tree |
2006-11-16 |
Nathan Binkert | add warn_once which will print any given warning message |
commit | commitdiff | tree |
2006-11-16 |
Nathan Binkert | Implement a single config file to encompass all of... |
commit | commitdiff | tree |
2006-11-16 |
Nathan Binkert | implement RUSAGE_CHILDREN for getrusage since it's... |
commit | commitdiff | tree |
2006-11-16 |
Nathan Binkert | Implement current working directory for LiveProcesses |
commit | commitdiff | tree |
2006-11-16 |
Gabe Black | Merge zower.eecs.umich.edu:/home/gblack/m5/newmemmemops |
commit | commitdiff | tree |
2006-11-16 |
Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem/ |
commit | commitdiff | tree |
2006-11-16 |
Gabe Black | Fixes for SPARC_FS |
commit | commitdiff | tree |
2006-11-15 |
Ron Dreslinski | Add L2 cache option to fs.py --l2cache |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-11-14 |
Kevin Lim | Various fixes to delete packet and request a little... |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | Fix bugs around uni-coherence invalidates being propoga... |
commit | commitdiff | tree |
2006-11-14 |
Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem/ |
commit | commitdiff | tree |
2006-11-14 |
Gabe Black | Merge 141.212.106.238:/home/gblack/m5/newmemmemops |
commit | commitdiff | tree |
2006-11-14 |
Gabe Black | Create a stub t1000 platform. |
commit | commitdiff | tree |
2006-11-14 |
Lisa Hsu | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-11-14 |
Lisa Hsu | interrupts.hh: |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | If all the targets aren't satisfied, reinitialize the... |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | Update atomic and functional paths for snoops as well |
commit | commitdiff | tree |
2006-11-14 |
Gabe Black | Merge 141.212.106.238:/home/gblack/m5/newmemmemops |
commit | commitdiff | tree |
2006-11-14 |
Gabe Black | Set hpstate to be what I'm assuming Legion is. |
commit | commitdiff | tree |
2006-11-14 |
Gabe Black | Make sure a POR doesn't clobber the value of the hpstate. |
commit | commitdiff | tree |
2006-11-14 |
Gabe Black | Fix up the disassembly a little. |
commit | commitdiff | tree |
2006-11-14 |
Gabe Black | Merge 141.212.106.238:/home/gblack/m5/newmemmemops |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | Update phase param in the .py file for the cpus |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | Update bus bridges now that snoop ranges are passed... |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | Make cpu's capable of having a phase shift |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | Fix a bug to handle the fact that a CPU can send Functi... |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | If we didn't satisfy all targets, reset the packet... |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | Fix some errors related to snooping and functional... |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | Fix problems with snoop ranges not working properly... |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | Changes needed for a bus from CPU->L1 |
commit | commitdiff | tree |
2006-11-14 |
Ron Dreslinski | Since cpus now send out snoop ranges, remove it from... |
commit | commitdiff | tree |
2006-11-13 |
Ron Dreslinski | Make CPU models signal to update the snoop ranges |
commit | commitdiff | tree |
2006-11-13 |
Lisa Hsu | main.i: |
commit | commitdiff | tree |
2006-11-13 |
Ron Dreslinski | Update splash2 config files |
commit | commitdiff | tree |
2006-11-13 |
Nathan Binkert | Expose debugBreakCycle through swig and get rid of |
commit | commitdiff | tree |
2006-11-13 |
Nathan Binkert | Clean up comment |
commit | commitdiff | tree |
2006-11-13 |
Ali Saidi | Parse CC/CXX early so that we use the correct compiler... |
commit | commitdiff | tree |
2006-11-13 |
Kevin Lim | Merge ktlim@zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-11-13 |
Kevin Lim | More interrupt reworking. |
commit | commitdiff | tree |
2006-11-13 |
Steve Reinhardt | Merge zizzer.eecs.umich.edu:/bk/newmem |
commit | commitdiff | tree |
2006-11-13 |
Steve Reinhardt | Make setRegWithEffect do something in SE mode. |
commit | commitdiff | tree |
2006-11-13 |
Kevin Lim | Change warn to DPRINTF. |
commit | commitdiff | tree |
2006-11-13 |
Kevin Lim | Update output refs. Some FS statistics will change... |
commit | commitdiff | tree |
2006-11-13 |
Kevin Lim | Fix typo. |
commit | commitdiff | tree |
2006-11-13 |
Kevin Lim | Fix for regression failure. |
commit | commitdiff | tree |
2006-11-13 |
Gabe Black | Merge zizzer.eecs.umich.edu:/bk/newmem/ |
commit | commitdiff | tree |
2006-11-13 |
Kevin Lim | Merge ktlim@zamp:./local/clean/tmp/test-regress |
commit | commitdiff | tree |
2006-11-13 |
Kevin Lim | Fix for non-FS compile. |
commit | commitdiff | tree |
2006-11-13 |
Nathan Binkert | Create a module called internal where swigged stuff... |
commit | commitdiff | tree |
2006-11-13 |
Kevin Lim | Updates to support new interrupt processing and removal... |
commit | commitdiff | tree |
2006-11-12 |
Ron Dreslinski | Update for maxtick in splash2/memtest configs |
commit | commitdiff | tree |
2006-11-12 |
Ron Dreslinski | Update refs for functional access fixes |
commit | commitdiff | tree |
2006-11-12 |
Ron Dreslinski | Merge zizzer:/bk/newmem |
commit | commitdiff | tree |
2006-11-12 |
Ron Dreslinski | Physical memory overrides the tport version of recvFunc... |
commit | commitdiff | tree |
2006-11-12 |
Ron Dreslinski | Handle packets being deleted by lower level properly. |
commit | commitdiff | tree |
2006-11-12 |
Ron Dreslinski | Don't insert reponses into the list more than once |
commit | commitdiff | tree |
2006-11-12 |
Ron Dreslinski | Move code before a early return to make sure it is... |
commit | commitdiff | tree |
next |