All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Support for 64bit hartid on RV64 platforms
@ 2022-05-25 15:11 ` Sunil V L
  0 siblings, 0 replies; 34+ messages in thread
From: Sunil V L @ 2022-05-25 15:11 UTC (permalink / raw)
  To: Paul Walmsley, Palmer Dabbelt, Albert Ou, Daniel Lezcano,
	Thomas Gleixner, Ard Biesheuvel, Marc Zyngier, Atish Patra,
	Heinrich Schuchardt, Anup Patel
  Cc: linux-riscv, linux-kernel, linux-efi, Sunil V L, Sunil V L

The hartid can be a 64bit value on RV64 platforms. This series updates
the code so that 64bit hartid can be supported on RV64 platforms.

Sunil V L (5):
  riscv: cpu_ops_sbi: Support for 64bit hartid
  riscv: cpu_ops_spinwait: Support for 64bit hartid
  riscv: smp: Support for 64bit hartid
  riscv: cpu: Support for 64bit hartid
  riscv/efi_stub: Support for 64bit boot-hartid

 arch/riscv/include/asm/processor.h        |  4 ++--
 arch/riscv/include/asm/smp.h              |  4 ++--
 arch/riscv/kernel/cpu.c                   | 26 +++++++++++++----------
 arch/riscv/kernel/cpu_ops_sbi.c           |  4 ++--
 arch/riscv/kernel/cpu_ops_spinwait.c      |  2 +-
 arch/riscv/kernel/cpufeature.c            |  6 ++++--
 arch/riscv/kernel/smp.c                   |  4 ++--
 arch/riscv/kernel/smpboot.c               |  9 ++++----
 drivers/clocksource/timer-riscv.c         | 15 +++++++------
 drivers/firmware/efi/libstub/riscv-stub.c | 12 ++++++++---
 drivers/irqchip/irq-riscv-intc.c          |  7 +++---
 drivers/irqchip/irq-sifive-plic.c         |  7 +++---
 12 files changed, 58 insertions(+), 42 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-05-26 10:16 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25 15:11 [PATCH 0/5] Support for 64bit hartid on RV64 platforms Sunil V L
2022-05-25 15:11 ` Sunil V L
2022-05-25 15:11 ` [PATCH 1/5] riscv: cpu_ops_sbi: Support for 64bit hartid Sunil V L
2022-05-25 15:11   ` Sunil V L
2022-05-25 15:17   ` Heinrich Schuchardt
2022-05-25 15:17     ` Heinrich Schuchardt
2022-05-25 15:11 ` [PATCH 2/5] riscv: cpu_ops_spinwait: " Sunil V L
2022-05-25 15:11   ` Sunil V L
2022-05-25 15:27   ` Heinrich Schuchardt
2022-05-25 15:27     ` Heinrich Schuchardt
2022-05-26 10:15     ` Sunil V L
2022-05-26 10:15       ` Sunil V L
2022-05-25 15:11 ` [PATCH 3/5] riscv: smp: " Sunil V L
2022-05-25 15:11   ` Sunil V L
2022-05-25 15:58   ` Heinrich Schuchardt
2022-05-25 15:58     ` Heinrich Schuchardt
2022-05-25 15:11 ` [PATCH 4/5] riscv: cpu: " Sunil V L
2022-05-25 15:11   ` Sunil V L
2022-05-25 15:11 ` [PATCH 5/5] riscv/efi_stub: Support for 64bit boot-hartid Sunil V L
2022-05-25 15:11   ` Sunil V L
2022-05-25 15:48   ` Ard Biesheuvel
2022-05-25 15:48     ` Ard Biesheuvel
2022-05-25 16:09     ` Heinrich Schuchardt
2022-05-25 16:09       ` Heinrich Schuchardt
2022-05-25 23:11       ` Atish Patra
2022-05-25 23:11         ` Atish Patra
2022-05-25 23:36         ` Jessica Clarke
2022-05-25 23:36           ` Jessica Clarke
2022-05-25 23:49           ` Atish Patra
2022-05-25 23:49             ` Atish Patra
2022-05-26  0:06             ` Jessica Clarke
2022-05-26  0:06               ` Jessica Clarke
2022-05-26 10:13       ` Sunil V L
2022-05-26 10:13         ` Sunil V L

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.