public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] hexagon changes for v5.13
@ 2021-05-05 21:09 bcain
  2021-05-06 16:03 ` Linus Torvalds
  2021-05-06 16:35 ` pr-tracker-bot
  0 siblings, 2 replies; 6+ messages in thread
From: bcain @ 2021-05-05 21:09 UTC (permalink / raw)
  To: Linus Torvalds, linux-hexagon, linux-kernel
  Cc: sidneym, 'clang-built-linux'

Linus,

Please pull the following changes for Hexagon: they contain build fixes.

Thanks,
-Brian

===


The following changes since commit 
9ccce092fc64d19504fa54de4fd659e279cc92e7:

   Merge tag 'for-linus-5.13-ofs-1' of 
git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux (2021-05-02 
14:13:46 -0700)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/bcain/linux 
tags/hexagon-5.13-0

for you to fetch changes up to f1f99adf05f2138ff2646d756d4674e302e8d02d:

   Hexagon: add target builtins to kernel (2021-05-03 11:04:22 -0500)

----------------------------------------------------------------
Hexagon architecture build fixes + builtins

Small build fixes applied:
- use -mlong-calls to build
- extend jumps in futex_atomic_*
- etc

Also, for convenience and portability, the hexagon compiler builtin
functions like memcpy etc have been added to the kernel -- following the
idiom used by other architectures.

----------------------------------------------------------------
Sid Manning (4):
       Hexagon: fix build errors
       Hexagon: change jumps to must-extend in futex_atomic_*
       Hexagon: remove DEBUG from comet config
       Hexagon: add target builtins to kernel

  arch/hexagon/Makefile                    |  6 +--
  arch/hexagon/configs/comet_defconfig     |  1 -
  arch/hexagon/include/asm/futex.h         |  4 +-
  arch/hexagon/include/asm/timex.h         |  3 +-
  arch/hexagon/kernel/hexagon_ksyms.c      |  8 ++--
  arch/hexagon/kernel/ptrace.c             |  4 +-
  arch/hexagon/lib/Makefile                |  3 +-
  arch/hexagon/lib/divsi3.S                | 67 
++++++++++++++++++++++++++++++++
  arch/hexagon/lib/memcpy_likely_aligned.S | 56 
++++++++++++++++++++++++++
  arch/hexagon/lib/modsi3.S                | 46 ++++++++++++++++++++++
  arch/hexagon/lib/udivsi3.S               | 38 ++++++++++++++++++
  arch/hexagon/lib/umodsi3.S               | 36 +++++++++++++++++
  12 files changed, 258 insertions(+), 14 deletions(-)
  create mode 100644 arch/hexagon/lib/divsi3.S
  create mode 100644 arch/hexagon/lib/memcpy_likely_aligned.S
  create mode 100644 arch/hexagon/lib/modsi3.S
  create mode 100644 arch/hexagon/lib/udivsi3.S
  create mode 100644 arch/hexagon/lib/umodsi3.S


-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-05-06 16:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-05 21:09 [GIT PULL] hexagon changes for v5.13 bcain
2021-05-06 16:03 ` Linus Torvalds
2021-05-06 16:16   ` bcain
2021-05-06 16:17     ` bcain
2021-05-06 16:52     ` Linus Torvalds
2021-05-06 16:35 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox