summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* s390/traps: improve panic message for translation-specification exceptionHeiko Carstens2022-03-271-3/+3
* s390/traps: get rid of magic cast for per codeHeiko Carstens2022-03-081-1/+1
* s390/traps: get rid of magic cast for program interruption codeHeiko Carstens2022-03-081-1/+1
* s390/extable: add and use fixup_exception helper functionHeiko Carstens2022-03-081-8/+2
* s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens2022-03-081-0/+1
* s390/extable: sort amode31 extable earlyHeiko Carstens2022-03-081-1/+0
* signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-1/+1
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+1
|\
| * signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman2021-10-291-1/+1
| * signal/s390: Use force_sigsegv in default_trap_handlerEric W. Biederman2021-10-291-1/+1
* | s390: add support for BEAR enhancement facilitySven Schnelle2021-10-261-5/+5
* | s390: rename last_break to pgm_last_breakSven Schnelle2021-10-261-1/+1
* | s390/ptrace: add last_break member to pt_regsSven Schnelle2021-10-261-1/+1
|/
* s390: rename dma section to amode31Heiko Carstens2021-08-051-1/+1
* s390/signal: remove sigreturn on stackSven Schnelle2021-07-081-11/+1
* s390/traps: do not test MONITOR CALL without CONFIG_BUGIlya Leoshkevich2021-07-081-0/+2
* s390/traps: add struct to access transactional diagnostic blockSven Schnelle2021-06-071-2/+2
* s390/entry: add support for syscall stack randomizationSven Schnelle2021-04-301-0/+2
* s390/traps,mm: add conditional trap handlersHeiko Carstens2021-04-121-1/+10
* s390/traps: convert pgm_check.S to CHeiko Carstens2021-04-121-7/+58
* s390: convert to generic entrySven Schnelle2021-01-191-0/+65
* s390/kernel: expand exception table logic to allow new handling optionsIlya Leoshkevich2020-07-201-5/+2
* s390/traps: mark test_monitor_call __initHeiko Carstens2020-03-111-1/+1
* s390: fix __EMIT_BUG() macroSven Schnelle2020-01-221-5/+36
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-3/+3
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-3/+3
* | s390/traps: simplify data exception handlerVasily Gorbik2019-06-151-8/+2
|/
* s390/kernel: introduce .dma sectionsGerald Schaefer2019-04-291-1/+2
* signal/s390: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-26/+6
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-1/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* s390: add missing header includes for type checkingHeiko Carstens2017-06-121-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* s390: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-201-1/+2
* s390/fault: merge report_user_fault implementationsHeiko Carstens2016-03-021-19/+2
* s390: remove all usages of PSW_ADDR_INSNHeiko Carstens2016-01-191-5/+4
* s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens2016-01-191-1/+1
* s390/traps: Remove unused variableChristian Borntraeger2015-12-181-3/+0
* s390/fpu: split fpu-internal.h into fpu internals, api, and type headersHendrik Brueckner2015-10-161-1/+1
* s390/fpu: always enable the vector facility if it is availableHendrik Brueckner2015-10-141-39/+0
* s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT insteadHendrik Brueckner2015-08-031-3/+3
* s390/kernel: lazy restore fpu registersHendrik Brueckner2015-07-221-8/+4
* s390/kernel: dynamically allocate FP register save areaHendrik Brueckner2015-07-221-0/+4
* s390/kernel: introduce fpu-internal.h with fpu helper functionsHendrik Brueckner2015-07-221-13/+11
* s390: adapt entry.S to the move of thread_structMartin Schwidefsky2015-07-201-2/+2
* s390/traps: panic() instead of die() on translation exceptionHeiko Carstens2015-03-251-1/+1
* s390: remove 31 bit supportHeiko Carstens2015-03-251-151/+2
* s390/traps: die on translation exceptionsHeiko Carstens2014-11-211-2/+6
* s390/traps: print interrupt code and instruction length codeHeiko Carstens2014-11-211-1/+2