summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm/machine_amd64.go
AgeCommit message (Expand)Author
2021-10-08Remove ring0 floating point save/load functions on amd64.Jamie Liu
2021-09-23Merge pull request #6573 from avagin:kvm-seccomp-mmapgVisor bot
2021-09-22kvm: trap mmap syscalls to map new regions to the guestAndrei Vagin
2021-09-22kvm/arm: calculate virtual-to-physical mappings only onceAndrei Vagin
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-12Go 1.17 support for the KVM platformMichael Pratt
2021-06-16kvm: mark UpperHalf PTE-s as globalAndrei Vagin
2021-06-14Fix typoMichael Pratt
2021-06-10[op] Move SignalInfo to abi/linux package.Ayush Ranjan
2021-05-07Merge pull request #5758 from zhlhahaha:2125gVisor bot
2021-05-07Init all vCPU when initializing machine on ARM64howard zhang
2021-04-30kvm: prefault a root table page before switching into a user address spaceAndrei Vagin
2021-04-21Merge pull request #5737 from dqminh:tsc-scalinggVisor bot
2021-04-21Fallback to legacy system time logic when host does not have TSC_CONTROLDaniel Dao
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-23Merge pull request #5677 from avagin:kvm-mmiogVisor bot
2021-03-23Move the code that manages floating-point state to a separate packageAndrei Vagin
2021-03-16kvm: prefault a floating point state before restoring itAndrei Vagin
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-02-02Move ring0 package.Adin Scannell
2020-11-03kvm: share upper halves among all pagtablesLai Jiangshan
2020-10-22arm64 kvm: added the implementation of setSystemTimeLegacy()Bin Lu
2020-10-12Merge pull request #4072 from adamliyi:droppt_fixgVisor bot
2020-10-07Add precise synchronization to KVM.Adin Scannell
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-08-06amd64: implement KPTI for gvisorLai Jiangshan
2020-08-05amd64: introduce kernelEntryLai Jiangshan
2020-06-05Add +checkescape annotations to kvm/ring0.Adin Scannell
2020-01-27Update package locations.Adin Scannell
2020-01-09Avoid panic when c.PCIDs is nilLai Jiangshan
2019-10-30support using KVM_MEM_READONLY for arm64 regionslubinszARM
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-02-26FPE_INTOVF (integer overflow) should be 2 refer to Linux.Ruidong Cao
2018-10-31kvm: simplify floating point logic.Adin Scannell
2018-10-31kvm: avoid siginfo allocations.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-07-16Add CPUID faulting for ptrace and KVM.Adin Scannell
2018-06-19Make KVM more scalable by removing CPU cap.Adin Scannell
2018-06-11Handle all exception vectors.Adin Scannell
2018-06-08Fix kernel flags handling and add missing vectors.Adin Scannell
2018-06-06Ensure guest-mode for page table modifications.Adin Scannell
2018-06-06Split PCID implementation from page tables.Adin Scannell
2018-05-30Change ring0 & page tables arguments to structs.Adin Scannell
2018-05-15Fix KVM EFAULT handling.Adin Scannell
2018-05-15Simplify KVM state handling.Adin Scannell
2018-05-14Make KVM system call first check.Adin Scannell
2018-04-28Check in gVisor.Googler