summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/arch
AgeCommit message (Expand)Author
2020-04-13Merge pull request #2168 from xiaobo55x:ptrace_testgVisor bot
2020-04-13Remove obsolete TODOs for b/38173783Jon Budd
2020-04-10Enable syscall ptrace test on arm64.Haibo Xu
2020-04-01Fix 386 build tagsMichael Pratt
2020-03-18Merge pull request #2061 from lubinszARM:pr_restart_syscallgVisor bot
2020-03-12passed the syscall test case 'alarm' on Arm64 platformBin Lu
2020-03-09Enable thread local storage support on arm64.Haibo Xu
2020-02-28Define CPUIDInstruction for arm64Andrei Vagin
2020-02-27Merge of a369c88c0c4ece5239855000d28df045111c1be7gVisor bot
2020-02-20Lazy-fpsimd support patch series#1: add Arm64-fpsimd support to arch moduleBin Lu
2020-02-13Add definition of arch.ARMTrapFlag.Haibo Xu
2020-02-10Add context to note.Adin Scannell
2020-02-10Move x86 state definition to its own file.Brad Burlage
2020-02-05Add notes to relevant tests.Adin Scannell
2020-01-29sentry: rename SetRSEQInterruptedIP to SetOldRSeqInterruptedIP for arm64Andrei Vagin
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-14enable pkg/sentry/arch to support arm64 basicallylubinszARM
2020-01-09New sync package.Ian Gudger
2020-01-06Implement rseq(2)Michael Pratt
2019-12-04Remove TODO since we don't plan to support debug registersFabricio Voznika
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-09-23internal BUILD file cleanup.gVisor bot
2019-07-21Add ARM64 support to pkg/sentry/loaderBin Lu
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-25Perform explicit CPUID and FP state compatibility checks on restoreMichael Pratt
2019-04-10Internal changeMichael Pratt
2019-02-05Change /proc/PID/cmdline to read environment vector.Zach Koopmans
2019-01-31Remove license commentsMichael Pratt
2018-12-10Validate FS_BASE in Task.CloneMichael Pratt
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Add seccomp filter configuration to ptrace stubs.Adin Scannell
2018-08-23Implement POSIX per-process interval timers.Jamie Liu
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-06-08Fix sigaltstack semantics.Adin Scannell
2018-04-28Check in gVisor.Googler