]> 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)
commite5aa1fc4a26466ede61a280905ae78342248f92b
treebf9f6490d4a74991653da4054cfc4c1b7c647074
parenta53fac0e92b0e66dcdec54eb3f51fd38eb476d30
parent41d187007438c66088e0f28a3f9be552e7ff148a
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