All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/7] xen/evtchn: implement static event channel signaling
@ 2022-09-07 16:27 Rahul Singh
  2022-09-07 16:27 ` [PATCH v5 1/7] xen/evtchn: Make sure all buckets below d->valid_evtchns are allocated Rahul Singh
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Rahul Singh @ 2022-09-07 16:27 UTC (permalink / raw)
  To: xen-devel
  Cc: Andrew Cooper, George Dunlap, Jan Beulich, Julien Grall,
	Stefano Stabellini, Wei Liu, Bertrand Marquis, Volodymyr Babchuk

The purpose of this patch series is to add the static event channel signaling
support to Xen on Arm based on design doc [1].

[1] https://lists.xenproject.org/archives/html/xen-devel/2022-05/msg01160.html

Julien Grall (1):
  xen/evtchn: Make sure all buckets below d->valid_evtchns are allocated

Rahul Singh (5):
  xen/evtchn: restrict the maximum number of evtchn supported for domUs
  xen/evtchn: modify evtchn_alloc_unbound to allocate specified port
  xen/evtchn: modify evtchn_bind_interdomain to support static evtchn
  xen/arm: introduce new xen,enhanced property value
  xen/arm: introduce xen-evtchn dom0less property

Stanislav Kinsburskii (1):
  xen/evtchn: Add an helper to reserve/allocate a port

 docs/misc/arm/device-tree/booting.txt | 102 ++++++++++++++++
 xen/arch/arm/domain_build.c           | 167 +++++++++++++++++++++++++-
 xen/arch/arm/include/asm/kernel.h     |  23 +++-
 xen/arch/arm/include/asm/setup.h      |   1 +
 xen/arch/arm/setup.c                  |   2 +
 xen/common/event_channel.c            | 121 ++++++++++++-------
 xen/include/xen/device_tree.h         |  16 +++
 xen/include/xen/event.h               |   8 +-
 8 files changed, 387 insertions(+), 53 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2022-09-08 20:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-07 16:27 [PATCH v5 0/7] xen/evtchn: implement static event channel signaling Rahul Singh
2022-09-07 16:27 ` [PATCH v5 1/7] xen/evtchn: Make sure all buckets below d->valid_evtchns are allocated Rahul Singh
2022-09-07 16:27 ` [PATCH v5 2/7] xen/evtchn: Add an helper to reserve/allocate a port Rahul Singh
2022-09-07 16:27 ` [PATCH v5 3/7] xen/evtchn: restrict the maximum number of evtchn supported for domUs Rahul Singh
2022-09-07 16:27 ` [PATCH v5 4/7] xen/evtchn: modify evtchn_alloc_unbound to allocate specified port Rahul Singh
2022-09-07 16:27 ` [PATCH v5 5/7] xen/evtchn: modify evtchn_bind_interdomain to support static evtchn Rahul Singh
2022-09-07 16:27 ` [PATCH v5 6/7] xen/arm: introduce new xen,enhanced property value Rahul Singh
2022-09-07 23:59   ` Stefano Stabellini
2022-09-07 16:27 ` [PATCH v5 7/7] xen/arm: introduce xen-evtchn dom0less property Rahul Singh
2022-09-08  0:04   ` Stefano Stabellini
2022-09-08 11:32     ` Julien Grall
2022-09-08 20:40       ` Stefano Stabellini

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.