Age | Commit message (Expand) | Author |
2012-01-07 | Merge with main repository. | Gabe Black |
2011-11-18 | SE/FS: Get rid of includes of config/full_system.hh. | Gabe Black |
2011-11-01 | SE/FS: Get rid of uses of FULL_SYSTEM in Alpha. | Gabe Black |
2011-10-31 | GCC: Get everything working with gcc 4.6.1. | Gabe Black |
2011-04-15 | debug: create a Debug namespace | Nathan Binkert |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-08-23 | ISA: Get rid of old, unused utility functions cluttering up the ISAs. | Gabe Black |
2010-06-14 | stats: get rid of the never-really-used event stuff | Nathan Binkert |
2010-06-03 | More minor gdb-related cleanup. | Steve Reinhardt |
2009-07-08 | Get rid of the unused get(Data|Inst)Asid and (inst|data)Asid functions. | Gabe Black |
2009-07-08 | Alpha: Pull the MiscRegFile fully into the ISA object. | Gabe Black |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-02-26 | CPA: Add code to automatically record function symbols as CPU executes. | Ali Saidi |
2009-02-23 | debug: Move debug_break into src/base | Nathan Binkert |
2008-10-20 | O3CPU: Undo Gabe's changes to remove hwrei and simpalcheck from O3 CPU. Remo... | Ali Saidi |
2008-10-11 | CPU: Eliminate the simPalCheck funciton. | Gabe Black |
2008-10-11 | CPU: Eliminate the hwrei function. | Gabe Black |
2008-09-27 | style: Make a style pass over the whole arch/alpha directory. | Nathan Binkert |
2008-09-27 | alpha: Clean up namespace usage. | Nathan Binkert |
2008-09-27 | arch: TheISA shouldn't really ever be used in the arch directory. | Nathan Binkert |
2008-09-27 | alpha: Get rid fo the namespace called EV5. | Nathan Binkert |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2007-08-26 | Address translation: Make the page table more flexible. | Gabe Black |
2007-08-26 | Address Translation: Make SE mode use an actual TLB/MMU for translation like FS. | Gabe Black |
2007-04-21 | fixes for solaris compile | Ali Saidi |
2007-03-07 | *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg | Ali Saidi |
2007-01-26 | eliminate cpu checkInterrupts bool, it is redundant and unnecessary. | Lisa Hsu |
2006-11-09 | Moved the Alpha MiscRegFile into it's own file, and got rid of the Alpha spec... | Gabe Black |
2006-11-07 | Put kernel_stats back into arch. | Gabe Black |
2006-11-07 | Moved the switched version of kernel_stats.hh back to kern, and moved the bas... | Gabe Black |
2006-11-06 | Remote GDB support has been changed to use inheritance. Alpha should work, bu... | Gabe Black |
2006-11-03 | Got rid of "inPalMode". Some places are still effectively checking if they ar... | Gabe Black |
2006-11-01 | Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ... | Gabe Black |
2006-10-31 | Made the old name refer to the miscreg index to prevent having to change code... | Gabe Black |
2006-10-31 | Make the IPRs use regular miscreg indexes, and make a table or two to find th... | Gabe Black |
2006-09-30 | Merge ktlim@zamp:./local/clean/o3-merge/m5 | Kevin Lim |
2006-08-15 | Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alph... | Gabe Black |
2006-06-12 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-06-12 | Fix memory leak. | Kevin Lim |
2006-06-10 | Update scripts for testing ALPHA_FS and MIPS_SE. | Steve Reinhardt |
2006-06-09 | Merge vm1.(none):/home/stever/bk/newmem | Steve Reinhardt |
2006-06-09 | Move main control from C++ into Python. | Steve Reinhardt |
2006-06-07 | Reorganization/renaming of CPUExecContext. Now it is called SimpleThread in ... | Kevin Lim |
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 |