aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Merge branch 'for-next/misc' into for-next/coreWill Deacon1-2/+2
2021-10-29Merge branch 'for-next/extable' into for-next/coreWill Deacon1-7/+2
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland1-7/+2
2021-10-19arm64: Add handling of CNTVCTSS trapsMarc Zyngier1-0/+11
2021-09-29arm64/traps: Avoid unnecessary kernel/user pointer conversionAmit Daniel Kachhap1-2/+2
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon1-0/+99
2021-06-11arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland1-0/+1
2021-06-11arm64: insn: decouple patching from insn codeMark Rutland1-0/+1
2021-06-07arm64: entry: split bad stack entryMark Rutland1-5/+1
2021-06-07arm64: entry: handle all vectors with CMark Rutland1-1/+1
2021-06-07arm64: entry: move bad_mode() to entry-common.cMark Rutland1-25/+0
2021-06-07arm64: entry: convert SError handlers to CMark Rutland1-5/+1
2021-06-07arm64: remove redundant local_daif_mask() in bad_mode()Mark Rutland1-1/+0
2021-05-27arm64: Move aarch32 condition check functionsJulien Thierry1-1/+98
2021-02-04arm64: improve whitespaceZhiyuan Dai1-1/+1
2021-01-05arm64: traps: remove duplicate include statementTian Tao1-1/+0
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas1-12/+10
2020-11-30arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland1-5/+10
2020-11-30arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland1-7/+0
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne1-14/+15
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cpuinfo', 'for-next/fpsimd', 'for-next/misc', 'for-next/mm', 'for-next/pci', 'for-next/perf', 'for-next/ptrauth', 'for-next/sdei', 'for-next/selftests', 'for-next/stacktrace', 'for-next/svm', 'for-next/topology', 'for-next...Will Deacon1-94/+38
2020-09-21arm64: Move console stack display code to stacktrace.cMark Brown1-65/+0
2020-09-18arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon1-0/+17
2020-09-14arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()Gavin Shan1-20/+0
2020-09-14arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancementsAmit Daniel Kachhap1-0/+12
2020-09-14arm64: traps: Allow force_signal_inject to pass esr error codeAmit Daniel Kachhap1-7/+7
2020-09-07arm64: traps: Add str of description to panic() in die()Yue Hu1-2/+2
2020-07-31arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stackManinder Singh1-1/+1
2020-06-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-15arm64: traps: Dump registers prior to panic() in bad_mode()Will Deacon1-0/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09arm64: add show_stack_loglvl()Dmitry Safonov1-2/+8
2020-06-09arm64: add loglvl to dump_backtrace()Dmitry Safonov1-7/+8
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-61/+72
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon1-60/+71
2020-05-19hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra1-6/+2
2020-05-18arm64: Call debug_traps_init() from trap_init() to help early kgdbDouglas Anderson1-1/+1
2020-03-16arm64: BTI: Reset BTYPE when skipping emulated instructionsDave Martin1-0/+2
2020-03-16arm64: traps: Shuffle code to eliminate forward declarationsDave Martin1-52/+55
2020-03-16arm64: unify native/compat instruction skippingDave Martin1-10/+8
2020-03-16arm64: Basic Branch Target Identification supportDave Martin1-0/+8
2019-12-08sched/rt, arm64: Use CONFIG_PREEMPTIONThomas Gleixner1-0/+3
2019-10-28Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas1-4/+8
2019-10-28arm64: Remove asmlinkage from updated functionsJames Morse1-4/+4
2019-10-28arm64: remove __exception annotationsJames Morse1-3/+7
2019-10-25arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419James Morse1-1/+7
2019-10-25arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419James Morse1-0/+3
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+15