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_amd64.go
Age
Commit message (
Expand
)
Author
2021-10-08
Remove ring0 floating point save/load functions on amd64.
Jamie Liu
2021-09-23
Merge pull request #6573 from avagin:kvm-seccomp-mmap
gVisor bot
2021-09-22
kvm: trap mmap syscalls to map new regions to the guest
Andrei Vagin
2021-09-22
kvm/arm: calculate virtual-to-physical mappings only once
Andrei Vagin
2021-07-20
Add go:build directives as required by Go 1.17's gofmt.
Jamie Liu
2021-07-12
Go 1.17 support for the KVM platform
Michael Pratt
2021-06-16
kvm: mark UpperHalf PTE-s as global
Andrei Vagin
2021-06-14
Fix typo
Michael Pratt
2021-06-10
[op] Move SignalInfo to abi/linux package.
Ayush Ranjan
2021-05-07
Merge pull request #5758 from zhlhahaha:2125
gVisor bot
2021-05-07
Init all vCPU when initializing machine on ARM64
howard zhang
2021-04-30
kvm: prefault a root table page before switching into a user address space
Andrei Vagin
2021-04-21
Merge pull request #5737 from dqminh:tsc-scaling
gVisor bot
2021-04-21
Fallback to legacy system time logic when host does not have TSC_CONTROL
Daniel Dao
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-23
Merge pull request #5677 from avagin:kvm-mmio
gVisor bot
2021-03-23
Move the code that manages floating-point state to a separate package
Andrei Vagin
2021-03-16
kvm: prefault a floating point state before restoring it
Andrei Vagin
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
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-12
Merge pull request #4072 from adamliyi:droppt_fix
gVisor bot
2020-10-07
Add precise synchronization to KVM.
Adin Scannell
2020-10-02
kvm/x86: handle a case when interrupts are enabled in the kernel space
Andrei Vagin
2020-09-30
arm64 kvm: fix panic in kvm.dropPageTables
Yi Li
2020-08-06
amd64: implement KPTI for gvisor
Lai Jiangshan
2020-08-05
amd64: introduce kernelEntry
Lai Jiangshan
2020-06-05
Add +checkescape annotations to kvm/ring0.
Adin Scannell
2020-01-27
Update package locations.
Adin Scannell
2020-01-09
Avoid panic when c.PCIDs is nil
Lai Jiangshan
2019-10-30
support using KVM_MEM_READONLY for arm64 regions
lubinszARM
2019-06-13
Update canonical repository.
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-02-26
FPE_INTOVF (integer overflow) should be 2 refer to Linux.
Ruidong Cao
2018-10-31
kvm: simplify floating point logic.
Adin Scannell
2018-10-31
kvm: avoid siginfo allocations.
Adin Scannell
2018-10-19
Use correct company name in copyright header
Ian Gudger
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-11
Handle all exception vectors.
Adin Scannell
2018-06-08
Fix kernel flags handling and add missing vectors.
Adin Scannell
2018-06-06
Ensure guest-mode for page table modifications.
Adin Scannell
2018-06-06
Split PCID implementation from page tables.
Adin Scannell
2018-05-30
Change ring0 & page tables arguments to structs.
Adin Scannell
2018-05-15
Fix KVM EFAULT handling.
Adin Scannell
2018-05-15
Simplify KVM state handling.
Adin Scannell
2018-05-14
Make KVM system call first check.
Adin Scannell
2018-04-28
Check in gVisor.
Googler