1. 18 1月, 2013 2 次提交
  2. 22 11月, 2012 1 次提交
  3. 16 11月, 2012 1 次提交
    • K
      Drivers: hv: Add Hyper-V balloon driver · 9aa8b50b
      K. Y. Srinivasan 提交于
      Add the basic balloon driver. Windows hosts dynamically manage the guest
      memory allocation via a combination memory hot add and ballooning. Memory
      hot add is used to grow the guest memory upto the maximum memory that can be
      allocatted to the guest. Ballooning is used to both shrink as well as expand
      up to the max memory. Supporting hot add needs additional support from the
      host. We will support hot add when this support is available. For now,
      by setting the VM startup memory to the VM  max memory, we can use
      ballooning alone to dynamically manage memory allocation amongst
      competing guests on a given host.
      Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
      Reviewed-by: NHaiyang Zhang <haiyangz@microsoft.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9aa8b50b
  4. 25 10月, 2012 3 次提交
  5. 06 9月, 2012 1 次提交
  6. 05 9月, 2012 1 次提交
  7. 18 8月, 2012 1 次提交
  8. 17 8月, 2012 3 次提交
  9. 14 8月, 2012 2 次提交
  10. 20 7月, 2012 1 次提交
  11. 19 7月, 2012 1 次提交
  12. 14 5月, 2012 2 次提交
  13. 10 4月, 2012 1 次提交
  14. 04 4月, 2012 1 次提交
  15. 17 3月, 2012 2 次提交
  16. 14 3月, 2012 1 次提交
  17. 10 2月, 2012 2 次提交
  18. 03 2月, 2012 2 次提交
  19. 25 1月, 2012 1 次提交
  20. 05 1月, 2012 1 次提交
  21. 13 12月, 2011 3 次提交
  22. 10 12月, 2011 1 次提交
  23. 27 11月, 2011 2 次提交
  24. 19 11月, 2011 1 次提交
    • A
      NLS: improve UTF8 -> UTF16 string conversion routine · 0720a06a
      Alan Stern 提交于
      The utf8s_to_utf16s conversion routine needs to be improved.  Unlike
      its utf16s_to_utf8s sibling, it doesn't accept arguments specifying
      the maximum length of the output buffer or the endianness of its
      16-bit output.
      
      This patch (as1501) adds the two missing arguments, and adjusts the
      only two places in the kernel where the function is called.  A
      follow-on patch will add a third caller that does utilize the new
      capabilities.
      
      The two conversion routines are still annoyingly inconsistent in the
      way they handle invalid byte combinations.  But that's a subject for a
      different patch.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      CC: Clemens Ladisch <clemens@ladisch.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      0720a06a
  25. 11 10月, 2011 3 次提交