1. 07 7月, 2005 1 次提交
    • H
      [CRYPTO] Add alignmask for low-level cipher implementations · 95477377
      Herbert Xu 提交于
      The VIA Padlock device requires the input and output buffers to
      be aligned on 16-byte boundaries.  This patch adds the alignmask
      attribute for low-level cipher implementations to indicate their
      alignment requirements.
      
      The mid-level crypt() function will copy the input/output buffers
      if they are not aligned correctly before they are passed to the
      low-level implementation.
      
      Strictly speaking, some of the software implementations require
      the buffers to be aligned on 4-byte boundaries as they do 32-bit
      loads.  However, it is not clear whether it is better to copy
      the buffers or pay the penalty for unaligned loads/stores.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      95477377
  2. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4