summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-71/+38Star
|\
| * 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/+3Star
| * 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/+1Star
| * arm64: remove __die()'s stack dumpMark Rutland2017-08-151-2/+0Star
* | Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas2017-08-091-27/+7Star
|\|
| * arm64: unwind: remove sp from struct stackframeArd Biesheuvel2017-08-091-2/+0Star
| * arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel2017-08-091-25/+7Star
| * 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/+1Star
* 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
* arm64: traps: simplify die() and __die()Mark Rutland2016-11-111-7/+6Star
* arm64: factor out current_stack_pointerMark Rutland2016-11-111-0/+1
* arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse2016-10-201-1/+2
* arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara2016-10-201-12/+15
* arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland2016-09-261-5/+5
* arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose2016-09-091-0/+14
* arm64: Refactor sysinstr exception handlingSuzuki K Poulose2016-09-091-26/+47
* arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara2016-07-011-0/+60
* arm64: consolidate signal injection on emulation errorsAndre Przywara2016-07-011-13/+50
* arm64: add macro to extract ESR_ELx.ECMark Rutland2016-06-211-1/+1
* arm64: simplify dump_memMark Rutland2016-06-211-20/+11Star
* arm64: fix dump_instr when PAN and UAO are in useMark Rutland2016-06-141-13/+13
* arm64: report CPU number in bad_modeMark Rutland2016-06-031-2/+3
* arm64: make irq_stack_ptr more robustYang Shi2016-02-121-1/+10