summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9302/1: traps: hide unused functions on NOMMUArnd Bergmann2023-06-191-0/+2
* ARM: 9277/1: Make the dumped instructions are consistent with the disassemble...Zhen Lei2022-11-291-1/+3
* ARM: 9276/1: Refactor dump_instr()Zhen Lei2022-11-281-11/+12
* ARM: 9224/1: Dump the stack traces based on the parameter 'regs' of show_regs()Zhen Lei2022-09-221-4/+4
* ARM: 9232/1: Replace this_cpu_* with raw_cpu_* in handle_bad_stack()Zhen Lei2022-08-311-2/+2
* ARM: 9221/1: traps: print un-hashed user pc on undefined instructionBaruch Siach2022-08-301-1/+1
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-1/+1
|\
| * uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-251-1/+1
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-231-6/+87
|\ \
| * | ARM: Revert "unwind: dump exception stack from calling frame"Ard Biesheuvel2022-03-111-2/+1
| * | ARM: mm: make vmalloc_seq handling SMP safeArd Biesheuvel2022-01-251-18/+7
| * | ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel2021-12-061-0/+4
| * | ARM: implement support for vmap'ed stacksArd Biesheuvel2021-12-031-2/+78
| * | ARM: implement IRQ stacksArd Biesheuvel2021-12-031-1/+14
| * | ARM: unwind: dump exception stack from calling frameArd Biesheuvel2021-12-031-1/+2
| * | ARM: export dump_mem() to other objectsArd Biesheuvel2021-12-031-4/+3
* | | Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-081-6/+59
|\ \ \ | |_|/ |/| |
| * | ARM: Spectre-BHB workaroundRussell King (Oracle)2022-03-051-0/+38
| * | ARM: early traps initialisationRussell King (Oracle)2022-03-051-6/+21
| |/
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\ \
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
| |/
* / ARM: reduce the information printed in call tracesRussell King2021-12-171-3/+5
|/
* ARM: 9125/1: fix incorrect use of get_kernel_nofault()Ard Biesheuvel2021-10-191-1/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-09-091-31/+16
|\
| * ARM: 9106/1: traps: use get_kernel_nofault instead of set_fs()Arnd Bergmann2021-08-201-31/+16
* | trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
|/
* arm: print alloc free paths for address in registersManinder Singh2021-05-071-0/+1
* maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds2020-06-181-1/+1
* maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* arm: add show_stack_loglvl()Dmitry Safonov2020-06-091-2/+8
* arm: wire up dump_backtrace_{entry,stm}Dmitry Safonov2020-06-091-5/+7
* arm: add loglvl to dump_backtrace()Dmitry Safonov2020-06-091-7/+9
* arm: add loglvl to unwind_backtrace()Dmitry Safonov2020-06-091-3/+3
* arm/asm: add loglvl to c_backtrace()Dmitry Safonov2020-06-091-4/+5
* arm: rename flush_cache_user_range to flush_icache_user_rangeChristoph Hellwig2020-06-081-1/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-02-041-2/+4
|\
| * ARM: 8948/1: Prevent OOB access in stacktraceVincent Whitchurch2020-01-251-2/+4
* | sched/rt, ARM: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-0/+2
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * signal/arm: Remove tsk parameter from ptrace_breakEric W. Biederman2019-05-291-1/+1
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-07-081-1/+2
|\ \
| * | ARM: arrange show_pte() to issue severity-based messagesRussell King2019-06-201-1/+1
| * | ARM: add "8<--- cut here ---" to kernel dumpsRussell King2019-06-201-0/+1
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* signal/arm: Push siginfo generation into arm_notify_dieEric W. Biederman2018-09-271-46/+17
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-0/+5
|\
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+5