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