index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
platform
/
kvm
/
kvm.go
Age
Commit message (
Expand
)
Author
2020-02-26
Code Clean: Move arch independent codes to common file in kvm pkg.
Haibo Xu
2020-01-27
Update package locations.
Adin Scannell
2020-01-23
Check for EINTR from KVM_CREATE_VM
Michael Pratt
2020-01-09
New sync package.
Ian Gudger
2019-12-13
enable kvm to support arm64
lubinszARM
2019-07-03
Avoid importing platforms from many source files
Andrei Vagin
2019-06-13
Update canonical repository.
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-03-14
Decouple filemem from platform and move it to pgalloc.MemoryFile.
Jamie Liu
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-09-13
platform/kvm: Get max vcpu number dynamically by ioctl
Chenggang
2018-09-11
platform: Pass device fd into platform constructor.
Nicolas Lacasse
2018-07-23
Add KVM and overlay dimensions to container_test
Fabricio Voznika
2018-06-19
Make KVM more scalable by removing CPU cap.
Adin Scannell
2018-06-06
Split PCID implementation from page tables.
Adin Scannell
2018-06-06
Add allocator abstraction for page tables.
Adin Scannell
2018-05-30
Change ring0 & page tables arguments to structs.
Adin Scannell
2018-05-15
Simplify KVM invalidation logic.
Adin Scannell
2018-04-28
Check in gVisor.
Googler