summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/pgalloc
AgeCommit message (Expand)Author
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-08-12[syserror] Convert remaining syserror definitions to linuxerr.Zach Koopmans
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-09Decommit huge-page-aligned regions during reclaim under manual zeroing.Jamie Liu
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-03Add checklocks analyzer.Bhasker Hariharan
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2020-12-04Avoid fallocate(FALLOC_FL_PUNCH_HOLE) when ManualZeroing is in effect.Jamie Liu
2020-10-19pgalloc: Do not hold MemoryFile.mu while calling mincore.Ayush Ranjan
2020-08-20Consistent precondition formattingMichael Pratt
2020-08-03Internal change.gVisor bot
2020-07-27Move platform.File in memmapAndrei Vagin
2020-06-23Support for saving pointers to fields in the state package.Adin Scannell
2020-06-16Correctly handle multiple resizings in pgalloc.findAvailableRange().Jamie Liu
2020-06-09Ensure pgalloc.MemoryFile.fileSize is always chunk-aligned.Jamie Liu
2020-06-05Use top-down allocation for pgalloc.Adin Scannell
2020-05-05Internal change.gVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-10-31Add context to state.Adin Scannell
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-07-30Cache pages in CachingInodeOperations.Read when memory evictions are delayed.Jamie Liu
2019-06-13Update canonical repository.Adin Scannell
2019-06-07Move //pkg/sentry/memutil to //pkg/memutil.Jamie Liu
2019-06-06Implement reclaim-driven MemoryFile eviction.Jamie Liu
2019-05-10Add pgalloc.DelayedEvictionManual.Jamie Liu
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-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu