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
/
power
/
linux
Age
Commit message (
Expand
)
Author
2016-11-09
syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc
Brandon Potter
2016-11-09
style: [patch 1/22] use /r/3648/ to reorganize includes
Brandon Potter
2016-04-01
syscall_emul: remove mmapFlagTable
Steve Reinhardt
2016-04-01
syscall_emul: factor out flag tables into common file
Steve Reinhardt
2016-03-17
syscall_emul: extend mmap system call to support file backed mmaps
Brandon Potter
2016-03-17
syscall_emul: add many Linux kernel flags
Brandon Potter
2016-03-17
syscall_emul: rename OpenFlagTransTable struct
Brandon Potter
2014-10-22
sim: revert 6709bbcf564d
Nilay Vaish
2014-10-20
sim: implement getdents/getdents64 in user mode
Michael Adler
2013-02-19
scons: Add warning for overloaded virtual functions
Andreas Hansson
2012-08-15
sysemul: bump all linux versions of for syscal emulation to 3.0.
Ali Saidi
2012-08-06
syscall emulation: Clean up ioctl handling, and implement for x86.
Marc Orr
2012-01-17
MEM: Add port proxies instead of non-structural ports
Andreas Hansson
2011-10-22
syscall_emul: implement MAP_FIXED option to mmap()
Steve Reinhardt
2011-05-23
syscall emul: fix Power Linux mmap constant, plus other cleanup
Steve Reinhardt
2011-04-15
includes: sort all includes
Nathan Binkert
2010-08-17
sim: revamp unserialization procedure
Steve Reinhardt
2009-10-30
Syscalls: Make system calls access arguments like a stack, not an array.
Gabe Black
2009-10-27
POWER: Add support for the Power ISA
Timothy M. Jones