Age | Commit message (Expand) | Author |
2020-12-29 | arm64 kvm: revert some kpti related codes, and configure upper pagetable as g... | Robin Luk |
2020-12-16 | Merge pull request #4880 from lubinszARM:pr_tlbi_02 | gVisor bot |
2020-12-15 | Merge pull request #4722 from zhlhahaha:2010 | gVisor bot |
2020-12-09 | Prepare for supporting cross compilation. | Andrei Vagin |
2020-12-07 | Merge pull request #4874 from zhlhahaha:2022 | gVisor bot |
2020-11-19 | arm64 tlb: add support for tlbi-vale1ls/tlbi-aside1ls | Robin Luk |
2020-11-19 | ARM64 kvm: apply PCALIGN for exception vector alignment | Howard Zhang |
2020-11-18 | Merge pull request #4791 from lubinszARM:pr_pt_upper | gVisor bot |
2020-11-17 | Merge pull request #4840 from lubinszARM:pr_fpsimd_1 | gVisor bot |
2020-11-17 | arm64 kvm: optimize all fpsimd related code | Robin Luk |
2020-11-17 | arm64 kvm: add the processing functions for all el0/el1 exceptions | Robin Luk |
2020-11-12 | arm64 kvm bug fix: pagetables_test & kvm_test failed due to upper-shared-pt f... | Bin Lu |
2020-11-09 | Merge pull request #4683 from lemin9538:lemin_fpsmid_fix | gVisor bot |
2020-11-03 | Merge pull request #3617 from laijs:upperhalf | gVisor bot |
2020-11-03 | arm64 kvm: inject sError to trigger sigbus | lubinszARM |
2020-11-03 | ARM64: follow nogo rules add function description | Howard Zhang |
2020-11-03 | kvm: share upper halves among all pagtables | Lai Jiangshan |
2020-10-29 | arm64: fix the fpsmid context save/restore issue | Min Le |
2020-10-28 | arm64: need to restore the sentry's TLS when in EL1 | Min Le |
2020-10-21 | Merge pull request #4535 from lubinszARM:pr_kvm_exec_binary_1 | gVisor bot |
2020-10-20 | Merge pull request #4524 from lemin9538:lemin_arm64 | gVisor bot |
2020-10-18 | arm64 kvm: handle exception from accessing undefined instruction | Bin Lu |
2020-10-16 | Merge pull request #4387 from lubinszARM:pr_tls_host_sentry_1 | gVisor bot |
2020-10-15 | arm64: the ASID offset of TTBR register is 48 | Min Le |
2020-10-13 | Merge pull request #4482 from lemin9538:lemin_arm64 | gVisor bot |
2020-10-13 | Merge pull request #4374 from lubinszARM:pr_ffmpeg_kvm_01 | gVisor bot |
2020-10-11 | arm64 kvm: add tls-usr support | Bin Lu |
2020-10-10 | arm64: set DZE bit to make EL0 can use DC ZVA | Min Le |
2020-10-09 | platform/kvm: remove the unused field | Andrei Vagin |
2020-10-09 | Merge pull request #4040 from lemin9538:lemin_arm64 | gVisor bot |
2020-10-08 | arm64: the mair_el1 value is wrong | Min Le |
2020-10-07 | Merge pull request #4376 from lubinszARM:pr_usr_tls_new | gVisor bot |
2020-10-05 | Merge pull request #4079 from lemin9538:arm64_fix | gVisor bot |
2020-10-02 | kvm/x86: handle a case when interrupts are enabled in the kernel space | Andrei Vagin |
2020-09-30 | Merge pull request #2256 from laijs:kpti | gVisor bot |
2020-09-29 | arm64 kvm: keep sentry-tls and usr-tls separately | Bin Lu |
2020-09-29 | arm64 kvm: remove some redundant codes to improve the preformance | Bin Lu |
2020-09-25 | make sure use the kernel space after change ASID | Min Le |
2020-09-22 | arm64: set SCTLR_UCI bit in SCTLR_EL1 | Min Le |
2020-09-16 | Merge pull request #3893 from lubinszARM:pr_n1_03 | gVisor bot |
2020-09-11 | arm64 mm: asid and tlb support | Bin Lu |
2020-09-10 | arm64:place an SB sequence following an ERET instruction | Bin Lu |
2020-08-12 | Running hello-world on Thunderx2 with kvm | Bin Lu |
2020-08-07 | Merge pull request #3069 from lubinszARM:pr_serr_injection2 | gVisor bot |
2020-08-06 | amd64: implement KPTI for gvisor | Lai Jiangshan |
2020-08-05 | amd64: introduce kernelEntry | Lai Jiangshan |
2020-08-04 | amd64: less code and data in the upper half | Lai Jiangshan |
2020-08-04 | amd64: switch to kernelCR3 when just return to gr0 | Lai Jiangshan |
2020-08-04 | amd64: switch to userCR3 just before return to gr3 | Lai Jiangshan |
2020-07-30 | supporting sError injection step 2 on Arm64 | Bin Lu |