projects
/
gem5.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gem5.git
2009-06-05
Nathan Binkert
types: clean up types, especially signed vs unsigned
commit
|
commitdiff
|
tree
2009-06-05
Nathan Binkert
move: put predictor includes and cc files into the...
commit
|
commitdiff
|
tree
2009-06-05
Nathan Binkert
style: cleanup style
commit
|
commitdiff
|
tree
2009-06-01
Nathan Binkert
swig: %include Event before PythonEvent so python gets...
commit
|
commitdiff
|
tree
2009-05-29
Nathan Binkert
request: add accessor and constructor for setting time...
commit
|
commitdiff
|
tree
2009-05-29
Gabe Black
X86: Keep track of more descriptor state to accomodate...
commit
|
commitdiff
|
tree
2009-05-26
Nathan Binkert
types: add a type for thread IDs and try to use it...
commit
|
commitdiff
|
tree
2009-05-26
Gabe Black
X86: Really set up the GDT and various hidden/visible...
commit
|
commitdiff
|
tree
2009-05-23
Steve Reinhardt
util: mkblankimage.sh should be executable
commit
|
commitdiff
|
tree
2009-05-21
Korey Sewell
build_opts: update ALPHA_FS cpu models
commit
|
commitdiff
|
tree
2009-05-21
Steve Reinhardt
igbe: Fix descriptor cache bug.
commit
|
commitdiff
|
tree
2009-05-17
Nathan Binkert
includes: sort includes again
commit
|
commitdiff
|
tree
2009-05-17
Nathan Binkert
includes: use base/types.hh not inttypes.h or stdint.h
commit
|
commitdiff
|
tree
2009-05-17
Nathan Binkert
types: Move stuff for global types into src/base/types.hh
commit
|
commitdiff
|
tree
2009-05-13
Nathan Binkert
stats: tidy up the Distribution type a little bit
commit
|
commitdiff
|
tree
2009-05-13
Nathan Binkert
stats: fancy is a bad name
commit
|
commitdiff
|
tree
2009-05-13
Nathan Binkert
stats: clean up the code for printing stats
commit
|
commitdiff
|
tree
2009-05-13
Korey Sewell
mips-merge: merge hello world regress for inorder cpu
commit
|
commitdiff
|
tree
2009-05-13
Korey Sewell
inorder-regress: add hello MIPS_SE
commit
|
commitdiff
|
tree
2009-05-13
Nathan Binkert
ruby: deal with printf warnings and convert some to...
commit
|
commitdiff
|
tree
2009-05-13
Nathan Binkert
ruby: remove random uint typedef and use unsigned
commit
|
commitdiff
|
tree
2009-05-13
Nathan Binkert
ruby: Make ruby's Map use hashmap.hh to simplify things.
commit
|
commitdiff
|
tree
2009-05-13
Nathan Binkert
gcc: work around a bogus gcc error
commit
|
commitdiff
|
tree
2009-05-13
Nathan Binkert
slicc: work around improper initialization of a global...
commit
|
commitdiff
|
tree
2009-05-13
Nathan Binkert
slicc: clean up the slicc environment so things build...
commit
|
commitdiff
|
tree
2009-05-13
Korey Sewell
mips_se: add cpu_models to build options
commit
|
commitdiff
|
tree
2009-05-13
Korey Sewell
inorder-mips: Remove eaComp & memAcc; use 'visible...
commit
|
commitdiff
|
tree
2009-05-13
Korey Sewell
arch-mips: add regWidth constant to float regfile
commit
|
commitdiff
|
tree
2009-05-13
Korey Sewell
cpus: add InOrderCPU to default build
commit
|
commitdiff
|
tree
2009-05-13
Korey Sewell
inorder-regress: missing regress config file
commit
|
commitdiff
|
tree
2009-05-13
Korey Sewell
alpha-isa: add mt.hh so it can compile with inorder
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-regress: add vortex ALPHA_SE
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-regress: add twolf ALPHA-SE
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-regress: add hello world
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-resources: delete events
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-tlb-cunit: merge the TLB as implicit to any...
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-tlb: squash insts in TLB correctly
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-faults: ignore unalign translation faults for...
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-stc: update interface to handle store conditionals
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-float: Fix storage of FP results
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-fetch: update model to use predecoder
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-mem: clean up allocation/deletion of requests...
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-mem: skeleton support for prefetch/writehints
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-o3: allow both to compile together
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-unified-tlb: use unified TLB instead of old...
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-miscregs: Fix indexing for misc. reg operands...
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder/alpha-isa: create eaComp object visible to...
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-bpred: edits to handle non-delay-slot ISAs
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
inorder-alpha-port: initial inorder support of ALPHA
commit
|
commitdiff
|
tree
2009-05-12
Korey Sewell
isa-parser: made a few changes, but not author-worthy
commit
|
commitdiff
|
tree
2009-05-11
Korey Sewell
Merge Ruby Stuff
commit
|
commitdiff
|
tree
2009-05-11
Nathan Binkert
ruby: assert(false) should be panic.
commit
|
commitdiff
|
tree
2009-05-11
Nathan Binkert
stats: remove a few compat leftovers
commit
|
commitdiff
|
tree
2009-05-11
Nathan Binkert
python: pull out common code from main that processes...
commit
|
commitdiff
|
tree
2009-05-11
Nathan Binkert
stats: forgot an include for the mysql stuff
commit
|
commitdiff
|
tree
2009-05-11
Nathan Binkert
scons: add include guards to info.hh
commit
|
commitdiff
|
tree
2009-05-11
Nathan Binkert
ruby: add RUBY sticky option that must be set to add...
commit
|
commitdiff
|
tree
2009-05-11
Steve Reinhardt
ruby: Initial references for ruby regressions
commit
|
commitdiff
|
tree
2009-05-11
Steve Reinhardt
ruby: Set up Ruby regression tests.
commit
|
commitdiff
|
tree
2009-05-11
Daniel Sanchez
ruby: Working M5 interface and updated Ruby interface.
commit
|
commitdiff
|
tree
2009-05-11
Steve Reinhardt
ruby: Check stderr and not stdin before hanging on...
commit
|
commitdiff
|
tree
2009-05-11
Polina Dudnik
ruby: decommission code
commit
|
commitdiff
|
tree
2009-05-11
Derek Hower
ruby: removed dead functions from the sequencer
commit
|
commitdiff
|
tree
2009-05-11
Polina Dudnik
ruby: Removed g_SIMULATING flag
commit
|
commitdiff
|
tree
2009-05-11
Polina Dudnik
ruby: Remove transactional access types (e.g. LD_XACT...
commit
|
commitdiff
|
tree
2009-05-11
Polina Dudnik
ruby: reordered Debug and RubyConfig::init to fix segfault
commit
|
commitdiff
|
tree
2009-05-11
Dan Gibson
ruby: Disabled RubyEventQueue's deletion of its home...
commit
|
commitdiff
|
tree
2009-05-11
Nathan Binkert
ruby: Migrate all of ruby and slicc to SCons.
commit
|
commitdiff
|
tree
2009-05-11
Nathan Binkert
ruby: clean up a few warnings
commit
|
commitdiff
|
tree
2009-05-11
Dan Gibson
ruby: Fixed some unresolved references.
commit
|
commitdiff
|
tree
2009-05-11
Nathan Binkert
ruby: Make ruby #includes use full paths to the files...
commit
|
commitdiff
|
tree
2009-05-11
Dan Gibson
ruby: remove unnecessary code.
commit
|
commitdiff
|
tree
2009-05-11
Derek Hower
ruby: Cleaned up sequencer. Removed LogTM specific...
commit
|
commitdiff
|
tree
2009-05-11
Derek Hower
ruby: added Packet interface to makeRequest and isReady.
commit
|
commitdiff
|
tree
2009-05-11
Nathan Binkert
ruby: fold the debugging options into Debug.cc
commit
|
commitdiff
|
tree
2009-05-11
Derek Hower
ruby: Renamed Ruby's EventQueue to RubyEventQueue
commit
|
commitdiff
|
tree
2009-05-11
Daniel Sanchez
ruby: Removed System name clash by renaming ruby's...
commit
|
commitdiff
|
tree
2009-05-11
Nathan Binkert
ruby: rename config.include to config.hh and clean...
commit
|
commitdiff
|
tree
2009-05-11
Nathan Binkert
ruby: strip out some unused defines
commit
|
commitdiff
|
tree
2009-05-11
Nathan Binkert
ruby: Import ruby and slicc from GEMS
commit
|
commitdiff
|
tree
2009-05-05
Korey Sewell
branch merge
commit
|
commitdiff
|
tree
2009-05-05
Korey Sewell
cpus: fix cpu progress event
commit
|
commitdiff
|
tree
2009-05-05
Korey Sewell
merge code
commit
|
commitdiff
|
tree
2009-05-05
Korey Sewell
cpus: fix cpu progress event
commit
|
commitdiff
|
tree
2009-05-04
Nathan Binkert
scons: re-work the *Source functions to take more infor...
commit
|
commitdiff
|
tree
2009-04-26
Gabe Black
X86: Precompute the default and alternate address and...
commit
|
commitdiff
|
tree
2009-04-26
Gabe Black
X86: Split out the internal memory space from the regul...
commit
|
commitdiff
|
tree
2009-04-26
Gabe Black
X86: Centralize updates to the handy M5 reg.
commit
|
commitdiff
|
tree
2009-04-26
Gabe Black
X86: Implement lowest priority interrupts more correctly.
commit
|
commitdiff
|
tree
2009-04-26
Gabe Black
X86: Tell the function that sends int messages who...
commit
|
commitdiff
|
tree
2009-04-26
Gabe Black
X86: Make the local APICs register themselves with...
commit
|
commitdiff
|
tree
2009-04-26
Gabe Black
X86: Record the initial APIC ID which identifies an...
commit
|
commitdiff
|
tree
2009-04-26
Gabe Black
X86, Config: Make makeX86System consider the number...
commit
|
commitdiff
|
tree
2009-04-25
Gabe Black
SPARC: Tighten up the clone system call and SPARCs...
commit
|
commitdiff
|
tree
2009-04-23
Steve Reinhardt
request: reorganize flags to group related flags together.
commit
|
commitdiff
|
tree
2009-04-23
Gabe Black
X86: Put the StoreCheck flag with the others, and don...
commit
|
commitdiff
|
tree
2009-04-22
Nathan Binkert
stats: expose statistics to python
commit
|
commitdiff
|
tree
2009-04-22
Nathan Binkert
stats: Move flags into info.hh and use base/flags.hh...
commit
|
commitdiff
|
tree
2009-04-22
Nathan Binkert
stats: Shuffle around info stuff so it can be accessed...
commit
|
commitdiff
|
tree
2009-04-22
Nathan Binkert
stats: Rename the info classes to hopefully make things...
commit
|
commitdiff
|
tree
next