1. 15 7月, 2014 2 次提交
  2. 19 5月, 2014 1 次提交
  3. 14 5月, 2014 1 次提交
    • A
      virtio-rng: support multiple virtio-rng devices · 08e53fbd
      Amos Kong 提交于
      Current hwrng core supports to register multiple hwrng devices,
      and there is only one device really works in the same time.
      QEMU alsu supports to have multiple virtio-rng backends.
      
      This patch changes virtio-rng driver to support multiple
      virtio-rng devices.
      
      ]# cat /sys/class/misc/hw_random/rng_available
      virtio_rng.0 virtio_rng.1
      ]# cat /sys/class/misc/hw_random/rng_current
      virtio_rng.0
      ]# echo -n virtio_rng.1 > /sys/class/misc/hw_random/rng_current
      ]# dd if=/dev/hwrng of=/dev/null
      Signed-off-by: NAmos Kong <akong@redhat.com>
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      08e53fbd
  4. 25 5月, 2011 1 次提交
  5. 01 12月, 2009 1 次提交
  6. 30 4月, 2008 1 次提交
  7. 20 4月, 2008 1 次提交
    • R
      PM: Remove destroy_suspended_device() · b844eba2
      Rafael J. Wysocki 提交于
      After 2.6.24 there was a plan to make the PM core acquire all device
      semaphores during a suspend/hibernation to protect itself from
      concurrent operations involving device objects.  That proved to be
      too heavy-handed and we found a better way to achieve the goal, but
      before it happened, we had introduced the functions
      device_pm_schedule_removal() and destroy_suspended_device() to allow
      drivers to "safely" destroy a suspended device and we had adapted some
      drivers to use them.  Now that these functions are no longer necessary,
      it seems reasonable to remove them and modify their users to use the
      normal device unregistration instead.
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Acked-by: NPavel Machek <pavel@ucw.cz>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b844eba2
  8. 06 2月, 2008 1 次提交
  9. 11 1月, 2008 1 次提交
  10. 27 6月, 2006 1 次提交