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-09-01
Don't use reflection in fpu.alignedBytes.
Jamie Liu
2021-07-20
Add go:build directives as required by Go 1.17's gofmt.
Jamie Liu
2021-07-12
[syserror] Update syserror to linuxerr for more errors.
Zach Koopmans
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-06-10
[op] Move SignalInfo to abi/linux package.
Ayush Ranjan
2021-06-10
[op] Move SignalStack to abi/linux package.
Ayush Ranjan
2021-06-09
[op] Move SignalAct to abi/linux package.
Ayush Ranjan
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-25
Fix nogo test error
Howard Zhang
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
[next]