summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/signal_compat.c
AgeCommit message (Expand)Author
2023-01-06x86/signal/compat: Move sigaction_compat_abi() to signal_64.cBrian Gerst
2023-01-06x86/signal: Move siginfo field testsBrian Gerst
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver
2021-07-23signal: Verify the alignment and size of siginfo_tEric W. Biederman
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-02signal: Expose SYS_USER_DISPATCH si_code typeGabriel Krisman Bertazi
2020-11-23signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne
2020-09-04arm64: mte: Add specific SIGSEGV codesVincenzo Frascino
2018-04-25signal: Add TRAP_UNK si_code for undiagnosted trap exceptionsEric W. Biederman
2018-04-11parisc/signal: Add FPE_CONDTRAP for conditional trap handlingHelge Deller
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-03-18signals, sparc: Add signal codes for ADI violationsKhalid Aziz
2018-03-15signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptionsDave Martin
2018-03-06signal/x86: Include the field offsets in the build time checksEric W. Biederman
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman
2018-01-15signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.hEric W. Biederman
2018-01-15signal: unify compat_siginfo_tAl Viro
2018-01-12signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman
2017-04-05x86/signals: Fix lower/upper bound reporting in compat siginfoJoerg Roedel
2016-10-20x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()Dmitry Safonov
2016-09-14x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov
2016-06-14x86/signals: Add build-time checks to the siginfo compat codeDave Hansen
2016-06-14x86/signals: Add missing signal_compat code for x86 featuresDave Hansen
2015-07-06x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst