summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm
AgeCommit message (Expand)Author
2019-06-10Merge 589f36ac (automated)gVisor bot
2019-06-10Move //pkg/sentry/platform/procid to //pkg/procid.Jamie Liu
2019-06-02Merge 216da0b7 (automated)gVisor bot
2019-05-30Add build guard to files using go:linknameFabricio Voznika
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-26kvm: remove non-sane sanity checkAdin Scannell
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-12Clarify the platform.File interface.Jamie Liu
2019-03-11kvm: minimum guest/host timekeeping delta.Adin Scannell
2019-02-28Fix "-c dbg" build breakFabricio Voznika
2019-02-26FPE_INTOVF (integer overflow) should be 2 refer to Linux.Ruidong Cao
2019-01-31Remove license commentsMichael Pratt
2018-10-31kvm: simplify floating point logic.Adin Scannell
2018-10-31kvm: add detailed traces on vCPU errors.Adin Scannell
2018-10-31kvm: avoid siginfo allocations.Adin Scannell
2018-10-30kvm: use private futexes.Adin Scannell
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-13platform/kvm: Get max vcpu number dynamically by ioctlChenggang
2018-09-11platform: Pass device fd into platform constructor.Nicolas Lacasse
2018-08-22Add separate Recycle method for allocator.Adin Scannell
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-23Add KVM and overlay dimensions to container_testFabricio Voznika
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-15Use notify explicitly on unlock path.Adin Scannell
2018-06-13Deflake kvm_test.Adin Scannell
2018-06-11Minor ring0 interface cleanup.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-06-06Add allocator abstraction for page tables.Adin Scannell
2018-06-01Move page tables lock into the address space.Adin Scannell
2018-05-30Restore FS on resume.Adin Scannell
2018-05-30Change ring0 & page tables arguments to structs.Adin Scannell
2018-05-21Dramatically improve handling of KVM vCPU pool.Adin Scannell
2018-05-15Fix KVM EFAULT handling.Adin Scannell
2018-05-15Simplify KVM invalidation logic.Adin Scannell
2018-05-15Simplify KVM state handling.Adin Scannell
2018-05-14Disable INVPCID check; it's not used.Adin Scannell
2018-05-14Make KVM system call first check.Adin Scannell
2018-05-14Simplify KVM host map handling.Adin Scannell
2018-05-14Ignore spurious KVM emulation failures.Adin Scannell
2018-05-11Remove error return from AddressSpace.Release()Michael Pratt
2018-05-07Fix misspellingsIan Gudger
2018-04-28Check in gVisor.Googler