public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] riscv: Add context tracker support
@ 2020-06-23 13:28 Greentime Hu
  2020-06-23 13:28 ` [PATCH 1/2] riscv: Support irq_work via self IPIs Greentime Hu
  2020-06-23 13:28 ` [PATCH 2/2] riscv: Enable context tracking Greentime Hu
  0 siblings, 2 replies; 4+ messages in thread
From: Greentime Hu @ 2020-06-23 13:28 UTC (permalink / raw)
  To: greentime.hu, linux-riscv, linux-kernel, aou, palmer,
	paul.walmsley, guoren

This patchset adds support for irq_work via self IPI and context tracking.
It is tested in qemu-system-riscv64 and SiFive HiFive Unleashed board based
on v5.8-rc2.

Greentime Hu (2):
  riscv: Support irq_work via self IPIs
  riscv: Enable context tracking

 arch/riscv/Kconfig                |  1 +
 arch/riscv/include/asm/irq_work.h | 10 ++++++++++
 arch/riscv/kernel/entry.S         | 23 +++++++++++++++++++++++
 arch/riscv/kernel/smp.c           | 15 +++++++++++++++
 4 files changed, 49 insertions(+)
 create mode 100644 arch/riscv/include/asm/irq_work.h

-- 
2.27.0


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

end of thread, other threads:[~2020-06-23 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-23 13:28 [PATCH 0/2] riscv: Add context tracker support Greentime Hu
2020-06-23 13:28 ` [PATCH 1/2] riscv: Support irq_work via self IPIs Greentime Hu
2020-06-23 16:19   ` kernel test robot
2020-06-23 13:28 ` [PATCH 2/2] riscv: Enable context tracking Greentime Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox