Age | Commit message (Expand) | Author |
2018-01-20 | arch, mem: Make the page table lookup function return a pointer. | Gabe Black |
2017-12-22 | arch,cpu: "virtualize" the TLB interface. | Gabe Black |
2017-07-05 | arch: ISA parser additions of vector registers | Rekai Gonzalez-Alberquilla |
2015-07-20 | syscall_emul: [patch 13/22] add system call retry capability | Brandon Potter |
2016-11-09 | syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead | Brandon Potter |
2017-02-17 | sparc: fix bugs caused by cd7f3a1dbf55 | Brandon Potter |
2016-11-09 | syscall_emul: [patch 4/22] remove redundant M5_pid field from process | Brandon Potter |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2014-09-27 | arch: Use const StaticInstPtr references where possible | Andreas Hansson |
2013-02-19 | scons: Add warning for missing field initializers | Andreas Hansson |
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 |