summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm/machine_arm64.go
AgeCommit message (Expand)Author
2021-10-08Remove ring0 floating point save/load functions on amd64.Jamie Liu
2021-09-23Merge pull request #6573 from avagin:kvm-seccomp-mmapgVisor bot
2021-09-22kvm/arm: calculate virtual-to-physical mappings only onceAndrei Vagin
2021-07-20Add 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-07Merge pull request #5758 from zhlhahaha:2125gVisor bot
2021-05-07Init all vCPU when initializing machine on ARM64howard zhang
2021-04-08Merge pull request #5736 from lubinszARM:pr_bblu_tlb_asidgVisor bot
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-26arm64 ring0: don't use inner-sharable to invalidate tlbRobin Luk
2021-03-23Move the code that manages floating-point state to a separate packageAndrei Vagin
2021-02-02Move ring0 package.Adin Scannell
2020-12-29arm64 kvm: revert some kpti related codes, and configure upper pagetable as g...Robin Luk
2020-10-12Merge pull request #4072 from adamliyi:droppt_fixgVisor bot
2020-09-30arm64 kvm: fix panic in kvm.dropPageTablesYi Li
2020-08-06amd64: implement KPTI for gvisorLai Jiangshan
2020-07-26updated the functions to distinguish IA/DA for Arm64Bin Lu
2020-06-09minor change in kvm module for Arm64Bin Lu
2020-05-13PROT_NONE should be specially treated in the step of mapPhysicalBin Lu
2020-01-29Lazy-fpsimd support patch series#2: add fpsimd@Arm64 support to kvm moduleBin Lu
2020-01-27Update package locations.Adin Scannell
2020-01-09Avoid panic when c.PCIDs is nilLai Jiangshan
2019-12-13enable kvm to support arm64lubinszARM
2019-10-30support using KVM_MEM_READONLY for arm64 regionslubinszARM