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
/
machine_unsafe.go
Age
Commit message (
Expand
)
Author
2021-09-22
kvm: trap mmap syscalls to map new regions to the guest
Andrei Vagin
2021-07-30
checklinkname: rudimentary type-checking of linkname directives
Michael Pratt
2021-07-20
Add 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-18
Bump build constraints to Go 1.18
Michael Pratt
2020-10-07
Add precise synchronization to KVM.
Adin Scannell
2020-08-24
Bump build constraints to 1.17
Michael Pratt
2020-06-05
Add +checkescape annotations to kvm/ring0.
Adin Scannell
2020-05-29
Update Go version build tags
Michael Pratt
2020-04-01
Automated rollback of changelist 303799678
Adin Scannell
2020-03-30
kvm: handle exit reasons even under EINTR.
Adin Scannell
2019-12-13
enable kvm to support arm64
lubinszARM
2019-10-30
support using KVM_MEM_READONLY for arm64 regions
lubinszARM
2019-10-29
Update build tags to allow Go 1.14
Michael Pratt
2019-07-15
kvm: wake up all waiter of vCPU.state
Andrei Vagin
2019-06-13
Update canonical repository.
Adin Scannell
2019-05-30
Add build guard to files using go:linkname
Fabricio Voznika
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2018-10-31
kvm: add detailed traces on vCPU errors.
Adin Scannell
2018-10-30
kvm: use private futexes.
Adin Scannell
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-06-06
Add allocator abstraction for page tables.
Adin Scannell
2018-05-15
Simplify KVM invalidation logic.
Adin Scannell
2018-05-15
Simplify KVM state handling.
Adin Scannell
2018-04-28
Check in gVisor.
Googler