summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/ring0/pagetables
AgeCommit message (Expand)Author
2021-01-13Merge release-20201216.0-94-ge74aa25e2 (automated)gVisor bot
2021-01-12Merge release-20201216.0-86-ga20da7082 (automated)gVisor bot
2021-01-11Fix Go branch for arm64.Adin Scannell
2020-11-18Merge release-20201109.0-74-gc978ab047 (automated)gVisor bot
2020-11-12arm64 kvm bug fix: pagetables_test & kvm_test failed due to upper-shared-pt f...Bin Lu
2020-11-03Merge release-20201027.0-60-g861c11bfa (automated)gVisor bot
2020-11-03kvm: share upper halves among all pagtablesLai Jiangshan
2020-10-20Merge release-20201005.0-111-gd45d57f49 (automated)gVisor bot
2020-10-15arm64: the ASID offset of TTBR register is 48Min Le
2020-10-09Merge release-20200928.0-84-g6df400dfb (automated)gVisor bot
2020-10-08arm64: the mair_el1 value is wrongMin Le
2020-08-12Merge release-20200810.0-18-g252329c1f (automated)gVisor bot
2020-08-12Running hello-world on Thunderx2 with kvmBin Lu
2020-06-06Merge release-20200522.0-88-g527d08f6 (automated)gVisor bot
2020-06-05Add +checkescape annotations to kvm/ring0.Adin Scannell
2020-05-27Merge release-20200518.0-45-g0bc022b7 (automated)gVisor bot
2020-05-07Merge release-20200422.0-51-g1f4087e (automated)gVisor bot
2020-04-18Merge release-20200323.0-185-gea9bb1c (automated)gVisor bot
2020-04-08Move pagetables.limitPCID to arch-specific file.Haibo Xu
2020-04-01Merge release-20200323.0-48-gdb79175 (automated)gVisor bot
2020-04-01Fix 386 build tagsMichael Pratt
2020-03-02Merge release-20200219.0-79-gf03e19d (automated)gVisor bot
2020-02-28pcids.go isn't arch-specificAndrei Vagin
2020-02-18ring0/pagetables: fix typogVisor bot
2020-02-06Merge release-20200127.0-85-g1b6a12a (automated)gVisor bot
2020-02-04Merge release-20200127.0-65-g95ce8bb (automated)gVisor bot
2020-01-27Merge release-20200115.0-110-g0e2f1b7 (automated)gVisor bot
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-10Merge release-20191213.0-96-g27500d5 (automated)gVisor bot
2020-01-09New sync package.Ian Gudger
2019-11-22Merge release-20191114.0-20-g07635d2 (automated)gVisor bot
2019-11-22enable ring0/pagetables to support arm64lubinszARM
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-06-13Merge add40fd6 (automated)gVisor bot
2019-06-13Update canonical repository.Adin Scannell
2019-06-02Merge 216da0b7 (automated)gVisor bot
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-01-31Remove license commentsMichael Pratt
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-08-22Add separate Recycle method for allocator.Adin Scannell
2018-08-08Protect PCIDs with a mutex.Adin Scannell
2018-08-06Fix a bug in PCIDs.AssignShiruRen
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-06-11Make page tables split-safe.Adin Scannell
2018-06-06Split PCID implementation from page tables.Adin Scannell
2018-06-06Add allocator abstraction for page tables.Adin Scannell
2018-06-01Move page tables lock into the address space.Adin Scannell