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
/
x86
/
linux
/
linux.hh
Age
Commit message (
Expand
)
Author
2016-12-15
syscall_emul: add support for x86 statfs system calls
Brandon Potter
2016-04-01
syscall_emul: remove mmapFlagTable
Steve Reinhardt
2016-03-17
syscall_emul: move mmapGrowsDown() to LiveProcess
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
2012-04-29
X86: Fix up the open system call's flags.
Vince Weaver
2012-02-12
X86: open flags: Another patch from Vince Weaver
Gabe Black
2011-10-22
syscall_emul: implement MAP_FIXED option to mmap()
Steve Reinhardt
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-10-20
Fix stat64 structure on 32-bit X86_SE
Vince Weaver
2009-10-02
X86: Make successive anonymous mmaps move down in 32 bit SE mode Linux.
Gabe Black
2009-09-15
Syscalls: Implement sysinfo() syscall.
Vince Weaver
2009-02-27
X86: Add a structure to allow mapping between the host and guest fstat formats.
Gabe Black
2009-02-27
X86: Add a 32 bit mmap2 system call.
Gabe Black
2009-02-27
X86: Install some 32 bit system calls.
Gabe Black
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-06-11
X86: Fix building on *BSD hosts
Ali Saidi
2007-08-04
X86: Make the open flags correct.
Gabe Black
2007-07-30
X86: __pad0 should be a 4 byte pad, not a 4 long array of 4 byte pads.
Gabe Black
2007-07-30
X86: Fix up the stat structure. This probably still isn't right.
Gabe Black
2007-07-24
Add a tgt_iovec structure to support writev, change the name of X86Linux to X...
Gabe Black
2007-03-06
Get X86 to load an elf and start a process for it.
Gabe Black