summaryrefslogtreecommitdiff
path: root/src/arch/arm/linux/process.cc
AgeCommit message (Expand)Author
2019-12-10arch,cpu,sim: Push syscall number determination up to processes.Gabe Black
2019-12-10arch: Use ignoreWarnOnceFunc instead of the WarnOnce flag.Gabe Black
2019-10-16arch,base,sim: Move Process loader hooks into the Process class.Gabe Black
2019-05-30arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy.Gabe Black
2019-05-29sim-se: add a release parameter to Process.pyCiro Santilli
2019-05-29arch, base, dev, sim: Remove now unnecessary casts from PortProxy methods.Gabe Black
2019-05-21sim-se: change syscall function signatureBrandon Potter
2019-05-18arm: Add an object file loader for linux and freebsd.Gabe Black
2019-02-13sim-se: update the arm kernel versionAyaz Akram
2019-01-22sim-se: add syscalls related to pollingBrandon Potter
2019-01-10sim-se, arch-arm: Add support for getdents64Javier Setoain
2019-01-10arch-arm, sim-se: Wire up syscalls needed for pthreadsJavier Setoain
2018-10-29syscall_emul: implement arm openatCiro Santilli
2018-10-12syscall_emul: update arm uname release to 3.7.0+Ciro Santilli
2017-02-27syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s...Brandon Potter
2016-11-09syscall_emul: [patch 5/22] remove LiveProcess class and use Process insteadBrandon Potter
2016-11-09syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .ccBrandon Potter
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-02-13syscall_emul: Implement clock_getres() system callMichael LeBeane
2015-05-26arm: Implement some missing syscalls (SE mode)Giacomo Gabrielli
2015-05-05syscall_emul: fix warn_once behaviorSteve Reinhardt
2015-01-03arm: Add unlinkat syscall implementationmike upton
2014-10-22sim: revert 6709bbcf564dNilay Vaish
2014-10-20sim: implement getdents/getdents64 in user modeMichael Adler
2014-04-17sim, arm: implement more of the at variety syscallsAli Saidi
2014-01-28arm: Enable umask syscall in SE modeMitch Hayenga
2014-01-24arm: Add support for ARMv8 (AArch64 & AArch32)ARM gem5 Developers
2013-01-08arm: add access syscall for ARM SE modeMitch Hayenga
2012-08-06syscall emulation: Enabled getrlimit and getrusage for x86.Marc Orr
2012-06-29ARM: Update version of linux we claim to be to 3.0.0.Ali Saidi
2012-02-24MEM: Make port proxies use references rather than pointersAndreas Hansson
2012-01-17MEM: Add port proxies instead of non-structural portsAndreas Hansson
2011-10-22SE: move page allocation from PageTable to ProcessSteve Reinhardt
2011-04-15includes: sort all includesNathan Binkert
2011-04-10ARM: Fix checkpoint restoration in ARM_SE.Ali Saidi
2011-04-10ARM: Get rid of some comments/todos that no longer apply.Ali Saidi
2011-03-17ARM: Add minimal ARM_SE support for m5threads.Chris Emmons
2010-06-02ARM: Fix SPEC2000 benchmarks in SE mode. With this patch allAli Saidi
2010-06-02ARM: fix sizes of structs for ARM LinuxAli Saidi
2010-06-02ARM: Fixup native trace support and add some v7/recent stack codeAli Saidi
2010-06-02ARM: Implement the getrusage syscall.Ali Saidi
2010-06-02ARM: Allow ARM processes to start in Thumb mode.Gabe Black
2009-10-30Syscalls: Make system calls access arguments like a stack, not an array.Gabe Black
2009-09-15Syscalls: Implement sysinfo() syscall.Vince Weaver
2009-07-29ARM: Fix an instruction in the cmpxchg kernel provided routine.Gabe Black
2009-07-29ARM: Get rid of a stray line in the set_tls handler.Gabe Black
2009-07-29ARM: Ignore the "times" system call.Ali Saidi
2009-07-27ARM: Fix fstat/fstat64 structs to match EABI definitions.Ali Saidi
2009-07-27ARM: Handle register indexed system calls.Ali Saidi
2009-06-09ARM: Hook in the mmap2 system call. Make ArmLinuxProcess handle 5,6 syscall p...Gabe Black