]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Oct 2011 12:29:07 +0000 (05:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Oct 2011 12:29:07 +0000 (05:29 -0700)
commitb4d39a9de41de165703bb70442b45d9d8400068b
tree73016c1bdb5005125cdb5d60d48f73ab4300be64
parent09072b31e0711bd3f6660fb91d6f61a2ce87c2ad
parent61866b59cfd60eafde0c1ef52b55e388929b0681
Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

* 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86, random: Verify RDRAND functionality and allow it to be disabled
  x86, random: Architectural inlines to get random integers with RDRAND
  random: Add support for architectural random hooks

Fix up trivial conflicts in drivers/char/random.c: the architectural
random hooks touched "get_random_int()" that was simplified to use MD5
and not do the keyptr thing any more (see commit 46c11a1852f0: "net:
Compute protocol sequence numbers and fragment IDs using MD5").
Documentation/kernel-parameters.txt
arch/x86/Kconfig
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/cpu/common.c
drivers/char/random.c
include/linux/random.h