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.go
Age
Commit message (
Expand
)
Author
2021-02-02
Move ring0 package.
Adin Scannell
2020-11-03
kvm: share upper halves among all pagtables
Lai Jiangshan
2020-10-22
arm64 kvm: added the implementation of setSystemTimeLegacy()
Bin Lu
2020-10-13
Avoid excessive Tgkill and wait operations.
Adin Scannell
2020-10-12
Merge pull request #4072 from adamliyi:droppt_fix
gVisor bot
2020-09-30
arm64 kvm: fix panic in kvm.dropPageTables
Yi Li
2020-09-30
Merge pull request #2256 from laijs:kpti
gVisor bot
2020-08-26
Support stdlib analyzers with nogo.
Adin Scannell
2020-08-06
amd64: implement KPTI for gvisor
Lai Jiangshan
2020-08-05
amd64: don't check vcpu in bluepill()
Lai Jiangshan
2020-06-05
Add +checkescape annotations to kvm/ring0.
Adin Scannell
2020-04-01
Automated rollback of changelist 303799678
Adin Scannell
2020-03-30
kvm: handle exit reasons even under EINTR.
Adin Scannell
2020-02-25
Don't acquire contended lock with the OS thread locked.
Adin Scannell
2020-01-27
Update package locations.
Adin Scannell
2020-01-09
New sync package.
Ian Gudger
2019-10-30
support using KVM_MEM_READONLY for arm64 regions
lubinszARM
2019-07-22
kvm: fix race between machine.Put and machine.Get
Andrei Vagin
2019-07-02
Solve BounceToKernel may hang issue
Yong He
2019-06-27
Fix various spelling issues in the documentation
Michael Pratt
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-10
Move //pkg/sentry/platform/procid to //pkg/procid.
Jamie Liu
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-02-28
Fix "-c dbg" build break
Fabricio Voznika
2018-10-31
kvm: simplify floating point logic.
Adin Scannell
2018-10-31
kvm: add detailed traces on vCPU errors.
Adin Scannell
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-07-16
Add CPUID faulting for ptrace and KVM.
Adin Scannell
2018-06-19
Make KVM more scalable by removing CPU cap.
Adin Scannell
2018-06-15
Use notify explicitly on unlock path.
Adin Scannell
2018-06-11
Minor ring0 interface cleanup.
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-21
Dramatically improve handling of KVM vCPU pool.
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