Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter | |
2016-07-21 | isa: Modify get/check interrupt routines | Mitch Hayenga | |
Make it so that getInterrupt *always* returns an interrupt if checkInterrupts() returns true. This fixes/simplifies handling of interrupts on the SMT FS CPUs (currently minor). | |||
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson | |
This patch takes quite a large step in transitioning from the ad-hoc RefCountingPtr to the c++11 shared_ptr by adopting its use for all Faults. There are no changes in behaviour, and the code modifications are mostly just replacing "new" with "make_shared". | |||
2011-10-09 | SE/FS: Build the Interrupt objects in SE mode. | Gabe Black | |
2009-07-21 | MIPS: Format the register index constants like the other ISAs. | Gabe Black | |
Also a few more style fixes. | |||
2009-07-21 | MIPS: Get MIPS_FS to compile, more style fixes. | Gabe Black | |
Some breakage was from my BitUnion change, some was much older. | |||
2009-07-21 | MIPS: Many style fixes. | Gabe Black | |
White space, commented out code, some other minor fixes. | |||
2008-10-21 | style: Use the correct m5 style for things relating to interrupts. | Nathan Binkert | |
2008-10-12 | CPU: Eliminate the get_vec function. | Gabe Black | |
2007-11-15 | fix MIPS headers | Korey Sewell | |
--HG-- extra : convert_revision : 2870a146a1be0e8c80878090f39c0eaa15d2eb13 | |||
2007-11-13 | Add in files from merge-bare-iron, get them compiling in FS and SE mode | Korey Sewell | |
--HG-- extra : convert_revision : d4e19afda897bc3797868b40469ce2ec7ec7d251 |