summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm/bluepill_unsafe.go
AgeCommit message (Expand)Author
2021-09-22kvm: trap mmap syscalls to map new regions to the guestAndrei Vagin
2021-07-30checklinkname: rudimentary type-checking of linkname directivesMichael Pratt
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-12Go 1.17 support for the KVM platformMichael Pratt
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-02-18Bump build constraints to Go 1.18Michael Pratt
2020-11-23arm64 kvm: add to ext_dabt injection supportRobin Luk
2020-11-03arm64 kvm: inject sError to trigger sigbuslubinszARM
2020-10-13Avoid excessive Tgkill and wait operations.Adin Scannell
2020-08-24Bump build constraints to 1.17Michael Pratt
2020-06-16support sError injection in kvm module on Arm64Bin Lu
2020-06-10Merge pull request #2711 from lubinszARM:pr_mmiogVisor bot
2020-06-05Add +checkescape annotations to kvm/ring0.Adin Scannell
2020-05-29Update Go version build tagsMichael Pratt
2020-05-17adding the VM-Exit method for Arm64Bin Lu
2020-04-01Automated rollback of changelist 303799678Adin Scannell
2020-03-30kvm: handle exit reasons even under EINTR.Adin Scannell
2019-12-13enable kvm to support arm64lubinszARM
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-05-30Add build guard to files using go:linknameFabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-31kvm: simplify floating point logic.Adin Scannell
2018-10-31kvm: add detailed traces on vCPU errors.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-05-15Fix KVM EFAULT handling.Adin Scannell
2018-05-15Simplify KVM state handling.Adin Scannell
2018-05-14Ignore spurious KVM emulation failures.Adin Scannell
2018-04-28Check in gVisor.Googler