summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm/kvm_test.go
AgeCommit message (Expand)Author
2021-07-12Go 1.17 support for the KVM platformMichael Pratt
2021-06-10[op] Move SignalInfo to abi/linux package.Ayush Ranjan
2021-03-29[syserror] Split usermem packageZach Koopmans
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-11-12kvm-test: adjust the check logic in TestWrongVCPU caseRobin Luk
2020-10-13Avoid excessive Tgkill and wait operations.Adin Scannell
2020-10-07Add precise synchronization to KVM.Adin Scannell
2020-07-10Split the kvm ut test cases to correspond to different platformsBin Lu
2020-04-25Enable automated marshalling for signals and the arch package.Rahat Mahmood
2020-04-01Automated rollback of changelist 303799678Adin Scannell
2020-03-30kvm: handle exit reasons even under EINTR.Adin Scannell
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
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2018-10-31kvm: avoid siginfo allocations.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-11platform: Pass device fd into platform constructor.Nicolas Lacasse
2018-06-13Deflake kvm_test.Adin Scannell
2018-06-06Split PCID implementation from page tables.Adin Scannell
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 state handling.Adin Scannell
2018-04-28Check in gVisor.Googler