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
/
arch
/
alpha
Age
Commit message (
Expand
)
Author
2007-09-19
X86: Put in the foundation for x87 stack based fp registers.
Gabe Black
2007-09-13
Syscall Emulation: Add stat64 syscall.
Ali Saidi
2007-08-30
params: Deprecate old-style constructors; update most SimObject constructors.
Miles Kaufmann
2007-08-27
Alpha: Fixes to get alpha to compile again.
Gabe Black
2007-08-26
Address translation: Make the page table more flexible.
Gabe Black
2007-08-26
Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.
Gabe Black
2007-08-08
alpha: Quick fix for things related to TLB MRU cache.
Vincentius Robby
2007-08-08
alpha: Make the TLB cache to actually work.
Vincentius Robby
2007-08-07
Alpha: Fix an off by one error with the tlb caching mechanism.
Gabe Black
2007-08-04
alpha: Implement a cache for recently used page table entries
Vincentius Robby
2007-08-02
Linux Support: make sure that when we get the stack page for thread info we'r...
Ali Saidi
2007-08-01
Merge Gabe and my changes to arch/mips/utility.hh
Ali Saidi
2007-08-01
Arguments: Get rid of duplicate code for the Arguments class in each architec...
Ali Saidi
2007-07-31
Add a flag to indicate an instruction triggers a syscall in SE mode.
Gabe Black
2007-07-26
X86: Fix argument register indexing.
Gabe Black
2007-07-23
Major changes to how SimObjects are created and initialized. Almost all
Nathan Binkert
2007-07-22
Merge Gabe's changes with mine.
Steve Reinhardt
2007-07-18
Make name, isMachineCheckFault, and isAlignmentFault const.
Gabe Black
2007-07-14
Disable PrintThreadInfo since it causes a panic when using VPtr.
Steve Reinhardt
2007-06-19
Make branches work by repopulating the predecoder every time through. This is...
Gabe Black
2007-06-14
Modified instruction decode method.
Vincentius Robby
2007-06-13
Seperate the pc-pc and the pc of the incoming bytes, and get rid of the "more...
Gabe Black
2007-05-31
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-05-27
Move SimObject python files alongside the C++ and fix
Nathan Binkert
2007-05-18
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-05-01
fix flushAddr so it doesn't modify an iterator that has been deleted
Ali Saidi
2007-04-21
fixes for solaris compile
Ali Saidi
2007-04-21
create base/fenv.c to standerdize fenv across platforms. It's a c file and no...
Ali Saidi
2007-04-11
Make the itlb set the PHYSICAL flag on a request when it translates it. This ...
Gabe Black
2007-03-23
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2007-03-23
Make hardware loads/stores serializing; they need to avoid certain out-of-ord...
Kevin Lim
2007-03-18
Compile fixes for SPARC_FS.
Gabe Black
2007-03-15
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-03-15
Make the predecoder an object with it's own switched header file. Start addin...
Gabe Black
2007-03-13
Replaced makeExtMI with predecode.
Gabe Black
2007-03-10
Rework the way SCons recurses into subdirectories, making it
Nathan Binkert
2007-03-09
implement ipi stufff for SPARC
Ali Saidi
2007-03-07
Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...
Gabe Black
2007-03-07
*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
Ali Saidi
2007-03-04
Don't use the exact same name as a system header #define
Nathan Binkert
2007-03-03
Merge zizzer:/bk/newmem
Ali Saidi
2007-03-03
Implement Niagara I/O interface and rework interrupts
Ali Saidi
2007-02-28
The "hostname" variable isn't used in the process classes. It should be remov...
Gabe Black
2007-02-21
Merge zizzer:/bk/newmem
Ali Saidi
2007-02-21
add pseduo instruction support for sparc
Ali Saidi
2007-02-21
Fix compile issues on gcc 4.1.x related to namespaces.
Nathan Binkert
2007-02-21
#include needed for compile
Nathan Binkert
2007-02-18
implement vtophys and 32bit gdb support
Ali Saidi
2007-02-12
Merge zizzer:/bk/newmem
Ali Saidi
2007-02-12
rename store conditional stuff as extra data so it can be used for conditiona...
Ali Saidi
[next]