pub/scm/utils/kernel/rng-tools/rng-tools.git  about / heads / tags
Hardware RNG tools.
$ git log --pretty=format:'%h %s (%cs)%d'
4b3ca20 Release version 5. (2014-04-01)
	(HEAD -> master, tag: v5)
f655a53 rdrand: Enable the RDSEED instruction (2014-03-04)
3e89e08 rdrand: Fix the RDRAND data reduction (2014-03-04)
3164d3e rdrand: Simplify by changing x86_rdrand_nlong to x86_rdrand_bytes (2014-03-04)
0ad21ad rngd_rdrand: Support compiling for x32 by adding unative_t (2014-03-04)
c851f48 rdrand_asm.S: On x86-64 we have enough registers, avoid repeated loads (2014-03-04)
795666e rdrand_asm.S: Use #ifdef instead of #if defined() (2014-03-04)
94f03c9 rngd_rdrand: Don't use a fixed AES key for data reduction (2014-02-26)
62dec32 rngd_rdrand: Code style cleanups (2014-02-24)
908d733 Add BUGS file. (2013-04-18)
...

$ git cat-file blob HEAD:README

This is a random number generator daemon.

It monitors a hardware random number generator, and supplies entropy
from that to the system kernel's /dev/random machinery.

It is hoped that future contributions will enable entropy gathering
from other sources, such as audio hardware or video hardware or CPU
instruction pointers, to provide entropy even in cases where a true
hardware RNG is not present.

Home page:
	http://sourceforge.net/projects/gkernel/

GIT repository:
	git://git.kernel.org/pub/scm/utils/kernel/rng-tools/rng-tools.git

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Release version 5. (2014-04-01)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v5           Release Version 5 (April 1, 2014): * Support RDRAND capable systems that don't have AES-NI * Man page spelling fixes * Add BUGS document * Don't use fixed AES key for data reduction * Platform: Support x32. x86-64 micro-optimizations. * Fix RDRAND data reduction * Enable RDSEED instruction (2014-04-01) tar.gz
v4           Release version 4. (2012-08-02) tar.gz
v3           Release version 3. (2010-07-03) tar.gz

# associated public inboxes:
# (number on the left is used for dev purposes)
          2 lkml
          2 linux-fsdevel
          1 linux-wireless
          1 linux-mm
          1 stable
          1 linuxppc-dev
          1 ltp
          1 yocto
          1 yocto-meta-ti

git clone https://80x24.org/lore/pub/scm/utils/kernel/rng-tools/rng-tools.git