Age | Commit message (Expand) | Author |
2020-01-29 | supporting sError in guest kernel on Arm64 | Bin Lu |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Fix licenses. | 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-21 | Merge pull request #1275 from lubinszARM:pr_ring0_5 | gVisor bot |
2020-01-21 | Merge pull request #1274 from lubinszARM:pr_ring0_4 | gVisor bot |
2020-01-16 | Merge pull request #1272 from lubinszARM:pr_ring0_2 | gVisor bot |
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 |
2020-01-08 | Merge pull request #1273 from lubinszARM:pr_ring_3 | gVisor bot |
2020-01-06 | platform/syscall: use syscall + int3 to execute a system call in a stub process | Andrei Vagin |
2019-12-26 | Merge pull request #1461 from xiaobo55x:ptrace_sysemu | gVisor bot |
2019-12-26 | Merge pull request #1460 from lubinszARM:pr_clean_code1 | gVisor bot |
2019-12-24 | slight changes to ring0&pagetables for Arm64 | Bin Lu |
2019-12-23 | Replace syscall.PTRACE_SYSEMU with unix.PTRACE_SYSEMU | Haibo Xu |
2019-12-18 | Merge pull request #890 from lubinszARM:pr_phyap | gVisor bot |
2019-12-18 | Merge pull request #1322 from lubinszARM:pr_vfp_ring0 | gVisor bot |
2019-12-18 | supporting lazy-fpsimd in guest on Arm64 | Bin Lu |
2019-12-17 | Mark enableCpuidFault nosplit | Michael Pratt |
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-12-03 | platform/ptrace: make some operations arch specific | Haibo Xu |
2019-11-26 | passed the kvm test case of "TestApplicationFault" on Arm64 platform | Bin Lu |
2019-11-26 | passed the kvm test case of "TestApplicationSyscall" on Arm64 platform | Bin Lu |
2019-11-26 | Prepare the vcpu environment for a container application | Bin Lu |
2019-11-26 | passed the kvm test case of "TestKernelFault" on Arm64 platform | Bin Lu |
2019-11-22 | enable ring0/pagetables to support arm64 | lubinszARM |
2019-11-18 | platform/ptrace: use host.GetCPU instead of the getcpu syscall | Andrei Vagin |
2019-11-11 | Merge pull request #918 from lubinszARM:pr_ring0 | gVisor bot |
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-25 | platform/ptrace: use tgkill instead of kill | Andrei Vagin |
2019-10-23 | Optimize kvm/physical_map.go on Arm platform | Bin Lu |
2019-10-22 | platform/ptrace: exit without panic if a stub process has been killed by SIGKILL | Andrei Vagin |
2019-10-22 | enable ring0 to support arm64 | Bin Lu |
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 |