summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* arm64/sysreg: Standardise naming for CTR_EL0 fieldsMark Brown2022-07-051-3/+3
* Merge branch 'for-next/esr-elx-64-bit' into for-next/coreCatalin Marinas2022-05-201-33/+33
|\
| * arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei2022-04-291-33/+33
* | arm64/sme: System register and exception syndrome definitionsMark Brown2022-04-221-0/+1
|/
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-1/+1
|\
| * uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-1/+1
* | arm64: drop unused includes of <linux/personality.h>Sagar Patel2022-03-081-1/+0
|/
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King2021-11-081-1/+1
|/
* Merge branch 'for-next/misc' into for-next/coreWill Deacon2021-10-291-2/+2
|\
| * arm64/traps: Avoid unnecessary kernel/user pointer conversionAmit Daniel Kachhap2021-09-291-2/+2
* | Merge branch 'for-next/extable' into for-next/coreWill Deacon2021-10-291-7/+2
|\ \
| * | arm64: extable: add a dedicated uaccess handlerMark Rutland2021-10-211-7/+2
| |/
* | arm64: Add handling of CNTVCTSS trapsMarc Zyngier2021-10-191-0/+11
|/
* Merge branch 'for-next/insn' into for-next/coreWill Deacon2021-06-241-0/+99
|\
| * arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland2021-06-111-0/+1
| * arm64: insn: decouple patching from insn codeMark Rutland2021-06-111-0/+1
| * arm64: Move aarch32 condition check functionsJulien Thierry2021-05-271-1/+98
* | arm64: entry: split bad stack entryMark Rutland2021-06-071-5/+1
* | arm64: entry: handle all vectors with CMark Rutland2021-06-071-1/+1
* | arm64: entry: move bad_mode() to entry-common.cMark Rutland2021-06-071-25/+0
* | arm64: entry: convert SError handlers to CMark Rutland2021-06-071-5/+1
* | arm64: remove redundant local_daif_mask() in bad_mode()Mark Rutland2021-06-071-1/+0
|/
* arm64: improve whitespaceZhiyuan Dai2021-02-041-1/+1
* arm64: traps: remove duplicate include statementTian Tao2021-01-051-1/+0
* Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas2020-12-091-12/+10
|\
| * arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland2020-11-301-5/+10
| * arm64: entry: move enter_from_user_mode to entry-common.cMark Rutland2020-11-301-7/+0
* | arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne2020-11-231-14/+15
|/
*-----. Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon2020-10-021-94/+38
|\ \ \ \
| | | | * arm64: Move console stack display code to stacktrace.cMark Brown2020-09-211-65/+0
| |_|_|/ |/| | |
| | | * arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancementsAmit Daniel Kachhap2020-09-141-0/+12
| | | * arm64: traps: Allow force_signal_inject to pass esr error codeAmit Daniel Kachhap2020-09-141-7/+7
| |_|/ |/| |
| | * arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()Gavin Shan2020-09-141-20/+0
| | * arm64: traps: Add str of description to panic() in die()Yue Hu2020-09-071-2/+2
| |/ |/|
| * arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon2020-09-181-0/+17
|/
* arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stackManinder Singh2020-07-311-1/+1
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-06-191-0/+1
|\
| * arm64: traps: Dump registers prior to panic() in bad_mode()Will Deacon2020-06-151-0/+1
* | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* arm64: add show_stack_loglvl()Dmitry Safonov2020-06-091-2/+8
* arm64: add loglvl to dump_backtrace()Dmitry Safonov2020-06-091-7/+8
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-61/+72
|\
| * Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-281-60/+71
| |\
| | * arm64: BTI: Reset BTYPE when skipping emulated instructionsDave Martin2020-03-161-0/+2
| | * arm64: traps: Shuffle code to eliminate forward declarationsDave Martin2020-03-161-52/+55
| | * arm64: unify native/compat instruction skippingDave Martin2020-03-161-10/+8