linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] riscv: Add context tracker suppor
@ 2020-06-24  9:03 Greentime Hu
  2020-06-24  9:03 ` [PATCH v2 1/2] riscv: Support irq_work via self IPIs Greentime Hu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Greentime Hu @ 2020-06-24  9:03 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.

---
Changes in v2
 - Fix the compiling warning

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] 6+ messages in thread

end of thread, other threads:[~2020-07-11  1:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-24  9:03 [PATCH v2 0/2] riscv: Add context tracker suppor Greentime Hu
2020-06-24  9:03 ` [PATCH v2 1/2] riscv: Support irq_work via self IPIs Greentime Hu
2020-06-24  9:03 ` [PATCH v2 2/2] riscv: Enable context tracking Greentime Hu
2020-07-10 17:30   ` Palmer Dabbelt
2020-07-11  1:47     ` Greentime Hu
2020-07-10 17:30 ` [PATCH v2 0/2] riscv: Add context tracker suppor Palmer Dabbelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).