Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1618809 > unrolled thread
| Started by | Marc Zyngier <marc.zyngier@arm.com> |
|---|---|
| First post | 2017-04-07 15:50 +0200 |
| Last post | 2017-04-07 18:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PULL] arm64 pre-requisite patches for timer workarounds Marc Zyngier <marc.zyngier@arm.com> - 2017-04-07 15:50 +0200
Re: [PULL] arm64 pre-requisite patches for timer workarounds Catalin Marinas <catalin.marinas@arm.com> - 2017-04-07 18:10 +0200
| From | Marc Zyngier <marc.zyngier@arm.com> |
|---|---|
| Date | 2017-04-07 15:50 +0200 |
| Subject | [PULL] arm64 pre-requisite patches for timer workarounds |
| Message-ID | <ttCr0-7Ki-9@gated-at.bofh.it> |
Hi Catalin,
Please find below the pull request for the patches forming the base of
my errata workaround series. I expect Daniel to pull the full series
via his tree.
Thanks,
M.
The following changes since commit 97da3854c526d3a6ee05c849c96e48d21527606c:
Linux 4.11-rc3 (2017-03-19 19:09:39 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/arch-timer-errata-prereq
for you to fetch changes up to eeb1efbcb83c0cfe6d567abbacd675bbddf3d658:
arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921 (2017-04-07 11:22:08 +0100)
----------------------------------------------------------------
Pre-requisites for the arch timer errata workarounds:
- Allow checking of a CPU-local erratum
- Add CNTVCT_EL0 trap handler
- Define Cortex-A73 MIDR
- Allow an erratum to be match for all revisions of a core
- Add capability to advertise Cortex-A73 erratum 858921
----------------------------------------------------------------
Marc Zyngier (5):
arm64: Allow checking of a CPU-local erratum
arm64: Add CNTVCT_EL0 trap handler
arm64: Define Cortex-A73 MIDR
arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921
Documentation/arm64/silicon-errata.txt | 1 +
arch/arm64/include/asm/cpucaps.h | 3 ++-
arch/arm64/include/asm/cputype.h | 2 ++
arch/arm64/include/asm/esr.h | 2 ++
arch/arm64/kernel/cpu_errata.c | 15 +++++++++++++++
arch/arm64/kernel/cpufeature.c | 13 +++++++++++--
arch/arm64/kernel/traps.c | 14 ++++++++++++++
7 files changed, 47 insertions(+), 3 deletions(-)
[toc] | [next] | [standalone]
| From | Catalin Marinas <catalin.marinas@arm.com> |
|---|---|
| Date | 2017-04-07 18:10 +0200 |
| Message-ID | <ttECt-13t-3@gated-at.bofh.it> |
| In reply to | #1618809 |
On Fri, Apr 07, 2017 at 02:44:58PM +0100, Marc Zyngier wrote: > The following changes since commit 97da3854c526d3a6ee05c849c96e48d21527606c: > > Linux 4.11-rc3 (2017-03-19 19:09:39 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/arch-timer-errata-prereq Pulled into for-next/core. -- Catalin
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web