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_arm64.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/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-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-08
Merge pull request #5736 from lubinszARM:pr_bblu_tlb_asid
gVisor bot
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-26
arm64 ring0: don't use inner-sharable to invalidate tlb
Robin Luk
2021-03-23
Move the code that manages floating-point state to a separate package
Andrei Vagin
2021-02-02
Move ring0 package.
Adin Scannell
2020-12-29
arm64 kvm: revert some kpti related codes, and configure upper pagetable as g...
Robin Luk
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-08-06
amd64: implement KPTI for gvisor
Lai Jiangshan
2020-07-26
updated the functions to distinguish IA/DA for Arm64
Bin Lu
2020-06-09
minor change in kvm module for Arm64
Bin Lu
2020-05-13
PROT_NONE should be specially treated in the step of mapPhysical
Bin Lu
2020-01-29
Lazy-fpsimd support patch series#2: add fpsimd@Arm64 support to kvm module
Bin Lu
2020-01-27
Update package locations.
Adin Scannell
2020-01-09
Avoid panic when c.PCIDs is nil
Lai Jiangshan
2019-12-13
enable kvm to support arm64
lubinszARM
2019-10-30
support using KVM_MEM_READONLY for arm64 regions
lubinszARM