summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/mm/pma.go
AgeCommit message (Expand)Author
2021-08-30Narrow COW-break on thread stacks.Jamie Liu
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-03-29[syserror] Split usermem packageZach Koopmans
2020-10-07Add staticcheck and staticstyle analyzers.Adin Scannell
2020-08-20Consistent precondition formattingMichael Pratt
2020-07-27Move platform.File in memmapAndrei Vagin
2020-01-27Update package locations.Adin Scannell
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-01Don't expand COW-break on executable VMAs.Jamie Liu
2019-03-25Call memmap.Mappable.Translate with more conservative usermem.AccessType.Jamie Liu
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2018-12-18Fix mremap expansion with mm.checkInvariants = true.Jamie Liu
2018-12-18Truncate ar before calling mm.breakCopyOnWriteLocked().Jamie Liu
2018-10-19Use correct company name in copyright headerIan Gudger
2018-07-11Add MemoryManager.Pin.Jamie Liu
2018-04-28Check in gVisor.Googler