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
Age
Commit message (
Expand
)
Author
2009-10-20
hook up stat64 syscall on 32-bit X86_SE
Vince Weaver
2009-10-20
Fix stat64 structure on 32-bit X86_SE
Vince Weaver
2009-10-19
Enable getuid and getgid related syscalls on X86_SE
Vince Weaver
2009-10-16
Ignore rt_sigaction() syscalls on x86 and x86_64
Vince Weaver
2009-10-10
Hook up the munmap() syscall for 32-bit x86.
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-09-15
[mq]: x86syscalls.patch
Vince Weaver
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-04-21
Commit m5threads package.
Daniel Sanchez
2009-04-19
SE mode: Make keeping track of the number of syscalls less hacky.
Gabe Black
2009-02-27
X86: Install the exit system call.
Gabe Black
2009-02-27
X86: Install the 32 bit write system call.
Gabe Black
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 a 32 bit fstat64 system call.
Gabe Black
2009-02-27
X86: Implement the 32 bit set_thread_area system call.
Gabe Black
2009-02-27
X86: Install some 32 bit system calls.
Gabe Black
2009-02-27
Processes: Make getting and setting system call arguments part of a process o...
Gabe Black
2009-02-27
X86: Distinguish the width of values on the stack between 32 and 64 bit proce...
Gabe Black
2009-02-27
X86: Add a class to support 32 bit x86 linux process.
Gabe Black
2009-02-16
sycalls: implement mremap() and add DATA flag for getrlimit(). mremap has bee...
Lisa Hsu
2008-11-15
syscalls: fix latent brk/obreak bug.
Steve Reinhardt
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-06-12
X86: Make the e820 table manually or automatically configurable from python.
Gabe Black
2008-06-11
X86: Fix building on *BSD hosts
Ali Saidi
2008-01-21
X86: Use the existing boot_osflags instead of duplicating it.
Gabe Black
2007-12-02
X86: Start setting up the real mode data structure.
Gabe Black
2007-12-01
X86: Move startup code to the system object to initialize a Linux system.
Gabe Black
2007-12-01
X86: Separate the effective seg base and the "hidden" seg base.
Gabe Black
2007-10-16
Make the process objects use the Params structs in their constructors, and us...
Gabe Black
2007-09-19
X86: Enable the rename system call.
Gabe Black
2007-09-19
X86: Enable the unlink system call.
Gabe Black
2007-08-28
X86: Hook in an implementation for lseek.
Gabe Black
2007-08-04
X86: Make the open flags correct.
Gabe Black
2007-08-04
X86: Add the arch_prctl system call and fix up some microcoding.
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: Turn on the exit_group, exit, munmap, and write syscalls.
Gabe Black
2007-07-30
X86: Fix up the stat structure. This probably still isn't right.
Gabe Black
2007-07-30
X86: Turn on some system calls, and make the kernel version match my developm...
Gabe Black
2007-07-26
Add functions for mmap and brk.
Gabe Black
2007-07-24
Add a tgt_iovec structure to support writev, change the name of X86Linux to X...
Gabe Black
2007-07-22
Add the "open" syscall.
Gabe Black
2007-03-06
Get X86 to load an elf and start a process for it.
Gabe Black
[prev]