summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm/bluepill_amd64_unsafe.go
AgeCommit message (Expand)Author
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
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-11-23arm64 kvm: add to ext_dabt injection supportRobin Luk
2020-11-03arm64 kvm: inject sError to trigger sigbuslubinszARM
2020-10-02kvm/x86: handle a case when interrupts are enabled in the kernel spaceAndrei Vagin
2020-06-16support sError injection in kvm module on Arm64Bin Lu
2020-05-17adding the VM-Exit method for Arm64Bin Lu
2020-02-20Code Clean:Move getUserRegisters into dieArchSetup() and other small changes.Bin Lu
2019-12-13enable kvm to support arm64lubinszARM
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-31kvm: add detailed traces on vCPU errors.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-04-28Check in gVisor.Googler