summaryrefslogtreecommitdiffhomepage
path: root/pkg/ring0
AgeCommit message (Expand)Author
2021-09-22kvm: trap mmap syscalls to map new regions to the guestAndrei Vagin
2021-07-22kvm: set CR0.NE = 1Andrei Vagin
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-20ring0: Initialize sentryXCR0 from Kernel.init()Andrei Vagin
2021-07-12Go 1.17 support for the KVM platformMichael Pratt
2021-06-11Rework the workaround of the XCR0 issueAndrei Vagin
2021-04-30kvm: prefault a root table page before switching into a user address spaceAndrei Vagin
2021-04-21Merge pull request #5749 from zhlhahaha:2126gVisor bot
2021-04-09Merge pull request #5767 from avagin:mxcsrgVisor bot
2021-04-08Merge pull request #5736 from lubinszARM:pr_bblu_tlb_asidgVisor bot
2021-04-01platform/kvm/x86: restore mxcsr when switching from guest to sentryAndrei Vagin
2021-03-30apply hostarch on pagetables_arm64_test.goHoward Zhang
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-26arm64 ring0: don't use inner-sharable to invalidate tlbRobin Luk
2021-03-25Fix nogo test errorHoward Zhang
2021-03-23Move the code that manages floating-point state to a separate packageAndrei Vagin
2021-02-03arm64 kvm:implement basic lazy save and restore for FPSIMD registersRobin Luk
2021-02-03arm64: clean codeRobin Luk
2021-02-02Move ring0 package.Adin Scannell