1. 1e7f583 random: make /dev/urandom scalable for silly userspace programs by Theodore Ts'o · 8 years ago
  2. e192be9 random: replace non-blocking pool with a Chacha20-based CRNG by Theodore Ts'o · 8 years ago
  3. 542d972 Back-merge tag 'v4.7-rc5' into drm-next by Dave Airlie · 8 years ago
  4. 43a1dd9 powerpc/powernv: Add driver for operator panel on FSP machines by Suraj Jitindar Singh · 8 years ago
  5. 61dc0a4 hwrng: omap - Fix assumption that runtime_get_sync will always succeed by Nishanth Menon · 8 years ago
  6. 5ee98ab mn10300: use RTC_DRV_CMOS instead of CONFIG_RTC by Arnd Bergmann · 8 years ago
  7. f786b75 tpm_crb: fix address space of the return pointer in crb_map_res() by Jarkko Sakkinen · 8 years ago
  8. 9da7e78 tpm_vtpm_proxy: fix address space of a user pointer in vtpmx_fops_ioctl() by Jarkko Sakkinen · 8 years ago
  9. 0edbfea tpm/tpm_tis_spi: Add support for spi phy by Christophe Ricard · 8 years ago
  10. 41a5e1c tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phy by Christophe Ricard · 8 years ago
  11. 1107d06 tpm_tis: Introduce intermediate layer for TPM access by Christophe Ricard · 8 years ago
  12. 57dacc2 tpm: tpm_tis: Share common data between phys by Christophe Ricard · 8 years ago
  13. d2efee6 tpm: Add include guards in tpm.h by Christophe Ricard · 8 years ago
  14. ec03c50 tpm: Fix suspend regression by Stefan Berger · 8 years ago
  15. 7525455 tpm: fix for typo in tpm/tpm_ibmvtpm.c by Stephen Rothwell · 8 years ago
  16. a6885a5 tpm: select ANON_INODES for proxy driver by Arnd Bergmann · 8 years ago
  17. ced01b9 tpm: Fix IRQ unwind ordering in TIS by Jason Gunthorpe · 8 years ago
  18. 6f99612 tpm: Proxy driver for supporting multiple emulated TPMs by Stefan Berger · 8 years ago
  19. 2f9f537 tpm: Introduce TPM_CHIP_FLAG_VIRTUAL by Stefan Berger · 8 years ago
  20. 062807f tpm: Remove all uses of drvdata from the TPM Core by Jason Gunthorpe · 8 years ago
  21. 9e0d39d tpm: Remove useless priv field in struct tpm_vendor_specific by Christophe Ricard · 8 years ago
  22. af782f3 tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chip by Christophe Ricard · 8 years ago
  23. 56671c8 tpm: drop 'locality' from struct tpm_vendor_specific by Christophe Ricard · 8 years ago
  24. 6e599f6 tpm: drop 'read_queue' from struct tpm_vendor_specific by Christophe Ricard · 8 years ago
  25. 570a360 tpm: drop 'irq' from struct tpm_vendor_specific by Christophe Ricard · 8 years ago
  26. 4eea703 tpm: drop 'iobase' from struct tpm_vendor_specific by Christophe Ricard · 8 years ago
  27. 003d305 tpm: drop list from struct tpm_vendor_specific by Christophe Ricard · 8 years ago
  28. c5b65fa tpm: drop the field 'time_expired' from struct tpm_chip by Jarkko Sakkinen · 8 years ago
  29. ee17798 tpm: drop 'base' from struct tpm_vendor_specific by Jarkko Sakkinen · 8 years ago
  30. d495652 tpm: drop manufacturer_id from struct tpm_vendor_specific by Jarkko Sakkinen · 8 years ago
  31. 23d06ff tpm: drop tpm_atmel specific fields from tpm_vendor_specific by Jarkko Sakkinen · 8 years ago
  32. ec5fd99 tpm: drop int_queue from tpm_vendor_specific by Jarkko Sakkinen · 8 years ago
  33. c0dff1f tpm: check for TPM_CHIP_FLAG_TPM2 before calling tpm2_shutdown() by Jarkko Sakkinen · 8 years ago
  34. 422eac3 tpm_crb: fix mapping of the buffers by Jarkko Sakkinen · 8 years ago
  35. ddab0e3 tpm/st33zp24: Remove unneeded tpm_reg in get_burstcount by Christophe Ricard · 8 years ago
  36. 20ab99f tpm/st33zp24/spi: Drop two useless checks in ACPI probe path by Christophe Ricard · 8 years ago
  37. 32da563 tpm/st33zp24/i2c: Drop two useless checks in ACPI probe path by Christophe Ricard · 8 years ago
  38. 14ddfbf tpm_crb: drop struct resource res from struct crb_priv by Jarkko Sakkinen · 8 years ago
  39. dcbeab1 tpm: fix crash in tpm_tis deinitialization by Jarkko Sakkinen · 8 years ago
  40. d30b8e4 tpm: cleanup tpm_tis_remove() by Jarkko Sakkinen · 8 years ago
  41. 796d803 tpm: fix tpm_bios_log_setup stub prototype by Arnd Bergmann · 8 years ago
  42. 1551678 tpm: Replace device number bitmap with IDR by Stefan Berger · 8 years ago
  43. 3897cd9 tpm: Split out the devm stuff from tpmm_chip_alloc by Jason Gunthorpe · 8 years ago
  44. 2072df4 tpm: Get rid of module locking by Stefan Berger · 8 years ago
  45. 4e26195 tpm: Provide strong locking for device removal by Jason Gunthorpe · 8 years ago
  46. 3635e2e tpm: Get rid of devname by Jason Gunthorpe · 8 years ago
  47. 8cfffc9 tpm: Get rid of chip->pdev by Jason Gunthorpe · 8 years ago
  48. 4d8007e tpm/st33zp24/spi: Change xxx_request_resources header by Christophe RICARD · 8 years ago
  49. 740ec34 tpm/st33zp24/i2c: Change xxx_request_resources header by Christophe RICARD · 8 years ago
  50. 86ff205 tpm: st33zp24: Add support for acpi probing for spi device. by Christophe RICARD · 8 years ago
  51. 22eb90d tpm/st33zp24: Add support for acpi probing for i2c device. by Christophe RICARD · 8 years ago
  52. 8bb273f tpm/st33zp24: Extend Copyright headers by Christophe RICARD · 8 years ago
  53. 4ef2aa3 tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latency by Christophe RICARD · 8 years ago
  54. 300796c tpm/st33zp24: Remove unneeded CONFIG_OF switches by Christophe RICARD · 8 years ago
  55. a5392e9 tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structure by Christophe RICARD · 8 years ago
  56. d34306e tpm/st33zp24/spi: Remove useless use of memcpy. by Christophe RICARD · 8 years ago
  57. 8a74500 tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefix by Christophe RICARD · 8 years ago
  58. 604e578 tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usage by Christophe RICARD · 8 years ago
  59. add40d6 tpm/st33zp24/spi: Change xxx_request_resources header by Christophe RICARD · 8 years ago
  60. 6388b65 tpm/st33zp24/i2c: Change xxx_request_resources header by Christophe RICARD · 8 years ago
  61. 160beb4 tpm: st33zp24: Add support for acpi probing for spi device. by Christophe RICARD · 8 years ago
  62. fec60f2 tpm/st33zp24: Add support for acpi probing for i2c device. by Christophe RICARD · 8 years ago
  63. 2c2b217 tpm/st33zp24: Extend Copyright headers by Christophe RICARD · 8 years ago
  64. 10460bc tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latency by Christophe RICARD · 8 years ago
  65. b55c8e9 tpm/st33zp24: Auto-select core module by Christophe RICARD · 8 years ago
  66. 8d8d218 tpm/st33zp24: Remove unneeded CONFIG_OF switches by Christophe RICARD · 8 years ago
  67. b637a36 tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structure by Christophe RICARD · 8 years ago
  68. 6e0219c tpm/st33zp24/spi: Remove useless use of memcpy. by Christophe RICARD · 8 years ago
  69. b83ada0 tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefix by Christophe RICARD · 8 years ago
  70. 9feaab5 tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usage by Christophe RICARD · 8 years ago
  71. 5214099 hwrng: bcm2835 - Add support for Broadcom BCM5301x by Florian Fainelli · 8 years ago
  72. b4f2105 i2c: add a protocol parameter to the alert callback by Benjamin Tissoires · 8 years ago
  73. b1132dea random: properly align get_random_int_hash by Eric Biggers · 8 years ago
  74. 4b44f2d random: add interrupt callback to VMBus IRQ handler by Stephan Mueller · 8 years ago
  75. 9b4d008 random: print a warning for the first ten uninitialized random users by Theodore Ts'o · 8 years ago
  76. 3371f3d random: initialize the non-blocking pool via add_hwgenerator_randomness() by Theodore Ts'o · 8 years ago
  77. ae4ea9a ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg() by Junichi Nomura · 8 years ago
  78. e123be1 hwrng: meson - Add Amlogic Meson Hardware Random Generator by Neil Armstrong · 8 years ago
  79. 5ad67c1 hwrng: exynos - fixup IO accesors by Ben Dooks · 8 years ago
  80. d6473f5 drm/i915: Add support for mapping an object page by page by Chris Wilson · 8 years ago
  81. 6705fdb char/genrtc: remove the rest of the driver by Arnd Bergmann · 8 years ago
  82. 835ea93 char/genrtc: remove powerpc support by Arnd Bergmann · 8 years ago
  83. 084b360 char/genrtc: remove m68k support by Arnd Bergmann · 8 years ago
  84. 8bbe6b6 char/genrtc: remove parisc support by Arnd Bergmann · 8 years ago
  85. 7ee9421 char/genrtc: remove mn10300 support by Arnd Bergmann · 8 years ago
  86. 1cb1e35 char/genrtc: remove alpha support by Arnd Bergmann · 8 years ago
  87. 463a863 char/genrtc: x86: remove remnants of asm/rtc.h by Arnd Bergmann · 8 years ago
  88. 4f8de65 hwrng: bcm2835 - Read as much data as available by Yendapally Reddy Dhananjaya Reddy · 8 years ago
  89. 422a749 hwrng: bcm2835 - Support Broadcom NSP SoC rng by Yendapally Reddy Dhananjaya Reddy · 8 years ago
  90. 1ff69ad hwrng: stm32 - fix maybe uninitialized variable warning by Maxime Coquelin · 8 years ago
  91. 5469dc2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  92. 5af2344 Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  93. e10abc6 Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  94. 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 8 years ago
  95. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  96. 9a07a79 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  97. 70f95b7 ipmi: Fix the I2C address extraction from SPMI tables by Corey Minyard · 8 years ago
  98. 57a38f1 IPMI: reserve memio regions separately by Corey Minyard · 8 years ago
  99. 7682485 ipmi: Fix some minor coding style issues by Corey Minyard · 8 years ago
  100. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago