summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/kvm/BUILD
AgeCommit message (Expand)Author
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-12-18Merge pull request #890 from lubinszARM:pr_phyapgVisor bot
2019-12-13enable kvm to support arm64lubinszARM
2019-10-30support using KVM_MEM_READONLY for arm64 regionslubinszARM
2019-10-23Optimize kvm/physical_map.go on Arm platformBin Lu
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-03Impose order on test scripts.Adin Scannell
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-06-10Move //pkg/sentry/platform/procid to //pkg/procid.Jamie Liu
2019-03-14Decouple filemem from platform and move it to pgalloc.MemoryFile.Jamie Liu
2019-03-12Clarify the platform.File interface.Jamie Liu
2019-01-31Remove license commentsMichael Pratt
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-06-19Make KVM more scalable by removing CPU cap.Adin Scannell
2018-06-13Deflake kvm_test.Adin Scannell
2018-06-06Add allocator abstraction for page tables.Adin Scannell
2018-05-15Simplify KVM invalidation logic.Adin Scannell
2018-05-15Simplify KVM state handling.Adin Scannell
2018-04-28Check in gVisor.Googler