summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform
AgeCommit message (Expand)Author
2019-02-28Upgrade to Go 1.12Michael Pratt
2019-02-26FPE_INTOVF (integer overflow) should be 2 refer to Linux.Ruidong Cao
2019-02-13Improve safecopy sanity checks.Jamie Liu
2019-01-31Remove license commentsMichael Pratt
2018-12-18Add BPFAction type with StringerFabricio Voznika
2018-12-10Add safecopy support for arm64 platform.Haibo Xu
2018-12-10Validate FS_BASE in Task.CloneMichael Pratt
2018-12-04Remove initRegs arg from cloneMichael Pratt
2018-11-27Add procid support for arm64 platformHaibo Xu
2018-11-20Use RET_KILL_PROCESS if available in kernelFabricio Voznika
2018-11-20Reference upstream licensesMichael 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-24Use TRAP to simplify vsyscall emulation.Adin Scannell
2018-10-24Run ptrace stubs in their own session and process group.Nicolas Lacasse
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-10Add seccomp filter configuration to ptrace stubs.Adin Scannell
2018-09-18Provide better message when memfd_create fails with ENOSYSFabricio Voznika
2018-09-14Avoid reuse of pending SignalInfo objectsnewmanwang
2018-09-13platform/kvm: Get max vcpu number dynamically by ioctlChenggang
2018-09-11platform: Pass device fd into platform constructor.Nicolas Lacasse
2018-09-10Map committed chunks concurrently in FileMem.LoadFrom.Jamie Liu
2018-08-28Bump to Go 1.11Michael Pratt
2018-08-22Add separate Recycle method for allocator.Adin Scannell
2018-08-08Protect PCIDs with a mutex.Adin Scannell
2018-08-06Fix a bug in PCIDs.AssignShiruRen
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
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