1. 0891ad8 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 11 years ago
  2. 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
  3. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  4. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  5. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  6. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  7. 3d035f5 drivers/char/hpet.c: allow user controlled mmap for user processes by Prarit Bhargava · 11 years ago
  8. 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
  9. 66a173b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  10. 4af712e random32: add prandom_reseed_late() and call when nonblocking pool becomes initialized by Hannes Frederic Sowa · 11 years ago
  11. c11eede powerpc: add missing explicit OF includes for ppc by Rob Herring · 11 years ago
  12. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  13. 392a546 random: add debugging code to detect early use of get_random_bytes() by Theodore Ts'o · 11 years ago
  14. 644008d random: initialize the last_time field in struct timer_rand_state by Theodore Ts'o · 11 years ago
  15. ae9ecd9 random: don't zap entropy count in rand_initialize() by Theodore Ts'o · 11 years ago
  16. 301f059 random: printk notifications for urandom pool initialization by Theodore Ts'o · 11 years ago
  17. 40db23e random: make add_timer_randomness() fill the nonblocking pool first by Theodore Ts'o · 11 years ago
  18. 40e4dc5 virtio_console: verify if queue is broken after virtqueue_get_buf() by Heinz Graalfs · 11 years ago
  19. e84f9e5 consolidate the reassignments of ->f_op in ->open() instances by Al Viro · 11 years ago
  20. dfc568e Merge 3.12-rc6 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  21. 855e0c5 virtio: use size-based config accessors. by Rusty Russell · 11 years ago
  22. 9de14f1 tlclk: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  23. d88ed62 various char drivers: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  24. 158f0bb hpet: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  25. 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
  26. 66548e4 hwrng: Add a driver for the hwrng found in power7+ systems by Michael Ellerman · 11 years ago
  27. f95dabe hwrng: Return errors to upper levels in pseries-rng.c by Michael Ellerman · 11 years ago
  28. f715729 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 11 years ago
  29. f80bbd8 random: convert DEBUG_ENT to tracepoints by Theodore Ts'o · 11 years ago
  30. 6265e16 random: push extra entropy to the output pools by Theodore Ts'o · 11 years ago
  31. 95b709b random: drop trickle mode by Theodore Ts'o · 11 years ago
  32. 6e9fa2c random: adjust the generator polynomials in the mixing function slightly by Theodore Ts'o · 11 years ago
  33. 655b226 random: speed up the fast_mix function by a factor of four by Theodore Ts'o · 11 years ago
  34. f5c2742 random: cap the rate which the /dev/urandom pool gets reseeded by Theodore Ts'o · 11 years ago
  35. c59974a random: optimize the entropy_store structure by Theodore Ts'o · 11 years ago
  36. 3ef4cb2 random: optimize spinlock use in add_device_randomness() by Theodore Ts'o · 11 years ago
  37. 5910895 random: fix the tracepoint for get_random_bytes(_arch) by Theodore Ts'o · 11 years ago
  38. 30e37ec random: account for entropy loss due to overwrites by H. Peter Anvin · 11 years ago
  39. a283b5c random: allow fractional bits to be tracked by H. Peter Anvin · 11 years ago
  40. 9ed17b7 random: statically compute poolbitshift, poolbytes, poolbits by H. Peter Anvin · 11 years ago
  41. 85a1f77 random: mix in architectural randomness earlier in extract_buf() by Theodore Ts'o · 11 years ago
  42. 61875f3 random: allow architectures to optionally define random_get_entropy() by Theodore Ts'o · 11 years ago
  43. 8702c67 tpm: xen-tpmfront: fix missing declaration of xen_domain by Rob Herring · 11 years ago
  44. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  45. 12b3af3 char: hwicap: Remove unnecessary dev_set_drvdata() by Michal Simek · 11 years ago
  46. d717349 Merge 3.12-rc3 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  47. 684116c Drivers: char: misc: 'misc_deregister()' changed the 'mutex_unlock' logic upon an error by Elad Wexler · 11 years ago
  48. 2005547 char: xilinx_hwicap: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  49. 6d3e0d0 hpet: remove useless check if fixmem32 is NULL by Tomas Winkler · 11 years ago
  50. 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
  51. bf4a7c0 tpm: xen-tpmfront: Remove the locality sysfs attribute by Jason Gunthorpe · 11 years ago
  52. 56be889 tpm: xen-tpmfront: Fix default durations by Jason Gunthorpe · 11 years ago
  53. 47d06e5 random: run random_int_secret_init() run after all late_initcalls by Theodore Ts'o · 11 years ago
  54. 8910700 virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM by Aaron Lu · 11 years ago
  55. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  56. a2fa3fb tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_ops by Shuah Khan · 11 years ago
  57. 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
  58. 65320fc Merge tag 'v3.11-rc7' into stable/for-linus-3.12 by Konrad Rzeszutek Wilk · 11 years ago
  59. 6be48f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  60. eeca9fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 11 years ago
  61. 2386a3b Merge branch 'ipmi' by Linus Torvalds · 11 years ago
  62. fdbeb7d BMC support for PARISC machines by Thomas Bogendoerfer · 11 years ago
  63. a798e2d Add MODULE_ALIAS for autoloading ipmi driver on ACPI systems by Jordan_Hargrave@Dell.com · 11 years ago
  64. f0ba939 ipmi: Initialize locals to avoid warning by Corey Minyard · 11 years ago
  65. fa7df37 ipmi: info leak in compat_ipmi_ioctl() by Dan Carpenter · 11 years ago
  66. 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
  67. 27703bb Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  68. 40031da Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  69. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  70. ff6f83f hwrng: via - Add MODULE_DEVICE_TABLE by Ben Hutchings · 11 years ago
  71. 713efca drivers/xen-tpmfront: Fix compile issue with missing option. by Konrad Rzeszutek Wilk · 11 years ago
  72. a246968 hwrng: omap - reorder OMAP TRNG driver code by Olof Johansson · 11 years ago
  73. 5bc0b12 Merge 3.11-rc6 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  74. f3ce717 Merge back earlier 'acpi-assorted' material by Rafael J. Wysocki · 11 years ago
  75. 9dc4803 hwrng: tx4939 - simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  76. e268395 drivers/tpm: add xen tpmfront interface by Daniel De Graaf · 11 years ago
  77. 75be456 hwrng: pixocel - Staticize 'rng_dev' by Jingoo Han · 11 years ago
  78. e83872c hwrng: omap - Add OMAP4 TRNG support by Lokesh Vutla · 11 years ago
  79. c903970 hwrng: omap - Add device tree support by Lokesh Vutla · 11 years ago
  80. 7256c47 hwrng: omap - Remove duplicated function call by Lokesh Vutla · 11 years ago
  81. d52dc81 hwrng: omap - Convert to devm_kzalloc() by Lokesh Vutla · 11 years ago
  82. 4390f77 hwrng: omap - Use module_platform_driver macro by Lokesh Vutla · 11 years ago
  83. 3b868a4 virtio: console: prevent use-after-free of port name in port unplug by Amit Shah · 11 years ago
  84. 1148973 Merge branch 'master' into virtio-next by Rusty Russell · 11 years ago
  85. bb014db Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  86. 9e01d0c hwrng: mxc-rnga - Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
  87. 06f0cce parisc: agp/parisc-agp: allow binding of user memory to the AGP GART by Alex Ivanov · 11 years ago
  88. 3f0d0c9 virtio: console: cleanup an error message by Dan Carpenter · 11 years ago
  89. 314081f virtio: console: fix locking around send_sigio_to_port() by Amit Shah · 11 years ago
  90. 5549fb2 virtio: console: add locking in port unplug path by Amit Shah · 11 years ago
  91. c6017e7 virtio: console: add locks around buffer removal in port unplug path by Amit Shah · 11 years ago
  92. 96f97a8 virtio: console: return -ENODEV on all read operations after unplug by Amit Shah · 11 years ago
  93. 92d3453 virtio: console: fix raising SIGIO after port unplug by Amit Shah · 11 years ago
  94. ea3768b virtio: console: clean up port data immediately at time of unplug by Amit Shah · 11 years ago
  95. 671bdea virtio: console: fix race in port_fops_open() and port unplug by Amit Shah · 11 years ago
  96. 057b82b virtio: console: fix race with port unplug and open/close by Amit Shah · 11 years ago
  97. ecda040 pcmcia: synclink_cs: replace sum of bitmasks with OR operation. by Alexandru Juncu · 11 years ago
  98. 7c42721 char: tile-srom: fix build error by Greg Kroah-Hartman · 11 years ago
  99. e017a84 tile: srom: convert srom_class to use dev_groups by Greg Kroah-Hartman · 11 years ago
  100. 62e1350 bsr: convert bsr_class to use dev_groups by Greg Kroah-Hartman · 11 years ago