index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
platform
/
ring0
/
kernel_amd64.go
Age
Commit message (
Expand
)
Author
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2020-11-03
kvm: share upper halves among all pagtables
Lai Jiangshan
2020-09-30
Merge pull request #2256 from laijs:kpti
gVisor bot
2020-08-06
amd64: implement KPTI for gvisor
Lai Jiangshan
2020-08-05
amd64: introduce kernelEntry
Lai Jiangshan
2020-08-04
amd64: less code and data in the upper half
Lai Jiangshan
2020-08-04
amd64: switch to kernelCR3 when just return to gr0
Lai Jiangshan
2020-08-04
amd64: switch to userCR3 just before return to gr3
Lai Jiangshan
2020-06-05
Add +checkescape annotations to kvm/ring0.
Adin Scannell
2019-07-09
tss: block userspace access to all I/O ports.
Liu Hua
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-03-21
Allow BP and OF can be called from user space
Yong He
2018-10-31
kvm: simplify floating point logic.
Adin Scannell
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-07-16
Add CPUID faulting for ptrace and KVM.
Adin Scannell
2018-06-11
Handle all exception vectors.
Adin Scannell
2018-06-08
Fix kernel flags handling and add missing vectors.
Adin Scannell
2018-06-06
Split PCID implementation from page tables.
Adin Scannell
2018-05-30
Restore FS on resume.
Adin Scannell
2018-05-30
Change ring0 & page tables arguments to structs.
Adin Scannell
2018-05-01
Set LMA in EFER
Michael Pratt
2018-04-28
Check in gVisor.
Googler