1. 5f82e9f tpm: Use the ops structure instead of a copy in tpm_vendor_specific by Jason Gunthorpe · 11 years ago
  2. 01ad1fa tpm: Create a tpm_class_ops structure and use it in the drivers by Jason Gunthorpe · 11 years ago
  3. 1e3b73a tpm: Pull all driver sysfs code into tpm-sysfs.c by Jason Gunthorpe · 11 years ago
  4. 000a07b tpm: Move sysfs functions from tpm-interface to tpm-sysfs by Jason Gunthorpe · 11 years ago
  5. afdba32 tpm: Pull everything related to /dev/tpmX into tpm-dev.c by Jason Gunthorpe · 11 years ago
  6. d65e55d char: tpm: nuvoton: remove unused variable by Michal Nazarewicz · 11 years ago
  7. ba6a09d tpm/tpm_i2c_atmel: fix coccinelle warnings by Fengguang Wu · 11 years ago
  8. 37bd99d tpm/tpm_ibmvtpm: fix unreachable code warning (smatch warning) by Peter Huewe · 11 years ago
  9. 85c5e0d tpm/tpm_i2c_stm_st33: Check return code of get_burstcount by Peter Huewe · 11 years ago
  10. 238b1ea tpm/tpm_ppi: Check return value of acpi_get_name by Peter Huewe · 11 years ago
  11. 747d35b tpm/tpm_ppi: Do not compare strcmp(a,b) == -1 by Peter Huewe · 11 years ago
  12. f64001e Merge tag 'char-misc-3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  13. 9aa5b01 drivers/char/i8k.c: add Dell XPLS L421X by Alan Cox · 11 years ago
  14. 26b265c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  15. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  16. 0891ad8 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 11 years ago
  17. b746f9c Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  18. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  19. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  20. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  21. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  22. 3d035f5 drivers/char/hpet.c: allow user controlled mmap for user processes by Prarit Bhargava · 11 years ago
  23. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  24. 66a173b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  25. 4af712e random32: add prandom_reseed_late() and call when nonblocking pool becomes initialized by Hannes Frederic Sowa · 11 years ago
  26. c11eede powerpc: add missing explicit OF includes for ppc by Rob Herring · 11 years ago
  27. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  28. 392a546 random: add debugging code to detect early use of get_random_bytes() by Theodore Ts'o · 11 years ago
  29. 644008d random: initialize the last_time field in struct timer_rand_state by Theodore Ts'o · 11 years ago
  30. ae9ecd9 random: don't zap entropy count in rand_initialize() by Theodore Ts'o · 11 years ago
  31. 301f059 random: printk notifications for urandom pool initialization by Theodore Ts'o · 11 years ago
  32. 40db23e random: make add_timer_randomness() fill the nonblocking pool first by Theodore Ts'o · 11 years ago
  33. 0d28978 hwrng: msm - Add PRNG support for MSM SoC's by Stanimir Varbanov · 11 years ago
  34. 40e4dc5 virtio_console: verify if queue is broken after virtqueue_get_buf() by Heinz Graalfs · 11 years ago
  35. e84f9e5 consolidate the reassignments of ->f_op in ->open() instances by Al Viro · 11 years ago
  36. 4ef4c94 tpm: use tabs instead of whitespaces in Kconfig by Peter Huewe · 11 years ago
  37. b3f2436 tpm: Fix module name description in Kconfig for tpm_i2c_infineon by Peter Huewe · 11 years ago
  38. a2871c6 tpm: Add support for Atmel I2C TPMs by Jason Gunthorpe · 11 years ago
  39. 4c336e4 tpm: Add support for the Nuvoton NPCT501 I2C TPM by Jason Gunthorpe · 11 years ago
  40. 187eea0 tpm: Merge the tpm-bios module with tpm.o by Jason Gunthorpe · 11 years ago
  41. 9deb0eb tpm: Rename tpm.c to tpm-interface.c by Jason Gunthorpe · 11 years ago
  42. 0a41826 tpm: cleanup checkpatch warnings by Peter Huewe · 11 years ago
  43. e907481 tpm: Remove tpm_show_caps_1_2 by Jason Gunthorpe · 11 years ago
  44. cb99615 tpm: st33: Remove chip->data_buffer access from this driver by Jason Gunthorpe · 11 years ago
  45. d0a4017 tpm: Remove redundant dev_set_drvdata by Jason Gunthorpe · 11 years ago
  46. 58c09e21 tpm: Use container_of to locate the tpm_chip in tpm_open by Jason Gunthorpe · 11 years ago
  47. 6aff1fd tpm: Store devname in the tpm_chip by Jason Gunthorpe · 11 years ago
  48. 1e6e097 tpm atmel: Call request_region with the correct base by Jason Gunthorpe · 11 years ago
  49. 37ab034 tpm: ibmvtpm: Use %zd formatting for size_t format arguments by Jason Gunthorpe · 11 years ago
  50. dfc568e Merge 3.12-rc6 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  51. 855e0c5 virtio: use size-based config accessors. by Rusty Russell · 11 years ago
  52. 9de14f1 tlclk: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  53. d88ed62 various char drivers: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  54. 158f0bb hpet: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  55. 1c6b7c2 hwrng: OMAP3 ROM Random Number Generator support by Pali Rohár · 11 years ago
  56. 3670426 Merge tag 'stable/for-linus-3.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  57. 66548e4 hwrng: Add a driver for the hwrng found in power7+ systems by Michael Ellerman · 11 years ago
  58. f95dabe hwrng: Return errors to upper levels in pseries-rng.c by Michael Ellerman · 11 years ago
  59. f715729 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 11 years ago
  60. f80bbd8 random: convert DEBUG_ENT to tracepoints by Theodore Ts'o · 11 years ago
  61. 6265e16 random: push extra entropy to the output pools by Theodore Ts'o · 11 years ago
  62. 95b709b random: drop trickle mode by Theodore Ts'o · 11 years ago
  63. 6e9fa2c random: adjust the generator polynomials in the mixing function slightly by Theodore Ts'o · 11 years ago
  64. 655b226 random: speed up the fast_mix function by a factor of four by Theodore Ts'o · 11 years ago
  65. f5c2742 random: cap the rate which the /dev/urandom pool gets reseeded by Theodore Ts'o · 11 years ago
  66. c59974a random: optimize the entropy_store structure by Theodore Ts'o · 11 years ago
  67. 3ef4cb2 random: optimize spinlock use in add_device_randomness() by Theodore Ts'o · 11 years ago
  68. 5910895 random: fix the tracepoint for get_random_bytes(_arch) by Theodore Ts'o · 11 years ago
  69. 30e37ec random: account for entropy loss due to overwrites by H. Peter Anvin · 11 years ago
  70. a283b5c random: allow fractional bits to be tracked by H. Peter Anvin · 11 years ago
  71. 9ed17b7 random: statically compute poolbitshift, poolbytes, poolbits by H. Peter Anvin · 11 years ago
  72. 85a1f77 random: mix in architectural randomness earlier in extract_buf() by Theodore Ts'o · 11 years ago
  73. 61875f3 random: allow architectures to optionally define random_get_entropy() by Theodore Ts'o · 11 years ago
  74. 8702c67 tpm: xen-tpmfront: fix missing declaration of xen_domain by Rob Herring · 11 years ago
  75. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  76. d319fe2 hwrng: pseries - Return errors to upper levels in pseries-rng.c by Michael Ellerman · 11 years ago
  77. 49cca7e hwrng: pseries - Use KBUILD_MODNAME in pseries-rng.c by Michael Ellerman · 11 years ago
  78. 12b3af3 char: hwicap: Remove unnecessary dev_set_drvdata() by Michal Simek · 11 years ago
  79. d717349 Merge 3.12-rc3 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  80. 684116c Drivers: char: misc: 'misc_deregister()' changed the 'mutex_unlock' logic upon an error by Elad Wexler · 11 years ago
  81. 2005547 char: xilinx_hwicap: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  82. 6d3e0d0 hpet: remove useless check if fixmem32 is NULL by Tomas Winkler · 11 years ago
  83. 4b97280 Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  84. bf4a7c0 tpm: xen-tpmfront: Remove the locality sysfs attribute by Jason Gunthorpe · 11 years ago
  85. 56be889 tpm: xen-tpmfront: Fix default durations by Jason Gunthorpe · 11 years ago
  86. 47d06e5 random: run random_int_secret_init() run after all late_initcalls by Theodore Ts'o · 11 years ago
  87. 8910700 virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM by Aaron Lu · 11 years ago
  88. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  89. a44bc80 hwrng: via-rng - Mark device ID table as __maybe_unused by Ben Hutchings · 11 years ago
  90. a2fa3fb tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_ops by Shuah Khan · 11 years ago
  91. d8cacd3 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  92. 65320fc Merge tag 'v3.11-rc7' into stable/for-linus-3.12 by Konrad Rzeszutek Wilk · 11 years ago
  93. 6be48f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  94. eeca9fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 11 years ago
  95. 2386a3b Merge branch 'ipmi' by Linus Torvalds · 11 years ago
  96. fdbeb7d BMC support for PARISC machines by Thomas Bogendoerfer · 11 years ago
  97. a798e2d Add MODULE_ALIAS for autoloading ipmi driver on ACPI systems by Jordan_Hargrave@Dell.com · 11 years ago
  98. f0ba939 ipmi: Initialize locals to avoid warning by Corey Minyard · 11 years ago
  99. fa7df37 ipmi: info leak in compat_ipmi_ioctl() by Dan Carpenter · 11 years ago
  100. cf39c8e Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago