aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal_compat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-25signal: Add TRAP_UNK si_code for undiagnosted trap exceptionsEric W. Biederman1-1/+1
2018-04-11parisc/signal: Add FPE_CONDTRAP for conditional trap handlingHelge Deller1-1/+1
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2018-03-18signals, sparc: Add signal codes for ADI violationsKhalid Aziz1-1/+1
2018-03-15signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptionsDave Martin1-1/+1
2018-03-06signal/x86: Include the field offsets in the build time checksEric W. Biederman1-0/+65
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman1-94/+2
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman1-21/+0
2018-01-15signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.hEric W. Biederman1-2/+2
2018-01-15signal: unify compat_siginfo_tAl Viro1-0/+4
2018-01-12signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman1-12/+9
2017-04-05x86/signals: Fix lower/upper bound reporting in compat siginfoJoerg Roedel1-2/+2
2016-10-20x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()Dmitry Safonov1-3/+0
2016-09-14x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov1-3/+31
2016-06-14x86/signals: Add build-time checks to the siginfo compat codeDave Hansen1-0/+93
2016-06-14x86/signals: Add missing signal_compat code for x86 featuresDave Hansen1-0/+15
2015-07-06x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst1-0/+95