]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensa
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Nov 2021 21:54:03 +0000 (14:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Nov 2021 21:54:03 +0000 (14:54 -0700)
commit9b04fe1e2b788c113628f88211656369e93cc58b
treea66dd51d66f2737abac8a14eae2ce8a78828aa2c
parent3f9437b5c06900df63a24a1ea5fde142b84dd335
parentc5989091e8bfdfe8a9d7e32c2543954cbe09eec7
Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensa

Pull xtensa updates from Max Filippov:

 - add support for xtensa cores without windowed registers option

* tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensa:
  xtensa: move section symbols to asm/sections.h
  xtensa: remove unused variable wmask
  xtensa: only build windowed register support code when needed
  xtensa: use register window specific opcodes only when present
  xtensa: implement call0 ABI support in assembly
  xtensa: definitions for call0 ABI
  xtensa: don't use a12 in __xtensa_copy_user in call0 ABI
  xtensa: don't use a12 in strncpy_user
  xtensa: use a14 instead of a15 in inline assembly
  xtensa: move _SimulateUserKernelVectorException out of WindowVectors
arch/xtensa/include/asm/processor.h
arch/xtensa/kernel/process.c