aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22ARM: 9224/1: Dump the stack traces based on the parameter 'regs' of show_regs()Zhen Lei1-4/+4
2022-08-31ARM: 9232/1: Replace this_cpu_* with raw_cpu_* in handle_bad_stack()Zhen Lei1-2/+2
2022-08-30ARM: 9221/1: traps: print un-hashed user pc on undefined instructionBaruch Siach1-1/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-6/+87
2022-03-11ARM: Revert "unwind: dump exception stack from calling frame"Ard Biesheuvel1-2/+1
2022-03-08Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-6/+59
2022-03-05ARM: Spectre-BHB workaroundRussell King (Oracle)1-0/+38
2022-03-05ARM: early traps initialisationRussell King (Oracle)1-6/+21
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-1/+1
2022-01-25ARM: mm: make vmalloc_seq handling SMP safeArd Biesheuvel1-18/+7
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2021-12-17ARM: reduce the information printed in call tracesRussell King1-3/+5
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-12-06ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel1-0/+4
2021-12-03ARM: implement support for vmap'ed stacksArd Biesheuvel1-2/+78
2021-12-03ARM: implement IRQ stacksArd Biesheuvel1-1/+14
2021-12-03ARM: unwind: dump exception stack from calling frameArd Biesheuvel1-1/+2
2021-12-03ARM: export dump_mem() to other objectsArd Biesheuvel1-4/+3
2021-10-19ARM: 9125/1: fix incorrect use of get_kernel_nofault()Ard Biesheuvel1-1/+1
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-31/+16
2021-09-08trap: cleanup trap_init()Kefeng Wang1-5/+0
2021-08-20ARM: 9106/1: traps: use get_kernel_nofault instead of set_fs()Arnd Bergmann1-31/+16
2021-05-07arm: print alloc free paths for address in registersManinder Singh1-0/+1
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09arm: add show_stack_loglvl()Dmitry Safonov1-2/+8
2020-06-09arm: wire up dump_backtrace_{entry,stm}Dmitry Safonov1-5/+7
2020-06-09arm: add loglvl to dump_backtrace()Dmitry Safonov1-7/+9
2020-06-09arm: add loglvl to unwind_backtrace()Dmitry Safonov1-3/+3
2020-06-09arm/asm: add loglvl to c_backtrace()Dmitry Safonov1-4/+5
2020-06-08arm: rename flush_cache_user_range to flush_icache_user_rangeChristoph Hellwig1-1/+1
2020-02-04Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+4
2020-01-25ARM: 8948/1: Prevent OOB access in stacktraceVincent Whitchurch1-2/+4
2019-12-08sched/rt, ARM: Use CONFIG_PREEMPTIONThomas Gleixner1-0/+2
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2019-07-08Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+2
2019-06-20ARM: arrange show_pte() to issue severity-based messagesRussell King1-1/+1
2019-06-20ARM: add "8<--- cut here ---" to kernel dumpsRussell King1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-29signal/arm: Remove tsk parameter from ptrace_breakEric W. Biederman1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-09-27signal/arm: Push siginfo generation into arm_notify_dieEric W. Biederman1-46/+17
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+5
2018-05-19ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstrMasami Hiramatsu1-1/+4
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+5
2018-02-02Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2018-01-04kernel/exit.c: export abort() to modulesAndrew Morton1-1/+0