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
/
kern
/
tru64
/
tru64.hh
Age
Commit message (
Expand
)
Author
2010-05-06
macos: MacOS has deprecated getdirentries, so just disable the code.
Nathan Binkert
2009-10-30
Syscalls: Make system calls access arguments like a stack, not an array.
Gabe Black
2009-09-23
arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh
Nathan Binkert
2009-07-08
Alpha: Pull the MiscRegFile fully into the ISA object.
Gabe Black
2009-07-08
Registers: Eliminate the ISA defined RegFile class.
Gabe Black
2009-07-08
Registers: Add an ISA object which replaces the MiscRegFile.
Gabe Black
2009-04-15
Get rid of the Unallocated thread context state.
Steve Reinhardt
2009-02-27
Processes: Make getting and setting system call arguments part of a process o...
Gabe Black
2008-11-02
Make it so that all thread contexts are registered with the System, even in
Lisa Hsu
2008-09-26
Use logical operator instead of bitwise operator for correctness.
Nathan Binkert
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2007-07-26
X86: Fix argument register indexing.
Gabe Black
2007-04-16
Fixes for splash, may conflict with Korey's SMT work and doesn't support 03cp...
Ron Dreslinski
2007-03-07
*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
Ali Saidi
2007-03-06
Move all of the parameters of the Root SimObject so they are
Nathan Binkert
2006-11-09
Moved the Alpha MiscRegFile into it's own file, and got rid of the Alpha spec...
Gabe Black
2006-10-23
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-10-21
Tweak a few things for better page fault debugging.
Steve Reinhardt
2006-10-12
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-10-08
Allocate new thread stacks and shared mem region via Process page table
Steve Reinhardt
2006-09-30
Some code cleanup.
Gabe Black
2006-09-17
Finished changing how stat structures are translated, fixed the handling of v...
Gabe Black
2006-09-15
Changes to correct stat behavior
Gabe Black
2006-06-06
Change ExecContext to ThreadContext. This is being renamed to differentiate ...
Kevin Lim
2006-06-02
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-30
Merge ktlim@zizzer:/bk/m5
Kevin Lim
2006-05-22
New directory structure:
Steve Reinhardt