]> 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)
commit54fa63da3dea4ae3d3bdc1e5708d79194d64c9bf
treea66dd51d66f2737abac8a14eae2ce8a78828aa2c
parentc09a55afe3f285688b7cee9ff8bf887871b3c893
parentb2bb7404d7bf859e9a296c352bc4131c0336b3c9
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