summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/exception.h
AgeCommit message (Expand)Author
2024-02-20arm64: Move do_notify_resume() to entry-common.cMark Rutland
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas
2023-06-08arm64: set __exception_irq_entry with __irq_entry as a defaultYoungmin Nam
2023-06-05arm64: mops: handle MOPS exceptionsKristina Martsenko
2023-04-14arm64/cpu: Mark cpu_park_loop() and friends __noreturnJosh Poimboeuf
2022-11-15arm64: split EL0/EL1 UNDEF handlersMark Rutland
2022-11-15arm64: allow kprobes on EL0 handlersMark Rutland
2022-09-30Merge branch 'for-next/misc' into for-next/coreCatalin Marinas
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-06arm64: compat: Implement misalignment fixups for multiword loadsArd Biesheuvel
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: Implement traps and syscall handling for SMEMark Brown
2021-08-05arm64: entry: move bulk of ret_to_user to CMark Rutland
2021-06-07arm64: entry: make NMI entry/exit functions staticMark Rutland
2021-06-07arm64: entry: split bad stack entryMark Rutland
2021-06-07arm64: entry: handle all vectors with CMark Rutland
2021-06-07arm64: entry: convert IRQ+FIQ handlers to CMark Rutland
2021-06-07arm64: entry: add a call_on_irq_stack helperMark Rutland
2021-06-07arm64: entry: convert SError handlers to CMark Rutland
2020-12-15arm64: entry: suppress W=1 prototype warningsMark Rutland
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: fix non-NMI user<->kernel transitionsMark Rutland
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne
2020-09-14arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancementsAmit Daniel Kachhap
2020-03-16arm64: Basic Branch Target Identification supportDave Martin
2020-02-10arm64: Drop do_el0_ia_bp_hardening() & do_sp_pc_abort() declarationsAnshuman Khandual
2020-01-17arm64: entry: cleanup el0 svc handler namingMark Rutland
2019-10-28arm64: Remove asmlinkage from updated functionsJames Morse
2019-10-28arm64: Add prototypes for functions called by entry.SJames Morse
2019-10-28arm64: remove __exception annotationsJames Morse
2019-08-21arm64: entry: Move ct_user_exit before any other exceptionJames Morse
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2018-01-16arm64: kernel: Prepare for a DISR userJames Morse
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2015-08-12arm64: Add __exception_irq_entry definition for function graphJungseok Lee
2013-03-26arm64: Use irqchip_init() for interrupt controller initialisationCatalin Marinas
2012-09-17arm64: Miscellaneous header filesCatalin Marinas