]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/kernel...
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 9 Aug 2017 14:37:49 +0000 (15:37 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 9 Aug 2017 14:37:49 +0000 (15:37 +0100)
commit9f3a4e123697a947a060a85463b1f0e3177a5e94
treebf9f6490d4a74991653da4054cfc4c1b7c647074
parenta210f642592ce2a67b356953ca3993e90a00c39a
parent182112ec3e3a845ce985b3807049f59e5bc99eff
Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/core

* 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux:
  arm64: unwind: remove sp from struct stackframe
  arm64: unwind: reference pt_regs via embedded stack frame
  arm64: unwind: disregard frame.sp when validating frame pointer
  arm64: unwind: avoid percpu indirection for irq stack
  arm64: move non-entry code out of .entry.text
  arm64: consistently use bl for C exception entry
  arm64: Add ASM_BUG()
arch/arm64/include/asm/assembler.h
arch/arm64/include/asm/ptrace.h
arch/arm64/kernel/entry.S
arch/arm64/kernel/head.S
arch/arm64/kernel/ptrace.c
arch/arm64/kernel/traps.c