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
path:
root
/
src
/
sim
Age
Commit message (
Expand
)
Author
2009-04-08
tlb: More fixing of unified TLB
Nathan Binkert
2009-04-08
tlb: Don't separate the TLB classes into an instruction TLB and a data TLB
Gabe Black
2009-03-05
stats: Fix all stats usages to deal with template fixes
Nathan Binkert
2009-03-05
serialize: Allow floats and doubles to be serialized
Nathan Binkert
2009-02-27
Processes: Make getting and setting system call arguments part of a process o...
Gabe Black
2009-02-27
X86: Add a class to support 32 bit x86 linux process.
Gabe Black
2009-02-26
CPA: Add new object for gathering critical path annotations.
Ali Saidi
2009-02-25
CPU: Implement translateTiming which defers to translateAtomic, and convert t...
Gabe Black
2009-02-25
ISA: Replace the translate functions in the TLBs with translateAtomic.
Gabe Black
2009-02-23
stats: cleanup static stats to make startup work.
Nathan Binkert
2009-02-23
debug: Move debug_break into src/base
Nathan Binkert
2009-02-16
sycalls: implement mremap() and add DATA flag for getrlimit(). mremap has bee...
Lisa Hsu
2009-02-15
X86: Make the loader recognize 32 bit x86 processes.
Gabe Black
2009-01-30
Errors: Use the correct panic/warn/fatal/info message in some places.
Ali Saidi
2009-01-29
Fix typo
Nathan Binkert
2009-01-24
pseudo inst: Add new wake cpu instruction for sending a message to wake a cpu.
Nathan Binkert
2009-01-19
python: Rework how things are imported
Nathan Binkert
2009-01-17
Fix issue 326: glibc non-deterministic because it reads /proc
Ali Saidi
2009-01-06
Tracing: Make tracing aware of macro and micro ops.
Gabe Black
2008-12-17
Make Alpha pseudo-insts available from SE mode.
Steve Reinhardt
2008-12-08
eventq: Add some debugging code to the eventq.
Nathan Binkert
2008-12-07
imported patch aux-fix.patch
Lisa Hsu
2008-12-06
eventq: use the flags data structure
Nathan Binkert
2008-12-06
eventq: move virtual function definitiions to the .cc file.
Nathan Binkert
2008-12-05
This brings M5 closer to modernity - the kernel being advertised is newer so ...
Lisa Hsu
2008-12-04
This patch pulls out the auxiliary vector struct from individual ISA
Lisa Hsu
2008-11-20
Assume files w/o obvious OS are Linux (with warning)
Steve Reinhardt
2008-11-15
syscalls: fix latent brk/obreak bug.
Steve Reinhardt
2008-11-10
pseudo inst: Add rpns (read processor nanoseconds) instruction.
Nathan Binkert
2008-11-10
clean: Move some stuff from the hh file to the cc file.
Nathan Binkert
2008-11-10
python: Fix the reference counting for python events placed on the eventq.
Nathan Binkert
2008-11-05
Right now a single thread cpu 1 could get assigned context Id != 1, depending
Lisa Hsu
2008-11-02
Add in Context IDs to the simulator. From now on, cpuId is almost never used,
Lisa Hsu
2008-11-02
Make it so that all thread contexts are registered with the System, even in
Lisa Hsu
2008-11-02
make BaseCPU the provider of _cpuId, and cpuId() instead of being scattered
Lisa Hsu
2008-10-14
eventq: revert code for unserializing events.
Nathan Binkert
2008-10-12
CPU: Create a microcode ROM object in the CPU which is defined by the ISA.
Gabe Black
2008-10-10
TLB: Make all tlbs derive from a common base class in both python and C++.
Gabe Black
2008-10-10
Rename the info function to inform to avoid likely name conflicts
Nathan Binkert
2008-10-10
output: Make panic/fatal/warn more flexible so we can add some new ones.
Nathan Binkert
2008-10-10
gdb: add a debugging function that enters the python interpreter.
Nathan Binkert
2008-10-09
SimObjects: Clean up handling of C++ namespaces.
Nathan Binkert
2008-10-09
eventq: convert all usage of events to use the new API.
Nathan Binkert
2008-10-09
eventq: Major API change for the Event and EventQueue structures.
Nathan Binkert
2008-10-09
eventq: Don't use inline friend function when a static function will do.
Nathan Binkert
2008-10-09
SCons: add code to provide a libm5 shared library.
Nathan Binkert
2008-10-09
eventq: I'm sick of the warning about MaxTick being unused.
Nathan Binkert
2008-10-02
Output: Verify output files are open after opening them.
Ali Saidi
2008-09-29
Fix EVENTQ_DEBUG vs DEBUG_EVENTQ #define inconsistency.
Steve Reinhardt
2008-09-19
We're using the static keyword improperly in some cases.
Nathan Binkert
[next]