summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: improve whitespaceZhiyuan Dai2021-02-041-1/+1
* arm64: traps: remove duplicate include statementTian Tao2021-01-051-1/+0
* Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-091-12/+10
|\
| * arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland2020-11-301-5/+10
| * arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland2020-11-301-7/+0
* | arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne2020-11-231-14/+15
|/
*-----. Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon2020-10-021-94/+38
|\ \ \ \
| | | | * arm64: Move console stack display code to stacktrace.cMark Brown2020-09-211-65/+0
| |_|_|/ |/| | |
| | | * arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancementsAmit Daniel Kachhap2020-09-141-0/+12
| | | * arm64: traps: Allow force_signal_inject to pass esr error codeAmit Daniel Kachhap2020-09-141-7/+7
| |_|/ |/| |
| | * arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()Gavin Shan2020-09-141-20/+0
| | * arm64: traps: Add str of description to panic() in die()Yue Hu2020-09-071-2/+2
| |/ |/|
| * arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon2020-09-181-0/+17
|/
* arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stackManinder Singh2020-07-311-1/+1
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-06-191-0/+1
|\
| * arm64: traps: Dump registers prior to panic() in bad_mode()Will Deacon2020-06-151-0/+1
* | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* arm64: add show_stack_loglvl()Dmitry Safonov2020-06-091-2/+8
* arm64: add loglvl to dump_backtrace()Dmitry Safonov2020-06-091-7/+8
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-61/+72
|\
| * Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-281-60/+71
| |\
| | * arm64: BTI: Reset BTYPE when skipping emulated instructionsDave Martin2020-03-161-0/+2
| | * arm64: traps: Shuffle code to eliminate forward declarationsDave Martin2020-03-161-52/+55
| | * arm64: unify native/compat instruction skippingDave Martin2020-03-161-10/+8
| | * arm64: Basic Branch Target Identification supportDave Martin2020-03-161-0/+8
| * | arm64: Call debug_traps_init() from trap_init() to help early kgdbDouglas Anderson2020-05-181-1/+1
| |/
* / hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra2020-05-191-6/+2
|/
* sched/rt, arm64: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-0/+3
* Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas2019-10-281-4/+8
|\
| * arm64: Remove asmlinkage from updated functionsJames Morse2019-10-281-4/+4
| * arm64: remove __exception annotationsJames Morse2019-10-281-3/+7
* | arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419James Morse2019-10-251-1/+7
* | arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419James Morse2019-10-251-0/+3
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-161-5/+15
|\
| * arm64: entry: Move ct_user_exit before any other exceptionJames Morse2019-08-211-0/+9
| * arm64: constify sys64_hook instancesMark Rutland2019-08-131-5/+5
| * arm64: esr: Add ESR exception class encoding for trapped ERETWill Deacon2019-08-051-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-091-0/+1
|\ \ | |/ |/|
| * KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new ECZenghui Yu2019-07-261-0/+1
* | arm64: stacktrace: Factor out backtrace initialisationDave Martin2019-07-221-7/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-121-0/+4
|\
| * arm64: Update silicon-errata.txt for Neoverse-N1 #1349291James Morse2019-07-051-0/+4
* | 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-1/+1
| * | signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-1/+1
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
| * | signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman2019-05-271-1/+4
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-16/+7
|\ \ \ | |_|/ |/| |