1. 29 3月, 2012 1 次提交
  2. 20 3月, 2012 1 次提交
  3. 11 3月, 2012 1 次提交
  4. 28 2月, 2012 1 次提交
  5. 27 1月, 2012 1 次提交
    • A
      crypto: Add support for x86 cpuid auto loading for x86 crypto drivers · 3bd391f0
      Andi Kleen 提交于
      Add support for auto-loading of crypto drivers based on cpuid features.
      This enables auto-loading of the VIA and Intel specific drivers
      for AES, hashing and CRCs.
      
      Requires the earlier infrastructure patch to add x86 modinfo.
      I kept it all in a single patch for now.
      
      I dropped the printks when the driver cpuid doesn't match (imho
      drivers never should print anything in such a case)
      
      One drawback is that udev doesn't know if the drivers are used or not,
      so they will be unconditionally loaded at boot up. That's better
      than not loading them at all, like it often happens.
      
      Cc: Dave Jones <davej@redhat.com>
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      Cc: Jen Axboe <axboe@kernel.dk>
      Cc: Herbert Xu <herbert@gondor.apana.org.au>
      Cc: Huang Ying <ying.huang@intel.com>
      Signed-off-by: NAndi Kleen <ak@linux.intel.com>
      Signed-off-by: NThomas Renninger <trenn@suse.de>
      Acked-by: NH. Peter Anvin <hpa@zytor.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      3bd391f0
  6. 26 1月, 2012 1 次提交
  7. 13 1月, 2012 5 次提交
  8. 20 12月, 2011 8 次提交
  9. 30 11月, 2011 1 次提交
  10. 21 11月, 2011 6 次提交
  11. 01 11月, 2011 1 次提交
  12. 21 10月, 2011 2 次提交
  13. 20 10月, 2011 1 次提交
  14. 15 8月, 2011 1 次提交
  15. 10 8月, 2011 4 次提交
  16. 03 8月, 2011 1 次提交
    • J
      crypto: padlock-aes - Make module loading even quieter when hardware is missing · c39cc377
      Jonathan Nieder 提交于
      When loading aes via the module alias, a padlock module failing to
      load due to missing hardware is not particularly notable.  With
      v2.6.27-rc1~1107^2~14 (crypto: padlock - Make module loading quieter
      when hardware isn't available, 2008-07-03), the padlock-aes module
      suppresses the relevant messages when the "quiet" flag is in use; but
      better to suppress this particular message completely, since the
      administrator can already distinguish such errors by the absence of a
      message indicating initialization failing or succeeding.
      
      This avoids occasional messages in syslog of the form
      
      	padlock_aes: VIA PadLock not detected.
      Signed-off-by: NJonathan Nieder <jrnieder@gmail.com>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      c39cc377
  17. 28 7月, 2011 1 次提交
    • D
      n2_crypto: Attach on Niagara-T3. · eb7caf35
      David S. Miller 提交于
      A small modification was necessary since in the machine description
      for 'n2cp' and 'ncp' nodes, there no longer is an 'intr' property.
      
      That's OK because this property was always nothing more than an
      array of integers '1' ... 'nr_inos + 1' so we can just compute it
      in-place.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      eb7caf35
  18. 24 7月, 2011 1 次提交
  19. 15 7月, 2011 2 次提交