summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm/address_space.go
AgeCommit message (Expand)Author
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-12Clarify the platform.File interface.Jamie Liu
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-13platform/kvm: Get max vcpu number dynamically by ioctlChenggang
2018-08-22Add separate Recycle method for allocator.Adin Scannell
2018-06-19Make KVM more scalable by removing CPU cap.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-30Change ring0 & page tables arguments to structs.Adin Scannell
2018-05-15Simplify KVM invalidation logic.Adin Scannell
2018-05-15Simplify KVM state handling.Adin Scannell
2018-05-14Simplify KVM host map handling.Adin Scannell
2018-05-11Remove error return from AddressSpace.Release()Michael Pratt
2018-05-07Fix misspellingsIan Gudger
2018-04-28Check in gVisor.Googler