summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm/context.go
AgeCommit message (Expand)Author
2020-10-13Avoid excessive Tgkill and wait operations.Adin Scannell
2020-08-07Add context.FullStateChanged()Andrei Vagin
2020-08-03Add callbacks to support lazy loading/restoring thread statesAndrei Vagin
2020-04-22Specify a memory file in platform.New().Andrei Vagin
2020-01-27Update package locations.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-31kvm: avoid siginfo allocations.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-05-30Change ring0 & page tables arguments to structs.Adin Scannell
2018-05-21Dramatically improve handling of KVM vCPU pool.Adin Scannell
2018-05-15Simplify KVM invalidation logic.Adin Scannell
2018-04-28Check in gVisor.Googler