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
Age
Commit message (
Expand
)
Author
2021-10-08
Remove ring0 floating point save/load functions on amd64.
Jamie Liu
2021-10-07
tests: use a proper path to the kvm device
Andrei Vagin
2021-09-28
Move `safecopy.ReplaceSignalHandler` into `sighandling` package.
Etienne Perot
2021-09-23
Merge pull request #6573 from avagin:kvm-seccomp-mmap
gVisor bot
2021-09-22
kvm: check that safecopy is handled correctly in the guest ring0
Andrei Vagin
2021-09-22
kvm: trap mmap syscalls to map new regions to the guest
Andrei Vagin
2021-09-22
kvm/arm: calculate virtual-to-physical mappings only once
Andrei Vagin
2021-09-22
kvm: fix tests on arm64
AV
2021-08-23
Merge pull request #6491 from avagin:kvm-mem-slot-overlap
gVisor bot
2021-08-21
platform/kvm: set physical slots without overlapping
Andrei Vagin
2021-08-09
platform/kvm: fix a race condition in vCPU.unlock()
Andrei Vagin
2021-07-30
checklinkname: rudimentary type-checking of linkname directives
Michael Pratt
2021-07-28
tunning hasSlot function and fix store wrong value in usedSlots
Howard Zhang
2021-07-20
Merge pull request #6220 from laijs:disconnect-fp
gVisor bot
2021-07-20
Add go:build directives as required by Go 1.17's gofmt.
Jamie Liu
2021-07-12
Mark all functions that are called from a forked child with go:norace
Andrei Vagin
2021-07-12
Go 1.17 support for the KVM platform
Michael Pratt
2021-07-08
Fix some //pkg/seccomp bugs.
Jamie Liu
2021-06-22
Merge pull request #5051 from lubinszARM:pr_escapes_1
gVisor bot
2021-06-22
Disconnect call-chain between sighandler() and bluepill().
Lai Jiangshan
2021-06-16
kvm: mark UpperHalf PTE-s as global
Andrei Vagin
2021-06-14
Fix typo
Michael Pratt
2021-06-10
[op] Move SignalInfo to abi/linux package.
Ayush Ranjan
2021-06-01
Fix errors for noescape cases
Robin Luk
2021-05-24
arm64 kvm:use TLBI with "Inner Shareable" instead of IPI operation
Robin Luk
2021-05-07
Merge pull request #5758 from zhlhahaha:2125
gVisor bot
2021-05-07
Init all vCPU when initializing machine on ARM64
howard zhang
2021-04-30
kvm: prefault a root table page before switching into a user address space
Andrei Vagin
2021-04-21
Merge pull request #5737 from dqminh:tsc-scaling
gVisor bot
2021-04-21
Fallback to legacy system time logic when host does not have TSC_CONTROL
Daniel Dao
2021-04-14
Use assembly stub to take the address of assembly functions
Michael Pratt
2021-04-09
Merge pull request #5767 from avagin:mxcsr
gVisor bot
2021-04-08
Merge pull request #5736 from lubinszARM:pr_bblu_tlb_asid
gVisor bot
2021-04-01
platform/kvm/x86: restore mxcsr when switching from guest to sentry
Andrei Vagin
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-29
Merge pull request #5728 from zhlhahaha:2091
gVisor bot
2021-03-29
[perf] Reduce contention in ptrace.threadPool.lookupOrCreate().
Ayush Ranjan
2021-03-26
arm64 ring0: don't use inner-sharable to invalidate tlb
Robin Luk
2021-03-25
Fix comments error
Howard Zhang
2021-03-23
Merge pull request #5677 from avagin:kvm-mmio
gVisor bot
2021-03-23
Move the code that manages floating-point state to a separate package
Andrei Vagin
2021-03-16
kvm: prefault a floating point state before restoring it
Andrei Vagin
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-02-18
Bump build constraints to Go 1.18
Michael Pratt
2021-02-10
Merge pull request #5267 from lubinszARM:pr_usr_lazy_fp
gVisor bot
2021-02-04
Move getcpu() to core filter list
Michael Pratt
2021-02-03
arm64 kvm:implement basic lazy save and restore for FPSIMD registers
Robin Luk
2021-02-02
Move ring0 package.
Adin Scannell
2021-02-02
Minor page tables improvements.
Adin Scannell
2021-01-19
platform/ptrace: workaround a kernel ptrace issue on ARM64
Andrei Vagin
[next]