aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c
AgeCommit message (Expand)Author
2020-04-24arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon
2019-12-01arm64: fix for bad_mode() handler to always result in panicHari Vyas
2019-10-29arm64: capabilities: Update prototype for enable call backDave Martin
2019-05-08arm64: only advance singlestep for user instruction trapsMark Rutland
2019-05-08arm64: Fix single stepping in kernel trapsJulien Thierry
2019-04-17arm64: backtrace: Don't bother trying to unwind the userspace stackWill Deacon
2018-02-28arm64: Disable unhandled signal log messages by defaultMichael Weiser
2018-02-28arm64: Remove unimplemented syscall log messageMichael Weiser
2017-11-02arm64: ensure __dump_instr() checks addr_limitMark Rutland
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland
2017-08-15arm64: add on_accessible_stack()Mark Rutland
2017-08-15arm64: remove __die()'s stack dumpMark Rutland
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel
2017-08-09arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel
2017-08-09arm64: Handle trapped DC CVAPRobin Murphy
2017-08-08arm64: unwind: avoid percpu indirection for irq stackMark Rutland
2017-08-07arm64: syscallno is secretly an int, make it officialDave Martin
2017-08-01arm64: Use arch_timer_get_rate when trapping CNTFRQ_EL0Marc Zyngier
2017-07-20arm64: traps: disable irq in die()Qiao Zhou
2017-06-29arm64: fix endianness annotation in call_undef_hook()Luc Van Oostenryck
2017-05-30arm64: Add dump_backtrace() in show_regsKefeng Wang
2017-05-09arm64: traps: fix userspace cache maintenance emulation on a tagged pointerKristina Martsenko
2017-04-24arm64: Add CNTFRQ_EL0 trap handlerMarc Zyngier
2017-04-07arm64: Add CNTVCT_EL0 trap handlerMarc Zyngier
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-02-15arm64: traps: correctly handle MRS/MSR with XZRMark Rutland
2017-01-27arm64: handle sys and undef traps consistentlyMark Rutland
2017-01-19arm64: avoid returning from bad_modeMark Rutland
2017-01-10arm64: cpufeature: Track user visible fieldsSuzuki K Poulose
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas
2016-11-11arm64: prep stack walkers for THREAD_INFO_IN_TASKMark Rutland
2016-11-11arm64: traps: simplify die() and __die()Mark Rutland
2016-11-11arm64: factor out current_stack_pointerMark Rutland
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-10-20arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara
2016-09-26arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland
2016-09-09arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose
2016-09-09arm64: Refactor sysinstr exception handlingSuzuki K Poulose
2016-07-01arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara
2016-07-01arm64: consolidate signal injection on emulation errorsAndre Przywara
2016-06-21arm64: add macro to extract ESR_ELx.ECMark Rutland
2016-06-21arm64: simplify dump_memMark Rutland
2016-06-14arm64: fix dump_instr when PAN and UAO are in useMark Rutland
2016-06-03arm64: report CPU number in bad_modeMark Rutland