Age | Commit message (Expand) | Author |
2021-02-05 | Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx) | Ting-Yu Wang |
2021-02-05 | [vfs] Handle `.` and `..` as last path component names in kernfs Rename. | Ayush Ranjan |
2021-02-04 | Move getcpu() to core filter list | Michael Pratt |
2021-02-04 | Call kernfs.syntheticDir.InitRefs() on creation. | Nicolas Lacasse |
2021-02-03 | [vfs] Make sticky bit check consistent with Linux. | Ayush Ranjan |
2021-02-03 | arm64 kvm:implement basic lazy save and restore for FPSIMD registers | Robin Luk |
2021-02-03 | arm64: clean code | Robin Luk |
2021-02-02 | Remove call to Notify from pipe.VFSPipeFD.CopyOutFrom. | Jamie Liu |
2021-02-02 | Stub out basic `runsc events --stat` CPU functionality | Kevin Krakauer |
2021-02-02 | Move ring0 package. | Adin Scannell |
2021-02-02 | Add ETIMEDOUT to partial result list | Fabricio Voznika |
2021-02-02 | Minor page tables improvements. | Adin Scannell |
2021-02-01 | Refactor HandleControlPacket/SockError | Ghanan Gowripalan |
2021-01-29 | Fix deadlock in specialFileFD.pwrite | Fabricio Voznika |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-28 | Propagate reader error in ReadFrom | Tamir Duberstein |
2021-01-28 | [vfs] Fix rename implementation in OrderedChildren. | Ayush Ranjan |
2021-01-28 | Add O_PATH support in vfs2 | gVisor bot |
2021-01-27 | Add support for more fields in netstack for TCP_INFO | Nayana Bidari |
2021-01-26 | Initialize the send buffer handler in endpoint creation. | Nayana Bidari |
2021-01-26 | Implement error on pointers | Tamir Duberstein |
2021-01-26 | Initialize timestamps for gofer synthetic children. | Dean Deng |
2021-01-26 | Move inotify events from syscall to vfs layer. | Dean Deng |
2021-01-26 | Do not send SCM Rights more than once when message is truncated. | Dean Deng |
2021-01-26 | Move SO_SNDBUF to socketops. | Nayana Bidari |
2021-01-26 | Do not generate extraneous IN_CLOSE inotify events. | Dean Deng |
2021-01-25 | Add per endpoint ARP statistics | Arthur Sfez |
2021-01-25 | Remove synchronous decommit for MADV_DONTNEED on private anonymous vmas. | Jamie Liu |
2021-01-22 | Implement F_GETLK fcntl. | Dean Deng |
2021-01-22 | Define tcpip.Payloader in terms of io.Reader | Tamir Duberstein |
2021-01-21 | iptables: support matching the input interface name | Toshi Kikuchi |
2021-01-20 | Update splice syscall documentation. | Dean Deng |
2021-01-20 | Remove unimplemented message for SO_LINGER | Nayana Bidari |
2021-01-20 | Don't use task goroutine context in fsimpl tests. | Jamie Liu |
2021-01-20 | Move Lock/UnlockPOSIX into LockFD util. | Dean Deng |
2021-01-20 | Fix refcount increments in gofer.filesystem.Sync. | Jamie Liu |
2021-01-20 | Remove string allocation from strings.Repeat() in /proc/[pid]/maps. | Jamie Liu |
2021-01-19 | platform/ptrace: workaround a kernel ptrace issue on ARM64 | Andrei Vagin |
2021-01-15 | Remove count argument from tcpip.Endpoint.Read | Tamir Duberstein |
2021-01-14 | Simplify the pipe implementation. | Jamie Liu |
2021-01-14 | Add stats for ARP | Arthur Sfez |
2021-01-14 | Check for existence before permissions | Fabricio Voznika |
2021-01-13 | Do not resolve remote link address at transport layer | Ghanan Gowripalan |
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 |