summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm/machine_arm64_unsafe.go
AgeCommit message (Expand)Author
2021-01-08Merge pull request #4933 from lubinszARM:pr_kvm_el0_exceptionsgVisor bot
2020-12-29arm64 kvm: revert some kpti related codes, and configure upper pagetable as g...Robin Luk
2020-11-25arm64 kvm: add more handling of el0_exceptionsRobin Luk
2020-11-17arm64 kvm: add the processing functions for all el0/el1 exceptionsRobin Luk
2020-11-03arm64 kvm: inject sError to trigger sigbuslubinszARM
2020-10-30Merge pull request #4564 from zhlhahaha:1981gVisor bot
2020-10-22arm64 kvm: added the implementation of setSystemTimeLegacy()Bin Lu
2020-10-20ARM64 KVM: bad regs.Sp return SIGSEGVHoward Zhang
2020-10-18arm64 kvm: handle exception from accessing undefined instructionBin Lu
2020-10-07Add precise synchronization to KVM.Adin Scannell
2020-09-11arm64 mm: asid and tlb supportBin Lu
2020-08-12Running hello-world on Thunderx2 with kvmBin Lu
2020-07-30supporting sError injection step 2 on Arm64Bin Lu
2020-07-20add asid support to Arm64Bin Lu
2020-07-03allow guest user applications read ctr_el0 on Arm64Bin Lu
2020-06-16support sError injection in kvm module on Arm64Bin Lu
2020-05-17adding the VM-Exit method for Arm64Bin Lu
2020-04-24Merge pull request #1707 from lubinszARM:pr_lazy_fpsimd_2gVisor bot
2020-04-09remove nogo exemption for machine_arm64_unsafe.goBin Lu
2020-04-01Automated rollback of changelist 303799678Adin Scannell
2020-03-30kvm: handle exit reasons even under EINTR.Adin Scannell
2020-02-20Code Clean:Move getUserRegisters into dieArchSetup() and other small changes.Bin Lu
2020-01-29Lazy-fpsimd support patch series#2: add fpsimd@Arm64 support to kvm moduleBin Lu
2020-01-27Update package locations.Adin Scannell
2019-12-13enable kvm to support arm64lubinszARM