1. 28 10月, 2005 1 次提交
    • N
      [ARM] 2930/1: optimized sha1 implementation for ARM · c09f9827
      Nicolas Pitre 提交于
      Patch from Nicolas Pitre
      
      Here's an ARM assembly SHA1 implementation to replace the default C
      version. It is approximately 50% faster than the generic C version. On
      an XScale processor running at 400MHz:
      	generic C version:	9.8 MB/s
      	my version:		14.5 MB/s
      This code is useful to quite a few callers in the tree:
      crypto/sha1.c:		sha_transform(sctx->state, sctx->buffer, temp);
      crypto/sha1.c:			sha_transform(sctx->state, &data[i], temp);
      drivers/char/random.c:		sha_transform(buf, (__u8 *)r->pool+i, buf + 5);
      drivers/char/random.c:	sha_transform(buf, (__u8 *)data, buf + 5);
      net/ipv4/syncookies.c:	sha_transform(tmp + 16, (__u8 *)tmp, tmp + 16 + 5);
      Signed-off-by: NNicolas Pitre <nico@cam.org>
      Seems to work fine on big-endian as well.
      Signed-off-by: NLennert Buytenhek <buytenh@wantstofly.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      c09f9827
  2. 30 6月, 2005 1 次提交
  3. 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