summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform
AgeCommit message (Expand)Author
2020-01-23Check for EINTR from KVM_CREATE_VMMichael Pratt
2020-01-21Merge pull request #1275 from lubinszARM:pr_ring0_5gVisor bot
2020-01-21Merge pull request #1274 from lubinszARM:pr_ring0_4gVisor bot
2020-01-16Merge pull request #1272 from lubinszARM:pr_ring0_2gVisor bot
2020-01-15Merge pull request #1540 from laijs:fix-PCIDsgVisor bot
2020-01-09New sync package.Ian Gudger
2020-01-09Avoid panic when c.PCIDs is nilLai Jiangshan
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-26passed the kvm test case of "TestApplicationFault" on Arm64 platformBin Lu
2019-11-26passed the kvm test case of "TestApplicationSyscall" on Arm64 platformBin Lu
2019-11-26Prepare the vcpu environment for a container applicationBin Lu
2019-11-26passed the kvm test case of "TestKernelFault" on Arm64 platformBin 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