summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/mm/address_space.go
AgeCommit message (Expand)Author
2020-08-20Consistent precondition formattingMichael Pratt
2020-04-08Don't call platform.AddressSpace.MapFile with no permissions.Jamie Liu
2020-02-25Add option to skip stuck tasks waiting for address spaceFabricio Voznika
2020-02-18atomicbitops package cleanupsgVisor bot
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-03-25Call memmap.Mappable.Translate with more conservative usermem.AccessType.Jamie Liu
2019-03-12Clarify the platform.File interface.Jamie Liu
2018-12-21Automated rollback of changelist 226224230Jamie Liu
2018-12-19Automated rollback of changelist 225861605Googler
2018-12-17Implement mlock(), kind of.Jamie Liu
2018-10-19Use correct company name in copyright headerIan Gudger
2018-05-11Remove error return from AddressSpace.Release()Michael Pratt
2018-04-28Check in gVisor.Googler