summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm
AgeCommit message (Expand)Author
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