Age | Commit message (Expand) | Author |
2019-10-31 | Merge release-20190806.1-355-gf7dbdda (automated) | gVisor bot |
2019-10-31 | platform/kvm: calll sigtimedwait with zero timeout | Andrei Vagin |
2019-10-30 | Merge release-20190806.1-348-gca93332 (automated) | gVisor bot |
2019-10-30 | support using KVM_MEM_READONLY for arm64 regions | lubinszARM |
2019-10-29 | Merge release-20190806.1-340-gc0b8fd4 (automated) | gVisor bot |
2019-10-29 | Update build tags to allow Go 1.14 | Michael Pratt |
2019-10-09 | Merge pull request #811 from lubinszARM:pr_testutil | gVisor bot |
2019-09-18 | enable kvm/testutil to support arm64 | Bin Lu |
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-07-22 | Merge d706922d (automated) | gVisor bot |
2019-07-22 | kvm: fix race between machine.Put and machine.Get | Andrei Vagin |
2019-07-16 | Merge 6a8ff6da (automated) | gVisor bot |
2019-07-15 | kvm: wake up all waiter of vCPU.state | Andrei Vagin |
2019-07-12 | Merge 69e0affa (automated) | gVisor bot |
2019-07-03 | Avoid importing platforms from many source files | Andrei Vagin |
2019-07-02 | Solve BounceToKernel may hang issue | Yong He |
2019-06-27 | Merge 5b41ba5d (automated) | gVisor bot |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-13 | Merge add40fd6 (automated) | gVisor bot |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-06-10 | Merge 589f36ac (automated) | gVisor bot |
2019-06-10 | Move //pkg/sentry/platform/procid to //pkg/procid. | Jamie Liu |
2019-06-02 | Merge 216da0b7 (automated) | gVisor bot |
2019-05-30 | Add build guard to files using go:linkname | Fabricio Voznika |
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-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-02-28 | Fix "-c dbg" build break | Fabricio Voznika |
2019-02-26 | FPE_INTOVF (integer overflow) should be 2 refer to Linux. | Ruidong Cao |
2019-01-31 | Remove license comments | 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-23 | Track paths and provide a rename hook. | Adin Scannell |
2018-10-19 | Use correct company name in copyright header | Ian Gudger |
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-08-22 | Add separate Recycle method for allocator. | Adin Scannell |
2018-07-27 | stateify: support explicit annotation mode; convert refs and stack packages. | Zhaozhong Ni |
2018-07-23 | Add KVM and overlay dimensions to container_test | Fabricio Voznika |
2018-07-16 | Add CPUID faulting for ptrace and KVM. | Adin Scannell |
2018-06-19 | Make KVM more scalable by removing CPU cap. | Adin Scannell |
2018-06-15 | Use notify explicitly on unlock path. | Adin Scannell |
2018-06-13 | Deflake kvm_test. | Adin Scannell |
2018-06-11 | Minor ring0 interface cleanup. | Adin Scannell |