summaryrefslogtreecommitdiff
path: root/src/arch/arm/linux
AgeCommit message (Expand)Author
2019-12-20arch-arm: Fix clang warningsJui-min Lee
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-30arch: Make endianness a property of the OS class syscalls can consume.Gabe Black
2019-10-25cpu: Create a PCEventScope class to abstract the scope of PCEvents.Gabe Black
2019-10-16arch,base,sim: Move Process loader hooks into the Process class.Gabe Black
2019-10-15arch,base: Restructure the object file loaders.Gabe Black
2019-10-12arch,base: Separate the idea of a memory image and object file.Gabe Black
2019-10-10arch, base: Stop assuming object files have three segments.Gabe Black
2019-10-09base: Rename Section to Segment, and some of its members.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: Add support for TLS in cloneAndreas Sandberg
2019-01-10arch-arm, sim-se: Fix incorrect SP handling in cloneAndreas Sandberg
2019-01-10sim-se: Refactor clone to avoid most ifdefsAndreas Sandberg
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
2018-02-09sim: Remove _numContexts member in System classGiacomo Travaglini
2017-06-22arm,sim: fix context switch stats dumps for ARM64/LinuxPaul Rosenfeld
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-06-20kern, arm: Dump dmesg on kernel panic/oopsAndreas Sandberg
2016-04-27arm: Remove BreakPCEvent on guest kernel panicAndreas Sandberg
2016-04-01syscall_emul: remove mmapFlagTableSteve Reinhardt
2016-04-01syscall_emul: factor out flag tables into common fileSteve Reinhardt
2016-03-17base: add symbol support for dynamic librariesBrandon Potter
2016-03-17syscall_emul: extend mmap system call to support file backed mmapsBrandon Potter
2016-03-17syscall_emul: add many Linux kernel flagsBrandon Potter
2016-03-17syscall_emul: rename OpenFlagTransTable structBrandon Potter
2015-11-27base: Add support for changing output directoriesAndreas Sandberg
2016-02-13syscall_emul: Implement clock_getres() system callMichael LeBeane
2016-02-06style: fix missing spaces in control statementsSteve Reinhardt
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2015-08-21cpu: Move invldPid constant from Request to BaseCPUAndreas Hansson
2015-05-26arm: Implement some missing syscalls (SE mode)Giacomo Gabrielli
2015-05-05syscall_emul: fix warn_once behaviorSteve Reinhardt
2015-05-05arm: Remove unnecessary boot uncachabilityAndreas Hansson
2015-04-29arch, base, dev, kern, sym: FreeBSD supportRuslan Bukin
2015-01-03arm: Add unlinkat syscall implementationmike upton
2014-11-14arm: Fixes based on UBSan and static analysisAndreas Hansson
2014-10-29automated mergeAli Saidi