summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform
AgeCommit message (Expand)Author
2020-04-01Fix 386 build tagsMichael Pratt
2020-03-30kvm: handle exit reasons even under EINTR.Adin Scannell
2020-03-26Merge pull request #1986 from lubinszARM:pr_ring0_clean_1gVisor bot
2020-03-11Import "unsafe" in bluepill_arm64_unsafe.goAndrei Vagin
2020-03-09Enable thread local storage support on arm64.Haibo Xu
2020-03-06Merge pull request #1963 from xiaobo55x:kvm_commongVisor bot
2020-03-06Merge pull request #1946 from xiaobo55x:dieTrampgVisor bot
2020-03-03platform/ptrace: don't call probeSeccomp on arm64Andrei Vagin
2020-02-28pcids.go isn't arch-specificAndrei Vagin
2020-02-27Prepare the vcpu environment for sentry on Arm64Bin Lu
2020-02-26Merge pull request #1912 from lubinszARM:pr_kvm_buildgVisor bot
2020-02-26Code Clean: Move arch independent codes to common file in kvm pkg.Haibo Xu
2020-02-25Merge pull request #1271 from lubinszARM:pr_ring0_1gVisor bot
2020-02-25Don't acquire contended lock with the OS thread locked.Adin Scannell
2020-02-25Enable bluepill dieTrampoline operation on arm64.Haibo Xu
2020-02-20Code Clean:Move getUserRegisters into dieArchSetup() and other small changes.Bin Lu
2020-02-18ring0/pagetables: fix typogVisor bot
2020-02-14passed the kvm test case of "TestKernelSyscall" on Arm64Bin Lu
2020-01-29supporting sError in guest kernel on Arm64Bin Lu
2020-01-27Update package locations.Adin Scannell
2020-01-27Fix licenses.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
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