aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas1-4/+40
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland1-0/+39
2017-08-15arm64: add on_accessible_stack()Mark Rutland1-2/+1
2017-08-15arm64: remove __die()'s stack dumpMark Rutland1-2/+0
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas1-27/+7
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel1-2/+0
2017-08-09arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel1-25/+7
2017-08-09arm64: Handle trapped DC CVAPRobin Murphy1-0/+3
2017-08-08arm64: unwind: avoid percpu indirection for irq stackMark Rutland1-1/+1
2017-08-07arm64: syscallno is secretly an int, make it officialDave Martin1-1/+1
2017-08-01arm64: Use arch_timer_get_rate when trapping CNTFRQ_EL0Marc Zyngier1-1/+1
2017-07-20arm64: traps: disable irq in die()Qiao Zhou1-2/+6
2017-06-29arm64: fix endianness annotation in call_undef_hook()Luc Van Oostenryck1-6/+8
2017-05-30arm64: Add dump_backtrace() in show_regsKefeng Wang1-3/+1
2017-05-09arm64: traps: fix userspace cache maintenance emulation on a tagged pointerKristina Martsenko1-2/+2
2017-04-24arm64: Add CNTFRQ_EL0 trap handlerMarc Zyngier1-0/+14
2017-04-07arm64: Add CNTVCT_EL0 trap handlerMarc Zyngier1-0/+14
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+10
2017-02-15arm64: traps: correctly handle MRS/MSR with XZRMark Rutland1-2/+4
2017-01-27arm64: handle sys and undef traps consistentlyMark Rutland1-1/+6
2017-01-19arm64: avoid returning from bad_modeMark Rutland1-4/+24
2017-01-10arm64: cpufeature: Track user visible fieldsSuzuki K Poulose1-1/+1
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas1-3/+6
2016-11-11arm64: prep stack walkers for THREAD_INFO_IN_TASKMark Rutland1-0/+5
2016-11-11arm64: traps: simplify die() and __die()Mark Rutland1-7/+6
2016-11-11arm64: factor out current_stack_pointerMark Rutland1-0/+1
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse1-1/+2
2016-10-20arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara1-12/+15
2016-09-26arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland1-5/+5
2016-09-09arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose1-0/+14
2016-09-09arm64: Refactor sysinstr exception handlingSuzuki K Poulose1-26/+47
2016-07-01arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara1-0/+60
2016-07-01arm64: consolidate signal injection on emulation errorsAndre Przywara1-13/+50
2016-06-21arm64: add macro to extract ESR_ELx.ECMark Rutland1-1/+1
2016-06-21arm64: simplify dump_memMark Rutland1-20/+11
2016-06-14arm64: fix dump_instr when PAN and UAO are in useMark Rutland1-13/+13
2016-06-03arm64: report CPU number in bad_modeMark Rutland1-2/+3
2016-02-12arm64: make irq_stack_ptr more robustYang Shi1-1/+10
2015-12-21arm64: traps: address fallout from printk -> pr_* conversionWill Deacon1-5/+5
2015-12-21arm64: ftrace: fix a stack tracer's output under function graph tracerAKASHI Takahiro1-6/+20
2015-12-21arm64: pass a task parameter to unwind_frame()AKASHI Takahiro1-1/+1
2015-12-08arm64: Modify stack trace and dump for use with irq_stackAKASHI Takahiro1-1/+13
2015-10-19arm64: Synchronise dump_backtrace() with perf callchainJungseok Lee1-5/+10
2015-07-27arm64/BUG: Show explicit backtrace for WARNsDave P Martin1-0/+2
2015-07-27arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin1-1/+58
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon1-4/+0