summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm
AgeCommit message (Expand)Author
2020-03-30kvm: handle exit reasons even under EINTR.Adin Scannell
2020-03-11Import "unsafe" in bluepill_arm64_unsafe.goAndrei Vagin
2020-03-06Merge pull request #1963 from xiaobo55x:kvm_commongVisor bot
2020-03-06Merge pull request #1946 from xiaobo55x:dieTrampgVisor bot
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-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-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-23Check for EINTR from KVM_CREATE_VMMichael Pratt
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
2019-12-18Merge pull request #890 from lubinszARM:pr_phyapgVisor bot
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-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-23Optimize kvm/physical_map.go on Arm platformBin Lu
2019-10-09Merge pull request #811 from lubinszARM:pr_testutilgVisor bot
2019-09-18enable kvm/testutil to support arm64Bin Lu
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-03Impose order on test scripts.Adin Scannell
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-03Avoid importing platforms from many source filesAndrei Vagin
2019-07-02Solve BounceToKernel may hang issueYong He
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Move //pkg/sentry/platform/procid to //pkg/procid.Jamie Liu
2019-05-30Add build guard to files using go:linknameFabricio Voznika
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-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-02-28Fix "-c dbg" build breakFabricio Voznika
2019-02-26FPE_INTOVF (integer overflow) should be 2 refer to Linux.Ruidong Cao
2019-01-31Remove license commentsMichael 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-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger