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-12 | Add "using namespace TheISA" to syscall emulation functions so they pick up t... | Steve Reinhardt |
2006-03-09 | SimpleCPU compiles with merge. | Gabe Black |
2006-03-07 | Updates for the quiesceEvent that was added to the XC. | Kevin Lim |
2006-03-04 | move alpha specific code into arch/alpha | 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-27 | Changed targetarch to just arch. | 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-18 | Move Linux/Tru64 architecture independent code into kern/* | Ali Saidi |
2006-02-12 | Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ... | Gabe Black |
2006-02-03 | byte_swap.hh was removed from arch/alpha/, and replaced by sim/byteswap.hh. T... | Gabe Black |
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-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-06-30 | Remove #include statments in various files within kern/ | Benjamin Nash |
2005-06-05 | changes linux process names slightly | Ali Saidi |
2005-06-05 | Cleanup copyright stuff. Add our copyright files that | Nathan Binkert |
2005-06-05 | Many files: | Steve Reinhardt |
2005-06-05 | added copyright | Ali Saidi |
2005-06-04 | shuffle files around for new directory structure | Nathan Binkert |
2005-05-02 | Skip calibrate delay again. | Nathan Binkert |
2005-04-28 | Clean up output for pc break events, and remove a unneeded break event. | Ron Dreslinski |
2005-04-11 | Make the notion of a global event tick independent of the actual | Nathan Binkert |
2005-02-09 | Merger | Ron Dreslinski |
2005-02-09 | Some more useful debugging info for kernel panic and die events | Ron Dreslinski |
2005-01-18 | Merge changes to make m5 g++ 3.4 compatible. | Kevin Lim |
2005-01-15 | New and improved configuration mechanism. No more writing of | Nathan Binkert |
2005-01-14 | Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change... | Kevin Lim |
2004-11-15 | Minor cleanup of symtab code/includes. | Steve Reinhardt |
2004-11-15 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 | Steve Reinhardt |
2004-11-15 | Add support for sampled PC profiling to FullCPU. | Steve Reinhardt |
2004-11-14 | by default bin interrupts seperately from kernel code. | Ali Saidi |
2004-10-23 | make stuff compile on openbsd again | Nathan Binkert |
2004-10-22 | Make targetarch directory in build tree and copy arch/alpha files to it | Steve Reinhardt |
2004-09-24 | only set stuff up for binning interrupts if interrupt binning is on | Ali Saidi |
2004-09-22 | fix unaligned memory offset and some small fixes to interrupt binning | Ali Saidi |
2004-09-16 | switch contexts on palcode rather than kernel code | Ali Saidi |
2004-09-03 | added system option to bin interrupt code seperately. | Ali Saidi |
2004-08-20 | std:: | Nathan Binkert |
2004-08-20 | - Clean up and factor out all of the binning code into a | Nathan Binkert |
2004-08-18 | Added code using VPtr to be able to extract info from linux thread | Ali Saidi |