index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-09-27
alpha: Clean up namespace usage.
Nathan Binkert
2008-09-27
arch: TheISA shouldn't really ever be used in the arch directory.
Nathan Binkert
2008-09-27
alpha: Get rid fo the namespace called EV5.
Nathan Binkert
2008-09-27
style
Nathan Binkert
2008-09-27
add a bit of style
Nathan Binkert
2008-09-26
style: missed space after switch
Nathan Binkert
2008-09-26
When nesting if statements, use braces to avoid ambiguous else clauses.
Nathan Binkert
2008-09-26
Use logical operator instead of bitwise operator for correctness.
Nathan Binkert
2008-09-26
style: bring this file into M5 style, use the new pte translate function.
Nathan Binkert
2008-09-26
scons: disable several gcc warnings for swig autogenerated wrapper code.
Nathan Binkert
2008-09-26
style: These files didn't even come close to following the M5 style guide.
Nathan Binkert
2008-09-26
O3CPU: Fix thread writeback logic.
Kevin Lim
2008-09-26
O3CPU: Add a hack to ensure that nextPC is set correctly after syscalls.
Kevin Lim
2008-09-23
sparc: Fix style, create a helper function for translation.
Nathan Binkert
2008-09-22
scons: Separate swig environment so we can have different flags.
Nathan Binkert
2008-09-22
gcc: Version 4.3 is pretty anal about shadowing types, placate it.
Nathan Binkert
2008-09-22
style
Nathan Binkert
2008-09-21
SCons: Update compare_versions() to ignore trailing charecters in versions.
Ali Saidi
2008-09-19
We're searching for g++ incorrectly
Nathan Binkert
2008-09-19
We're using the static keyword improperly in some cases.
Nathan Binkert
2008-09-19
atomicio: provide atomic read and write functions.
Nathan Binkert
2008-09-19
Use C++ limits where applicable for portability
Nathan Binkert
2008-09-19
Use the proper version of C++ headers
Nathan Binkert
2008-09-19
Check the return value of I/O operations for failure
Nathan Binkert
2008-09-19
inifile: Whack preprocessor access.
Nathan Binkert
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-09-09
style: this file did not conform to style
Nathan Binkert
2008-09-08
style: This file hugely violated the M5 style.
Nathan Binkert
2008-09-03
X86: Fix the microcode for sign/zero extending moves that use high byte regis...
Gabe Black
2008-08-26
Device: Fix bug in DmaPort::recvRetry. The interface attempts to send the sam...
Clint Smullen
2008-08-24
IGbE: Patches I neglected to apply before pushing the previous igbe changeset
Ali Saidi
2008-08-19
CPU: Get rid of two more duplicated CPU params.
Gabe Black
2008-08-18
Changed BaseCPU::ProfileEvent's interval member to be of type Tick. This was ...
Richard Strong
2008-08-13
Add the ability to specify a think time before descriptor fetch/writeback sta...
Ali Saidi
2008-08-13
Add the ability for a DMA to tack on an extra delay after the DMA is actually...
Ali Saidi
2008-08-13
More subtle fixes to how interrupts are supposed to work in the device. Fix p...
Ali Saidi
2008-08-13
Return an UnimpFault for an ITB translation of an uncachable address. We don'...
Ali Saidi
2008-08-11
style
Nathan Binkert
2008-08-11
params: Get rid of the remnants of the old style parameter configuration stuff.
Nathan Binkert
2008-08-11
params: Convert the CPU objects to use the auto generated param structs.
Nathan Binkert
2008-08-04
Make time format in 'started' line same as 'compiled'.
Steve Reinhardt
2008-08-04
Get rid of outputStream... wasn't really being used
Steve Reinhardt
2008-08-04
Minor fix for test/SConscript... forgot to 'qref' before 'qdel', argh.
Steve Reinhardt
2008-08-04
Make test/SConscript use new redirection options.
Steve Reinhardt
2008-08-04
Add -r/-e options to redirect stdout/stderr.
Steve Reinhardt
2008-08-03
sockets: Add a function to disable all listening sockets.
Nathan Binkert
2008-08-03
libm5: Create a libm5 static library for embedding m5.
Nathan Binkert
2008-08-03
syscall: Avoid a compiler warning which turns into a bug.
Nathan Binkert
2008-08-03
Make default PhysicalMemory latency slightly more realistic.
Steve Reinhardt
2008-08-03
X86: Make hint nops consume their modrm byte.
Gabe Black
[next]