summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c
AgeCommit message (Expand)AuthorLines
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-5/+15
2019-08-21arm64: entry: Move ct_user_exit before any other exceptionJames Morse-0/+9
2019-08-13arm64: constify sys64_hook instancesMark Rutland-5/+5
2019-08-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2019-08-05arm64: esr: Add ESR exception class encoding for trapped ERETWill Deacon-0/+1
2019-07-26KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new ECZenghui Yu-0/+1
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin-7/+6
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+4
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-16/+7
2019-07-05arm64: Update silicon-errata.txt for Neoverse-N1 #1349291James Morse-0/+4
2019-06-26arm64: rename dump_instr as dump_kernel_instrjinho lim-16/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-1/+1
2019-05-29signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman-1/+4
2019-05-27signal: Remove task parameter from force_sig_mceerrEric W. Biederman-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman-1/+1
2019-05-27signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman-1/+4
2019-05-23arm64: Remove useless message during oopsWill Deacon-4/+0
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-19/+14
2019-05-01Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/g...Will Deacon-2/+2
2019-04-30arm64: Use arch_timer_read_counter instead of arch_counter_get_cntvctMarc Zyngier-2/+2
2019-04-16arm64: Handle trapped DC CVADPAndrew Murray-0/+3
2019-04-09arm64: probes: Move magic BRK values into brk-imm.hWill Deacon-1/+1
2019-04-09arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon-6/+0
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon-11/+9
2019-04-08arm64: backtrace: Don't bother trying to unwind the userspace stackWill Deacon-6/+9
2019-02-06arm64: Handle serror in NMI contextJulien Thierry-2/+6
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+1
2018-12-28kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov-0/+60
2018-12-22arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)-1/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-33/+34
2018-10-01arm64: Trap WFI executed in userspaceMarc Zyngier-0/+11
2018-10-01arm64: compat: Add CNTFRQ trap handlerMarc Zyngier-0/+13
2018-10-01arm64: compat: Add CNTVCT trap handlerMarc Zyngier-0/+16
2018-10-01arm64: compat: Add cp15_32 and cp15_64 handler arraysMarc Zyngier-0/+28
2018-10-01arm64: compat: Add condition code checks and IT advanceMarc Zyngier-0/+85
2018-10-01arm64: compat: Add separate CP15 trapping hookMarc Zyngier-0/+13
2018-09-27signal/arm64: Add and use arm64_force_sig_ptrace_errno_trapEric W. Biederman-0/+7
2018-09-27signal/arm64: Remove arm64_force_sig_infoEric W. Biederman-6/+0
2018-09-27signal/arm64: Add and use arm64_force_sig_mceerr as appropriateEric W. Biederman-0/+7
2018-09-27signal/arm64: Add and use arm64_force_sig_fault where appropriateEric W. Biederman-17/+10
2018-09-27signal/arm64: Factor out arm64_show_signal from arm64_force_sig_infoEric W. Biederman-13/+11
2018-09-27signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman-4/+4
2018-09-27signal/arm64: Push siginfo generation into arm64_notify_dieEric W. Biederman-11/+13
2018-09-21arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISSAnshuman Khandual-0/+17
2018-09-21arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()Anshuman Khandual-4/+4
2018-09-14arm64: fix for bad_mode() handler to always result in panicHari Vyas-1/+0
2018-09-14arm64: force_signal_inject: WARN if called from kernel contextWill Deacon-1/+4
2018-09-14arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon-5/+0