arch-arm: Add initial support for SVE contiguous loads/stores
[gem5.git] / src / arch / x86 / linux /
2019-05-03 Brandon Pottersim-se: add eventfd system call
2019-01-31 Gabe Blackx86: Stop using/defining some ISA specific register...
2019-01-22 Brandon Pottersim-se add readv and modifies writev
2019-01-22 Brandon Pottersim-se: add ability to get/set sock metadata
2019-01-22 Brandon Pottersim-se: add syscalls related to polling
2019-01-22 Brandon Pottersim-se: add calls for network transmissions
2019-01-22 Brandon Pottersim-se: add socket-based functionality
2019-01-10 Andreas Sandbergsim-se: Refactor clone to avoid most ifdefs
2018-12-05 Tony Gutierrezarch-x86: Add sys/syscall.h to x86 process.cc/syscall_e...
2018-11-27 Ciro Santillisim-se: only implement getdentsFunc on supported hosts
2018-09-19 Brandon Pottersyscall_emul: implement dir-related syscalls
2018-06-25 Matt Sinclairsyscall_emul: adding symlink system call
2018-06-25 Matt Sinclairsyscall_emul: adding link system call
2018-05-03 Tony Gutierrezarch-x86: Enable fstatfs for x86_64
2018-05-02 Tony Gutierrezarch-x86: Enable the umask system call
2018-03-15 Jason Lowe-Powerarch-x86,sim-se: Enable prlimit syscall
2018-03-15 Jason Lowe-Powerarch-x86,sim-se: Bump kernel version to 3.2
2017-03-09 Brandon Pottersyscall-emul: Ignore unimplemented system calls
2017-03-09 Brandon Pottersyscall-emul: Add the tgkill system call
2017-03-09 Brandon Pottersyscall-emul: Add or extend dup, dup2, and pipe
2017-03-09 Brandon Pottersyscall-emul: Add functionality to open syscalls
2017-03-09 Brandon Potterstyle: Correct some style issues
2017-02-27 Brandon Pottersyscall_emul: [PATCH 15/22] add clone/execve for thread...
2017-02-27 Brandon Pottersyscall_emul: [patch 14/22] adds identifier system...
2015-07-20 Brandon Pottersyscall_emul: [patch 11/22] extend functionality of...
2016-11-09 Brandon Pottersyscall_emul: [patch 5/22] remove LiveProcess class...
2016-11-09 Brandon Pottersyscall_emul: [patch 2/22] move SyscallDesc into its...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-12-15 Brandon Pottersyscall_emul: implement fallocate
2016-12-15 Brandon Pottersyscall_emul: add support for x86 statfs system calls
2016-08-05 Tony Gutierrezsim: fix issues with pwrite(); don't enable fstatfs
2016-08-04 Tony Gutierrezx86, sim: add some syscalls to X86
2016-04-01 Steve Reinhardtsyscall_emul: remove mmapFlagTable
2016-04-01 Steve Reinhardtsyscall_emul: factor out flag tables into common file
2016-03-17 Steve Reinhardtsyscall_emul: move mmapGrowsDown() to LiveProcess
2016-03-17 Brandon Pottersyscall_emul: fix bugs for mmap2 system call and x86...
2016-03-17 Brandon Pottersyscall_emul: extend mmap system call to support file...
2016-03-17 Brandon Pottersyscall_emul: add many Linux kernel flags
2016-03-17 Brandon Pottersyscall_emul: rename OpenFlagTransTable struct
2016-02-13 Michael LeBeanesyscall_emul: Implement clock_getres() system call
2015-07-20 David Hashesyscall: Add readlink to x86 with special case /proc...
2015-05-05 Steve Reinhardtsyscall_emul: fix warn_once behavior
2015-04-22 Brandon Pottersyscall_emul: implement clock_gettime system call
2015-04-22 Monir Mozumdersyscall_emul: update x86 syscall table
2014-10-30 Ali Saidiautomated merge
2014-10-22 Nilay Vaishsim: revert 6709bbcf564d
2014-10-20 Andreas Hanssonx86: Fixes to avoid LTO warnings
2014-10-20 Michael Adlersim: implement getdents/getdents64 in user mode
2013-10-07 Nilay Vaishx86: enables lstat and readlink syscalls
2013-04-23 Michael Levenhagenx86: enable gettimeofday and getppid system calls
2012-08-15 Ali Saidisysemul: bump all linux versions of for syscal emulatio...
2012-08-07 Marc Orrsyscall emulation: Enabled getrlimit and getrusage...
2012-08-06 Marc Orrsyscall emulation: Clean up ioctl handling, and impleme...
2012-07-11 Marc Orrsyscall emulation: Add the futex system call.
2012-04-29 Vince WeaverX86: Fix up the open system call's flags.
2012-04-29 Vince WeaverX86: Make gem5 ignore a bunch of syscalls.
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-13 Gabe BlackX86: open flags: Another patch from Vince Weaver
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-07 Gabe BlackMerge with main repository.
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...
next