index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
signal32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-22
signal: Deliver SIGTRAP on perf event asynchronously if blocked
Marco Elver
1
-0
/
+1
2021-09-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-5
/
+1
2021-08-25
arm64: signal32: Drop pointless call to sigdelsetmask()
Will Deacon
1
-5
/
+1
2021-07-23
signal: Verify the alignment and size of siginfo_t
Eric W. Biederman
1
-0
/
+2
2021-07-23
arm64: Add compile-time asserts for siginfo_t offsets
Marco Elver
1
-0
/
+37
2020-06-23
arm64: compat: Always use sigpage for sigreturn trampoline
Will Deacon
1
-25
/
+0
2020-06-23
arm64: compat: Allow 32-bit vdso and sigpage to co-exist
Will Deacon
1
-1
/
+1
2020-01-14
arm64: signal: nofpsimd: Handle fp/simd context for signal frames
Suzuki K Poulose
1
-2
/
+2
2019-06-22
arm64: compat: Get sigreturn trampolines from vDSO
Vincenzo Frascino
1
-0
/
+26
2019-06-22
arm64: compat: Expose signal related structures
Vincenzo Frascino
1
-46
/
+0
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-04-23
arm64: compat: Alloc separate pages for vectors and sigpage
Vincenzo Frascino
1
-2
/
+1
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-3
/
+3
2018-07-12
arm64: use {COMPAT,}SYSCALL_DEFINE0 for sigreturn
Mark Rutland
1
-2
/
+2
2018-07-12
arm64: remove sigreturn wrappers
Mark Rutland
1
-2
/
+4
2018-07-05
arm64: use PSR_AA32 definitions
Mark Rutland
1
-5
/
+5
2018-07-05
arm64: compat: map SPSR_ELx<->PSR for signals
Mark Rutland
1
-2
/
+6
2018-03-28
arm64: uaccess: Fix omissions from usercopy whitelist
Dave Martin
1
-1
/
+2
2018-03-28
arm64: fpsimd: Split cpu field out from struct fpsimd_state
Dave Martin
1
-2
/
+1
2018-03-06
arm64: signal: Call arm64_notify_segfault when failing to deliver signal
Will Deacon
1
-10
/
+3
2018-01-31
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-80
/
+0
2018-01-16
arm64: fpsimd: Fix state leakage when migrating after sigreturn
Dave Martin
1
-2
/
+3
2018-01-16
signal: Unify and correct copy_siginfo_to_user32
Eric W. Biederman
1
-70
/
+0
2018-01-16
signal: Unify and correct copy_siginfo_from_user32
Eric W. Biederman
1
-10
/
+0
2017-11-03
arm64/sve: Signal handling support
Dave Martin
1
-1
/
+1
2017-09-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-14
/
+9
2017-08-07
arm64: Abstract syscallno manipulation
Dave Martin
1
-1
/
+1
2017-08-07
arm64: syscallno is secretly an int, make it official
Dave Martin
1
-1
/
+1
2017-07-24
signal: Remove kernel interal si_code magic
Eric W. Biederman
1
-14
/
+9
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-03-04
arm64: Fix misspellings in comments.
Adam Buchbinder
1
-1
/
+1
2016-03-02
arm64: Rework valid_user_regs
Mark Rutland
1
-1
/
+1
2015-09-17
arm64: compat: fix vfp save/restore across signal handlers in big-endian
Will Deacon
1
-11
/
+36
2015-08-07
signal: fix information leak in copy_siginfo_to_user
Amanieu d'Antras
1
-1
/
+2
2015-08-07
signal: fix information leak in copy_siginfo_from_user32
Amanieu d'Antras
1
-2
/
+0
2015-06-17
arm64: compat: print compat_sp instead of sp
Vladimir Murzin
1
-2
/
+2
2015-02-27
arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endian
Catalin Marinas
1
-3
/
+2
2015-02-13
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-2
/
+2
2015-01-23
arm64: Emulate SETEND for AArch32 tasks
Suzuki K. Poulose
1
-1
/
+4
2015-01-15
arm64: move to ESR_ELx macros
Mark Rutland
1
-1
/
+1
2014-11-28
arm64: add SIGSYS siginfo for compat task
AKASHI Takahiro
1
-0
/
+6
2014-08-09
Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-15
/
+9
2014-08-06
arm64: Use sigsp()
Richard Weinberger
1
-10
/
+4
2014-08-06
arm64: Use get_signal() signal_setup_done()
Richard Weinberger
1
-7
/
+7
2014-07-10
arm64: Add __NR_* definitions for compat syscalls
Catalin Marinas
1
-1
/
+1
2014-05-16
Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...
Catalin Marinas
1
-6
/
+3
2014-05-09
arm64: Provide read/write fault information in compat signal handlers
Catalin Marinas
1
-1
/
+6
2014-05-08
arm64: add abstractions for FPSIMD state manipulation
Ard Biesheuvel
1
-6
/
+3
2013-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-11-09
constify copy_siginfo_to_user{,32}()
Al Viro
1
-1
/
+1
[next]