1. 26 3月, 2015 1 次提交
    • K
      usb: Add driver for Altus Metrum ChaosKey device (v2) · 66e3e591
      Keith Packard 提交于
      This is a hardware random number generator. The driver provides both a
      /dev/chaoskeyX entry and hooks the entropy source up to the kernel
      hwrng interface. More information about the device can be found at
      http://chaoskey.org
      
      The USB ID for ChaosKey was allocated from the OpenMoko USB vendor
      space and is visible as 'USBtrng' here:
      
      http://wiki.openmoko.org/wiki/USB_Product_IDs
      
      v2: Respond to review from Oliver Neukum <oneukum@suse.de>
      
       * Delete extensive debug infrastructure and replace it with calls to
         dev_dbg.
      
       * Allocate I/O buffer separately from device structure to obey
         requirements for non-coherant architectures.
      
       * Initialize mutexes before registering device to ensure that open
         cannot be invoked before the device is ready to proceed.
      
       * Return number of bytes read instead of -EINTR when partial read
         operation is aborted due to a signal.
      
       * Make sure device mutex is unlocked in read error paths.
      
       * Add MAINTAINERS entry for the driver
      Signed-off-by: NKeith Packard <keithp@keithp.com>
      Cc: Oliver Neukum <oneukum@suse.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      66e3e591
  2. 15 3月, 2015 1 次提交
  3. 14 3月, 2015 1 次提交
  4. 12 3月, 2015 1 次提交
  5. 11 3月, 2015 2 次提交
  6. 09 3月, 2015 2 次提交
  7. 02 3月, 2015 1 次提交
  8. 01 3月, 2015 1 次提交
  9. 26 2月, 2015 1 次提交
  10. 20 2月, 2015 1 次提交
  11. 18 2月, 2015 1 次提交
  12. 17 2月, 2015 5 次提交
  13. 16 2月, 2015 1 次提交
  14. 14 2月, 2015 2 次提交
  15. 13 2月, 2015 1 次提交
    • L
      virtual: Documentation: simplify and generalize paravirt_ops.txt · a2e19991
      Luis R. Rodriguez 提交于
      The general documentation we have for pv_ops is currenty present
      on the IA64 docs, but since this documentation covers IA64 xen
      enablement and IA64 Xen support got ripped out a while ago
      through commit d52eefb4 present since v3.14-rc1 lets just
      simplify, generalize and move the pv_ops documentation to a
      shared place.
      
      Cc: Isaku Yamahata <yamahata@valinux.co.jp>
      Cc: Jeremy Fitzhardinge <jeremy@goop.org>
      Cc: Chris Wright <chrisw@sous-sol.org>
      Cc: Alok Kataria <akataria@vmware.com>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Cc: virtualization@lists.linux-foundation.org
      Cc: Tony Luck <tony.luck@intel.com>
      Cc: Fenghua Yu <fenghua.yu@intel.com>
      Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
      Cc: xen-devel@lists.xenproject.org
      Cc: kvm@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: NLuis R. Rodriguez <mcgrof@suse.com>
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      a2e19991
  16. 11 2月, 2015 1 次提交
  17. 09 2月, 2015 1 次提交
  18. 07 2月, 2015 1 次提交
  19. 06 2月, 2015 3 次提交
  20. 04 2月, 2015 2 次提交
  21. 02 2月, 2015 3 次提交
  22. 30 1月, 2015 3 次提交
  23. 29 1月, 2015 3 次提交
  24. 28 1月, 2015 1 次提交