Age | Commit message (Expand) | Author |
2020-04-25 | Enable automated marshalling for signals and the arch package. | Rahat Mahmood |
2020-04-24 | Merge pull request #1707 from lubinszARM:pr_lazy_fpsimd_2 | gVisor bot |
2020-04-22 | Specify a memory file in platform.New(). | Andrei Vagin |
2020-04-09 | remove nogo exemption for machine_arm64_unsafe.go | Bin Lu |
2020-04-01 | Automated rollback of changelist 303799678 | Adin Scannell |
2020-03-30 | kvm: handle exit reasons even under EINTR. | Adin Scannell |
2020-03-11 | Import "unsafe" in bluepill_arm64_unsafe.go | Andrei Vagin |
2020-03-06 | Merge branch 'master' into pr_lazy_fpsimd_2 | Andrei Vagin |
2020-03-06 | Merge pull request #1963 from xiaobo55x:kvm_common | gVisor bot |
2020-03-06 | Merge pull request #1946 from xiaobo55x:dieTramp | gVisor bot |
2020-02-26 | Merge pull request #1912 from lubinszARM:pr_kvm_build | gVisor bot |
2020-02-26 | Code Clean: Move arch independent codes to common file in kvm pkg. | Haibo Xu |
2020-02-25 | Don't acquire contended lock with the OS thread locked. | Adin Scannell |
2020-02-25 | Enable bluepill dieTrampoline operation on arm64. | Haibo Xu |
2020-02-20 | Code Clean:Move getUserRegisters into dieArchSetup() and other small changes. | Bin Lu |
2020-01-29 | Lazy-fpsimd support patch series#2: add fpsimd@Arm64 support to kvm module | Bin Lu |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-23 | Check for EINTR from KVM_CREATE_VM | Michael Pratt |
2020-01-15 | Merge pull request #1540 from laijs:fix-PCIDs | gVisor bot |
2020-01-09 | New sync package. | Ian Gudger |
2020-01-09 | Avoid panic when c.PCIDs is nil | Lai Jiangshan |
2019-12-18 | Merge pull request #890 from lubinszARM:pr_phyap | gVisor bot |
2019-12-17 | Merge pull request #1321 from lubinszARM:pr_testutils_vfp | gVisor bot |
2019-12-13 | enable kvm to support arm64 | lubinszARM |
2019-12-04 | Add a floating test case for Arm64 | Bin Lu |
2019-10-31 | platform/kvm: calll sigtimedwait with zero timeout | Andrei Vagin |
2019-10-30 | support using KVM_MEM_READONLY for arm64 regions | lubinszARM |
2019-10-29 | Update build tags to allow Go 1.14 | Michael Pratt |
2019-10-23 | Optimize kvm/physical_map.go on Arm platform | Bin Lu |
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 | 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-03 | Avoid importing platforms from many source files | Andrei Vagin |
2019-07-02 | Solve BounceToKernel may hang issue | Yong He |
2019-06-27 | Fix various spelling issues in the documentation | Michael Pratt |
2019-06-13 | Update canonical repository. | Adin Scannell |
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-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 |