Age | Commit message (Expand) | Author |
2006-04-13 | Move RLIMIT constants to OS/ISA specific files instead of generic OS containe... | Korey Sewell |
2006-04-13 | Changes that get rid of the OSFlags and derive a new class of this format <ar... | Korey Sewell |
2006-04-12 | add OSFlags struct to AlphaISA/MipsISA namespace. The OS classes then use the... | Korey Sewell |
2006-04-06 | fixes for new memory system | Ali Saidi |
2006-03-30 | Fixes for full system compiling. | Kevin Lim |
2006-03-29 | Remove "using namespace std" from global declarations. | Kevin Lim |
2006-03-14 | Changed the floating point register file into a class with appropriate access... | Gabe Black |
2006-03-12 | Add "using namespace TheISA" to syscall emulation functions so they pick up t... | Steve Reinhardt |
2006-03-10 | Added ev5.hh to files which should include it directly, now that it isn't inc... | Gabe Black |
2006-03-10 | It now runs hello world binary. | Ron Dreslinski |
2006-03-09 | SimpleCPU compiles with merge. | Gabe Black |
2006-03-07 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-03-07 | Updates for the quiesceEvent that was added to the XC. | Kevin Lim |
2006-03-07 | Some clean up work with faults. | Gabe Black |
2006-03-05 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-03-04 | Merge zizzer:/bk/m5 | Ali Saidi |
2006-03-04 | move alpha specific code into arch/alpha | Ali Saidi |
2006-03-04 | Steps towards setting up the infrastructure to allow the new CPU model to wor... | Kevin Lim |
2006-03-04 | properly align the uid and size fields in the pre_F54_stat structure. | Ali Saidi |
2006-03-03 | Merge zizzer:/bk/m5 | Ali Saidi |
2006-03-03 | First cut at moving alpha specefic stuff out of /sim/system* into | Ali Saidi |
2006-02-28 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-02-27 | Changes to put all the misc regs within the misc reg file. This includes the... | Kevin Lim |
2006-02-27 | Changed targetarch to just arch. | Gabe Black |
2006-02-27 | Fixed up some include paths. | Gabe Black |
2006-02-27 | Where architecture independent sources included arch/alpha/xxx.hh, they were ... | Gabe Black |
2006-02-24 | Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appr... | Gabe Black |
2006-02-21 | Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old... | Gabe Black |
2006-02-21 | Made Addr a global type | Gabe Black |
2006-02-19 | Reapplied changes which were undone by a pull | Gabe Black |
2006-02-19 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 | Gabe Black |
2006-02-19 | Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names... | Gabe Black |
2006-02-19 | Merge zizzer:/bk/m5 | Ali Saidi |
2006-02-18 | Move Linux/Tru64 architecture independent code into kern/* | Ali Saidi |
2006-02-16 | Remove fake fault. | Kevin Lim |
2006-02-16 | Changed the fault enum into a class, and fixed everything up to work with it.... | Gabe Black |
2006-02-12 | Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ... | Gabe Black |
2006-02-08 | Alot of changes to push towards ISA independence. Highlights are renaming of ... | Gabe Black |
2006-02-03 | byte_swap.hh was removed from arch/alpha/, and replaced by sim/byteswap.hh. T... | Gabe Black |
2005-10-18 | Add new function profiling stuff, wrap the pc_sample stuff into it. | Nathan Binkert |
2005-09-30 | Clean up some formatting | Nathan Binkert |
2005-09-24 | Add functions to System object to set up function-based events, | Steve Reinhardt |
2005-08-23 | Clean up the passing of the boot command line to the kernel. | Nathan Binkert |
2005-08-16 | Clean up freebsd_system.cc. | Benjamin Nash |
2005-08-15 | Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_dir/m5 | Benjamin Nash |
2005-08-15 | Changes for getting FreeBSD to run. | Miguel Serrano |
2005-08-12 | Improve FreeBSD networking support. | Benjamin Nash |
2005-07-28 | Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_new/m5 | Benjamin Nash |
2005-07-28 | ghgfsdf | Miguel Serrano |
2005-07-01 | Hand merge ide_disk.cc | Benjamin Nash |