summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/traps.c
AgeCommit message (Expand)AuthorLines
2022-03-27s390/traps: improve panic message for translation-specification exceptionHeiko Carstens-3/+3
2022-03-08s390/traps: get rid of magic cast for per codeHeiko Carstens-1/+1
2022-03-08s390/traps: get rid of magic cast for program interruption codeHeiko Carstens-1/+1
2022-03-08s390/extable: add and use fixup_exception helper functionHeiko Carstens-8/+2
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens-0/+1
2022-03-08s390/extable: sort amode31 extable earlyHeiko Carstens-1/+0
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman-1/+1
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman-1/+1
2021-10-29signal/s390: Use force_sigsegv in default_trap_handlerEric W. Biederman-1/+1
2021-10-26s390: add support for BEAR enhancement facilitySven Schnelle-5/+5
2021-10-26s390: rename last_break to pgm_last_breakSven Schnelle-1/+1
2021-10-26s390/ptrace: add last_break member to pt_regsSven Schnelle-1/+1
2021-08-05s390: rename dma section to amode31Heiko Carstens-1/+1
2021-07-08s390/signal: remove sigreturn on stackSven Schnelle-11/+1
2021-07-08s390/traps: do not test MONITOR CALL without CONFIG_BUGIlya Leoshkevich-0/+2
2021-06-07s390/traps: add struct to access transactional diagnostic blockSven Schnelle-2/+2
2021-04-30s390/entry: add support for syscall stack randomizationSven Schnelle-0/+2
2021-04-12s390/traps,mm: add conditional trap handlersHeiko Carstens-1/+10
2021-04-12s390/traps: convert pgm_check.S to CHeiko Carstens-7/+58
2021-01-19s390: convert to generic entrySven Schnelle-0/+65
2020-07-20s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich-5/+2
2020-03-11s390/traps: mark test_monitor_call __initHeiko Carstens-1/+1
2020-01-22s390: fix __EMIT_BUG() macroSven Schnelle-5/+36
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2019-06-15s390/traps: simplify data exception handlerVasily Gorbik-8/+2
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-3/+3
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer-1/+2
2018-04-25signal/s390: Use force_sig_fault where appropriateEric W. Biederman-26/+6
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman-1/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-06-12s390: add missing header includes for type checkingHeiko Carstens-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-09-20s390: migrate exception table users off module.h and onto extable.hPaul Gortmaker-1/+2
2016-03-02s390/fault: merge report_user_fault implementationsHeiko Carstens-19/+2
2016-01-19s390: remove all usages of PSW_ADDR_INSNHeiko Carstens-5/+4
2016-01-19s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens-1/+1
2015-12-18s390/traps: Remove unused variableChristian Borntraeger-3/+0
2015-10-16s390/fpu: split fpu-internal.h into fpu internals, api, and type headersHendrik Brueckner-1/+1
2015-10-14s390/fpu: always enable the vector facility if it is availableHendrik Brueckner-39/+0
2015-08-03s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner-3/+3
2015-07-22s390/kernel: lazy restore fpu registersHendrik Brueckner-8/+4
2015-07-22s390/kernel: dynamically allocate FP register save areaHendrik Brueckner-0/+4
2015-07-22s390/kernel: introduce fpu-internal.h with fpu helper functionsHendrik Brueckner-13/+11
2015-07-20s390: adapt entry.S to the move of thread_structMartin Schwidefsky-2/+2
2015-03-25s390/traps: panic() instead of die() on translation exceptionHeiko Carstens-1/+1
2015-03-25s390: remove 31 bit supportHeiko Carstens-151/+2
2014-11-21s390/traps: die on translation exceptionsHeiko Carstens-2/+6
2014-11-21s390/traps: print interrupt code and instruction length codeHeiko Carstens-1/+2