Age | Commit message (Expand) | Author |
2012-02-11 | SPARC: Make PSTATE and HPSTATE a BitUnion. | Gabe Black |
2012-01-29 | Implement Ali's review feedback. | Gabe Black |
2011-10-31 | SE/FS: Remove the last uses of FULL_SYSTEM from SPARC. | Gabe Black |
2011-10-30 | SE/FS: Make getProcessPtr available in both modes, and get rid of FULL_SYSTEMs. | Gabe Black |
2011-10-13 | SPARC: Narrow the scope of #if FULL_SYSTEM in SPARC's faults. | Gabe Black |
2011-09-09 | Stack: Tidy up some comments, a warning, and make stack extension consistent. | Gabe Black |
2010-11-11 | SPARC: Clean up some historical style issues. | Gabe Black |
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 |
2008-09-27 | gcc: Add extra parens to quell warnings. | Nathan Binkert |
2007-10-25 | TLB: Fix serialization issues with the tlb entries and make the page table st... | Gabe Black |
2007-08-26 | Address Translation: Make SE mode use an actual TLB/MMU for translation like FS. | Gabe Black |
2007-03-07 | Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ... | Gabe Black |
2007-03-07 | *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg | Ali Saidi |
2007-03-03 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-03 | Implement Niagara I/O interface and rework interrupts | Ali Saidi |
2007-02-28 | Make trap instructions always generate TrapInstruction Fault objects which ca... | Gabe Black |
2007-01-24 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-23 | use pstate.am to mask off PC/NPC where it needs to +be | Ali Saidi |
2007-01-22 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-01-22 | clean up fault code a little bit | Ali Saidi |
2007-01-08 | some formatting changes, and update how I do bitfields for HPSTATE and PSTATE... | Lisa Hsu |
2007-01-05 | set the softint appropriately on an timer compare interrupt | Ali Saidi |
2006-12-16 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-09 | Allocate the correct number of global registers | Ali Saidi |
2006-12-07 | get legion/m5 to first tlb miss fault | Ali Saidi |
2006-12-07 | Change how Page Faults work in SPARC. It now prints the faulting address, and... | Gabe Black |
2006-12-05 | Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre... | Gabe Black |
2006-11-20 | Set the pstate.priv bit to 1 in hyperpriveleged mode. The description in the ... | Gabe Black |
2006-11-14 | Make sure a POR doesn't clobber the value of the hpstate. | Gabe Black |
2006-11-10 | fix endian issues with condition codes | Ali Saidi |
2006-11-10 | Touched up faults, and made POR actually do something. | Gabe Black |
2006-11-09 | Fix a couple uninitialized variables. | Gabe Black |
2006-11-08 | First cut at full blown SPARC faults. There are a few details that are missing. | Gabe Black |
2006-11-08 | Sorted faults by the trap type constant, expanded their names, added in new f... | Gabe Black |
2006-11-08 | Merge zeep.eecs.umich.edu:/home/gblack/m5/newmem | Gabe Black |
2006-11-08 | Major clean up of the fault code. | Gabe Black |
2006-11-08 | The new global level is computed with min, not max. | Gabe Black |
2006-11-03 | Calling syscalls from within the trap instruction's invoke method won't work ... | Gabe Black |
2006-11-03 | Move around misc reg code | Gabe Black |
2006-10-31 | Get rid of old, commented out code. | Gabe Black |
2006-10-26 | Got rid of some debug output | Gabe Black |
2006-10-25 | Implemented the SPARC fill and spill handlers. | Gabe Black |
2006-06-26 | add syscall emulation page table fault so we can allocate more stack pages | Ali Saidi |
2006-06-12 | Removed syscall function from thread_context.hh. ThreadContext is the interf... | Kevin Lim |
2006-06-06 | Change ExecContext to ThreadContext. This is being renamed to differentiate ... | Kevin Lim |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-22 | New directory structure: | Steve Reinhardt |