summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/task_run.go
AgeCommit message (Expand)Author
2020-11-13Log task goroutine IDs in the sentry watchdog.Jamie Liu
2020-11-13Check for misuse of kernel.Task as context.Context.Jamie Liu
2020-11-12Rename kernel.TaskContext to kernel.TaskImage.Jamie Liu
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-08-18Move ERESTART* error definitions to syserror package.Dean Deng
2020-08-03Add callbacks to support lazy loading/restoring thread statesAndrei Vagin
2020-07-23Add task work mechanism.Dean Deng
2020-04-22Specify a memory file in platform.New().Andrei Vagin
2020-04-16Make ExtractErrno a functionFabricio Voznika
2020-02-28Define CPUIDInstruction for arm64Andrei Vagin
2020-01-27Update package locations.Adin Scannell
2020-01-06Implement rseq(2)Michael Pratt
2019-12-06Add runtime tracing.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-05-22Log unhandled faults only at DEBUG level.Adin Scannell
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-08Export kernel.SignalInfoPriv.Jamie Liu
2019-04-03Only CopyOut CPU when it changesMichael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Check thread group CPU timers in the CPU clock ticker.Jamie Liu
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-16Add CPUID faulting for ptrace and KVM.Adin Scannell
2018-04-28Check in gVisor.Googler