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
/
arch
Age
Commit message (
Expand
)
Author
2021-03-23
Move the code that manages floating-point state to a separate package
Andrei Vagin
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-02-17
Add gohacks.Slice/StringHeader.
Jamie Liu
2021-02-03
arm64: clean code
Robin Luk
2020-12-15
Internal change.
Andrei Vagin
2020-12-11
Remove existing nogo exceptions.
Adin Scannell
2020-12-03
Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.
Etienne Perot
2020-10-02
Merge pull request #4035 from lubinszARM:pr_misc_01
gVisor bot
2020-09-29
Replace remaining uses of reflection-based marshalling.
Rahat Mahmood
2020-09-25
arm64: some minor changes
Bin Lu
2020-09-15
Enable automated marshalling for the syscall package.
Rahat Mahmood
2020-09-11
Move the 'marshal' and 'primitive' packages to the 'pkg' directory.
Rahat Mahmood
2020-08-12
Running hello-world on Thunderx2 with kvm
Bin Lu
2020-07-23
kvm-tls-2:add the preservation of user-TLS in the Arm64 kvm platform
lubinszARM
2020-06-09
initialize an empty fp state area for sentry on Arm64
Bin Lu
2020-05-15
Minor formatting updates for gvisor.dev.
Adin Scannell
2020-05-11
Add fpsimd support in sigreturn on Arm64
Bin Lu
2020-04-28
code clean in arch module
Bin Lu
2020-04-25
Enable automated marshalling for signals and the arch package.
Rahat Mahmood
2020-04-23
Merge pull request #1819 from lubinszARM:pr_signal_2
gVisor bot
2020-04-13
Merge pull request #2168 from xiaobo55x:ptrace_test
gVisor bot
2020-04-13
Remove obsolete TODOs for b/38173783
Jon Budd
2020-04-10
Enable syscall ptrace test on arm64.
Haibo Xu
2020-04-01
Fix 386 build tags
Michael Pratt
2020-03-31
Arm64 signal#2: signal support in arch module
Bin Lu
2020-03-18
Merge pull request #2061 from lubinszARM:pr_restart_syscall
gVisor bot
2020-03-12
passed the syscall test case 'alarm' on Arm64 platform
Bin Lu
2020-03-09
Enable thread local storage support on arm64.
Haibo Xu
2020-02-28
Define CPUIDInstruction for arm64
Andrei Vagin
2020-02-27
Merge of a369c88c0c4ece5239855000d28df045111c1be7
gVisor bot
2020-02-20
Lazy-fpsimd support patch series#1: add Arm64-fpsimd support to arch module
Bin Lu
2020-02-13
Add definition of arch.ARMTrapFlag.
Haibo Xu
2020-02-10
Add context to note.
Adin Scannell
2020-02-10
Move x86 state definition to its own file.
Brad Burlage
2020-02-05
Add notes to relevant tests.
Adin Scannell
2020-01-29
sentry: rename SetRSEQInterruptedIP to SetOldRSeqInterruptedIP for arm64
Andrei Vagin
2020-01-27
Update package locations.
Adin Scannell
2020-01-27
Standardize on tools directory.
Adin Scannell
2020-01-14
enable pkg/sentry/arch to support arm64 basically
lubinszARM
2020-01-09
New sync package.
Ian Gudger
2020-01-06
Implement rseq(2)
Michael Pratt
2019-12-04
Remove TODO since we don't plan to support debug registers
Fabricio Voznika
2019-10-16
Reorder BUILD license and load functions in gvisor.
Kevin Krakauer
2019-09-23
internal BUILD file cleanup.
gVisor bot
2019-07-21
Add ARM64 support to pkg/sentry/loader
Bin Lu
2019-06-13
Update canonical repository.
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-04-25
Perform explicit CPUID and FP state compatibility checks on restore
Michael Pratt
2019-04-10
Internal change
Michael Pratt
[next]