summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform
AgeCommit message (Expand)Author
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-09Merge pull request #811 from lubinszARM:pr_testutilgVisor bot
2019-09-24gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where requiredgVisor bot
2019-09-18enable kvm/testutil to support arm64Bin Lu
2019-09-17platform/ptrace: log exit code for stub processesAndrei Vagin
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-16ptrace: detect if a stub process exited unexpectedlyAndrei Vagin
2019-08-09Add initial ptrace stub and syscall support for arm64.Haibo Xu
2019-07-22kvm: fix race between machine.Put and machine.GetAndrei Vagin
2019-07-15kvm: wake up all waiter of vCPU.stateAndrei Vagin
2019-07-09tss: block userspace access to all I/O ports.Liu Hua
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-07-02Solve BounceToKernel may hang issueYong He
2019-06-28platform/ptrace: return more detailed errorsAndrei Vagin
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-27gvisor/ptrace: grub initial thread registers only onceAndrei Vagin
2019-06-24Add O_EXITKILL to ptrace options.Adin Scannell
2019-06-24platform/ptrace: specify PTRACE_O_TRACEEXIT for stub-processesAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-06-12gvisor/ptrace: print guest registers if a stub stopped with unexpected codeAndrei Vagin
2019-06-10Move //pkg/sentry/platform/procid to //pkg/procid.Jamie Liu
2019-05-30Add build guard to files using go:linknameFabricio Voznika
2019-05-30Update procid for Go 1.13Michael Pratt
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-26kvm: remove non-sane sanity checkAdin Scannell
2019-03-21Allow BP and OF can be called from user spaceYong He
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-12Clarify the platform.File interface.Jamie Liu
2019-03-11kvm: minimum guest/host timekeeping delta.Adin Scannell
2019-03-05Priority-inheritance futex implementationFabricio Voznika
2019-03-01ptrace: drop old FIXMEAdin Scannell
2019-02-28Fix "-c dbg" build breakFabricio Voznika
2019-02-28Upgrade to Go 1.12Michael Pratt
2019-02-26FPE_INTOVF (integer overflow) should be 2 refer to Linux.Ruidong Cao
2019-02-13Improve safecopy sanity checks.Jamie Liu
2019-01-31Remove license commentsMichael Pratt
2018-12-18Add BPFAction type with StringerFabricio Voznika
2018-12-10Add safecopy support for arm64 platform.Haibo Xu
2018-12-10Validate FS_BASE in Task.CloneMichael Pratt
2018-12-04Remove initRegs arg from cloneMichael Pratt
2018-11-27Add procid support for arm64 platformHaibo Xu
2018-11-20Use RET_KILL_PROCESS if available in kernelFabricio Voznika
2018-11-20Reference upstream licensesMichael Pratt
2018-10-31kvm: simplify floating point logic.Adin Scannell
2018-10-31kvm: add detailed traces on vCPU errors.Adin Scannell
2018-10-31kvm: avoid siginfo allocations.Adin Scannell
2018-10-30kvm: use private futexes.Adin Scannell
2018-10-24Use TRAP to simplify vsyscall emulation.Adin Scannell