All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] riscv: Add context tracker suppor
@ 2020-06-24  9:03 ` Greentime Hu
  0 siblings, 0 replies; 12+ 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


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

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

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

Thread overview: 12+ 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 ` 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   ` Greentime Hu
2020-06-24  9:03 ` [PATCH v2 2/2] riscv: Enable context tracking Greentime Hu
2020-06-24  9:03   ` Greentime Hu
2020-07-10 17:30   ` Palmer Dabbelt
2020-07-10 17:30     ` Palmer Dabbelt
2020-07-11  1:47     ` Greentime Hu
2020-07-11  1:47       ` Greentime Hu
2020-07-10 17:30 ` [PATCH v2 0/2] riscv: Add context tracker suppor Palmer Dabbelt
2020-07-10 17:30   ` Palmer Dabbelt

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.