aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c
AgeCommit message (Expand)Author
2020-11-30arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland
2020-11-30arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon
2020-09-21arm64: Move console stack display code to stacktrace.cMark Brown
2020-09-18arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon
2020-09-14arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()Gavin Shan
2020-09-14arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancementsAmit Daniel Kachhap
2020-09-14arm64: traps: Allow force_signal_inject to pass esr error codeAmit Daniel Kachhap
2020-09-07arm64: traps: Add str of description to panic() in die()Yue Hu
2020-07-31arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stackManinder Singh
2020-06-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-15arm64: traps: Dump registers prior to panic() in bad_mode()Will Deacon
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09arm64: add show_stack_loglvl()Dmitry Safonov
2020-06-09arm64: add loglvl to dump_backtrace()Dmitry Safonov
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon
2020-05-19hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra
2020-05-18arm64: Call debug_traps_init() from trap_init() to help early kgdbDouglas Anderson
2020-03-16arm64: BTI: Reset BTYPE when skipping emulated instructionsDave Martin
2020-03-16arm64: traps: Shuffle code to eliminate forward declarationsDave Martin
2020-03-16arm64: unify native/compat instruction skippingDave Martin
2020-03-16arm64: Basic Branch Target Identification supportDave Martin
2019-12-08sched/rt, arm64: Use CONFIG_PREEMPTIONThomas Gleixner
2019-10-28Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas
2019-10-28arm64: Remove asmlinkage from updated functionsJames Morse
2019-10-28arm64: remove __exception annotationsJames Morse
2019-10-25arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419James Morse
2019-10-25arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419James Morse
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-08-21arm64: entry: Move ct_user_exit before any other exceptionJames Morse
2019-08-13arm64: constify sys64_hook instancesMark Rutland
2019-08-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-08-05arm64: esr: Add ESR exception class encoding for trapped ERETWill Deacon
2019-07-26KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new ECZenghui Yu
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-07-05arm64: Update silicon-errata.txt for Neoverse-N1 #1349291James Morse
2019-06-26arm64: rename dump_instr as dump_kernel_instrjinho lim
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-29signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman
2019-05-27signal: Remove task parameter from force_sig_mceerrEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-27signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman
2019-05-23arm64: Remove useless message during oopsWill Deacon