summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/traps.c
AgeCommit message (Expand)Author
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1542419Mark Rutland
2023-10-09KVM: arm64: Add handler for MOPS exceptionsKristina Martsenko
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas
2023-06-09kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann
2023-06-05arm64: mops: handle single stepping after MOPS exceptionKristina Martsenko
2023-06-05arm64: mops: handle MOPS exceptionsKristina Martsenko
2023-05-25arm64: hide unused is_valid_bugaddr()Arnd Bergmann
2023-04-14arm64/cpu: Mark cpu_park_loop() and friends __noreturnJosh Poimboeuf
2023-03-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-22arm64: pass ESR_ELx to die() of cfi_handlerSangmoon Kim
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-02-09efi: arm64: Wire up BTI annotation in memory attributes tableArd Biesheuvel
2023-02-08arm64: Support Clang UBSAN trap codes for better reportingKees Cook
2023-01-27arm64: traps: attempt to dump all instructionsMark Rutland
2022-11-15arm64: armv8_deprecated: rework deprected instruction handlingMark Rutland
2022-11-15arm64: rework EL0 MRS emulationMark Rutland
2022-11-15arm64: factor insn read out of call_undef_hook()Mark Rutland
2022-11-15arm64: factor out EL1 SSBS emulation hookMark Rutland
2022-11-15arm64: split EL0/EL1 UNDEF handlersMark Rutland
2022-11-15arm64: allow kprobes on EL0 handlersMark Rutland
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