summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm/bluepill_amd64.go
AgeCommit message (Expand)Author
2021-10-08Remove ring0 floating point save/load functions on amd64.Jamie Liu
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-23Move the code that manages floating-point state to a separate packageAndrei Vagin
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-02-02Move ring0 package.Adin Scannell
2020-06-05Add +checkescape annotations to kvm/ring0.Adin Scannell
2019-12-13enable kvm to support arm64lubinszARM
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-31kvm: simplify floating point logic.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-05-30Restore FS on resume.Adin Scannell
2018-04-28Check in gVisor.Googler