summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm/machine_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-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-10-07Add precise synchronization to KVM.Adin Scannell
2020-08-24Bump build constraints to 1.17Michael Pratt
2020-06-05Add +checkescape annotations to kvm/ring0.Adin Scannell
2020-05-29Update Go version build tagsMichael Pratt
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-30support using KVM_MEM_READONLY for arm64 regionslubinszARM
2019-10-29Update build tags to allow Go 1.14Michael Pratt
2019-07-15kvm: wake up all waiter of vCPU.stateAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
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: add detailed traces on vCPU errors.Adin Scannell
2018-10-30kvm: use private futexes.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-06-06Add allocator abstraction for page tables.Adin Scannell
2018-05-15Simplify KVM invalidation logic.Adin Scannell
2018-05-15Simplify KVM state handling.Adin Scannell
2018-04-28Check in gVisor.Googler