X86: Move startup code to the system object to initialize a Linux system.
[gem5.git] / src / cpu /
2007-11-21 Gabe Blackimported patch pagewalker.patch
2007-11-20 Gabe BlackMerge with head.
2007-11-20 Gabe BlackSimple CPU fix simple mistake in translateDataWriteAddr.
2007-11-16 Korey Sewelladd thread id to misc. reg functions
2007-11-16 Korey Sewelladd MicroPC functions back to thread context
2007-11-16 Korey Sewelladd microPC stuff back in. got deleted on changeset...
2007-11-15 Korey Sewellput the flattenIndex stuff back in O3 AND put fatal...
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey Sewelladd core specific parameter to BaseCPU params
2007-11-15 Korey SewellGet MIPS simple regression working. Take out unecessary...
2007-11-15 Korey Sewellbranch merge
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-11-13 Gabe BlackX86: Separate out the page table walker into it's own...
2007-11-12 Gabe BlackX86: Work on the page table walker, TLB, and related...
2007-11-12 Gabe BlackX86: Implement a page table walker.
2007-11-12 Gabe BlackX86: Make the micropc available through the thread...
2007-11-08 Ali SaidiTimingSimpleCPU: Add some DPRINTFs when the cpu suspend...
2007-11-08 Ali SaidiAtomicSimpleCPU: Refactor resume() code to have a clean...
2007-11-08 Ali SaidiInterrupts: Inline some code and remove duplication.
2007-11-08 Ali SaidiCPU: Add function to explictly compare thread contexts...
2007-11-06 Gabe BlackO3: Remove unneeded variable.
2007-11-01 Steve ReinhardtString constant const-ness changes to placate g++ 4.2.
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-31 Ali SaidiTraceflags: Add SCons function to created a traceflag...
2007-10-22 Gabe BlackMerge with head.
2007-10-22 Gabe BlackCPU: Add functions to the "ExecContext"s that translate...
2007-10-19 Gabe BlackMerge with head.
2007-10-18 Ali SaidiCPU: Use the ThreadContext cpu id instead of the params...
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackPredecoder: Clear out predecoder state on an ITLB fault.
2007-10-03 Gabe BlackCPU: Make the cpuid parameter get set in SE mode as...
2007-10-03 Gabe BlackCPU: Make the cpus check the pc event queues in SE...
2007-10-03 Gabe BlackCPU: Make sure the system parameter gets set in the...
2007-10-01 Ali SaidiCPU: fix sparc_fs booting with SimpleTimingCPU.
2007-09-28 Ali SaidiUpdate stats for quiesced cycles
2007-09-28 Ali SaidiRename cycles() function to ticks()
2007-09-28 Ali SaidiUpdate statistics to use cycles properly instead of...
2007-09-26 Gabe BlackMerge with head.
2007-09-26 Gabe BlackSPARC: Fix a stupid mistake which was breaking the...
2007-09-25 Gabe BlackX86: Get X86_FS to compile.
2007-09-20 Gabe BlackX86: Put in the foundation for x87 stack based fp regis...
2007-09-05 Gabe BlackMerge with head.
2007-09-05 Gabe BlackX86/StateTrace: Make m5 and statetrace track mmx and...
2007-08-31 Gabe BlackX86: Get x86 to compile again after the simobject const...
2007-08-30 Miles KaufmannFix miscellaneous small typos.
2007-08-30 Miles Kaufmannparams: Deprecate old-style constructors; update most...
2007-08-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackMerge with head
2007-08-27 Gabe BlackO3 CPU: Remove alignment check from dynamic instruction...
2007-08-27 Gabe BlackSimple CPU: Don't trace instructions that fault. Otherw...
2007-08-27 Gabe BlackSimple CPU: Added code that will split requests that...
2007-08-27 Gabe BlackSimple CPU: Make sure only instructions which complete...
2007-08-27 Gabe BlackAddress Translation: Make SE mode use an actual TLB...
2007-08-24 Ali SaidiMem: Make errors in the memory system be responses...
2007-08-21 Gabe BlackMerge with head.
2007-08-21 Kevin Limo3: Fix for retry ID bug.
2007-08-19 Gabe BlackMerge with head.
2007-08-14 Gabe BlackMerge with head.
2007-08-14 Ali SaidiMerge IGNORE_STYLE change and my change.
2007-08-13 Gabe BlackO3: Set up the predicted npc and nnpc for a fault carry...
2007-08-13 Gabe BlackMove the "translate" member functions back into the...
2007-08-12 Nathan Binkertmerge
2007-08-08 Vincentius RobbyAdded fastmem option.
2007-08-08 Vincentius RobbyPort, StaticInst: Revert unnecessary changes.
2007-08-08 Vincentius Robbyalpha: Make the TLB cache to actually work.
2007-08-07 Gabe BlackMerge with head.
2007-08-07 Gabe BlackX86: Make a microcode branch microop.
2007-08-05 Gabe BlackMerge with head.
2007-08-04 Nathan Binkertswitching: turn on profiling after a switch if there...
2007-08-04 Nathan Binkertmerge
2007-08-04 Nathan BinkertSimpleCPU: Add some DPRINTFs
2007-08-04 Vincentius RobbyStaticInst: Fix decode cache initialization. Cache...
2007-08-03 Steve Reinhardtmerge from head
2007-08-01 Nathan Binkertmerge: mips fix to getArgument
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Ali SaidiMerge Gabe and my changes to arch/mips/utility.hh
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackX86: Reorganize the native tracing code.
2007-08-01 Gabe BlackAdd a flag to indicate an instruction triggers a syscal...
2007-07-31 Steve ReinhardtMerge from head.
2007-07-30 Gabe BlackFix problem with tracer not being initialized.
2007-07-29 Gabe BlackMerge with head.
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Steve ReinhardtBsaeCPU: Get rid of some bad DPRINTFs.
2007-07-29 Gabe BlackMerge ... head. style.py was also missing an argument...
2007-07-29 Gabe BlackX86: Fix register ordering.
2007-07-29 Nathan Binkertmerge: style.py fix
2007-07-29 Gabe BlackMerge with head.
2007-07-29 Gabe BlackTurn the instruction tracing code into pluggable sim...
2007-07-29 Steve ReinhardtAtomicSimpleCPU: fix inadvertent loss of endian convers...
2007-07-29 Nathan Binkertmerge whitespace fixes
2007-07-29 Nathan Binkertmerge whitespace changes
2007-07-27 Steve Reinhardtcache/memtest: fixes for functional accesses.
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-27 Gabe BlackMerge with head.
2007-07-27 Gabe BlackX86: Fix argument register indexing.
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Nathan BinkertMajor changes to how SimObjects are created and initial...
2007-07-23 Steve ReinhardtFix WriteReq/StoreCondReq setting in O3.
next