1. ca76f5b pipe: add pipe_buf_steal() helper by Miklos Szeredi · 8 years ago
  2. a3443cd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  3. 7a53eea Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  4. bd85f4b3 ipmi: fix crash on reading version from proc after unregisted bmc by Xie XiuQi · 8 years ago
  5. d94655b ipmi/bt-bmc: remove redundant return value check of platform_get_resource() by Wei Yongjun · 8 years ago
  6. a3e6061 ipmi/bt-bmc: add a dependency on ARCH_ASPEED by Cédric Le Goater · 8 years ago
  7. 1a377a7 ipmi: Fix ioremap error handling in bt-bmc by Joel Stanley · 8 years ago
  8. 54f9c4d ipmi: add an Aspeed BT IPMI BMC driver by Alistair Popple · 8 years ago
  9. ca09fb9 Merge tag 'v4.8-rc8' into drm-next by Dave Airlie · 8 years ago
  10. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  11. 3241525 Revert "tpm/tpm_crb: implement tpm crb idle state" by Jarkko Sakkinen · 8 years ago
  12. cfa1882 Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state" by Jarkko Sakkinen · 8 years ago
  13. 2b7926a Revert "tpm/tpm_crb: open code the crb_init into acpi_add" by Jarkko Sakkinen · 8 years ago
  14. 4886cd8 Revert "tmp/tpm_crb: implement runtime pm for tpm_crb" by Jarkko Sakkinen · 8 years ago
  15. ad8529f hwrng: omap - Only fail if pm_runtime_get_sync returns < 0 by Dave Gerlach · 8 years ago
  16. 104a32e hwrng: geode - fix return value check in mod_init() by Wei Yongjun · 8 years ago
  17. f7eca27 hwrng: amd - Fix return value check in mod_init() by Wei Yongjun · 8 years ago
  18. e350e24 tmp/tpm_crb: implement runtime pm for tpm_crb by Winkler, Tomas · 8 years ago
  19. 0c22db435 tpm/tpm_crb: open code the crb_init into acpi_add by Winkler, Tomas · 8 years ago
  20. 9514ff1 tmp/tpm_crb: fix Intel PTT hw bug during idle state by Winkler, Tomas · 8 years ago
  21. e17acbb tpm/tpm_crb: implement tpm crb idle state by Winkler, Tomas · 8 years ago
  22. ebfd753 tpm: add check for minimum buffer size in tpm_transmit() by Jarkko Sakkinen · 8 years ago
  23. 0014777 tpm: constify TPM 1.x header structures by Julia Lawall · 8 years ago
  24. 64fba530 tpm/tpm_crb: fix the over 80 characters checkpatch warring by Tomas Winkler · 8 years ago
  25. 47de683 tpm/tpm_crb: drop useless cpu_to_le32 when writing to registers by Tomas Winkler · 8 years ago
  26. aa77ea0 tpm/tpm_crb: cache cmd_size register value. by Tomas Winkler · 8 years ago
  27. 7180131 tmp/tpm_crb: drop include to platform_device by Tomas Winkler · 8 years ago
  28. 56af322 tpm/tpm_tis: remove unused itpm variable by Tomas Winkler · 8 years ago
  29. f39a9e9 tpm_crb: fix incorrect values of cmdReady and goIdle bits by Jarkko Sakkinen · 8 years ago
  30. 7fd10d6 tpm_crb: refine the naming of constants by Jarkko Sakkinen · 8 years ago
  31. 35fec6f tpm_crb: remove wmb()'s by Jarkko Sakkinen · 8 years ago
  32. 72fd50e tpm_crb: fix crb_req_canceled behavior by Jarkko Sakkinen · 8 years ago
  33. 0c54133 tpm: use tpm_pcr_read_dev() in tpm_do_selftest() by Jarkko Sakkinen · 8 years ago
  34. ae7e190 tpm: use tpm_transmit_cmd() in tpm2_probe() by Jarkko Sakkinen · 8 years ago
  35. eb5854e tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt() by Jarkko Sakkinen · 8 years ago
  36. d4abd95 tpm: remove unnecessary externs from tpm.h by Jarkko Sakkinen · 8 years ago
  37. 09dd770 tpm/st33zp24: Remove useless tpm_gen_interrupt by Jason Gunthorpe · 8 years ago
  38. d4816ed tpm: fix a race condition in tpm2_unseal_trusted() by Jarkko Sakkinen · 8 years ago
  39. b7d7b28 tpm: invalid self test error message by Jarkko Sakkinen · 8 years ago
  40. 0b3191d ttyprintk: Neaten and simplify printing by Joe Perches · 8 years ago
  41. e9afc74 hwrng: geode - Use linux/io.h instead of asm/io.h by PrasannaKumar Muralidharan · 8 years ago
  42. 6e9b5e7 hwrng: geode - Migrate to managed API by PrasannaKumar Muralidharan · 8 years ago
  43. 94879fa hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe() by Wei Yongjun · 8 years ago
  44. 31b2a73 hwrng: amd - Migrate to managed API by PrasannaKumar Muralidharan · 8 years ago
  45. 58b022a hwrng: core - Allocate memory during module init by PrasannaKumar Muralidharan · 8 years ago
  46. a826806 hwrng: pasemi - Use linux/io.h instead of asm/io.h by PrasannaKumar Muralidharan · 8 years ago
  47. 63019f3 hwrng: pasemi-rng - Use linux/io.h instead of asm/io.h by PrasannaKumar Muralidharan · 8 years ago
  48. d0acc7d Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  49. 5e59d9a virtio_console: Stop doing DMA on the stack by Andy Lutomirski · 8 years ago
  50. da28caa hwrng: pasemi - Migrate to managed API by PrasannaKumar Muralidharan · 8 years ago
  51. da59c51 hwrng: bcm2835 - handle of_iomap failures by Arvind Yadav · 8 years ago
  52. fbc1ec2 Merge 4.8-rc5 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  53. 4a29b34 tpm: invalid self test error message by Jarkko Sakkinen · 8 years ago
  54. 98a3c46 hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_register by PrasannaKumar Muralidharan · 8 years ago
  55. 68734bc9 hwrng: Remove check for max less than 4 bytes by PrasannaKumar Muralidharan · 8 years ago
  56. 85962d2 hwrng: amd - Convert to new hwrng read() API by Corentin LABBE · 8 years ago
  57. 3c343a3 hwrng: amd - Access hardware via ioread32/iowrite32 by Corentin LABBE · 8 years ago
  58. 7bad2cc hwrng: amd - Replace global variable with private struct by Corentin LABBE · 8 years ago
  59. fdec60d hwrng: amd - release_region must be called after hwrng_unregister by Corentin LABBE · 8 years ago
  60. 055ae89 hwrng: amd - Remove asm/io.h by Corentin LABBE · 8 years ago
  61. f8169bf hwrng: amd - Be consitent with the driver name by Corentin LABBE · 8 years ago
  62. 1c335d4 hwrng: amd - use the BIT macro by Corentin LABBE · 8 years ago
  63. 6020721 hwrng: amd - Fix style problem with blank line by Corentin LABBE · 8 years ago
  64. cc2f190 hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC. by Omer Khaliq · 8 years ago
  65. 148a1bc drivers: char: mem: Check {read,write}_kmem() addresses by Robin Murphy · 8 years ago
  66. d61f308 char: xillybus: Fix spelling mistake and comment by Eli Billauer · 8 years ago
  67. c1e8ad2 snsc: check return value of class_create by Zhouyi Zhou · 8 years ago
  68. 26ec99b char/mwave: remove custom BOOLEAN type by Arnd Bergmann · 8 years ago
  69. 8b7d3a9 ppdev: use new parport device model by Sudip Mukherjee · 8 years ago
  70. d6a38c0 miscdevice: Use module_misc_device() macro by PrasannaKumar Muralidharan · 8 years ago
  71. 069b188 tile-srom: avoid krealloc(... __GFP_ZERO) pattern by Chris Metcalf · 8 years ago
  72. 161040f hwrng: omap3-rom - Remove obsoleted functions by PrasannaKumar Muralidharan · 8 years ago
  73. f74bdd4 hwrng: mxc-rnga - Fix Kconfig dependency by Fabian Frederick · 8 years ago
  74. 3497971 agp/intel: Flush chipset writes after updating a single PTE by Chris Wilson · 8 years ago
  75. c5f91cd hwrng: pic32 - Delete unnecessary assignment for the field "owner" by Markus Elfring · 8 years ago
  76. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  77. 731c7d3 Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  78. bad60e6 Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  79. dd0f0cf random: Fix crashes with sparse node ids by Michael Ellerman · 8 years ago
  80. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  81. 71e9dcc Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 8 years ago
  82. 59b8d4f random: use for_each_online_node() to iterate over NUMA nodes by Theodore Ts'o · 8 years ago
  83. 818e607 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 8 years ago
  84. 6630420 Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  85. b07b58a ipmi: remove trydefaults parameter and default init by Tony Camuso · 8 years ago
  86. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  87. c01d5b3 shmem: get_unmapped_area align huge page by Hugh Dickins · 8 years ago
  88. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  89. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  90. 82cc1a4 tpm: Add TPM 2.0 support to the Nuvoton i2c driver (NPCT6xx family) by Jason Gunthorpe · 8 years ago
  91. cae8b44 tpm: Factor out common startup code by Jason Gunthorpe · 8 years ago
  92. 2b88cd9 tpm: use devm_add_action_or_reset by Sudip Mukherjee · 8 years ago
  93. fa7539b tpm2_i2c_nuvoton: add irq validity check by Andrew Zamansky · 8 years ago
  94. 9754d45 tpm: read burstcount from TPM_STS in one 32-bit transaction by Andrey Pronin · 8 years ago
  95. 1b0612b tpm: fix byte-order for the value read by tpm2_get_tpm_pt by apronin@chromium.org · 8 years ago
  96. 79b591c tpm_tis_core: convert max timeouts from msec to jiffies by apronin@chromium.org · 8 years ago
  97. 2419036 dsp56k: prevent a harmless underflow by Dan Carpenter · 8 years ago
  98. 39380b8 x86/mm/pat, /dev/mem: Remove superfluous error message by Jiri Kosina · 8 years ago
  99. 86a574d random: strengthen input validation for RNDADDTOENTCNT by Theodore Ts'o · 8 years ago
  100. c92e040 random: add backtracking protection to the CRNG by Theodore Ts'o · 8 years ago