Age | Commit message (Expand) | Author |
2019-10-22 | platform/ptrace: exit without panic if a stub process has been killed by SIGKILL | Andrei Vagin |
2019-10-16 | Reorder BUILD license and load functions in gvisor. | Kevin Krakauer |
2019-10-09 | Merge pull request #811 from lubinszARM:pr_testutil | gVisor bot |
2019-09-24 | gvisor: change syscall.RawSyscall to syscall.RawSyscall6 where required | gVisor bot |
2019-09-18 | enable kvm/testutil to support arm64 | Bin Lu |
2019-09-17 | platform/ptrace: log exit code for stub processes | Andrei Vagin |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-09-03 | Impose order on test scripts. | Adin Scannell |
2019-08-16 | ptrace: detect if a stub process exited unexpectedly | Andrei Vagin |
2019-08-09 | Add initial ptrace stub and syscall support for arm64. | Haibo Xu |
2019-07-22 | kvm: fix race between machine.Put and machine.Get | Andrei Vagin |
2019-07-15 | kvm: wake up all waiter of vCPU.state | Andrei Vagin |
2019-07-09 | tss: block userspace access to all I/O ports. | Liu Hua |
2019-07-03 | Avoid importing platforms from many source files | Andrei Vagin |
2019-07-02 | Solve BounceToKernel may hang issue | Yong He |
2019-06-28 | platform/ptrace: return more detailed errors | Andrei Vagin |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-27 | gvisor/ptrace: grub initial thread registers only once | Andrei Vagin |
2019-06-24 | Add O_EXITKILL to ptrace options. | Adin Scannell |
2019-06-24 | platform/ptrace: specify PTRACE_O_TRACEEXIT for stub-processes | Andrei Vagin |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-12 | gvisor/ptrace: print guest registers if a stub stopped with unexpected code | Andrei Vagin |
2019-06-10 | Move //pkg/sentry/platform/procid to //pkg/procid. | Jamie Liu |
2019-05-30 | Add build guard to files using go:linkname | Fabricio Voznika |
2019-05-30 | Update procid for Go 1.13 | Michael Pratt |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-04-29 | Allow and document bug ids in gVisor codebase. | Nicolas Lacasse |
2019-04-26 | kvm: remove non-sane sanity check | Adin Scannell |
2019-03-21 | Allow BP and OF can be called from user space | Yong He |
2019-03-14 | Decouple filemem from platform and move it to pgalloc.MemoryFile. | Jamie Liu |
2019-03-12 | Clarify the platform.File interface. | Jamie Liu |
2019-03-11 | kvm: minimum guest/host timekeeping delta. | Adin Scannell |
2019-03-05 | Priority-inheritance futex implementation | Fabricio Voznika |
2019-03-01 | ptrace: drop old FIXME | Adin Scannell |
2019-02-28 | Fix "-c dbg" build break | Fabricio Voznika |
2019-02-28 | Upgrade to Go 1.12 | Michael Pratt |
2019-02-26 | FPE_INTOVF (integer overflow) should be 2 refer to Linux. | Ruidong Cao |
2019-02-13 | Improve safecopy sanity checks. | Jamie Liu |
2019-01-31 | Remove license comments | Michael Pratt |
2018-12-18 | Add BPFAction type with Stringer | Fabricio Voznika |
2018-12-10 | Add safecopy support for arm64 platform. | Haibo Xu |
2018-12-10 | Validate FS_BASE in Task.Clone | Michael Pratt |
2018-12-04 | Remove initRegs arg from clone | Michael Pratt |
2018-11-27 | Add procid support for arm64 platform | Haibo Xu |
2018-11-20 | Use RET_KILL_PROCESS if available in kernel | Fabricio Voznika |
2018-11-20 | Reference upstream licenses | Michael Pratt |
2018-10-31 | kvm: simplify floating point logic. | Adin Scannell |
2018-10-31 | kvm: add detailed traces on vCPU errors. | Adin Scannell |
2018-10-31 | kvm: avoid siginfo allocations. | Adin Scannell |
2018-10-30 | kvm: use private futexes. | Adin Scannell |