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
/
dev
/
alpha
Age
Commit message (
Expand
)
Author
2009-05-17
includes: sort includes again
Nathan Binkert
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-02-01
Devices: Add support for legacy fixed IO locations in BARs.
Gabe Black
2008-11-02
Add in Context IDs to the simulator. From now on, cpuId is almost never used,
Lisa Hsu
2008-10-11
Devices: Make the Intel8254Timer device only use pointers to its counters.
Gabe Black
2008-10-09
eventq: convert all usage of events to use the new API.
Nathan Binkert
2008-09-27
gcc: Add extra parens to quell warnings.
Nathan Binkert
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-06-17
rename AlphaConsole to AlphaBackdoor
Nathan Binkert
2008-06-17
Rename SimConsole to Terminal since it makes more sense
Nathan Binkert
2008-06-12
Alpha: Get rid of an old include of a non-existant file.
Gabe Black
2008-06-12
Dev: Seperate the 8254 timer from tsunami and use it in that and the PC.
Gabe Black
2008-03-25
Devices: Separate out the MC146818 RTC so both Alpha and X86 can use it.
Gabe Black
2008-02-06
Make the Event::description() a const function
Stephen Hines
2007-10-31
Traceflags: Add SCons function to created a traceflag instead of having one f...
Ali Saidi
2007-08-30
params: Deprecate old-style constructors; update most SimObject constructors.
Miles Kaufmann
2007-08-26
Merge with head
Gabe Black
2007-07-26
Merge python and x86 changes with cache branch
Nathan Binkert
2007-07-23
Major changes to how SimObjects are created and initialized. Almost all
Nathan Binkert
2007-07-14
Merge of DPRINTF fixes from head.
Steve Reinhardt
2007-07-14
Fix & tweak DPRINTFs for tracediff w/new cache code.
Steve Reinhardt
2007-06-30
Get rid of Packet result field. Error responses are
Steve Reinhardt
2007-05-27
Move SimObject python files alongside the C++ and fix
Nathan Binkert
2007-04-21
fixes for solaris compile
Ali Saidi
2007-03-10
Rework the way SCons recurses into subdirectories, making it
Nathan Binkert
2007-03-03
Implement Niagara I/O interface and rework interrupts
Ali Saidi
2007-02-13
Make mulitple consoles work and be distinguishable from each other
Ali Saidi
2007-01-28
Stick the conversion of python to unix time with all of
Nathan Binkert
2007-01-25
Instead of passing an int to represent time between python and C++
Nathan Binkert
2007-01-03
Add 'Time' as a parameter type that can accept various
Nathan Binkert
2006-12-24
Make sure that all of the bits in the result are set
Nathan Binkert
2006-12-15
little fixes i noticed while searching for reason for address range issues (b...
Lisa Hsu
2006-11-06
Get rid of pcifake.cc and tsunami_fake.cc to go with the merged default devices.
Gabe Black
2006-11-06
Moved the tsunami devices into the dev/alpha directory. Other devices "generi...
Gabe Black
2006-11-06
Created seperate SConscript for the dev directory. Made subdirectories for Al...
Gabe Black