Age | Commit message (Expand) | Author |
2020-08-03 | Add callbacks to support lazy loading/restoring thread states | Andrei Vagin |
2020-07-31 | Merge pull request #3300 from lubinszARM:pr_fpsimd_usr | gVisor bot |
2020-07-30 | Merge pull request #3448 from lubinszARM:pr_tls_tests | gVisor bot |
2020-07-30 | Merge pull request #3028 from lubinszARM:pr_kvm_hello1 | gVisor bot |
2020-07-30 | add usr-tls test cases for Arm64 | Bin Lu |
2020-07-29 | load/store user fpsimd on Arm64 | Bin Lu |
2020-07-27 | Merge pull request #3201 from lubinszARM:pr_sys64_2 | gVisor bot |
2020-07-27 | Merge pull request #3299 from lubinszARM:pr_asid | gVisor bot |
2020-07-27 | Move platform.File in memmap | Andrei Vagin |
2020-07-26 | updated the functions to distinguish IA/DA for Arm64 | Bin Lu |
2020-07-26 | allow guest user applications read CNTVCT_EL0/CNTFRQ_EL0 | Bin Lu |
2020-07-23 | kvm-tls-2:add the preservation of user-TLS in the Arm64 kvm platform | lubinszARM |
2020-07-20 | add asid support to Arm64 | Bin Lu |
2020-07-13 | Merge pull request #3200 from lubinszARM:pr_kvm_ut_1 | gVisor bot |
2020-07-10 | Split the kvm ut test cases to correspond to different platforms | Bin Lu |
2020-07-03 | allow guest user applications read ctr_el0 on Arm64 | Bin Lu |
2020-06-16 | support sError injection in kvm module on Arm64 | Bin Lu |
2020-06-10 | Merge pull request #2711 from lubinszARM:pr_mmio | gVisor bot |
2020-06-09 | minor change in kvm module for Arm64 | Bin Lu |
2020-06-05 | Add +checkescape annotations to kvm/ring0. | Adin Scannell |
2020-06-01 | Merge pull request #2689 from lubinszARM:pr_prot_none | gVisor bot |
2020-05-29 | Update Go version build tags | Michael Pratt |
2020-05-17 | adding the VM-Exit method for Arm64 | Bin Lu |
2020-05-13 | PROT_NONE should be specially treated in the step of mapPhysical | Bin Lu |
2020-05-13 | adding the methods to get/set TLS for Arm64 kvm platform | Bin Lu |
2020-04-25 | Enable automated marshalling for signals and the arch package. | Rahat Mahmood |
2020-04-24 | Merge pull request #1707 from lubinszARM:pr_lazy_fpsimd_2 | gVisor bot |
2020-04-22 | Specify a memory file in platform.New(). | Andrei Vagin |
2020-04-17 | Merge pull request #2235 from xiaobo55x:pcid | gVisor bot |
2020-04-13 | Merge pull request #2321 from lubinszARM:pr_nogo | gVisor bot |
2020-04-09 | remove nogo exemption for machine_arm64_unsafe.go | Bin Lu |
2020-04-08 | Move pagetables.limitPCID to arch-specific file. | Haibo Xu |
2020-04-01 | Automated rollback of changelist 303799678 | Adin Scannell |
2020-04-01 | Fix 386 build tags | Michael Pratt |
2020-03-30 | kvm: handle exit reasons even under EINTR. | Adin Scannell |
2020-03-26 | Merge pull request #1986 from lubinszARM:pr_ring0_clean_1 | gVisor bot |
2020-03-11 | Import "unsafe" in bluepill_arm64_unsafe.go | Andrei Vagin |
2020-03-09 | Enable thread local storage support on arm64. | Haibo Xu |
2020-03-06 | Merge branch 'master' into pr_lazy_fpsimd_2 | Andrei Vagin |
2020-03-06 | Merge pull request #1963 from xiaobo55x:kvm_common | gVisor bot |
2020-03-06 | Merge pull request #1946 from xiaobo55x:dieTramp | gVisor bot |
2020-03-03 | platform/ptrace: don't call probeSeccomp on arm64 | Andrei Vagin |
2020-02-28 | pcids.go isn't arch-specific | Andrei Vagin |
2020-02-27 | Prepare the vcpu environment for sentry on Arm64 | Bin Lu |
2020-02-26 | Merge pull request #1912 from lubinszARM:pr_kvm_build | gVisor bot |
2020-02-26 | Code Clean: Move arch independent codes to common file in kvm pkg. | Haibo Xu |
2020-02-25 | Merge pull request #1271 from lubinszARM:pr_ring0_1 | gVisor bot |
2020-02-25 | Don't acquire contended lock with the OS thread locked. | Adin Scannell |
2020-02-25 | Enable bluepill dieTrampoline operation on arm64. | Haibo Xu |
2020-02-20 | Code Clean:Move getUserRegisters into dieArchSetup() and other small changes. | Bin Lu |