1. ede5c83 BACKPORT: crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
  2. 12b2fb03 BACKPORT: crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
  3. e1260be Merge 4.9.137 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  4. 5a5bc21 tpm: Restore functionality to xen vtpm driver. by Dr. Greg Wettstein · 6 years ago
  5. e269ca1 tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated by Javier Martinez Canillas · 6 years ago
  6. 9aba7dd ipmi: Fix timer race with module unload by Jan Glauber · 6 years ago
  7. ba01a42 Merge 4.9.128 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  8. 403c477 tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT) by Peter Rosin · 6 years ago
  9. cd4ae0b tpm_tis_spi: Pass the SPI IRQ down to the driver by Linus Walleij · 6 years ago
  10. f85543b Merge 4.9.120 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  11. 1d4167a tpm: fix race condition in tpm_common_write() by Tadeusz Struk · 6 years ago
  12. 8b21e85 Merge 4.9.117 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  13. 820f2bc random: mix rdrand with entropy sent in from userspace by Theodore Ts'o · 6 years ago
  14. 03c70fe Merge 4.9.111 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  15. d11ec04 ipmi:bt: Set the timeout before doing a capabilities check by Corey Minyard · 6 years ago
  16. b7d377b Merge 4.9.108 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  17. e876bfa tpm: self test failure should not cause suspend to fail by Chris Chiu · 7 years ago
  18. d6313fe tpm: do not suspend/resume if power stays on by Enric Balletbo i Serra · 7 years ago
  19. 9797dcb Merge 4.9.104 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  20. 086a52f hwrng: stm32 - add reset during probe by lionel.debieve@st.com · 7 years ago
  21. b4cc441 ipmi_ssif: Fix kernel panic at msg_done_handler by Kamlakant Patel · 7 years ago
  22. b5c7751 ipmi/powernv: Fix error return code in ipmi_powernv_probe() by Wei Yongjun · 7 years ago
  23. f679e4d Merge 4.9.98 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  24. 47cb141 virtio_console: free buffers after reset by Michael S. Tsirkin · 6 years ago
  25. 17e20c8 random: rate limit unseeded randomness warnings by Theodore Ts'o · 6 years ago
  26. c3ff2da random: fix possible sleeping allocation from irq context by Theodore Ts'o · 6 years ago
  27. 2971585 random: set up the NUMA crng instances after the CRNG is fully initialized by Theodore Ts'o · 6 years ago
  28. 320d53a Merge 4.9.96 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  29. 1d49e2a random: add new ioctl RNDRESEEDCRNG by Theodore Ts'o · 6 years ago
  30. befd00c random: crng_reseed() should lock the crng instance that it is modifying by Theodore Ts'o · 6 years ago
  31. 4dfb344 random: fix crng_ready() test by Theodore Ts'o · 6 years ago
  32. bb6f26a random: use a tighter cap in credit_entropy_bits_safe() by Theodore Ts'o · 8 years ago
  33. 8683408 Merge 4.9.94 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  34. b4d93c6 random: use lockless method of accessing and updating f->reg_idx by Theodore Ts'o · 7 years ago
  35. a1df375 fix race in drivers/char/random.c:get_reg() by Michael Schmitz · 7 years ago
  36. ad741cc ipmi_ssif: unlock on allocation failure by Dan Carpenter · 7 years ago
  37. dd1e37e Merge 4.9.90 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  38. e9e5ad6 ipmi/watchdog: fix wdog hang on panic waiting for ipmi response by Robert Lippert · 7 years ago
  39. 890962b tpm: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  40. 960923f Merge 4.9.89 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  41. 678131a agp/intel: Flush all chipset writes after updating the GGTT by Chris Wilson · 7 years ago
  42. a290494 Merge 4.9.87 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  43. 89f0fb9 tpm-dev-common: Reject too short writes by Alexander Steffen · 7 years ago
  44. eb75717 tpm_tis_spi: Use DMA-safe memory for SPI transfers by Alexander Steffen · 7 years ago
  45. e6b9e04 tpm: constify transmit data pointers by Arnd Bergmann · 7 years ago
  46. 922f22e tpm_tis: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  47. 15dcd3a tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  48. e785c9e tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  49. 9be1646 tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus by Jeremy Boone · 7 years ago
  50. 24da2c8 BACKPORT: treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  51. 06be007 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 7 years ago
  52. f8dac5b ipmi: Stop timers before cleaning up the module by Masamitsu Yamazaki · 7 years ago
  53. 55b06b0 ipmi: fix unsigned long underflow by Corey Minyard · 7 years ago
  54. d933777 ipmi/watchdog: fix watchdog timeout set on reboot by Valentin Vidic · 7 years ago
  55. 1b9008c ipmi:ssif: Add missing unlock in error branch by Corey Minyard · 7 years ago
  56. 685e124 ipmi: use rcu lock around call to intf->handlers->sender() by Tony Camuso · 7 years ago
  57. b635182 tpm: Issue a TPM2_Shutdown for TPM2 devices. by Josh Zimmerman · 7 years ago
  58. 525ea59 tpm: fix a kernel memory leak in tpm-sysfs.c by Jarkko Sakkinen · 7 years ago
  59. 884baf2 virtio_console: fix a crash in config_work_handler by G. Campana · 8 years ago
  60. 7dfe7ca vTPM: Fix missing NULL check by Hon Ching \(Vicky) Lo · 8 years ago
  61. 9ff4a1a drivers: char: mem: Fix wraparound check to allow mappings up to the end by Julius Werner · 7 years ago
  62. da856d0 pcmcia: remove left-over %Z format by Nicolas Iooss · 7 years ago
  63. 1489183 drivers: char: mem: Check for address space wraparound with mmap() by Julius Werner · 7 years ago
  64. cc15d34 tpm_crb: check for bad response size by Jerry Snitselaar · 8 years ago
  65. 0c15030 tpm: add sleep only for retry in i2c_nuvoton_write_status() by Nayna Jain · 8 years ago
  66. 40ca1fd tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver by Nayna Jain · 8 years ago
  67. 568ea0dc tpm_tis_spi: Add small delay after last transfer by Peter Huewe · 8 years ago
  68. c4b3779 tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytes by Peter Huewe · 8 years ago
  69. d513cf2 tpm_tis_spi: Check correct byte for wait state indicator by Peter Huewe · 8 years ago
  70. daa432c tpm_tis_spi: Abort transfer when too many wait states are signaled by Peter Huewe · 8 years ago
  71. aad1e5c tpm_tis_spi: Use single function to transfer data by Peter Huewe · 8 years ago
  72. 5c1bd0c tpm_tis_core: Choose appropriate timeout for reading burstcount by Alexander Steffen · 8 years ago
  73. 5d263d9 char: lp: fix possible integer overflow in lp_setup() by Willy Tarreau · 7 years ago
  74. 46ba11b ipmi: Fix kernel panic at ipmi_ssif_thread() by Joeseph Chang · 8 years ago
  75. 819e360 tmp: use pdev for parent device in tpm_chip_alloc by Winkler, Tomas · 8 years ago
  76. 326f9b0 tpm: fix RC value check in tpm2_seal_trusted by Jarkko Sakkinen · 8 years ago
  77. 1b7f385 tpm_tis: use default timeout value if chip reports it as zero by Maciej S. Szmigiero · 8 years ago
  78. 86c6667 virtio-console: avoid DMA from stack by Omar Sandoval · 8 years ago
  79. 2c0ad23 mm: Tighten x86 /dev/mem with zeroing reads by Kees Cook · 7 years ago
  80. a9da1ac char: lack of bool string made CONFIG_DEVPORT always on by Max Bires · 8 years ago
  81. 7c03613 random: use chacha20 for get_random_int/long by Jason A. Donenfeld · 8 years ago
  82. 9c2b46e ppdev: fix registering same device name by Sudip Mukherjee · 8 years ago
  83. bf5202b ppdev: check before attaching port by Sudip Mukherjee · 8 years ago
  84. c445f99 hwrng: geode - Revert managed API changes by Prarit Bhargava · 8 years ago
  85. 5d6f7b3 hwrng: amd - Revert managed API changes by Prarit Bhargava · 8 years ago
  86. 84c2697 tpm_tis: fix the error handling of init_tis() by Wei Yongjun · 8 years ago
  87. 3fbaff3 drivers: char: mem: Fix thinkos in kmem address checks by Robin Murphy · 8 years ago
  88. 56d22b9 tpm_tis: Check return values from get_burstcount. by Josh Zimmerman · 8 years ago
  89. b7bbf06 tpm xen: Remove bogus tpm_chip_unregister by Jason Gunthorpe · 8 years ago
  90. 1c8018f ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc' by Cédric Le Goater · 8 years ago
  91. acb57b7 Merge tag 'char-misc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  92. b13d143 ppdev: fix double-free of pp->pdev->name by Jann Horn · 8 years ago
  93. 04659fe Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  94. befd996 tpm: remove invalid min length check from tpm_do_selftest() by Jarkko Sakkinen · 8 years ago
  95. 3456376 virtio: console: Unlock vqs while freeing buffers by Matt Redfearn · 8 years ago
  96. 9fe68ca Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  97. 5766e9d Merge tag 'for-linus-4.9-2' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 8 years ago
  98. 6d4952d hwrng: core - Don't use a stack buffer in add_early_randomness() by Andrew Lutomirski · 8 years ago
  99. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  100. 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago