From: bcain@codeaurora.org
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-hexagon <linux-hexagon@vger.kernel.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Cc: sidneym@codeaurora.org,
'clang-built-linux' <clang-built-linux@googlegroups.com>
Subject: [GIT PULL] hexagon changes for v5.13
Date: Wed, 05 May 2021 16:09:59 -0500 [thread overview]
Message-ID: <a81e116ba3d64aab8d379703bedcf032@codeaurora.org> (raw)
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
next reply other threads:[~2021-05-05 21:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-05 21:09 bcain [this message]
2021-05-06 16:03 ` [GIT PULL] hexagon changes for v5.13 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a81e116ba3d64aab8d379703bedcf032@codeaurora.org \
--to=bcain@codeaurora.org \
--cc=clang-built-linux@googlegroups.com \
--cc=linux-hexagon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sidneym@codeaurora.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.