summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry
AgeCommit message (Expand)Author
2020-11-18Merge pull request #4791 from lubinszARM:pr_pt_uppergVisor bot
2020-11-18Add a few syslog messages.Etienne Perot
2020-11-18[netstack] Move SO_PASSCRED option to SocketOptions.Ayush Ranjan
2020-11-17Merge pull request #4840 from lubinszARM:pr_fpsimd_1gVisor bot
2020-11-17fs/fuse: don't dereference fuse.DeviceFD.fs if it is nilAndrei Vagin
2020-11-17tmpfs: make sure that a dentry will not be destroyed before the open() callAndrei Vagin
2020-11-17Add consistent precondition formatting for verityChong Cai
2020-11-17Merge pull request #4836 from lubinszARM:pr_exception_el0_el1gVisor bot
2020-11-17Fix SO_ERROR behavior for TCP in gVisor.Bhasker Hariharan
2020-11-17arm64 kvm: optimize all fpsimd related codeRobin Luk
2020-11-17arm64 kvm: add the processing functions for all el0/el1 exceptionsRobin Luk
2020-11-16Reset watchdog timer between sendfile() iterations.Jamie Liu
2020-11-16Allow RLIMIT_RSS to be setFabricio Voznika
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-11-13Log task goroutine IDs in the sentry watchdog.Jamie Liu
2020-11-13Check for misuse of kernel.Task as context.Context.Jamie Liu
2020-11-13Have fuse.DeviceFD hold reference on fuse.filesystem.Jamie Liu
2020-11-13fs/tmpfs: change regularFile.size atomicallyAndrei Vagin
2020-11-13fs/tmpfs: use atomic operations to access inode.modeAndrei Vagin
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
2020-11-12Fix misuses of kernel.Task as context.Context.Jamie Liu
2020-11-12Add children names into verity hashChong Cai
2020-11-12Rename kernel.TaskContext to kernel.TaskImage.Jamie Liu
2020-11-12Filter dentries with non-zero refs in VFS2 gofer/overlay checks.Jamie Liu
2020-11-12arm64 kvm bug fix: pagetables_test & kvm_test failed due to upper-shared-pt f...Bin Lu
2020-11-11Read fsimpl/tmpfs timestamps atomically.Jamie Liu
2020-11-09Print a debug message if /sys/kernel/debug/kcov is availableAndrei Vagin
2020-11-09Merge pull request #4683 from lemin9538:lemin_fpsmid_fixgVisor bot
2020-11-09Initialize references with a value of 1.Dean Deng
2020-11-06Allow VFS2 gofer.dentries to have separate read and write FDs.Jamie Liu
2020-11-06[vfs] Return EEXIST when file already exists and rp.MustBeDir() is true.Ayush Ranjan
2020-11-06Implement command GETNCNT for semctl.Jing Chen
2020-11-06[vfs] overlayfs: Do not unlink non-existing whiteout during file creation.Ayush Ranjan
2020-11-06Avoid extra DecRef on kernfs root for "kept" dentries.Dean Deng
2020-11-06Fix infinite loop when splicing to pipes/eventfds.Nicolas Lacasse
2020-11-06Cap iovec array length in //pkg/sentry/hostfd.Jamie Liu
2020-11-03Fix more nogo testsTing-Yu Wang
2020-11-03[vfs2] Do not drop inotify waiters across S/R.Dean Deng
2020-11-03Make pipe min/max sizes match linux.Nicolas Lacasse
2020-11-03Merge pull request #3617 from laijs:upperhalfgVisor bot
2020-11-03arm64 kvm: inject sError to trigger sigbuslubinszARM
2020-11-02Implement command GETZCNT for semctl.Jing Chen
2020-11-02[vfs2] Refactor kernfs checkCreateLocked.Dean Deng
2020-11-02Pass hashing algorithms in verity fs optsChong Cai
2020-11-03kvm: share upper halves among all pagtablesLai Jiangshan
2020-11-01Fix returned error when deleting non-existant addressIan Lewis
2020-10-30Adjust error handling in kernfs rename.Dean Deng
2020-10-30Fix rename error handling for VFS2 kernfs.Dean Deng
2020-10-30Separate kernel.Task.AsCopyContext() into CopyContext() and OwnCopyContext().Jamie Liu
2020-10-30Merge pull request #4564 from zhlhahaha:1981gVisor bot