summaryrefslogtreecommitdiff
path: root/src/kern
AgeCommit message (Expand)Author
2007-08-01Arguments: Get rid of duplicate code for the Arguments class in each architec...Ali Saidi
2007-07-26X86: Fix argument register indexing.Gabe Black
2007-05-21Change getDeviceAddressRanges to use bool for snoop arg.Steve Reinhardt
2007-05-01change the way dprintf works so the cache accesses required to fulfill the dp...Ali Saidi
2007-04-30always skip the debugprintf function (DebugPrintf traceflag shouldn't matter)...Ali Saidi
2007-04-16Fixes for splash, may conflict with Korey's SMT work and doesn't support 03cp...Ron Dreslinski
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2007-02-10Clean up tracing stuff more, get rid of the trace log sinceNathan Binkert
2006-11-09Moved the Alpha MiscRegFile into it's own file, and got rid of the Alpha spec...Gabe Black
2006-11-07Fixed to account for branch delay slots.Gabe Black
2006-11-07Put kernel_stats back into arch.Gabe Black
2006-11-07A cleaner hack.Gabe Black
2006-11-07Definition of stub kernel_stats object. This just uses the base object.Gabe Black
2006-11-07Alpha derived classes for kernel_stats.Gabe Black
2006-11-07Moved the idle event out of system_events.hh. The skipFuncEvent can be made I...Gabe Black
2006-11-07Moved the switched version of kernel_stats.hh back to kern, and moved the bas...Gabe Black
2006-11-07Made kern a switching header file directory.Gabe Black
2006-11-06Got rid of the ivlb and ivle kernel stats.Gabe Black
2006-11-06Took the Alpha prefix off of AlphaArguments, and made sure it was being used ...Gabe Black
2006-10-23Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-21Tweak a few things for better page fault debugging.Steve Reinhardt
2006-10-12Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-08Allocate new thread stacks and shared mem region via Process page tableSteve Reinhardt
2006-09-30Some code cleanup.Gabe Black
2006-09-17Finished changing how stat structures are translated, fixed the handling of v...Gabe Black
2006-09-15Changes to correct stat behaviorGabe Black
2006-06-17Merge zizzer.eecs.umich.edu:/bk/newmemSteve Reinhardt
2006-06-17Fixes to compile under Cygwin.Steve Reinhardt
2006-06-17Add myself to list of authorsNathan Binkert
2006-06-11Merge iceaxe.:/Volumes/work/research/m5/headNathan Binkert
2006-06-07Reorganization/renaming of CPUExecContext. Now it is called SimpleThread in ...Kevin Lim
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-06-02Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-05-22New directory structure:Steve Reinhardt