summary refs log tree commit diff
path: root/arch/arm64/kernel/traps.c
AgeCommit message (Expand)Author
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-09-26arm64: Add CFI error handlingSami Tolvanen
2022-09-16arm64: rework BTI exception handlingMark Rutland
2022-09-16arm64: rework FPAC exception handlingMark Rutland
2022-09-16arm64: consistently pass ESR_ELx to die()Mark Rutland
2022-09-16arm64: die(): pass 'err' as longMark Rutland
2022-09-16arm64: report EL1 UNDEFs betterMark Rutland
2022-07-05arm64/sysreg: Standardise naming for CTR_EL0 fieldsMark Brown
2022-05-20Merge branch 'for-next/esr-elx-64-bit' into for-next/coreCatalin Marinas
2022-04-29arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei
2022-04-22arm64/sme: System register and exception syndrome definitionsMark Brown
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-08arm64: drop unused includes of <linux/personality.h>Sagar Patel
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-11-08arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King
2021-10-29Merge branch 'for-next/misc' into for-next/coreWill Deacon
2021-10-29Merge branch 'for-next/extable' into for-next/coreWill Deacon
2021-10-21arm64: extable: add a dedicated uaccess handlerMark Rutland
2021-10-19arm64: Add handling of CNTVCTSS trapsMarc Zyngier
2021-09-29arm64/traps: Avoid unnecessary kernel/user pointer conversionAmit Daniel Kachhap
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon
2021-06-11arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland
2021-06-11arm64: insn: decouple patching from insn codeMark Rutland
2021-06-07arm64: entry: split bad stack entryMark Rutland
2021-06-07arm64: entry: handle all vectors with CMark Rutland
2021-06-07arm64: entry: move bad_mode() to entry-common.cMark Rutland
2021-06-07arm64: entry: convert SError handlers to CMark Rutland
2021-06-07arm64: remove redundant local_daif_mask() in bad_mode()Mark Rutland
2021-05-27arm64: Move aarch32 condition check functionsJulien Thierry
2021-02-04arm64: improve whitespaceZhiyuan Dai
2021-01-05arm64: traps: remove duplicate include statementTian Tao
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas
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-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne
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