summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-0/+1
|\
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* | arm64: only advance singlestep for user instruction trapsMark Rutland2018-04-241-1/+2
* | arm64: signal: don't force known signals to SIGKILLMark Rutland2018-04-181-1/+1
|/
* arm64: capabilities: Update prototype for enable call backDave Martin2018-03-261-2/+2
* arm64: Use arm64_force_sig_info instead of force_sig_infoWill Deacon2018-03-061-7/+2
* arm64: Move show_unhandled_signals_ratelimited into traps.cWill Deacon2018-03-061-0/+7
* arm64: signal: Don't print anything directly in force_signal_injectWill Deacon2018-03-061-7/+0
* arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_dieWill Deacon2018-03-061-1/+27
* arm64: signal: Force SIGKILL for unknown signals in force_signal_injectWill Deacon2018-03-061-0/+6
* arm64: signal: Make force_signal_inject more robustWill Deacon2018-03-061-11/+12
* arm64: Remove unimplemented syscall log messageMichael Weiser2018-02-191-8/+0
* arm64: Disable unhandled signal log messages by defaultMichael Weiser2018-02-191-1/+1
* arm64: kernel: Survive corrected RAS errors notified by SErrorJames Morse2018-01-161-5/+46
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-71/+38
|\
| * arm64/sve: Core task context handlingDave Martin2017-11-031-3/+3
| * arm64/sve: System register and exception syndrome definitionsDave Martin2017-11-031-0/+1
| * arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi2017-11-021-0/+13
| * arm64: explicitly mask all exceptionsJames Morse2017-11-021-1/+2
| * arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon2017-10-271-62/+3
| * arm64: Fix single stepping in kernel trapsJulien Thierry2017-10-251-5/+16
* | arm64: ensure __dump_instr() checks addr_limitMark Rutland2017-11-021-1/+1
|/
* Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas2017-08-151-4/+40
|\
| * arm64: add VMAP_STACK overflow detectionMark Rutland2017-08-151-0/+39
| * arm64: add on_accessible_stack()Mark Rutland2017-08-151-2/+1
| * arm64: remove __die()'s stack dumpMark Rutland2017-08-151-2/+0
* | Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas2017-08-091-27/+7
|\ \ | |/
| * arm64: unwind: remove sp from struct stackframeArd Biesheuvel2017-08-091-2/+0
| * arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel2017-08-091-25/+7
| * arm64: unwind: avoid percpu indirection for irq stackMark Rutland2017-08-081-1/+1
* | arm64: Handle trapped DC CVAPRobin Murphy2017-08-091-0/+3
* | arm64: syscallno is secretly an int, make it officialDave Martin2017-08-071-1/+1
* | arm64: Use arch_timer_get_rate when trapping CNTFRQ_EL0Marc Zyngier2017-08-011-1/+1
|/
* arm64: traps: disable irq in die()Qiao Zhou2017-07-201-2/+6
* arm64: fix endianness annotation in call_undef_hook()Luc Van Oostenryck2017-06-291-6/+8
* arm64: Add dump_backtrace() in show_regsKefeng Wang2017-05-301-3/+1
* arm64: traps: fix userspace cache maintenance emulation on a tagged pointerKristina Martsenko2017-05-091-2/+2
* arm64: Add CNTFRQ_EL0 trap handlerMarc Zyngier2017-04-241-0/+14
* arm64: Add CNTVCT_EL0 trap handlerMarc Zyngier2017-04-071-0/+14
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-221-3/+10
|\
| * arm64: traps: correctly handle MRS/MSR with XZRMark Rutland2017-02-151-2/+4
| * arm64: handle sys and undef traps consistentlyMark Rutland2017-01-271-1/+6
| * arm64: cpufeature: Track user visible fieldsSuzuki K Poulose2017-01-101-1/+1
* | arm64: avoid returning from bad_modeMark Rutland2017-01-191-4/+24
|/
* arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas2016-11-211-3/+6
* arm64: prep stack walkers for THREAD_INFO_IN_TASKMark Rutland2016-11-111-0/+5
OpenPOWER on IntegriCloud