Age | Commit message (Expand) | Author |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black |
2010-05-06 | macos: MacOS has deprecated getdirentries, so just disable the code. | Nathan Binkert |
2009-10-30 | Syscalls: Make system calls access arguments like a stack, not an array. | Gabe Black |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-07-08 | Alpha: Pull the MiscRegFile fully into the ISA object. | Gabe Black |
2009-07-08 | Registers: Eliminate the ISA defined RegFile class. | Gabe Black |
2009-07-08 | Registers: Add an ISA object which replaces the MiscRegFile. | Gabe Black |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-04-15 | Get rid of the Unallocated thread context state. | Steve Reinhardt |
2009-02-27 | Processes: Make getting and setting system call arguments part of a process o... | Gabe Black |
2008-11-02 | Make it so that all thread contexts are registered with the System, even in | Lisa Hsu |
2008-09-27 | style: Make a style pass over the whole arch/alpha directory. | Nathan Binkert |
2008-09-27 | alpha: Get rid fo the namespace called EV5. | Nathan Binkert |
2008-09-26 | Use logical operator instead of bitwise operator for correctness. | Nathan Binkert |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2007-10-31 | String constant const-ness changes to placate g++ 4.2. | Steve Reinhardt |
2007-08-01 | Arguments: Get rid of duplicate code for the Arguments class in each architec... | Ali Saidi |
2007-07-26 | X86: Fix argument register indexing. | Gabe Black |
2007-05-21 | Change getDeviceAddressRanges to use bool for snoop arg. | Steve Reinhardt |
2007-04-16 | Fixes for splash, may conflict with Korey's SMT work and doesn't support 03cp... | Ron Dreslinski |
2007-03-07 | *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg | Ali Saidi |
2007-03-06 | Move all of the parameters of the Root SimObject so they are | Nathan Binkert |
2007-02-10 | Clean up tracing stuff more, get rid of the trace log since | Nathan Binkert |
2006-11-09 | Moved the Alpha MiscRegFile into it's own file, and got rid of the Alpha spec... | Gabe Black |
2006-11-06 | Took the Alpha prefix off of AlphaArguments, and made sure it was being used ... | Gabe Black |
2006-10-23 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-21 | Tweak a few things for better page fault debugging. | Steve Reinhardt |
2006-10-12 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-08 | Allocate new thread stacks and shared mem region via Process page table | Steve Reinhardt |
2006-09-30 | Some code cleanup. | Gabe Black |
2006-09-17 | Finished changing how stat structures are translated, fixed the handling of v... | Gabe Black |
2006-09-15 | Changes to correct stat behavior | Gabe Black |
2006-06-06 | Change ExecContext to ThreadContext. This is being renamed to differentiate ... | Kevin Lim |
2006-06-02 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-30 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-05-22 | New directory structure: | Steve Reinhardt |