All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Drivers: hv: vmbus: Change memory-mapped I/O management for Hyper-V paravirt
@ 2015-06-30 22:34 ` K. Y. Srinivasan
  0 siblings, 0 replies; 9+ messages in thread
From: K. Y. Srinivasan @ 2015-06-30 21:19 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, olaf, apw, vkuznets, jasowang,
	hdegoede, linux-fbdev, haiyangz
  Cc: K. Y. Srinivasan

This patch series changes the way that hv_vmbus searches for ranges of 
memory-mapped I/O space (MMIO) which can be used by its children.  The old
way just found the one and only range above 4GB.  This one makes all ranges
exposed in the VM's firmware potential candidates.  It also moves the code
which chooses ranges from hyperv_fb (the video front-end driver for Hyper-V)
to hv_vmbus.


jakeo@microsoft.com (2):
  drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.
  drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus

 drivers/hv/vmbus_drv.c          |  204 +++++++++++++++++++++++++++++++++------
 drivers/video/fbdev/hyperv_fb.c |   46 ++++-----
 include/linux/hyperv.h          |    7 +-
 3 files changed, 200 insertions(+), 57 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/2] Change memory-mapped I/O management for Hyper-V paravirt
@ 2015-06-25 17:00 jakeo
  2015-06-25 17:00 ` [PATCH 1/2] drivers:hv: Modify hv_vmbus to search for all MMIO ranges available jakeo
  0 siblings, 1 reply; 9+ messages in thread
From: jakeo @ 2015-06-25 17:00 UTC (permalink / raw)
  To: gregkh, kys, linux-kernel, devel, olaf, apw, vkuznets; +Cc: Jake Oshins

From: Jake Oshins <jakeo@microsoft.com>

This patch series changes the way that hv_vmbus searches for ranges of 
memory-mapped I/O space (MMIO) which can be used by its children.  The old
way just found the one and only range above 4GB.  This one makes all ranges
exposed in the VM's firmware potential candidates.  It also moves the code
which chooses ranges from hyperv_fb (the video front-end driver for Hyper-V)
to hv_vmbus.

KY Srinivasan asked me to split this off from the previously submitted patch
series which introduced another front-end driver which needs this, because this
part stands on its own and constitutes a useful change in behavior.

Jake Oshins (2):
  drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.
  drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus

 drivers/hv/vmbus_drv.c          | 204 ++++++++++++++++++++++++++++++++++------
 drivers/video/fbdev/hyperv_fb.c |  46 +++++----
 include/linux/hyperv.h          |   7 +-
 3 files changed, 200 insertions(+), 57 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-07-01  8:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 21:19 [PATCH 0/2] Drivers: hv: vmbus: Change memory-mapped I/O management for Hyper-V paravirt K. Y. Srinivasan
2015-06-30 22:34 ` K. Y. Srinivasan
2015-06-30 21:12 ` [PATCH 1/2] drivers:hv: Modify hv_vmbus to search for all MMIO ranges available K. Y. Srinivasan
2015-06-30 22:35   ` K. Y. Srinivasan
2015-06-30 21:12   ` [PATCH 2/2] drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus K. Y. Srinivasan
2015-06-30 22:35     ` K. Y. Srinivasan
2015-07-01  8:00   ` [PATCH 1/2] drivers:hv: Modify hv_vmbus to search for all MMIO ranges available Dan Carpenter
2015-07-01  8:00     ` Dan Carpenter
  -- strict thread matches above, loose matches on Subject: below --
2015-06-25 17:00 [PATCH 0/2] Change memory-mapped I/O management for Hyper-V paravirt jakeo
2015-06-25 17:00 ` [PATCH 1/2] drivers:hv: Modify hv_vmbus to search for all MMIO ranges available jakeo

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.