summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform
AgeCommit message (Expand)Author
2020-01-09New sync package.Ian Gudger
2020-01-08Merge pull request #1273 from lubinszARM:pr_ring_3gVisor bot
2020-01-06platform/syscall: use syscall + int3 to execute a system call in a stub processAndrei Vagin
2019-12-26Merge pull request #1461 from xiaobo55x:ptrace_sysemugVisor bot
2019-12-26Merge pull request #1460 from lubinszARM:pr_clean_code1gVisor bot
2019-12-24slight changes to ring0&pagetables for Arm64Bin Lu
2019-12-23Replace syscall.PTRACE_SYSEMU with unix.PTRACE_SYSEMUHaibo Xu
2019-12-18Merge pull request #890 from lubinszARM:pr_phyapgVisor bot
2019-12-18Merge pull request #1322 from lubinszARM:pr_vfp_ring0gVisor bot
2019-12-18supporting lazy-fpsimd in guest on Arm64Bin Lu
2019-12-17Mark enableCpuidFault nosplitMichael Pratt
2019-12-17Merge pull request #1321 from lubinszARM:pr_testutils_vfpgVisor bot
2019-12-13enable kvm to support arm64lubinszARM
2019-12-04Add a floating test case for Arm64Bin Lu
2019-12-03platform/ptrace: make some operations arch specificHaibo Xu
2019-11-26Prepare the vcpu environment for a container applicationBin Lu
2019-11-22enable ring0/pagetables to support arm64lubinszARM
2019-11-18platform/ptrace: use host.GetCPU instead of the getcpu syscallAndrei Vagin
2019-11-11Merge pull request #918 from lubinszARM:pr_ring0gVisor bot
2019-10-31platform/kvm: calll sigtimedwait with zero timeoutAndrei Vagin
2019-10-30support using KVM_MEM_READONLY for arm64 regionslubinszARM
2019-10-29Update build tags to allow Go 1.14Michael Pratt
2019-10-25platform/ptrace: use tgkill instead of killAndrei Vagin
2019-10-23Optimize kvm/physical_map.go on Arm platformBin Lu
2019-10-22platform/ptrace: exit without panic if a stub process has been killed by SIGKILLAndrei Vagin
2019-10-22enable ring0 to support arm64Bin Lu
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