ARM: Add IsSerializeAfter and IsNonSpeculative flag to the syscall instruction .
[gem5.git] / src / arch / x86 / linux /
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-23 Steve Reinhardtsyscall_emul: implement MAP_FIXED option to mmap()
2011-04-15 Nathan Binkertincludes: sort all includes
2010-11-08 Gabe BlackX86: Fix X86_FS compilation.
2010-08-23 Gabe BlackX86: Create a directory for files that define register...
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2010-01-19 Derek Howermerge
2009-11-04 Vince WeaverX86: Hook up time syscall on X86
2009-10-30 Vince WeaverX86: Hookup truncate/ftruncate syscalls on X86
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-10-20 Vince Weaverhook up stat syscall on 64-bit x86_SE
2009-10-20 Vince Weaverhook up stat64 syscall on 32-bit X86_SE
2009-10-20 Vince WeaverFix stat64 structure on 32-bit X86_SE
2009-10-19 Vince WeaverEnable getuid and getgid related syscalls on X86_SE
2009-10-16 Vince WeaverIgnore rt_sigaction() syscalls on x86 and x86_64
2009-10-11 Vince WeaverHook up the munmap() syscall for 32-bit x86.
2009-10-02 Gabe BlackX86: Make successive anonymous mmaps move down in 32...
2009-09-16 Vince WeaverSyscalls: Implement sysinfo() syscall.
2009-09-15 Vince Weaver[mq]: x86syscalls.patch
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-04-21 Daniel SanchezCommit m5threads package.
2009-04-19 Gabe BlackSE mode: Make keeping track of the number of syscalls...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Gabe BlackX86: Install the exit system call.
2009-02-27 Gabe BlackX86: Install the 32 bit write system call.
2009-02-27 Gabe BlackX86: Add a structure to allow mapping between the host...
2009-02-27 Gabe BlackX86: Add a 32 bit mmap2 system call.
2009-02-27 Gabe BlackX86: Install a 32 bit fstat64 system call.
2009-02-27 Gabe BlackX86: Implement the 32 bit set_thread_area system call.
2009-02-27 Gabe BlackX86: Install some 32 bit system calls.
2009-02-27 Gabe BlackProcesses: Make getting and setting system call argumen...
2009-02-27 Gabe BlackX86: Distinguish the width of values on the stack betwe...
2009-02-27 Gabe BlackX86: Add a class to support 32 bit x86 linux process.
2009-02-16 Lisa Hsusycalls: implement mremap() and add DATA flag for getrl...
2008-11-15 Steve Reinhardtsyscalls: fix latent brk/obreak bug.
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-06-12 Gabe BlackX86: Make the e820 table manually or automatically...
2008-06-11 Ali SaidiX86: Fix building on *BSD hosts
2008-01-21 Gabe BlackX86: Use the existing boot_osflags instead of duplicati...
2007-12-02 Gabe BlackX86: Start setting up the real mode data structure.
2007-12-02 Gabe BlackX86: Move startup code to the system object to initiali...
2007-12-02 Gabe BlackX86: Separate the effective seg base and the "hidden...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-17 Gabe BlackMake the process objects use the Params structs in...
2007-09-20 Gabe BlackX86: Enable the rename system call.
2007-09-20 Gabe BlackX86: Enable the unlink system call.
2007-08-29 Gabe BlackX86: Hook in an implementation for lseek.
2007-08-05 Gabe BlackMerge with head.
2007-08-05 Gabe BlackX86: Make the open flags correct.
2007-08-05 Gabe BlackX86: Add the arch_prctl system call and fix up some...
2007-07-31 Steve ReinhardtMerge from head.
2007-07-30 Gabe BlackX86: __pad0 should be a 4 byte pad, not a 4 long array...
2007-07-30 Gabe BlackX86: Turn on the exit_group, exit, munmap, and write...
2007-07-30 Gabe BlackX86: Fix up the stat structure. This probably still...
2007-07-30 Gabe BlackX86: Turn on some system calls, and make the kernel...
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-27 Gabe BlackMerge with head.
2007-07-27 Gabe BlackAdd functions for mmap and brk.
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Gabe BlackAdd a tgt_iovec structure to support writev, change...
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtMerge Gabe's changes with mine.
2007-07-22 Gabe BlackAdd the "open" syscall.
2007-03-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-03-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-07 Ali SaidiMerge zizzer:/bk/newmem
2007-03-07 Ali SaidiMerge zizzer:/bk/newmem
2007-03-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-06 Gabe BlackGet X86 to load an elf and start a process for it.