All of lore.kernel.org
 help / color / mirror / Atom feed
* [Dovetail PATCH 0/5] More clock and IRQ abstraction
@ 2021-03-27 10:35 Philippe Gerum
  2021-03-27 10:35 ` [PATCH 1/5] cobalt/syscall: dovetail: do not expose clock frequency to user Philippe Gerum
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Philippe Gerum @ 2021-03-27 10:35 UTC (permalink / raw)
  To: xenomai

From: Philippe Gerum <rpm@xenomai.org>

Jan Kiszka (1):
  cobalt/intr: dovetail: Don't do anything in xnintr_enable/disable

Philippe Gerum (4):
  cobalt/syscall: dovetail: do not expose clock frequency to user
  cobalt/sched: dovetail: disable separate per-IRQ statistics
  cobalt/intr: pipeline: abstract interrupt system inits
  cobalt/intr: dovetail: implement interrupt management, handling

 include/cobalt/kernel/dovetail/pipeline/irq.h |  24 ++++
 .../kernel/dovetail/pipeline/pipeline.h       |   6 +
 include/cobalt/kernel/intr.h                  |   7 +-
 include/cobalt/kernel/ipipe/pipeline/irq.h    |  14 ++
 .../cobalt/kernel/ipipe/pipeline/pipeline.h   |   6 +
 kernel/cobalt/Kconfig                         |   4 +-
 kernel/cobalt/dovetail/Makefile               |   2 +-
 kernel/cobalt/dovetail/intr.c                 | 129 ++++++++++++++++++
 kernel/cobalt/posix/syscall.c                 |   2 +-
 9 files changed, 185 insertions(+), 9 deletions(-)
 create mode 100644 include/cobalt/kernel/dovetail/pipeline/irq.h
 create mode 100644 include/cobalt/kernel/ipipe/pipeline/irq.h
 create mode 100644 kernel/cobalt/dovetail/intr.c

-- 
2.29.2



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

end of thread, other threads:[~2021-04-07 16:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-27 10:35 [Dovetail PATCH 0/5] More clock and IRQ abstraction Philippe Gerum
2021-03-27 10:35 ` [PATCH 1/5] cobalt/syscall: dovetail: do not expose clock frequency to user Philippe Gerum
2021-03-27 10:35 ` [PATCH 2/5] cobalt/sched: dovetail: disable separate per-IRQ statistics Philippe Gerum
2021-04-07 10:53   ` Jan Kiszka
2021-04-07 11:55     ` Philippe Gerum
2021-04-07 16:16       ` Jan Kiszka
2021-03-27 10:35 ` [PATCH 3/5] cobalt/intr: pipeline: abstract interrupt system inits Philippe Gerum
2021-03-27 10:35 ` [PATCH 4/5] cobalt/intr: dovetail: implement interrupt management, handling Philippe Gerum
2021-03-27 10:35 ` [PATCH 5/5] cobalt/intr: dovetail: Don't do anything in xnintr_enable/disable Philippe Gerum
2021-04-07 10:55   ` Jan Kiszka
2021-04-07 16:20 ` [Dovetail PATCH 0/5] More clock and IRQ abstraction Jan Kiszka

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.