summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/platform/ring0
AgeCommit message (Expand)Author
2019-11-22enable ring0/pagetables to support arm64lubinszARM
2019-11-11Merge pull request #918 from lubinszARM:pr_ring0gVisor bot
2019-10-22enable ring0 to support arm64Bin Lu
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-07-09tss: block userspace access to all I/O ports.Liu Hua
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-03-21Allow BP and OF can be called from user spaceYong He
2019-01-31Remove license commentsMichael Pratt
2018-10-31kvm: simplify floating point logic.Adin Scannell
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-07-16Add CPUID faulting for ptrace and KVM.Adin Scannell
2018-06-11Minor ring0 interface cleanup.Adin Scannell
2018-06-11Make page tables split-safe.Adin Scannell
2018-06-11Handle all exception vectors.Adin Scannell
2018-06-08Fix kernel flags handling and add missing vectors.Adin Scannell
2018-06-06Ensure guest-mode for page table modifications.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
2018-05-30Restore FS on resume.Adin Scannell
2018-05-30Change ring0 & page tables arguments to structs.Adin Scannell
2018-05-07Fix misspellingsIan Gudger
2018-05-01Set LMA in EFERMichael Pratt
2018-04-28Check in gVisor.Googler