summaryrefslogtreecommitdiff
path: root/src/arch/x86/linux
AgeCommit message (Expand)Author
2012-07-10syscall emulation: Add the futex system call.Marc Orr
2012-04-29X86: Fix up the open system call's flags.Vince Weaver
2012-04-29X86: Make gem5 ignore a bunch of syscalls.Vince Weaver
2012-02-24MEM: Make port proxies use references rather than pointersAndreas Hansson
2012-02-12X86: open flags: Another patch from Vince WeaverGabe Black
2012-01-17MEM: Add port proxies instead of non-structural portsAndreas Hansson
2011-10-22syscall_emul: implement MAP_FIXED option to mmap()Steve Reinhardt
2011-04-15includes: sort all includesNathan Binkert
2010-11-08X86: Fix X86_FS compilation.Gabe Black
2010-08-23X86: Create a directory for files that define register indexes.Gabe Black
2010-08-17sim: revamp unserialization procedureSteve Reinhardt
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-11-04X86: Hook up time syscall on X86Vince Weaver
2009-10-30X86: Hookup truncate/ftruncate syscalls on X86Vince Weaver
2009-10-30Syscalls: Make system calls access arguments like a stack, not an array.Gabe Black
2009-10-20hook up stat syscall on 64-bit x86_SEVince Weaver
2009-10-20hook up stat64 syscall on 32-bit X86_SEVince Weaver
2009-10-20Fix stat64 structure on 32-bit X86_SEVince Weaver
2009-10-19Enable getuid and getgid related syscalls on X86_SEVince Weaver
2009-10-16Ignore rt_sigaction() syscalls on x86 and x86_64Vince Weaver
2009-10-10Hook up the munmap() syscall for 32-bit x86.Vince Weaver
2009-10-02X86: Make successive anonymous mmaps move down in 32 bit SE mode Linux.Gabe Black
2009-09-15Syscalls: Implement sysinfo() syscall.Vince Weaver
2009-09-15[mq]: x86syscalls.patchVince Weaver
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-04-21Commit m5threads package.Daniel Sanchez
2009-04-19SE mode: Make keeping track of the number of syscalls less hacky.Gabe Black
2009-02-27X86: Install the exit system call.Gabe Black
2009-02-27X86: Install the 32 bit write system call.Gabe Black
2009-02-27X86: Add a structure to allow mapping between the host and guest fstat formats.Gabe Black
2009-02-27X86: Add a 32 bit mmap2 system call.Gabe Black
2009-02-27X86: Install a 32 bit fstat64 system call.Gabe Black
2009-02-27X86: Implement the 32 bit set_thread_area system call.Gabe Black
2009-02-27X86: Install some 32 bit system calls.Gabe Black
2009-02-27Processes: Make getting and setting system call arguments part of a process o...Gabe Black
2009-02-27X86: Distinguish the width of values on the stack between 32 and 64 bit proce...Gabe Black
2009-02-27X86: Add a class to support 32 bit x86 linux process.Gabe Black
2009-02-16sycalls: implement mremap() and add DATA flag for getrlimit(). mremap has bee...Lisa Hsu
2008-11-15syscalls: fix latent brk/obreak bug.Steve Reinhardt
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-06-12X86: Make the e820 table manually or automatically configurable from python.Gabe Black
2008-06-11X86: Fix building on *BSD hostsAli Saidi
2008-01-21X86: Use the existing boot_osflags instead of duplicating it.Gabe Black
2007-12-02X86: Start setting up the real mode data structure.Gabe Black
2007-12-01X86: Move startup code to the system object to initialize a Linux system.Gabe Black
2007-12-01X86: Separate the effective seg base and the "hidden" seg base.Gabe Black
2007-10-16Make the process objects use the Params structs in their constructors, and us...Gabe Black
2007-09-19X86: Enable the rename system call.Gabe Black
2007-09-19X86: Enable the unlink system call.Gabe Black
2007-08-28X86: Hook in an implementation for lseek.Gabe Black