Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3cc6e44b5f84d199ab81fc2a2e719322618fa249
/
arch
/
arm64
/
kernel
/
signal32.c
f01703b
arm64: compat: Get sigreturn trampolines from vDSO
by Vincenzo Frascino
· 6 years ago
206c0df
arm64: compat: Expose signal related structures
by Vincenzo Frascino
· 6 years ago
caab277
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
by Thomas Gleixner
· 6 years ago
0d747f6
arm64: compat: Alloc separate pages for vectors and sigpage
by Vincenzo Frascino
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
bf4ce5c
arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturn
by Mark Rutland
· 6 years ago
3085e16
arm64: remove sigreturn wrappers
by Mark Rutland
· 6 years ago
d64567f
arm64: use PSR_AA32 definitions
by Mark Rutland
· 7 years ago
25dc2c8
arm64: compat: map SPSR_ELx<->PSR for signals
by Mark Rutland
· 7 years ago
6589654
arm64: uaccess: Fix omissions from usercopy whitelist
by Dave Martin
· 7 years ago
20b8547
arm64: fpsimd: Split cpu field out from struct fpsimd_state
by Dave Martin
· 7 years ago
f71016a
arm64: signal: Call arm64_notify_segfault when failing to deliver signal
by Will Deacon
· 7 years ago
d417302
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
0abdeff
arm64: fpsimd: Fix state leakage when migrating after sigreturn
by Dave Martin
· 7 years ago
ea64d5a
signal: Unify and correct copy_siginfo_to_user32
by Eric W. Biederman
· 7 years ago
212a36a
signal: Unify and correct copy_siginfo_from_user32
by Eric W. Biederman
· 7 years ago
8cd969d
arm64/sve: Signal handling support
by Dave Martin
· 7 years ago
dd198ce
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
17c2895
arm64: Abstract syscallno manipulation
by Dave Martin
· 7 years ago
35d0e6f
arm64: syscallno is secretly an int, make it official
by Dave Martin
· 7 years ago
cc73152
signal: Remove kernel interal si_code magic
by Eric W. Biederman
· 7 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
ef769e3
arm64: Fix misspellings in comments.
by Adam Buchbinder
· 9 years ago
dbd4d7c
arm64: Rework valid_user_regs
by Mark Rutland
· 9 years ago
bdec97a
arm64: compat: fix vfp save/restore across signal handlers in big-endian
by Will Deacon
· 9 years ago
2613502
signal: fix information leak in copy_siginfo_to_user
by Amanieu d'Antras
· 9 years ago
3c00cb5
signal: fix information leak in copy_siginfo_from_user32
by Amanieu d'Antras
· 9 years ago
4e2ee96
arm64: compat: print compat_sp instead of sp
by Vladimir Murzin
· 10 years ago
9d42d48
arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endian
by Catalin Marinas
· 10 years ago
f56141e
all arches, signal: move restart_block to struct task_struct
by Andy Lutomirski
· 10 years ago
2d888f4
arm64: Emulate SETEND for AArch32 tasks
by Suzuki K. Poulose
· 10 years ago
aed40e0
arm64: move to ESR_ELx macros
by Mark Rutland
· 10 years ago
cc5e909
arm64: add SIGSYS siginfo for compat task
by AKASHI Takahiro
· 10 years ago
63b12bd
Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc
by Linus Torvalds
· 10 years ago
38a7be3
arm64: Use sigsp()
by Richard Weinberger
· 11 years ago
00554fa
arm64: Use get_signal() signal_setup_done()
by Richard Weinberger
· 11 years ago
f3e5c84
arm64: Add __NR_* definitions for compat syscalls
by Catalin Marinas
· 11 years ago
cf5c95d
Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstream
by Catalin Marinas
· 11 years ago
9141300
arm64: Provide read/write fault information in compat signal handlers
by Catalin Marinas
· 11 years ago
c51f926
arm64: add abstractions for FPSIMD state manipulation
by Ard Biesheuvel
· 11 years ago
9bc9ccd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
ce39596
constify copy_siginfo_to_user{,32}()
by Al Viro
· 11 years ago
aa62c20
arm64: compat: Clear the IT state independent of the 32-bit ARM or Thumb-2 mode
by T.J. Purtell
· 11 years ago
a1d5eba
arm64: big-endian: don't treat code as data when copying sigret code
by Matthew Leach
· 11 years ago
0d96724
arm64: Removed unused variable in compat_setup_rt_frame()
by Catalin Marinas
· 12 years ago
9e2d59a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
5168203
arm64: switch to generic old sigaction() (compat-only)
by Al Viro
· 12 years ago
02323a9
arm64: switch to generic compat rt_sigaction()
by Al Viro
· 12 years ago
84b9e9b
arm64: switch compat to generic old sigsuspend
by Al Viro
· 12 years ago
4cd2b2f
arm64: switch to generic compat rt_sigqueueinfo()
by Al Viro
· 12 years ago
67cf48f
arm64: switch to generic compat rt_sigpending()
by Al Viro
· 12 years ago
630cfbb
arm64: switch to generic compat rt_sigprocmask()
by Al Viro
· 12 years ago
207bdae
arm64: switch to generic sigaltstack
by Al Viro
· 12 years ago
c0e01d5
arm64: compat: use compat_uptr_t type for compat_ucontext.uc_link
by Will Deacon
· 12 years ago
88a24cf
arm64: signal: let the compiler inline compat_get_sigframe
by Will Deacon
· 12 years ago
060a18c
arm64: signal: align return types for compat and native setup_return
by Will Deacon
· 12 years ago
f3d447a
arm64: Do not include asm/unistd32.h in asm/unistd.h
by Catalin Marinas
· 12 years ago
4ed27ec
arm64: Remove unused definitions from asm/unistd32.h
by Catalin Marinas
· 12 years ago
751f409
compat: move compat_siginfo_t definition to asm/compat.h
by Denys Vlasenko
· 12 years ago
3dd681d
arm64: 32-bit (compat) applications support
by Will Deacon
· 13 years ago