[PATCH RESEND 0/6] Drivers: hv: Miscellaneous fixes and enhancements

K. Y. Srinivasan kys at microsoft.com
Sat Jan 10 07:54:00 UTC 2015


In addition to some miscellaneous bug fixes and enhancements
implement a clockevent device based on the functionality supported by Hyper-V.

K. Y. Srinivasan (6):
  Drivers: hv: hv_balloon: Make adjustments in computing the floor
  Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
  Drivers: hv: hv_balloon: Don't post pressure status from interrupt
    context
  Drivers: hv: vmbus: Implement a clockevent device
  Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()
  Drivers: hv: vmbus: Support a vmbus API for efficiently sending page
    arrays

 arch/x86/include/uapi/asm/hyperv.h |   11 +++++
 drivers/hv/channel.c               |   48 +++++++++++++++++++-
 drivers/hv/hv.c                    |   78 +++++++++++++++++++++++++++++++
 drivers/hv/hv_balloon.c            |   88 +++++++++++++++++++++++++++++-------
 drivers/hv/hyperv_vmbus.h          |   21 +++++++++
 drivers/hv/vmbus_drv.c             |   40 +++++++++++++++-
 include/linux/hyperv.h             |   31 +++++++++++++
 7 files changed, 297 insertions(+), 20 deletions(-)

-- 
1.7.4.1



More information about the devel mailing list