1. 61f953c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  2. 50b6e71 Revert "hwrng: n2-drv - remove casts from void*" by Herbert Xu · 14 years ago
  3. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  4. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  5. 1ab1d63 of/platform: remove all of_bus_type and of_platform_bus_type references by Grant Likely · 14 years ago
  6. 8b9cfdc hwrng: n2-drv - remove casts from void* by Kulikov Vasiliy · 14 years ago
  7. ec96e2f Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  8. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  9. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  10. 1944cc8 ARM: 6137/1: nomadik hwrng: Add clock support by Srinidhi Kasagar · 14 years ago
  11. 28cfc82 virtio-rng: use virtqueue_xxx wrappers by Michael S. Tsirkin · 14 years ago
  12. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  13. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  14. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  15. d702d12 Merge with mainline to remove plat-omap/Kconfig conflict by Tony Lindgren · 14 years ago
  16. 37d4008 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  17. 088ef95 omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2 by Tony Lindgren · 14 years ago
  18. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  19. d817cd5 virtio: fix section mismatch warnings by Jeff Mahoney · 14 years ago
  20. f590826 hwrng: core - Fix double unlock in rng_dev_read by Herbert Xu · 15 years ago
  21. bc85b25 hwrng: nomadik - Add hardware RNG driver by Alessandro Rubini · 15 years ago
  22. 18821b0 Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  23. eed89d0 hwrng: core - Prevent too-small buffer sizes by Ian Molton · 15 years ago
  24. bb347d9 hwrng: virtio-rng - Convert to new API by Ian Molton · 15 years ago
  25. 8386324 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Herbert Xu · 15 years ago
  26. 9996508 hwrng: core - Replace u32 in driver API with byte array by Ian Molton · 15 years ago
  27. ff07eb8 move virtrng_remove to .devexit.text by Uwe Kleine-König · 15 years ago
  28. e95646c virtio: let header files include virtio_ids.h by Christian Borntraeger · 15 years ago
  29. a09ba31 hw_random: Remove BKL from core by Thomas Gleixner · 15 years ago
  30. 0fd92a1 omap: rng: Use resource_size instead of manual calculation by Tobias Klauser · 15 years ago
  31. 3ca4f5c virtio: add virtio IDs file by Fernando Luis Vazquez Cao · 15 years ago
  32. 3c1b27d virtio: make add_buf return capacity remaining by Rusty Russell · 15 years ago
  33. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  34. f7557dc MIPS: hw_random: Add hardware RNG for Octeon SOCs. by David Daney · 15 years ago
  35. 332a339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  36. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  37. 409a736 hwrng: Use PCI_VDEVICE by Joe Perches · 15 years ago
  38. 049a947 MIPS: hwrng: Add TX4939 RNG driver by Atsushi Nemoto · 15 years ago
  39. d405640 Driver Core: misc: add nodename support for misc devices. by Kay Sievers · 15 years ago
  40. 2cf4d45 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  41. 32f44d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  42. 594de1d virtio: handle short buffers in virtio_rng. by Rusty Russell · 15 years ago
  43. d2a7ddd virtio: find_vqs/del_vqs virtio operations by Michael S. Tsirkin · 15 years ago
  44. 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 15 years ago
  45. 08ced85 hwrng: timeriomem - Fix potential oops (request_mem_region/__devinit) by Alexander Clouter · 15 years ago
  46. e9736c1 hwrng: via_rng - Support VIA Nano hardware RNG on X86_64 builds by Harald Welte · 15 years ago
  47. 858576b hwrng: via_rng - Support VIA Nano hardware RNG by Harald Welte · 15 years ago
  48. 608d1cd hwrng: via_rng - The VIA Hardware RNG driver is for the CPU, not Chipset by Harald Welte · 15 years ago
  49. 9f171ad hwrng: omap - Move probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  50. 45001e9 i.MX31: Add hw-random for RNGA by Alan Carvalho de Assis · 15 years ago
  51. e5b8954 virtio-rng: Remove false BUG for spurious callbacks by Christian Borntraeger · 15 years ago
  52. c54c4de Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 15 years ago
  53. ed40d0c Merge branch 'origin' into devel by Russell King · 15 years ago
  54. 3341323 hwrng: timeriomem - Use phys address rather than virt by Alexander Clouter · 15 years ago
  55. e88cd6f hwrng: timeriomem - Breaks an allyesconfig build on s390: by Heiko Carstens · 15 years ago
  56. 9c3c133 hwrng: timeriomem - New driver by Alexander Clouter · 15 years ago
  57. eeec7c8 [ARM] omap: convert omap RNG clocks to match by devid and conid by Russell King · 15 years ago
  58. 953a7e8 [ARM] omap: ensure OMAP drivers pass a struct device to clk_get() by Russell King · 15 years ago
  59. 3f4528d sparc64: Fix unsigned long long warnings in drivers. by Sam Ravnborg · 16 years ago
  60. 77122d0 Tidy up addresses in random drivers by Alan Cox · 16 years ago
  61. 2502991 Merge branch 'fixes' into for-linus by Russell King · 16 years ago
  62. 55c381e [ARM] omap: convert OMAP drivers to use ioremap() by Russell King · 16 years ago
  63. fd09831 sparc: Annotate of_device_id arrays with const or __initdata. by David S. Miller · 16 years ago
  64. e491401 crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore() by Suresh Siddha · 16 years ago
  65. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  66. 4fb8af1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Russell King · 16 years ago
  67. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  68. 9b1a4d3 stop_machine: Wean existing callers off stop_machine_run() by Rusty Russell · 16 years ago
  69. ce08715 sparc64: Add Niagara2 RNG driver. by David S. Miller · 16 years ago
  70. 43d2548 Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build by Benjamin Herrenschmidt · 16 years ago
  71. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  72. 98cad10 pasemi-rng: Use linux/of_platform.h instead of asm by Stephen Rothwell · 16 years ago
  73. a9c4e8f hw-random: BKL pushdown by Arnd Bergmann · 16 years ago
  74. c97aee9 intel_rng: make device not found a warning by Stephen Hemminger · 16 years ago
  75. f7f510e virtio: An entropy device, as suggested by hpa. by Rusty Russell · 16 years ago
  76. 904e0ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  77. c49a7f1 [HWRNG] omap: Minor updates by David Brownell · 16 years ago
  78. b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 16 years ago
  79. 893f112 [S390] hw_random: allow rng_dev_read() to return hardware errors. by Ralph Wuerthner · 16 years ago
  80. 537878d hw_random doc updates by David Brownell · 16 years ago
  81. 11025e8 via-rng: enable secondary noise source on CPUs where it is present by Dave Jones · 16 years ago
  82. a41e3dc HWRNG: add possibility to remove hwrng devices during suspend/resume by Rafael J. Wysocki · 16 years ago
  83. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 16 years ago
  84. 9aa6ad3 [HWRNG] pasemi: Add missing wait argument to data_present by Kamalesh Babulal · 17 years ago
  85. 984e976 [HWRNG]: move status polling loop to data_present callbacks by Patrick McHardy · 17 years ago
  86. 0d08a84 [POWERPC] pasemi: Broaden specific references to 1682M by Olof Johansson · 17 years ago
  87. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  88. e199ece x86_64: Geode HW Random Number Generator depends on X86_32 by Yinghai Lu · 17 years ago
  89. f3dc8c1 intel-rng: undo mess made by an 80 column extremist by Alan Cox · 17 years ago
  90. b8cb344 pasemi: hardware rng driver by Olof Johansson · 17 years ago
  91. ee527cd Use stop_machine_run in the Intel RNG driver by Prarit Bhargava · 17 years ago
  92. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  93. 29d73aa [PATCH] Char: use more PCI_DEVICE macro by Jiri Slaby · 17 years ago
  94. 56fb5fe [PATCH] Fix HWRNG built-in initcalls priority by Michael Buesch · 18 years ago
  95. 9863be5 [PATCH] intel-rng workarounds by Jan Beulich · 18 years ago
  96. fed806f [PATCH] allow hwrandom core to be a module by Jan Beulich · 18 years ago
  97. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  98. 94fbcde Driver core: change misc class_devices to be real devices by Greg Kroah-Hartman · 18 years ago
  99. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  100. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago