index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-27
s390/traps: improve panic message for translation-specification exception
Heiko Carstens
1
-3
/
+3
2022-03-08
s390/traps: get rid of magic cast for per code
Heiko Carstens
1
-1
/
+1
2022-03-08
s390/traps: get rid of magic cast for program interruption code
Heiko Carstens
1
-1
/
+1
2022-03-08
s390/extable: add and use fixup_exception helper function
Heiko Carstens
1
-8
/
+2
2022-03-08
s390/extable: move EX_TABLE define to asm-extable.h
Heiko Carstens
1
-0
/
+1
2022-03-08
s390/extable: sort amode31 extable early
Heiko Carstens
1
-1
/
+0
2021-11-19
signal: Replace force_fatal_sig with force_exit_sig when in doubt
Eric W. Biederman
1
-1
/
+1
2021-11-10
Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2021-10-29
signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
Eric W. Biederman
1
-1
/
+1
2021-10-29
signal/s390: Use force_sigsegv in default_trap_handler
Eric W. Biederman
1
-1
/
+1
2021-10-26
s390: add support for BEAR enhancement facility
Sven Schnelle
1
-5
/
+5
2021-10-26
s390: rename last_break to pgm_last_break
Sven Schnelle
1
-1
/
+1
2021-10-26
s390/ptrace: add last_break member to pt_regs
Sven Schnelle
1
-1
/
+1
2021-08-05
s390: rename dma section to amode31
Heiko Carstens
1
-1
/
+1
2021-07-08
s390/signal: remove sigreturn on stack
Sven Schnelle
1
-11
/
+1
2021-07-08
s390/traps: do not test MONITOR CALL without CONFIG_BUG
Ilya Leoshkevich
1
-0
/
+2
2021-06-07
s390/traps: add struct to access transactional diagnostic block
Sven Schnelle
1
-2
/
+2
2021-04-30
s390/entry: add support for syscall stack randomization
Sven Schnelle
1
-0
/
+2
2021-04-12
s390/traps,mm: add conditional trap handlers
Heiko Carstens
1
-1
/
+10
2021-04-12
s390/traps: convert pgm_check.S to C
Heiko Carstens
1
-7
/
+58
2021-01-19
s390: convert to generic entry
Sven Schnelle
1
-0
/
+65
2020-07-20
s390/kernel: expand exception table logic to allow new handling options
Ilya Leoshkevich
1
-5
/
+2
2020-03-11
s390/traps: mark test_monitor_call __init
Heiko Carstens
1
-1
/
+1
2020-01-22
s390: fix __EMIT_BUG() macro
Sven Schnelle
1
-5
/
+36
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2019-06-15
s390/traps: simplify data exception handler
Vasily Gorbik
1
-8
/
+2
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-3
/
+3
2019-04-29
s390/kernel: introduce .dma sections
Gerald Schaefer
1
-1
/
+2
2018-04-25
signal/s390: Use force_sig_fault where appropriate
Eric W. Biederman
1
-26
/
+6
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-1
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-12
s390: add missing header includes for type checking
Heiko Carstens
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-20
s390: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+2
2016-03-02
s390/fault: merge report_user_fault implementations
Heiko Carstens
1
-19
/
+2
2016-01-19
s390: remove all usages of PSW_ADDR_INSN
Heiko Carstens
1
-5
/
+4
2016-01-19
s390: remove all usages of PSW_ADDR_AMODE
Heiko Carstens
1
-1
/
+1
2015-12-18
s390/traps: Remove unused variable
Christian Borntraeger
1
-3
/
+0
2015-10-16
s390/fpu: split fpu-internal.h into fpu internals, api, and type headers
Hendrik Brueckner
1
-1
/
+1
2015-10-14
s390/fpu: always enable the vector facility if it is available
Hendrik Brueckner
1
-39
/
+0
2015-08-03
s390/kernel: remove save_fpu_regs() parameter and use __LC_CURRENT instead
Hendrik Brueckner
1
-3
/
+3
2015-07-22
s390/kernel: lazy restore fpu registers
Hendrik Brueckner
1
-8
/
+4
2015-07-22
s390/kernel: dynamically allocate FP register save area
Hendrik Brueckner
1
-0
/
+4
2015-07-22
s390/kernel: introduce fpu-internal.h with fpu helper functions
Hendrik Brueckner
1
-13
/
+11
2015-07-20
s390: adapt entry.S to the move of thread_struct
Martin Schwidefsky
1
-2
/
+2
2015-03-25
s390/traps: panic() instead of die() on translation exception
Heiko Carstens
1
-1
/
+1
2015-03-25
s390: remove 31 bit support
Heiko Carstens
1
-151
/
+2
2014-11-21
s390/traps: die on translation exceptions
Heiko Carstens
1
-2
/
+6
2014-11-21
s390/traps: print interrupt code and instruction length code
Heiko Carstens
1
-1
/
+2
[next]