summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform
AgeCommit message (Expand)Author
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
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-17Merge FileMem.usage in IncRefMichael Pratt
2018-07-16Add CPUID faulting for ptrace and KVM.Adin Scannell
2018-07-16Start allocation and reclaim scans only where they may find a matchMichael Pratt
2018-07-11Add MemoryManager.Pin.Jamie Liu
2018-06-26Change SIGCHLD to SIGKILL in ptrace stubs.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-13Log filemem state when panicing due to invalid refcount.Jamie Liu
2018-06-11Minor ring0 interface cleanup.Adin Scannell
2018-06-11Make page tables split-safe.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-05-01Set LMA in EFERMichael Pratt
2018-04-28Check in gVisor.Googler