Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1174760
| From | "K. Y. Srinivasan" <kys@microsoft.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Drivers: hv: vmbus: Change memory-mapped I/O management for Hyper-V paravirt |
| Date | 2015-06-30 23:20 +0200 |
| Message-ID | <pHb6G-5ld-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Drivers: hv: vmbus: Change memory-mapped I/O management for Hyper-V paravirt "K. Y. Srinivasan" <kys@microsoft.com> - 2015-06-30 23:20 +0200
[PATCH 1/2] drivers:hv: Modify hv_vmbus to search for all MMIO ranges available. "K. Y. Srinivasan" <kys@microsoft.com> - 2015-06-30 23:20 +0200
[PATCH 2/2] drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus "K. Y. Srinivasan" <kys@microsoft.com> - 2015-06-30 23:20 +0200
Re: [PATCH 1/2] drivers:hv: Modify hv_vmbus to search for all MMIO ranges available. Dan Carpenter <dan.carpenter@oracle.com> - 2015-07-01 10:10 +0200
csiph-web