summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-12-04Legion actually writes to tl-1 in the data structure, so we need to compare c...Ali Saidi
2006-12-04Turn cache MissQueue/BlockingBuffer into virtual objectSteve Reinhardt
2006-12-04More changes to get SPARC fs closer. Now at 1.2M cycles before differenceAli Saidi
2006-12-02Merge vm1.(none):/home/stever/bk/newmem-headSteve Reinhardt
2006-12-02Support better param conversions to/from numeric subclasses.Steve Reinhardt
2006-12-02Fix help strings on GenRepl params.Steve Reinhardt
2006-12-02Make cache compression policy a runtime virtual thingSteve Reinhardt
2006-12-02Fixes for MIPS_SE compiling. Regressions seem to work, but Korey should make...Kevin Lim
2006-11-30Load the hypervisor symbols twice, once with an address mask so that we can g...Ali Saidi
2006-11-29Add TLB DprintfsAli Saidi
2006-11-29Fixes to get compilation.Gabe Black
2006-11-29Merge zizzer:/bk/sparcfsGabe Black
2006-11-29Merge zizzer:/bk/newmemAli Saidi
2006-11-29Add support for mmapped iprs to atomic cpuAli Saidi
2006-11-29Change the connecting of the physPort and virtPort to the memory object below...Kevin Lim
2006-11-28Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-28Remove assertion. It's not needed and messes up writebacks when a 2 level ca...Kevin Lim
2006-11-27Add TRACING_ON setting for m5.prof.Steve Reinhardt
2006-11-24Initial changes to get O3 working with SPARCGabe Black
2006-11-24Merge zower:/eecshome/m5/newmemGabe Black
2006-11-24Merge zizzer:/bk/newmemGabe Black
2006-11-24Rename this function.Gabe Black
2006-11-24Fix weird type modifier.Gabe Black
2006-11-24Fix an include problem.Gabe Black
2006-11-24Add no-op versions of ivlb and ivle back in for backwards compatibility.Steve Reinhardt
2006-11-23Merge zizzer:/bk/sparcfsAli Saidi
2006-11-23first cut at a sparc tlbAli Saidi
2006-11-23Use the right constant.Gabe Black
2006-11-23Fixes to the isa description.Gabe Black
2006-11-22Moved some constants from isa_traits.hh to the reg file headers.Gabe Black
2006-11-22Added a parameter to set memory to zero. This is to support Legion, and once ...Gabe Black
2006-11-22Do a functional access to levels above on a read as a temporary solution for ...Ron Dreslinski
2006-11-22Merge zizzer:/bk/sparcfsGabe Black
2006-11-20Fix an assert to correctly make sure a request falls entirely inside a memory.Gabe Black
2006-11-20Add in checks of more Legion based state, and put in more sophisticated forma...Gabe Black
2006-11-20Make sure only real bits of pstate can be set.Gabe Black
2006-11-20Set the pstate.priv bit to 1 in hyperpriveleged mode. The description in the ...Gabe Black
2006-11-20Add in rom/rams for the nvram, hypervisor description, and partition descript...Gabe Black
2006-11-20Fix typo.Kevin Lim
2006-11-19Update Virtual and Physical ports.Kevin Lim
2006-11-17Merge zizzer:/bk/newmemRon Dreslinski
2006-11-17Make an initialization pass for the thread context and set the [phys,virt]Por...Ron Dreslinski
2006-11-16add warn_once which will print any given warning messageNathan Binkert
2006-11-16implement RUSAGE_CHILDREN for getrusage since it's trivialNathan Binkert
2006-11-16Implement current working directory for LiveProcessesNathan Binkert
2006-11-16Merge zower.eecs.umich.edu:/home/gblack/m5/newmemmemopsGabe Black
2006-11-16Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-16Fixes for SPARC_FSGabe Black
2006-11-14Merge zizzer:/bk/newmemRon Dreslinski
2006-11-14Various fixes to delete packet and request a little better.Kevin Lim