summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform
AgeCommit message (Expand)Author
2020-10-13Avoid excessive Tgkill and wait operations.Adin Scannell
2020-10-12Merge pull request #4072 from adamliyi:droppt_fixgVisor bot
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-07Add precise synchronization to KVM.Adin Scannell
2020-10-06Implement membarrier(2) commands other than *_SYNC_CORE.Jamie Liu
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-30arm64 kvm: fix panic in kvm.dropPageTablesYi Li
2020-09-30Merge pull request #2256 from laijs:kptigVisor bot
2020-09-29arm64 kvm: keep sentry-tls and usr-tls separatelyBin 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-15Add support for OCI seccomp filters in the sandbox.Ian Lewis
2020-09-11arm64 mm: asid and tlb supportBin Lu
2020-09-10arm64:place an SB sequence following an ERET instructionBin Lu
2020-09-09Don't sched_setaffinity in ptrace platform.Jamie Liu
2020-08-26Merge pull request #3742 from lubinszARM:pr_n1_1gVisor bot
2020-08-26Support stdlib analyzers with nogo.Adin Scannell
2020-08-24Device major number greater than 2 digits in /proc/self/maps on arm64 N1 machineBin Lu
2020-08-24Bump build constraints to 1.17Michael Pratt
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-12Running hello-world on Thunderx2 with kvmBin Lu
2020-08-07Add context.FullStateChanged()Andrei Vagin
2020-08-07Merge pull request #3069 from lubinszARM:pr_serr_injection2gVisor bot
2020-08-06amd64: implement KPTI for gvisorLai Jiangshan
2020-08-05amd64: introduce kernelEntryLai Jiangshan
2020-08-05amd64: don't check vcpu in bluepill()Lai Jiangshan
2020-08-04amd64: less code and data in the upper halfLai Jiangshan
2020-08-04amd64: switch to kernelCR3 when just return to gr0Lai Jiangshan
2020-08-04amd64: switch to userCR3 just before return to gr3Lai Jiangshan
2020-08-03Add callbacks to support lazy loading/restoring thread statesAndrei Vagin
2020-07-31Merge pull request #3300 from lubinszARM:pr_fpsimd_usrgVisor bot
2020-07-30Merge pull request #3448 from lubinszARM:pr_tls_testsgVisor bot
2020-07-30Merge pull request #3028 from lubinszARM:pr_kvm_hello1gVisor bot
2020-07-30add usr-tls test cases for Arm64Bin Lu
2020-07-30supporting sError injection step 2 on Arm64Bin Lu
2020-07-29load/store user fpsimd on Arm64Bin Lu
2020-07-27Merge pull request #3201 from lubinszARM:pr_sys64_2gVisor bot
2020-07-27Merge pull request #3299 from lubinszARM:pr_asidgVisor bot
2020-07-27Move platform.File in memmapAndrei Vagin
2020-07-26updated the functions to distinguish IA/DA for Arm64Bin Lu
2020-07-26allow guest user applications read CNTVCT_EL0/CNTFRQ_EL0Bin Lu
2020-07-23kvm-tls-2:add the preservation of user-TLS in the Arm64 kvm platformlubinszARM
2020-07-20add asid support to Arm64Bin Lu
2020-07-13Merge pull request #3200 from lubinszARM:pr_kvm_ut_1gVisor bot
2020-07-10Split the kvm ut test cases to correspond to different platformsBin Lu