Age | Commit message (Expand) | Author |
2021-01-13 | Merge pull request #4792 from lubinszARM:pr_kvm_test | gVisor bot |
2021-01-12 | Remove useless cached state | Tamir Duberstein |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2021-01-11 | Fix Go branch for arm64. | Adin Scannell |
2021-01-08 | Merge pull request #4933 from lubinszARM:pr_kvm_el0_exceptions | gVisor bot |
2021-01-07 | Merge pull request #5207 from avagin:arm64-cross | gVisor bot |
2021-01-07 | netstack: Refactor tcpip.Endpoint.Read | Ting-Yu Wang |
2021-01-07 | Implement the semtimedop syscall | Andrei Vagin |
2021-01-06 | Support add/remove IPv6 multicast group sock opt | Ghanan Gowripalan |
2021-01-06 | Merge pull request #5177 from lubinszARM:pr_kernel_global | gVisor bot |
2021-01-05 | Fix panic when parsing SO_TIMESTAMP cmsg | Kevin Krakauer |
2021-01-05 | Add benchmarks targets to BuildKite. | Adin Scannell |
2021-01-05 | fs/fuse: check that a task has a specified file descriptor | Andrei Vagin |
2020-12-31 | Add missing error checks for FileDescription.Init. | Dean Deng |
2020-12-29 | Make profiling commands synchronous. | Adin Scannell |
2020-12-29 | arm64 kvm: revert some kpti related codes, and configure upper pagetable as g... | Robin Luk |
2020-12-23 | vfs1: don't allow to open socket files | Andrei Vagin |
2020-12-22 | Move SO_BINDTODEVICE to socketops. | Nayana Bidari |
2020-12-17 | Set verityMu to be state nosave | Chong Cai |
2020-12-17 | Fix seek on /proc/pid/cmdline when task is zombie. | Nicolas Lacasse |
2020-12-17 | [netstack] Implement IP(V6)_RECVERR socket option. | Ayush Ranjan |
2020-12-17 | Set process group and session on host TTY | Fabricio Voznika |
2020-12-17 | [netstack] Implement MSG_ERRQUEUE flag for recvmsg(2). | Ayush Ranjan |
2020-12-16 | Merge pull request #4880 from lubinszARM:pr_tlbi_02 | gVisor bot |
2020-12-15 | Internal change. | Andrei Vagin |
2020-12-15 | Implement command SEM_INFO and SEM_STAT for semctl. | Jing Chen |
2020-12-15 | Change violation mode to an enum | Chong Cai |
2020-12-15 | [syzkaller] Avoid AIOContext from resurrecting after being marked dead. | Ayush Ranjan |
2020-12-15 | [netstack] Make recvmsg(2) call to host in hostinet even if dst is empty. | Ayush Ranjan |
2020-12-15 | Internal change. | gVisor bot |
2020-12-15 | Merge pull request #4722 from zhlhahaha:2010 | gVisor bot |
2020-12-14 | [netstack] Update raw socket and hostinet control message parsing. | Ayush Ranjan |
2020-12-14 | Move SO_LINGER option to socketops. | Nayana Bidari |
2020-12-14 | Do not check for reference leaks after saving. | Dean Deng |
2020-12-14 | Move SO_ERROR and SO_OOBINLINE option to socketops. | Nayana Bidari |
2020-12-11 | Internal change. | gVisor bot |
2020-12-11 | Remove existing nogo exceptions. | Adin Scannell |
2020-12-11 | [netstack] Decouple tcpip.ControlMessages from the IP control messges. | Ayush Ranjan |
2020-12-11 | Make semctl IPC_INFO cmd return the index of highest used entry. | Jing Chen |
2020-12-10 | Change merkle root file name to avoid collision | Chong Cai |
2020-12-09 | Add support for IP_RECVORIGDSTADDR IP option. | Bhasker Hariharan |
2020-12-09 | Add //pkg/sync:generic_atomicptrmap. | Jamie Liu |
2020-12-09 | Prepare for supporting cross compilation. | Andrei Vagin |
2020-12-07 | Fix error handling on fusefs mount. | Rahat Mahmood |
2020-12-07 | Export IGMP stats | Arthur Sfez |
2020-12-07 | Merge pull request #4908 from lubinszARM:pr_kvm_ext_dabt | gVisor bot |
2020-12-07 | Merge pull request #4874 from zhlhahaha:2022 | gVisor bot |
2020-12-04 | Overlay runsc regular file mounts with regular files. | Jamie Liu |
2020-12-04 | Avoid fallocate(FALLOC_FL_PUNCH_HOLE) when ManualZeroing is in effect. | Jamie Liu |
2020-12-04 | Require sync.RWMutex to lock and unlock from the same goroutine | Michael Pratt |