1. 22 5月, 2013 1 次提交
  2. 02 4月, 2013 1 次提交
  3. 30 3月, 2013 2 次提交
    • K
      Drivers: hv: Notify the host of permanent hot-add failures · 7f4f2302
      K. Y. Srinivasan 提交于
      If memory hot-add fails with the error -EEXIST, then this is a permanent
      failure. Notify the host of this information, so the host will not attempt
      hot-add again. If the failure were a transient failure, host will attempt
      a hot-add after some delay.
      
      In this version of the patch, I have added some additional comments
      to clarify how the host treats different failure conditions.
      Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      7f4f2302
    • K
      Drivers: hv: balloon: Support 2M page allocations for ballooning · f766dc1e
      K. Y. Srinivasan 提交于
      On Hyper-V it will be very efficient to use 2M allocations in the guest as this
      makes the ballooning protocol with the host that much more efficient. Hyper-V
      uses page ranges (start pfn : number of pages) to specify memory being moved
      around and with 2M pages this encoding can be very efficient. However, when
      memory is returned to the guest, the host does not guarantee any granularity.
      To deal with this issue, split the page soon after a successful 2M allocation
      so that this memory can potentially be freed as 4K pages.
      
      If 2M allocations fail, we revert to 4K allocations.
      
      In this version of the patch, based on the feedback from Michal Hocko
      <mhocko@suse.cz>, I have added some additional commentary to the patch
      description.
      
      Cc: Michal Hocko <mhocko@suse.cz>
      Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      f766dc1e
  4. 29 3月, 2013 1 次提交
  5. 26 3月, 2013 1 次提交
  6. 18 3月, 2013 1 次提交
  7. 16 3月, 2013 8 次提交
  8. 05 3月, 2013 1 次提交
  9. 28 2月, 2013 1 次提交
  10. 13 2月, 2013 1 次提交
  11. 09 2月, 2013 2 次提交
  12. 30 1月, 2013 1 次提交
  13. 26 1月, 2013 3 次提交
  14. 19 1月, 2013 2 次提交
  15. 18 1月, 2013 14 次提交