summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm/bluepill_arm64.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-06-01 Fix errors for noescape casesRobin Luk
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-03arm64 kvm:implement basic lazy save and restore for FPSIMD registersRobin Luk
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-11arm64 kvm: add tls-usr supportBin Lu
2020-07-30supporting sError injection step 2 on Arm64Bin Lu
2020-06-16support sError injection in kvm module on Arm64Bin Lu
2020-06-05Add +checkescape annotations to kvm/ring0.Adin Scannell
2020-01-29Lazy-fpsimd support patch series#2: add fpsimd@Arm64 support to kvm moduleBin Lu
2019-12-13enable kvm to support arm64lubinszARM