Age | Commit message (Expand) | Author |
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 |
2018-10-24 | Use TRAP to simplify vsyscall emulation. | Adin Scannell |
2018-10-24 | Run ptrace stubs in their own session and process group. | Nicolas Lacasse |
2018-10-23 | Track paths and provide a rename hook. | Adin Scannell |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
2018-10-10 | Add seccomp filter configuration to ptrace stubs. | Adin Scannell |
2018-09-18 | Provide better message when memfd_create fails with ENOSYS | Fabricio Voznika |
2018-09-14 | Avoid reuse of pending SignalInfo objects | newmanwang |
2018-09-13 | platform/kvm: Get max vcpu number dynamically by ioctl | Chenggang |
2018-09-11 | platform: Pass device fd into platform constructor. | Nicolas Lacasse |
2018-09-10 | Map committed chunks concurrently in FileMem.LoadFrom. | Jamie Liu |
2018-08-28 | Bump to Go 1.11 | Michael Pratt |