projects
/
gem5.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gem5.git
2008-02-14
Ali Saidi
CPU: move the PC Events code to a place where the code...
commit
|
commitdiff
|
tree
2008-02-14
Ali Saidi
Configs: Change Simulation.py to return a subclass...
commit
|
commitdiff
|
tree
2008-02-11
Ali Saidi
Update copyright dates
commit
|
commitdiff
|
tree
2008-02-11
Steve Reinhardt
Automated merge with file:/home/stever/hg/m5-orig
commit
|
commitdiff
|
tree
2008-02-11
Steve Reinhardt
EXTRAS now points to src instead of needing 'src' subdir.
commit
|
commitdiff
|
tree
2008-02-11
Steve Reinhardt
Wait to set BUILD_DIR until *after* env is copied.
commit
|
commitdiff
|
tree
2008-02-11
Nicolas Zea
Bus: Only update port cache when there is an item to...
commit
|
commitdiff
|
tree
2008-02-11
Ali Saidi
IGbE: Fix a couple of bugs.
commit
|
commitdiff
|
tree
2008-02-10
Steve Reinhardt
Fix #include lines for renamed cache files.
commit
|
commitdiff
|
tree
2008-02-10
Steve Reinhardt
Rename cache files for brevity and consistency with...
commit
|
commitdiff
|
tree
2008-02-06
Stephen Hines
Make the Event::description() a const function
commit
|
commitdiff
|
tree
2008-02-06
Stephen Hines
Add base ARM code to M5
commit
|
commitdiff
|
tree
2008-02-06
Steve Reinhardt
Cleaned up os.path imports a bit.
commit
|
commitdiff
|
tree
2008-02-06
Steve Reinhardt
Make EXTRAS work for SConsopts too.
commit
|
commitdiff
|
tree
2008-01-23
Gabe Black
X86: Put an SMBios/DMI table in memory.
commit
|
commitdiff
|
tree
2008-01-23
Gabe Black
X86: Optomize the bit scanning instruction microassembl...
commit
|
commitdiff
|
tree
2008-01-22
Gabe Black
X86: Implement and attach the BSR and BSF instructions.
commit
|
commitdiff
|
tree
2008-01-21
Gabe Black
X86: Fill out group17 in the decoder.
commit
|
commitdiff
|
tree
2008-01-21
Gabe Black
X86: Use the existing boot_osflags instead of duplicati...
commit
|
commitdiff
|
tree
2008-01-16
Ali Saidi
Update long o3 regressions for o3 change in previous...
commit
|
commitdiff
|
tree
2008-01-15
Steve Reinhardt
Update O3 ref outputs: very minor stats change due...
commit
|
commitdiff
|
tree
2008-01-14
Ke Meng
The reason is that the event is supposed to put the...
commit
|
commitdiff
|
tree
2008-01-12
Gabe Black
X86: Redo the bit test instructions.
commit
|
commitdiff
|
tree
2008-01-12
Gabe Black
X86: Fix the wrmsr instruction.
commit
|
commitdiff
|
tree
2008-01-12
Gabe Black
X86: Make the effective segment base shadow the regular...
commit
|
commitdiff
|
tree
2008-01-12
Gabe Black
X86: Make the IO ports work using extra physical addres...
commit
|
commitdiff
|
tree
2008-01-12
Gabe Black
X86: Fix the general IO instructions dataSize.
commit
|
commitdiff
|
tree
2008-01-06
Geoffrey Blake
Temporary fix for ll/sc bug see flyspray task for more...
commit
|
commitdiff
|
tree
2008-01-02
Steve Reinhardt
Very minor memtest regression stats changes from recent...
commit
|
commitdiff
|
tree
2008-01-02
Steve Reinhardt
Add ReadRespWithInvalidate to handle multi-level cohere...
commit
|
commitdiff
|
tree
2008-01-02
Steve Reinhardt
Mark cache-to-cache MSHRs as downstreamPending when...
commit
|
commitdiff
|
tree
2008-01-02
Steve Reinhardt
Don't DPRINTF in the middle of a PrintReq.
commit
|
commitdiff
|
tree
2008-01-02
Steve Reinhardt
Bug fix: functional cache port now needs otherPort...
commit
|
commitdiff
|
tree
2008-01-02
Steve Reinhardt
Additional comments and helper functions for PrintReq.
commit
|
commitdiff
|
tree
2008-01-02
Steve Reinhardt
Add functional PrintReq command for memory-system debug...
commit
|
commitdiff
|
tree
2008-01-02
Steve Reinhardt
Fix formatting and comments in cache_impl.hh
commit
|
commitdiff
|
tree
2008-01-01
Gabe Black
SPARC: Fix a bug where the TLB would match against...
commit
|
commitdiff
|
tree
2007-12-18
Ali Saidi
Checkpointing: Fix a bug in the simulation script when...
commit
|
commitdiff
|
tree
2007-12-16
Ali Saidi
CPU: Update where the simple cpus read their cpu id...
commit
|
commitdiff
|
tree
2007-12-11
Steve Reinhardt
Fix minor bug in util/style.py
commit
|
commitdiff
|
tree
2007-12-03
Gabe Black
X86: Update the parser reference output which has myste...
commit
|
commitdiff
|
tree
2007-12-03
Gabe Black
X86: Please excuse my dear Aunt Sally. (precedence...
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Make sure the memory index is calculated using...
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Fix a copy/paste mistake where the bit test instru...
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Make the page not present panic more descriptive.
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Start setting up the real mode data structure.
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Make the 0xA0-0xA3 versions of mov use the right...
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Add in a missing "break".
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Actually do something for the MiscRegFile clear...
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Move startup code to the system object to initiali...
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Add a missing microcode file to the sconscript.
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Fix a copy paste error in the bts microcode.
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Implement mov from control register.
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: First crack at far returns. This is grossly approx...
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Reorganize segmentation and implement segment...
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Make the "fault" microop predicated.
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Implement the LIDT instruction.
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Implement the lgdt instruction.
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Implement wrbase and wrlimit for loading pseudo...
commit
|
commitdiff
|
tree
2007-12-02
Gabe Black
X86: Separate the effective seg base and the "hidden...
commit
|
commitdiff
|
tree
2007-12-01
Gabe Black
SPARC: Fixes for invalidateAll and demapAll in the...
commit
|
commitdiff
|
tree
2007-11-30
Gabe Black
SPARC: Fix 32 bit register window flushing endian conve...
commit
|
commitdiff
|
tree
2007-11-29
Gabe Black
SPARC: Fix the initial stack to match what the Linux...
commit
|
commitdiff
|
tree
2007-11-29
Gabe Black
SPARC: Combine the 64 and 32 bit process initialization...
commit
|
commitdiff
|
tree
2007-11-29
Ali Saidi
merge, no manual changes
commit
|
commitdiff
|
tree
2007-11-29
Rick Strong
Serialization: Fix serialization of file descriptors...
commit
|
commitdiff
|
tree
2007-11-28
Gabe Black
Make ports that aren't connected to anything fail more...
commit
|
commitdiff
|
tree
2007-11-21
Gabe Black
imported patch pagewalker.patch
commit
|
commitdiff
|
tree
2007-11-21
Gabe Black
Get rid of a file that should have never been committed.
commit
|
commitdiff
|
tree
2007-11-20
Gabe Black
Merge with head.
commit
|
commitdiff
|
tree
2007-11-20
Gabe Black
Simple CPU fix simple mistake in translateDataWriteAddr.
commit
|
commitdiff
|
tree
2007-11-20
Steve Reinhardt
Might as well ship splash2 scripts since we get questio...
commit
|
commitdiff
|
tree
2007-11-20
Ali Saidi
Serialization: Serialize SPARC PTEs last so their nameO...
commit
|
commitdiff
|
tree
2007-11-19
Ali Saidi
Memory: Cache the physical memory start and size so...
commit
|
commitdiff
|
tree
2007-11-19
Ali Saidi
Compiling: Make sure that libelf is also compiled for...
commit
|
commitdiff
|
tree
2007-11-17
Steve Reinhardt
Make EXTRAS work for relative directories.
commit
|
commitdiff
|
tree
2007-11-17
Steve Reinhardt
Update memtest results due to new deferred-target-promo...
commit
|
commitdiff
|
tree
2007-11-17
Steve Reinhardt
Tweak check for writable block fill.
commit
|
commitdiff
|
tree
2007-11-17
Steve Reinhardt
Fix bug on exclusive response to ReadReq with pending...
commit
|
commitdiff
|
tree
2007-11-17
Korey Sewell
add back in clobbered MIPS fix for g++ 4.2
commit
|
commitdiff
|
tree
2007-11-17
Korey Sewell
go back and fix up MIPS copyright headers
commit
|
commitdiff
|
tree
2007-11-17
Korey Sewell
move initCPU, processInterrupts declaration to core_spe...
commit
|
commitdiff
|
tree
2007-11-17
Korey Sewell
Accidently kept hardcoded memory value in merge. Remove...
commit
|
commitdiff
|
tree
2007-11-17
Korey Sewell
Gabe's 32-bit X86 fix merge
commit
|
commitdiff
|
tree
2007-11-17
Korey Sewell
compile-time fix for setMipsOptions function
commit
|
commitdiff
|
tree
2007-11-16
Gabe Black
X86: Fix 32 bit compilation.
commit
|
commitdiff
|
tree
2007-11-16
Korey Sewell
remove unnecessary namespace
commit
|
commitdiff
|
tree
2007-11-16
Korey Sewell
add thread id to misc. reg functions
commit
|
commitdiff
|
tree
2007-11-16
Korey Sewell
add MicroPC functions back to thread context
commit
|
commitdiff
|
tree
2007-11-16
Korey Sewell
add microPC stuff back in. got deleted on changeset...
commit
|
commitdiff
|
tree
2007-11-15
Korey Sewell
put the flattenIndex stuff back in O3 AND put fatal...
commit
|
commitdiff
|
tree
2007-11-15
Korey Sewell
merge Ali's config change...
commit
|
commitdiff
|
tree
2007-11-15
Korey Sewell
fix MIPS headers
commit
|
commitdiff
|
tree
2007-11-15
Korey Sewell
add setMipsOptions function for MIPS usage
commit
|
commitdiff
|
tree
2007-11-15
Korey Sewell
add core specific parameter to BaseCPU params
commit
|
commitdiff
|
tree
2007-11-15
Korey Sewell
Add CoreSpecific type to all archs
commit
|
commitdiff
|
tree
2007-11-15
Ali Saidi
Configs: Fix for benchmarks that don't use getopt.
commit
|
commitdiff
|
tree
2007-11-15
Ali Saidi
Config: Fix some errors in the splash2 config file.
commit
|
commitdiff
|
tree
2007-11-15
Korey Sewell
Get MIPS simple regression working. Take out unecessary...
commit
|
commitdiff
|
tree
2007-11-15
Korey Sewell
branch merge
commit
|
commitdiff
|
tree
next