All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ardb@kernel.org>
To: linux-arm-kernel@lists.infradead.org
Cc: Linus Walleij <linus.walleij@linaro.org>,
	Russell King <linux+pull@armlinux.org.uk>,
	ardb@kernel.org, Nicolas Pitre <nico@fluxnic.net>
Subject: [GIT PULL 2/2] ARM assembler cleanups
Date: Sat, 26 Sep 2020 11:56:12 +0200	[thread overview]
Message-ID: <20200926095612.29347-2-ardb@kernel.org> (raw)
In-Reply-To: <20200926095612.29347-1-ardb@kernel.org>

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git tags/arm-adrl-replacement-for-v5.10

for you to fetch changes up to 1c0ef9c28760d3bff9e1bda5f48898d03e29cbb7:

  ARM: kvm: replace open coded VA->PA calculations with adr_l call (2020-09-26 11:13:45 +0200)

Note that the first two patches are shared with 1/2, so that the PRs can be
merged independently. With those omitted from the diffstat, it becomes

  7 files changed, 44 insertions(+), 111 deletions(-)


Cc: Russell King <linux+pull@armlinux.org.uk>
Cc: Nicolas Pitre <nico@fluxnic.net>
Cc: Linus Walleij <linus.walleij@linaro.org>

----------------------------------------------------------------
Introduce adr_l/ldr_l/str_l/mov_l assembler macros like we have on arm64,
and use them to replace open coded VA-to-PA arithmetic in various places
in the code. This avoids the use of literals on v7+ CPUs, reduces the
footprint of the code in most cases, and generally makes the code easier
to follow.

Series was posted here, and reviewed by Nicolas Pitre:
https://lore.kernel.org/linux-arm-kernel/20200914095706.3985-1-ardb@kernel.org/

----------------------------------------------------------------
Ard Biesheuvel (11):
      ARM: assembler: introduce adr_l, ldr_l and str_l macros
      ARM: module: add support for place relative relocations
      ARM: efistub: replace adrl pseudo-op with adr_l macro invocation
      ARM: head-common.S: use PC-relative insn sequence for __proc_info
      ARM: head-common.S: use PC-relative insn sequence for idmap creation
      ARM: head.S: use PC-relative insn sequence for secondary_data
      ARM: kernel: use relative references for UP/SMP alternatives
      ARM: head: use PC-relative insn sequence for __smp_alt
      ARM: sleep.S: use PC-relative insn sequence for sleep_save_sp/mpidr_hash
      ARM: head.S: use PC relative insn sequence to calculate PHYS_OFFSET
      ARM: kvm: replace open coded VA->PA calculations with adr_l call

 arch/arm/boot/compressed/head.S  | 18 ++------
 arch/arm/include/asm/assembler.h | 88 +++++++++++++++++++++++++++++++++++++++-
 arch/arm/include/asm/elf.h       |  5 +++
 arch/arm/include/asm/processor.h |  2 +-
 arch/arm/kernel/head-common.S    | 22 +++-------
 arch/arm/kernel/head.S           | 63 +++++++---------------------
 arch/arm/kernel/hyp-stub.S       | 27 ++++++------
 arch/arm/kernel/module.c         | 20 ++++++++-
 arch/arm/kernel/sleep.S          | 19 +++------
 9 files changed, 151 insertions(+), 113 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      reply	other threads:[~2020-09-26  9:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-26  9:56 [GIT PULL 1/2] ARM: permit relative phys-to-virt alignment of >= 2 MiB Ard Biesheuvel
2020-09-26  9:56 ` Ard Biesheuvel [this message]

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=20200926095612.29347-2-ardb@kernel.org \
    --to=ardb@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux+pull@armlinux.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=nico@fluxnic.net \
    /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.