1. 34679ec virtio: rng: add derating factor for use by hwrng core by Amit Shah · 10 years ago
  2. 801a71a Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  3. a7d7a14 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  4. f4f142e Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  5. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  6. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  7. e02b876 hwrng: Pass entropy to add_hwgenerator_randomness() in bits, not bytes by Stephen Boyd · 10 years ago
  8. 48d6be9 random: limit the contribution of the hw rng to at most half by Theodore Ts'o · 10 years ago
  9. c6e9d6f random: introduce getrandom(2) system call by Theodore Ts'o · 10 years ago
  10. 79eb238 Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  11. 2521129 Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  12. 5d42f82 Merge tag 'v3.16' into drm-next by Dave Airlie · 10 years ago
  13. 08d645c agp: remove read/write stubs by Mathias Krause · 10 years ago
  14. a3d64df tpm: simplify code by using %*phN specifier by Andy Shevchenko · 10 years ago
  15. 8e54caf tpm: Provide a generic means to override the chip returned timeouts by Jason Gunthorpe · 10 years ago
  16. 3e14d83 tpm: missing tpm_chip_put in tpm_get_random() by Jarkko Sakkinen · 10 years ago
  17. b49e104 tpm: Properly clean sysfs entries in error path by Stefan Berger · 10 years ago
  18. f07a5e9 tpm: Add missing tpm_do_selftest to ST33 I2C driver by Jason Gunthorpe · 11 years ago
  19. eeec626 Revert "hwrng: virtio - ensure reads happen after successful probe" by Amit Shah · 10 years ago
  20. 5c06273 virtio: rng: delay hwrng_register() till driver is ready by Amit Shah · 10 years ago
  21. 6062829 virtio: rng: re-arrange struct elements for better packing by Amit Shah · 10 years ago
  22. 373445d virtio: rng: remove unused struct element by Amit Shah · 10 years ago
  23. 5885e48 virtio: console: remove unnecessary null test before debugfs_remove_recursive by Fabian Frederick · 10 years ago
  24. 2044fdb0 hangcheck-timer: Use ktime_get_ns() by Thomas Gleixner · 10 years ago
  25. b8d2d12 Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  26. 4e10627 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  27. 79a8468 random: check for increase of entropy_count because of signed conversion by Hannes Frederic Sowa · 10 years ago
  28. 389345c drivers/char/dsp56k.c: drop check for negativity of unsigned parameter by Andrey Utkin · 10 years ago
  29. 9dda727 hw_random: fix sparse warning (NULL vs 0 for pointer) by Torsten Duwe · 10 years ago
  30. ee3e00e random: use registers from interrupted code for CPU's w/o a cycle counter by Theodore Ts'o · 10 years ago
  31. 0f734e6 hwrng: add per-device entropy derating by Torsten Duwe · 10 years ago
  32. be4000b hwrng: create filler thread by Torsten Duwe · 10 years ago
  33. c84dbf6 random: add_hwgenerator_randomness() for feeding entropy from devices by Torsten Duwe · 10 years ago
  34. 43759d4 random: use an improved fast_mix() function by Theodore Ts'o · 10 years ago
  35. 840f950 random: clean up interrupt entropy accounting for archs w/o cycle counters by Theodore Ts'o · 10 years ago
  36. cff8503 random: only update the last_pulled time if we actually transferred entropy by Theodore Ts'o · 10 years ago
  37. 85608f8 random: remove unneeded hash of a portion of the entropy pool by Theodore Ts'o · 10 years ago
  38. 91fcb53 random: always update the entropy pool under the spinlock by Theodore Ts'o · 10 years ago
  39. e052dbf hwrng: virtio - ensure reads happen after successful probe by Amit Shah · 10 years ago
  40. d3cc799 hwrng: fetch randomness only after device init by Amit Shah · 10 years ago
  41. ca17749 Merge 3.16-rc5 into tty-next. by Greg Kroah-Hartman · 10 years ago
  42. 9f48c89 Merge 3.16-rc5 into char-misc-next by Greg Kroah-Hartman · 10 years ago
  43. 69fee68 char: synclink: Remove WARN_ON for bad port count by Peter Hurley · 10 years ago
  44. e359a4e tty: Remove tty_hung_up_p() tests from tty drivers' open() by Peter Hurley · 10 years ago
  45. 8a26af3 char: xilinx_hwicap: missing error code if ioremap() fails by Dan Carpenter · 10 years ago
  46. 4171ee9 bsr: avoid format string leaking into device name by Kees Cook · 10 years ago
  47. 6d827fb i8k: Fix non-SMP operation by Guenter Roeck · 10 years ago
  48. 7b88344 i8k: Add support for Dell Precision 490 and Latitude D520 by Guenter Roeck · 10 years ago
  49. 81474fc i8k: Add support for configurable maximum fan speed value by Guenter Roeck · 10 years ago
  50. b12ce5f i8k: Drop all labels by Guenter Roeck · 10 years ago
  51. 5ee22be Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  52. e33ba5f random: fix nasty entropy accounting bug by Theodore Ts'o · 10 years ago
  53. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  54. 9c1d528 Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus by Al Viro · 10 years ago
  55. 5c02c39 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  56. 639b4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 into next by Linus Torvalds · 10 years ago
  57. 5eb10d9 random: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  58. 4dc4226 Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into next by Linus Torvalds · 10 years ago
  59. 0e36d43 Merge branch 'acpica' by Rafael J. Wysocki · 10 years ago
  60. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  61. 4046136 Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc into next by Linus Torvalds · 10 years ago
  62. 681a289 Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next by Linus Torvalds · 10 years ago
  63. 8bab797 applicom: dereferencing NULL on error path by Dan Carpenter · 10 years ago
  64. a238317 ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem. by Lv Zheng · 10 years ago
  65. 65c2ce7 Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes by Ingo Molnar · 10 years ago
  66. b84293b Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 10 years ago
  67. a17597d virtio-rng: fixes for device registration/unregistration by Sasha Levin · 10 years ago
  68. e5d23a8 virtio-rng: fix boot with virtio-rng device by Sasha Levin · 10 years ago
  69. f9c6d49 random: fix BUG_ON caused by accounting simplification by Theodore Ts'o · 10 years ago
  70. 08e53fb virtio-rng: support multiple virtio-rng devices by Amos Kong · 10 years ago
  71. 0118a55 hwrng: n2-drv - Introduce the use of the managed version of kzalloc by Himangi Saraogi · 10 years ago
  72. f759546 ACPI / TPM: Fix resume regression on Chromebooks by Rafael J. Wysocki · 10 years ago
  73. 7bad94a hwrng: timeriomem - remove unnecessary OOM messages by Jingoo Han · 10 years ago
  74. 9e9026a hwrng: omap - remove unnecessary OOM messages by Jingoo Han · 10 years ago
  75. 2fe5de9 Merge branch 'sched/urgent' into sched/core, to avoid conflicts by Ingo Molnar · 10 years ago
  76. 1456c0a blkdev_aio_write() - turn into blkdev_write_iter() by Al Viro · 10 years ago
  77. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  78. 3ca9e5d agp: info leak in agpioc_info_wrap() by Dan Carpenter · 10 years ago
  79. bdcfa3e random: export add_disk_randomness by Christoph Hellwig · 10 years ago
  80. 575a292 Merge tag 'tty-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  81. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 10 years ago
  82. c2896de Merge branch 'ipmi' (emailed ipmi fixes) by Linus Torvalds · 10 years ago
  83. 7aefac2 ipmi: boolify some things by Corey Minyard · 10 years ago
  84. 8998649 ipmi: Turn off all activity on an idle ipmi interface by Corey Minyard · 10 years ago
  85. 0dfe6e7 ipmi: Turn off default probing of interfaces by Corey Minyard · 10 years ago
  86. eb6d78e ipmi: Reset the KCS timeout when starting error recovery by Corey Minyard · 10 years ago
  87. 48e8ac2 ipmi: Fix a race restarting the timer by Bodo Stroesser · 10 years ago
  88. a94cdd1 Char: ipmi_bt_sm, fix infinite loop by Jiri Slaby · 10 years ago
  89. 9ca83fd tty: Fix help text of SYNCLINK_CS by Jean Delvare · 10 years ago
  90. b24313a ttyprintk: Allow built as a module by Takashi Iwai · 10 years ago
  91. 7d1c285 ttyprintk: Fix wrong tty_unregister_driver() call in the error path by Takashi Iwai · 10 years ago
  92. 8ece117 hwrng: picoxcell - remove unbuildable picoxcell TRNG by Paul Bolle · 10 years ago
  93. 2d9cab5 hwrng: Fix a few driver dependencies and defaults by Jean Delvare · 10 years ago
  94. 0200161 hwrng: Turn HW_RANDOM into a menuconfig by Jean Delvare · 10 years ago
  95. dc64ef0 hwrng: Move UML_RANDOM at the last position by Jean Delvare · 10 years ago
  96. dafe344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  97. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  98. eb4a534 hwrng: bcm2835 - fix oops when rng h/w is accessed during registration by Matt Porter · 10 years ago
  99. 4ba8526 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 10 years ago
  100. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 10 years ago