summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel
AgeCommit message (Expand)Author
2019-06-13Merge 4fdd560b (automated)gVisor bot
2019-06-13Merge 9f77b36f (automated)gVisor bot
2019-06-12Merge 356d1be1 (automated)gVisor bot
2019-06-12Merge df110ad4 (automated)gVisor bot
2019-06-11Merge 69c8657a (automated)gVisor bot
2019-06-11Merge 478a0873 (automated)gVisor bot
2019-06-11Merge fc746efa (automated)gVisor bot
2019-06-11Merge 847c4b97 (automated)gVisor bot
2019-06-11Merge a775ae82 (automated)gVisor bot
2019-06-11Merge 307a9854 (automated)gVisor bot
2019-06-11Merge 74e397e3 (automated)gVisor bot
2019-06-10Add introspection for Linux/AMD64 syscallsIan Lewis
2019-06-10Merge 589f36ac (automated)gVisor bot
2019-06-10Merge a00157cc (automated)gVisor bot
2019-06-10Store more information in the kernel socket table.Rahat Mahmood
2019-06-06"Implement" mbind(2).Jamie Liu
2019-06-05Implement dumpability tracking and checksMichael Pratt
2019-06-04Drop one dirent reference after referenced by fileYong He
2019-06-04Remove the Dirent field from Pipe.Nicolas Lacasse
2019-06-04Merge f520d0d5 (automated)gVisor bot
2019-06-03Merge 8e926e3f (automated)gVisor bot
2019-06-02Merge 216da0b7 (automated)gVisor bot
2019-05-30Always wait on tracee childrenMichael Pratt
2019-05-23gvisor: interrupt the sendfile system call if a task has been interruptedAndrei Vagin
2019-05-22Log unhandled faults only at DEBUG level.Adin Scannell
2019-05-22Add support for wait(WNOTHREAD)Michael Pratt
2019-05-21Clean up pipe internals and add fcntl supportAdin Scannell
2019-05-21Add basic plumbing for splice and stub implementation.Adin Scannell
2019-05-10Add pgalloc.DelayedEvictionManual.Jamie Liu
2019-05-09Implement fallocate(2)Fabricio Voznika
2019-04-30Implement async MemoryFile eviction, and use it in CachingInodeOperations.Jamie Liu
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-25Perform explicit CPUID and FP state compatibility checks on restoreMichael Pratt
2019-04-22Clean up state error handlingMichael Pratt
2019-04-17Don't allow sigtimedwait to catch unblockable signalsMichael Pratt
2019-04-17Use FD limit and file size limit from hostFabricio Voznika
2019-04-11Use open fids when fstat()ing gofer files.Jamie Liu
2019-04-10Internal changeMichael Pratt
2019-04-10Fix uses of RootFromContext.Nicolas Lacasse
2019-04-10Allow threads with CAP_SYS_RESOURCE to raise hard rlimits.Kevin Krakauer
2019-04-10Start saving MountSource.DirentCache.Nicolas Lacasse
2019-04-09syscalls: sendfile: limit the count to MAX_RW_COUNTLi Qiang
2019-04-08Export kernel.SignalInfoPriv.Jamie Liu
2019-04-04Remove defer from trivial ThreadID methodsMichael Pratt
2019-04-03Only CopyOut CPU when it changesMichael Pratt
2019-04-03Cache ThreadGroups in PIDNamespaceMichael Pratt
2019-04-02Set options on the correct Task in PTRACE_SEIZE.Jamie Liu
2019-04-02Fix more data races in shm debug messages.Rahat Mahmood
2019-04-01Save/restore simple devices.Rahat Mahmood