All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64/timer: trival fix for sync inside counter
@ 2021-03-30 10:57 Pingfan Liu
  2021-03-30 10:57 ` [PATCH 1/2] arm64/gettimeofday: correct the note about isb in __arch_get_hw_counter() Pingfan Liu
  2021-03-30 10:57 ` [PATCH 2/2] arm64/arch_timer: replace arch_counter_enforce_ordering() with isb Pingfan Liu
  0 siblings, 2 replies; 6+ messages in thread
From: Pingfan Liu @ 2021-03-30 10:57 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Pingfan Liu, Catalin Marinas, Will Deacon, Vincenzo Frascino,
	Thomas Gleixner, Mark Rutland, Andrei Vagin, Marc Zyngier

These two patches are indpendent, but related so pack them into a
series.

Pingfan Liu (2):
  arm64/gettimeofday: correct the note about isb in
    __arch_get_hw_counter()
  arm64/arch_timer: replace arch_counter_enforce_ordering() with isb

 arch/arm64/include/asm/arch_timer.h           | 34 +++++--------------
 .../include/asm/vdso/compat_gettimeofday.h    |  9 +++--
 arch/arm64/include/asm/vdso/gettimeofday.h    |  9 +++--
 3 files changed, 21 insertions(+), 31 deletions(-)

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Vincenzo Frascino <vincenzo.frascino@arm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Andrei Vagin <avagin@gmail.com>
Cc: Marc Zyngier <maz@kernel.org>
To: linux-arm-kernel@lists.infradead.org

-- 
2.29.2


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

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

end of thread, other threads:[~2021-03-31  9:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 10:57 [PATCH 0/2] arm64/timer: trival fix for sync inside counter Pingfan Liu
2021-03-30 10:57 ` [PATCH 1/2] arm64/gettimeofday: correct the note about isb in __arch_get_hw_counter() Pingfan Liu
2021-03-30 11:08   ` Will Deacon
2021-03-30 10:57 ` [PATCH 2/2] arm64/arch_timer: replace arch_counter_enforce_ordering() with isb Pingfan Liu
2021-03-30 11:05   ` Will Deacon
2021-03-31  9:20     ` Pingfan Liu

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.