summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/signal_compat.c
Commit message (Expand)AuthorAgeFilesLines
* signal: Add TRAP_UNK si_code for undiagnosted trap exceptionsEric W. Biederman2018-04-251-1/+1
* parisc/signal: Add FPE_CONDTRAP for conditional trap handlingHelge Deller2018-04-111-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-051-1/+1
|\
| * signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptionsDave Martin2018-03-151-1/+1
* | signals, sparc: Add signal codes for ADI violationsKhalid Aziz2018-03-181-1/+1
|/
* signal/x86: Include the field offsets in the build time checksEric W. Biederman2018-03-061-0/+65
* signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-161-94/+2Star
* signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-161-21/+0Star
* signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.hEric W. Biederman2018-01-161-2/+2
* signal: unify compat_siginfo_tAl Viro2018-01-161-0/+4
* signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman2018-01-121-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-12/+9Star
* x86/signals: Fix lower/upper bound reporting in compat siginfoJoerg Roedel2017-04-051-2/+2
* x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()Dmitry Safonov2016-10-201-3/+0Star
* x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov2016-09-141-3/+31
* x86/signals: Add build-time checks to the siginfo compat codeDave Hansen2016-06-141-0/+93
* x86/signals: Add missing signal_compat code for x86 featuresDave Hansen2016-06-141-0/+15
* x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst2015-07-061-0/+95