Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black | |
These files aren't a collection of miscellaneous stuff, they're the definition of the Logger interface, and a few utility macros for calling into that interface (panic, warn, etc.). Change-Id: I84267ac3f45896a83c0ef027f8f19c5e9a5667d1 Reviewed-on: https://gem5-review.googlesource.com/6226 Reviewed-by: Brandon Potter <Brandon.Potter@amd.com> Maintainer: Gabe Black <gabeblack@google.com> | |||
2016-11-09 | style: [patch 3/22] reduce include dependencies in some headers | Brandon Potter | |
Used cppclean to help identify useless includes and removed them. This involved erroneously included headers, but also cases where forward declarations could have been used rather than a full include. | |||
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). | |||
2011-10-09 | SE/FS: Build the Interrupt objects in SE mode. | Gabe Black | |