summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-101-0/+1
|\
| * KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new ECZenghui Yu2019-07-261-0/+1
* | arm64: stacktrace: Factor out backtrace initialisationDave Martin2019-07-221-7/+6Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-131-0/+4
|\
| * arm64: Update silicon-errata.txt for Neoverse-N1 #1349291James Morse2019-07-051-0/+4
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-3/+3
|\ \
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * | signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-1/+1
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
| * | signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman2019-05-271-1/+4
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-16/+7Star
|\ \ \ | |_|/ |/| |
| * | arm64: rename dump_instr as dump_kernel_instrjinho lim2019-06-261-16/+7Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
|/ /
* | signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman2019-05-291-1/+4
* | arm64: Remove useless message during oopsWill Deacon2019-05-231-4/+0Star
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-071-19/+14Star
|\
| * Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/g...Will Deacon2019-05-011-2/+2
| |\
| | * arm64: Use arch_timer_read_counter instead of arch_counter_get_cntvctMarc Zyngier2019-04-301-2/+2
| * | arm64: Handle trapped DC CVADPAndrew Murray2019-04-161-0/+3
| * | arm64: probes: Move magic BRK values into brk-imm.hWill Deacon2019-04-091-1/+1
| * | arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon2019-04-091-6/+0Star
| * | arm64: debug: Separate debug hooks based on target exception levelWill Deacon2019-04-091-11/+9Star
| |/
* / arm64: backtrace: Don't bother trying to unwind the userspace stackWill Deacon2019-04-081-6/+9
|/
* arm64: Handle serror in NMI contextJulien Thierry2019-02-061-2/+6
* Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-12-311-1/+1
|\
| * arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)2018-12-221-1/+1
* | kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov2018-12-281-0/+60
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-33/+34
|\
| * signal/arm64: Add and use arm64_force_sig_ptrace_errno_trapEric W. Biederman2018-09-271-0/+7
| * signal/arm64: Remove arm64_force_sig_infoEric W. Biederman2018-09-271-6/+0Star
| * signal/arm64: Add and use arm64_force_sig_mceerr as appropriateEric W. Biederman2018-09-271-0/+7
| * signal/arm64: Add and use arm64_force_sig_fault where appropriateEric W. Biederman2018-09-271-17/+10Star
| * signal/arm64: Factor out arm64_show_signal from arm64_force_sig_infoEric W. Biederman2018-09-271-13/+11Star
| * signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman2018-09-271-4/+4
| * signal/arm64: Push siginfo generation into arm64_notify_dieEric W. Biederman2018-09-271-11/+13
* | arm64: Trap WFI executed in userspaceMarc Zyngier2018-10-011-0/+11
* | arm64: compat: Add CNTFRQ trap handlerMarc Zyngier2018-10-011-0/+13
* | arm64: compat: Add CNTVCT trap handlerMarc Zyngier2018-10-011-0/+16
* | arm64: compat: Add cp15_32 and cp15_64 handler arraysMarc Zyngier2018-10-011-0/+28
* | arm64: compat: Add condition code checks and IT advanceMarc Zyngier2018-10-011-0/+85
* | arm64: compat: Add separate CP15 trapping hookMarc Zyngier2018-10-011-0/+13
* | arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISSAnshuman Khandual2018-09-211-0/+17
* | arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()Anshuman Khandual2018-09-211-4/+4
* | arm64: fix for bad_mode() handler to always result in panicHari Vyas2018-09-141-1/+0Star
* | arm64: force_signal_inject: WARN if called from kernel contextWill Deacon2018-09-141-1/+4
* | arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon2018-09-141-5/+0Star
* | arm64: entry: Allow handling of undefined instructions from EL1Will Deacon2018-09-141-4/+7
|/
* arm64: convert raw syscall invocation to CMark Rutland2018-07-121-16/+0Star
* arm64: kill config_sctlr_el1()Mark Rutland2018-07-121-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-051-0/+1
|\