“cf87a6e2fe95891575c45ba1a0ecb8cf53c09732”上不存在“arch/arm/mach-imx/mach-cpuimx27.c”
  1. 06 8月, 2015 1 次提交
    • J
      drivers:hv: Modify hv_vmbus to search for all MMIO ranges available. · 7f163a6f
      Jake Oshins 提交于
      This patch changes the logic in hv_vmbus to record all of the ranges in the
      VM's firmware (BIOS or UEFI) that offer regions of memory-mapped I/O space for
      use by paravirtual front-end drivers.  The old logic just found one range
      above 4GB and called it good.  This logic will find any ranges above 1MB.
      
      It would have been possible with this patch to just use existing resource
      allocation functions, rather than keep track of the entire set of Hyper-V
      related MMIO regions in VMBus.  This strategy, however, is not sufficient
      when the resource allocator needs to be aware of the constraints of a
      Hyper-V virtual machine, which is what happens in the next patch in the series.
      So this first patch exists to show the first steps in reworking the MMIO
      allocation paths for Hyper-V front-end drivers.
      Signed-off-by: NJake Oshins <jakeo@microsoft.com>
      Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      7f163a6f
  2. 01 6月, 2015 2 次提交
  3. 25 5月, 2015 4 次提交
  4. 03 4月, 2015 1 次提交
  5. 02 3月, 2015 6 次提交
  6. 26 1月, 2015 2 次提交
  7. 09 12月, 2014 1 次提交
  8. 04 5月, 2014 2 次提交
  9. 17 4月, 2014 1 次提交
  10. 09 3月, 2014 1 次提交
  11. 25 2月, 2014 1 次提交
  12. 19 2月, 2014 1 次提交
    • K
      Drivers: hv: Implement the file copy service · 01325476
      K. Y. Srinivasan 提交于
      Implement the file copy service for Linux guests on Hyper-V. This permits the
      host to copy a file (over VMBUS) into the guest. This facility is part of
      "guest integration services" supported on the Windows platform.
      Here is a link that provides additional details on this functionality:
      
      http://technet.microsoft.com/en-us/library/dn464282.aspx
      
      In V1 version of the patch I have addressed comments from
      Olaf Hering <olaf@aepfle.de> and Dan Carpenter <dan.carpenter@oracle.com>
      
      In V2 version of this patch I did some minor cleanup (making some globals
      static). In V4 version of the patch I have addressed all of Olaf's
      most recent set of comments/concerns.
      
      In V5 version of the patch I had addressed Greg's most recent comments.
      I would like to thank Greg for suggesting that I use misc device; it has
      significantly simplified the code.
      
      In V6 version of the patch I have cleaned up error message based on Olaf's
      comments. I have also rebased the patch based on the current tip.
      
      In this version of the patch, I have addressed the latest comments from Greg.
      Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      01325476
  13. 08 2月, 2014 5 次提交
  14. 27 9月, 2013 11 次提交
  15. 02 8月, 2013 1 次提交