Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-28 | Merge release-20210720.0-39-g964fb3ca7 (automated) | gVisor bot | |
2021-07-20 | Merge release-20210712.0-29-g1ad382220 (automated) | gVisor bot | |
2021-07-20 | Add go:build directives as required by Go 1.17's gofmt. | Jamie Liu | |
PiperOrigin-RevId: 385894869 | |||
2021-05-01 | Merge release-20210419.0-50-gcde8e8b7a (automated) | gVisor bot | |
2021-04-30 | kvm: prefault a root table page before switching into a user address space | Andrei Vagin | |
The root table physical page has to be mapped to not fault in iret or sysret after switching into a user address space. sysret and iret are in the upper half that is global and so page tables of lower levels are already mapped. Fixes #5742 PiperOrigin-RevId: 371458644 | |||
2021-04-21 | Merge pull request #5749 from zhlhahaha:2126 | gVisor bot | |
PiperOrigin-RevId: 369686298 | |||
2021-03-30 | apply hostarch on pagetables_arm64_test.go | Howard Zhang | |
Signed-off-by: Howard Zhang <howard.zhang@arm.com> | |||
2021-03-29 | Merge release-20210322.0-29-g8a2f7e716 (automated) | gVisor bot | |
2021-03-29 | [syserror] Split usermem package | Zach Koopmans | |
Split usermem package to help remove syserror dependency in go_marshal. New hostarch package contains code not dependent on syserror. PiperOrigin-RevId: 365651233 | |||
2021-02-02 | Merge release-20210125.0-61-gf884ea13b (automated) | gVisor bot | |
2021-02-02 | Move ring0 package. | Adin Scannell | |
This allows the package to serve as a general purpose ring0 support package, as opposed to being bound to specific sentry platforms. Updates #5039 PiperOrigin-RevId: 355220044 |