gem5.git
2008-01-15 Steve ReinhardtUpdate O3 ref outputs: very minor stats change due...
2008-01-14 Ke MengThe reason is that the event is supposed to put the...
2008-01-12 Gabe BlackX86: Redo the bit test instructions.
2008-01-12 Gabe BlackX86: Fix the wrmsr instruction.
2008-01-12 Gabe BlackX86: Make the effective segment base shadow the regular...
2008-01-12 Gabe BlackX86: Make the IO ports work using extra physical addres...
2008-01-12 Gabe BlackX86: Fix the general IO instructions dataSize.
2008-01-06 Geoffrey BlakeTemporary fix for ll/sc bug see flyspray task for more...
2008-01-02 Steve ReinhardtVery minor memtest regression stats changes from recent...
2008-01-02 Steve ReinhardtAdd ReadRespWithInvalidate to handle multi-level cohere...
2008-01-02 Steve ReinhardtMark cache-to-cache MSHRs as downstreamPending when...
2008-01-02 Steve ReinhardtDon't DPRINTF in the middle of a PrintReq.
2008-01-02 Steve ReinhardtBug fix: functional cache port now needs otherPort...
2008-01-02 Steve ReinhardtAdditional comments and helper functions for PrintReq.
2008-01-02 Steve ReinhardtAdd functional PrintReq command for memory-system debug...
2008-01-02 Steve ReinhardtFix formatting and comments in cache_impl.hh
2008-01-01 Gabe BlackSPARC: Fix a bug where the TLB would match against...
2007-12-18 Ali SaidiCheckpointing: Fix a bug in the simulation script when...
2007-12-16 Ali SaidiCPU: Update where the simple cpus read their cpu id...
2007-12-11 Steve ReinhardtFix minor bug in util/style.py
2007-12-03 Gabe BlackX86: Update the parser reference output which has myste...
2007-12-03 Gabe BlackX86: Please excuse my dear Aunt Sally. (precedence...
2007-12-02 Gabe BlackX86: Make sure the memory index is calculated using...
2007-12-02 Gabe BlackX86: Fix a copy/paste mistake where the bit test instru...
2007-12-02 Gabe BlackX86: Make the page not present panic more descriptive.
2007-12-02 Gabe BlackX86: Start setting up the real mode data structure.
2007-12-02 Gabe BlackX86: Make the 0xA0-0xA3 versions of mov use the right...
2007-12-02 Gabe BlackX86: Add in a missing "break".
2007-12-02 Gabe BlackX86: Actually do something for the MiscRegFile clear...
2007-12-02 Gabe BlackX86: Move startup code to the system object to initiali...
2007-12-02 Gabe BlackX86: Add a missing microcode file to the sconscript.
2007-12-02 Gabe BlackX86: Fix a copy paste error in the bts microcode.
2007-12-02 Gabe BlackX86: Implement mov from control register.
2007-12-02 Gabe BlackX86: First crack at far returns. This is grossly approx...
2007-12-02 Gabe BlackX86: Reorganize segmentation and implement segment...
2007-12-02 Gabe BlackX86: Make the "fault" microop predicated.
2007-12-02 Gabe BlackX86: Implement the LIDT instruction.
2007-12-02 Gabe BlackX86: Implement the lgdt instruction.
2007-12-02 Gabe BlackX86: Implement wrbase and wrlimit for loading pseudo...
2007-12-02 Gabe BlackX86: Separate the effective seg base and the "hidden...
2007-12-01 Gabe BlackSPARC: Fixes for invalidateAll and demapAll in the...
2007-11-30 Gabe BlackSPARC: Fix 32 bit register window flushing endian conve...
2007-11-29 Gabe BlackSPARC: Fix the initial stack to match what the Linux...
2007-11-29 Gabe BlackSPARC: Combine the 64 and 32 bit process initialization...
2007-11-29 Ali Saidimerge, no manual changes
2007-11-29 Rick StrongSerialization: Fix serialization of file descriptors...
2007-11-28 Gabe BlackMake ports that aren't connected to anything fail more...
2007-11-21 Gabe Blackimported patch pagewalker.patch
2007-11-21 Gabe BlackGet rid of a file that should have never been committed.
2007-11-20 Gabe BlackMerge with head.
2007-11-20 Gabe BlackSimple CPU fix simple mistake in translateDataWriteAddr.
2007-11-20 Steve ReinhardtMight as well ship splash2 scripts since we get questio...
2007-11-20 Ali SaidiSerialization: Serialize SPARC PTEs last so their nameO...
2007-11-19 Ali SaidiMemory: Cache the physical memory start and size so...
2007-11-19 Ali SaidiCompiling: Make sure that libelf is also compiled for...
2007-11-17 Steve ReinhardtMake EXTRAS work for relative directories.
2007-11-17 Steve ReinhardtUpdate memtest results due to new deferred-target-promo...
2007-11-17 Steve ReinhardtTweak check for writable block fill.
2007-11-17 Steve ReinhardtFix bug on exclusive response to ReadReq with pending...
2007-11-17 Korey Sewelladd back in clobbered MIPS fix for g++ 4.2
2007-11-17 Korey Sewellgo back and fix up MIPS copyright headers
2007-11-17 Korey Sewellmove initCPU, processInterrupts declaration to core_spe...
2007-11-17 Korey SewellAccidently kept hardcoded memory value in merge. Remove...
2007-11-17 Korey SewellGabe's 32-bit X86 fix merge
2007-11-17 Korey Sewellcompile-time fix for setMipsOptions function
2007-11-16 Gabe BlackX86: Fix 32 bit compilation.
2007-11-16 Korey Sewellremove unnecessary namespace
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 Sewellfix MIPS headers
2007-11-15 Korey Sewelladd setMipsOptions function for MIPS usage
2007-11-15 Korey Sewelladd core specific parameter to BaseCPU params
2007-11-15 Korey SewellAdd CoreSpecific type to all archs
2007-11-15 Ali SaidiConfigs: Fix for benchmarks that don't use getopt.
2007-11-15 Ali SaidiConfig: Fix some errors in the splash2 config file.
2007-11-15 Korey SewellGet MIPS simple regression working. Take out unecessary...
2007-11-15 Korey Sewellbranch merge
2007-11-15 Ali SaidiCheckpointing: Name SE page table entries better so...
2007-11-14 Korey Sewellcomment and spacing
2007-11-14 Korey SewellGet MIPS_SE actually working again by actually by fixin...
2007-11-14 Korey Sewellremove unnecessary debug messages I added
2007-11-14 Steve ReinhardtAdd -k flag to util/regress.
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-11-13 Gabe BlackX86: Make microcode use presegmentation RIPs and the...
2007-11-13 Gabe BlackX86: Separate out the page table walker into it's own...
2007-11-13 Gabe BlackParams: Fix check for cycles in the configuration and...
2007-11-12 Gabe BlackX86: Fix a stupid typo where WRMSR and RDMSR were switc...
2007-11-12 Gabe BlackX86: Implement tlb invalidation and make it happen...
2007-11-12 Gabe BlackX86: Implement the wrcr microop which writes a control...
2007-11-12 Gabe BlackX86: Implement some bit testing instructions.
2007-11-12 Gabe BlackX86: Change the meaning of the sext and zext width...
2007-11-12 Gabe BlackX86: Flesh out the opcode groups for two byte opcodes.
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-12 Gabe BlackX86: Implement the startupCPU function.
2007-11-12 Gabe BlackX86: Make some of the bits of CR0 do what they're suppo...
next