summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/ring0
AgeCommit message (Expand)Author
2021-02-02Minor page tables improvements.Adin Scannell
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-11Fix Go branch for arm64.Adin Scannell
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-12-16Merge pull request #4880 from lubinszARM:pr_tlbi_02gVisor bot
2020-12-15Merge pull request #4722 from zhlhahaha:2010gVisor bot
2020-12-09Prepare for supporting cross compilation.Andrei Vagin
2020-12-07Merge pull request #4874 from zhlhahaha:2022gVisor bot
2020-11-25arm64 kvm: add more handling of el0_exceptionsRobin Luk
2020-11-19arm64 tlb: add support for tlbi-vale1ls/tlbi-aside1lsRobin Luk
2020-11-19ARM64 kvm: apply PCALIGN for exception vector alignmentHoward Zhang
2020-11-18Merge pull request #4791 from lubinszARM:pr_pt_uppergVisor bot
2020-11-17Merge pull request #4840 from lubinszARM:pr_fpsimd_1gVisor bot
2020-11-17arm64 kvm: optimize all fpsimd related codeRobin Luk
2020-11-17arm64 kvm: add the processing functions for all el0/el1 exceptionsRobin Luk
2020-11-12arm64 kvm bug fix: pagetables_test & kvm_test failed due to upper-shared-pt f...Bin Lu
2020-11-09Merge pull request #4683 from lemin9538:lemin_fpsmid_fixgVisor bot
2020-11-03Merge pull request #3617 from laijs:upperhalfgVisor bot
2020-11-03arm64 kvm: inject sError to trigger sigbuslubinszARM
2020-11-03ARM64: follow nogo rules add function descriptionHoward Zhang
2020-11-03kvm: share upper halves among all pagtablesLai Jiangshan
2020-10-29arm64: fix the fpsmid context save/restore issueMin Le
2020-10-28arm64: need to restore the sentry's TLS when in EL1Min Le
2020-10-21Merge pull request #4535 from lubinszARM:pr_kvm_exec_binary_1gVisor bot
2020-10-20Merge pull request #4524 from lemin9538:lemin_arm64gVisor bot
2020-10-18arm64 kvm: handle exception from accessing undefined instructionBin Lu
2020-10-16Merge pull request #4387 from lubinszARM:pr_tls_host_sentry_1gVisor bot
2020-10-15arm64: the ASID offset of TTBR register is 48Min Le
2020-10-13Merge pull request #4482 from lemin9538:lemin_arm64gVisor bot
2020-10-13Merge pull request #4374 from lubinszARM:pr_ffmpeg_kvm_01gVisor bot
2020-10-11arm64 kvm: add tls-usr supportBin Lu
2020-10-10arm64: set DZE bit to make EL0 can use DC ZVAMin Le
2020-10-09platform/kvm: remove the unused fieldAndrei Vagin
2020-10-09Merge pull request #4040 from lemin9538:lemin_arm64gVisor bot
2020-10-08arm64: the mair_el1 value is wrongMin Le
2020-10-07Merge pull request #4376 from lubinszARM:pr_usr_tls_newgVisor bot
2020-10-05Merge pull request #4079 from lemin9538:arm64_fixgVisor bot
2020-10-02kvm/x86: handle a case when interrupts are enabled in the kernel spaceAndrei Vagin
2020-09-30Merge pull request #2256 from laijs:kptigVisor bot
2020-09-29arm64 kvm: keep sentry-tls and usr-tls separatelyBin Lu
2020-09-29arm64 kvm: remove some redundant codes to improve the preformanceBin Lu
2020-09-25make sure use the kernel space after change ASIDMin Le
2020-09-22arm64: set SCTLR_UCI bit in SCTLR_EL1Min Le
2020-09-16Merge pull request #3893 from lubinszARM:pr_n1_03gVisor bot
2020-09-11arm64 mm: asid and tlb supportBin Lu
2020-09-10arm64:place an SB sequence following an ERET instructionBin Lu
2020-08-12Running hello-world on Thunderx2 with kvmBin Lu
2020-08-07Merge pull request #3069 from lubinszARM:pr_serr_injection2gVisor bot
2020-08-06amd64: implement KPTI for gvisorLai Jiangshan