summaryrefslogtreecommitdiffhomepage
path: root/pkg/ring0/kernel_amd64.go
AgeCommit message (Expand)Author
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-09Merge pull request #5767 from avagin:mxcsrgVisor bot
2021-04-01platform/kvm/x86: restore mxcsr when switching from guest to sentryAndrei Vagin
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-23Move the code that manages floating-point state to a separate packageAndrei Vagin
2021-02-02Move ring0 package.Adin Scannell