1. 590dfe2 agp: fix scratch page cleanup by Michal Kubecek · 13 years ago
  2. be40541 tpm: fix (ACPI S3) suspend regression by Stefan Berger · 13 years ago
  3. c2bc3a3 Merge branch 'x86/rdrand' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  4. 2dac8e5 random: Adjust the number of loops when initializing by H. Peter Anvin · 13 years ago
  5. 3e88bdf random: Use arch-specific RNG to initialize the entropy store by Theodore Ts'o · 13 years ago
  6. 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  7. 0994695 Merge branch 'akpm' (aka "Andrew's patch-bomb, take two") by Linus Torvalds · 13 years ago
  8. c755201 ramoops: update parameters only after successful init by Kees Cook · 13 years ago
  9. fdb5950 ramoops: fix use of rounddown_pow_of_two() by Marco Stornelli · 13 years ago
  10. a3dd332 kexec: remove KMSG_DUMP_KEXEC by WANG Cong · 13 years ago
  11. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  12. bcf8a3d Merge tag 'to-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  13. c743d09 virtio: console: Disable callbacks for virtqueues at start of S4 freeze by Amit Shah · 13 years ago
  14. 2b8f41d virtio: console: Add freeze and restore handlers to support S4 by Amit Shah · 13 years ago
  15. a0e2dbf virtio: console: Move vq and vq buf removal into separate functions by Amit Shah · 13 years ago
  16. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 13 years ago
  17. 4f58cb9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  18. e7691a1 Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  19. 1a464cb Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  20. 8fcc995 Merge branch 'next' into for-linus by James Morris · 13 years ago
  21. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  22. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  23. d3d0b02 Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  24. e11d0b8 agp: Fix multi-line warning message whitespace by Tormod Volden · 13 years ago
  25. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  26. cf833d0 random: Use arch_get_random_int instead of cycle counter if avail by Linus Torvalds · 13 years ago
  27. b75d91f ipmi_watchdog: restore settings when BMC reset by Corey Minyard · 13 years ago
  28. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  29. b21cb32 char: hw_random: convert drivers/char/hw_random/* to use module_platform_driver() by Axel Lin · 13 years ago
  30. 4e3f3d5 hwrng: nomadik: Enable module alias autogeneration for AMBA drivers by Dave Martin · 13 years ago
  31. bd29e56 fix typo/thinko in get_random_bytes() by Luck, Tony · 13 years ago
  32. 8077e8b Merge branch 'for-james' of git://github.com/srajiv/tpm into next by James Morris · 13 years ago
  33. b9e3238 TPM: fix transmit_cmd error logic by Rajiv Andrade · 13 years ago
  34. 2f592f2 TPM: NSC and TIS drivers X86 dependency fix by Rajiv Andrade · 13 years ago
  35. fd04886 TPM: Export wait_for_stat for other vendor specific drivers by Rajiv Andrade · 13 years ago
  36. 9efa54f TPM: Use vendor specific function for status probe by Rajiv Andrade · 13 years ago
  37. a927b81 tpm_tis: add delay after aborting command by Stefan Berger · 13 years ago
  38. 7f326ed tpm_tis: Check return code from getting timeouts/durations by Stefan Berger · 13 years ago
  39. 68d6e67 tpm: Introduce function to poll for result of self test by Stefan Berger · 13 years ago
  40. d97c6ad tpm: Cleanup tpm_continue_selftest by Stefan Berger · 13 years ago
  41. 2b30a90 tpm: Have tpm_get_timeouts return an error code by Stefan Berger · 13 years ago
  42. a08185a agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is set by Keith Packard · 13 years ago
  43. 35b09c9 drm/i915: fix if statement (bogus semi-colon) by Dan Carpenter · 13 years ago
  44. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  45. f7e8011 Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  46. 80c2861 Merge git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  47. de0a534 Merge branch 'for-linus' of git://github.com/richardweinberger/linux by Linus Torvalds · 13 years ago
  48. 3369465 um: switch to use of drivers/Kconfig by Al Viro · 13 years ago
  49. d805a78 um: clean Kconfig up a bit by Al Viro · 13 years ago
  50. 25498e5 Merge branch 'next/driver' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  51. 5e38483 virtio: console: wait for first console port for early console output by Christian Borntraeger · 13 years ago
  52. 17e5b4f virtio: console: add port stats for bytes received, sent and discarded by Amit Shah · 13 years ago
  53. 2d24cda virtio: console: make discard_port_data() use get_inbuf() by Amit Shah · 13 years ago
  54. ce072a0 virtio: console: rename variable by Amit Shah · 13 years ago
  55. d25a9dd virtio: console: make get_inbuf() return port->inbuf if present by Amit Shah · 13 years ago
  56. defde66 virtio: console: Fix return type for get_inbuf() by Amit Shah · 13 years ago
  57. a08fa92 virtio: console: Use wait_event_freezable instead of _interruptible by Amit Shah · 13 years ago
  58. 291024e virtio: console: Ignore port name update request if name already set by Amit Shah · 13 years ago
  59. 286f9a2 virtio: console: Fix indentation by Amit Shah · 13 years ago
  60. 51c6d61 virtio-console: Use virtio_config_val() for retrieving config by Sasha Levin · 13 years ago
  61. c05aa8f drivers/char: Fix implicit use of err.h in ramoops.c by Paul Gortmaker · 13 years ago
  62. 66300e6 drivers/char: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required by Paul Gortmaker · 13 years ago
  63. c22405c drivers/char: Add module.h to those who were using it implicitly by Paul Gortmaker · 13 years ago
  64. 37be944 Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  65. 8e6d539 Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  66. 7115e3f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  67. 9826530 Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  68. aa77677 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  69. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  70. 73692d9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm by Linus Torvalds · 13 years ago
  71. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  72. 43a3beb Merge branch 'staging-next' into Linux 3.1 by Greg Kroah-Hartman · 13 years ago
  73. 9b553f7 Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux into drm-core-next by Dave Airlie · 13 years ago
  74. 5c04228 drm/i915: ILK + VT-d workaround by Ben Widawsky · 13 years ago
  75. 677d3e2 hw_random: add driver for atmel true hardware random number generator by Peter Korsgaard · 13 years ago
  76. 9c48f1c x86, nmi: Wire up NMI handlers to new routines by Don Zickus · 13 years ago
  77. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  78. 3321c07 TPM: Zero buffer after copying to userspace by Peter Huewe · 13 years ago
  79. 6b07d30 TPM: Call tpm_transmit with correct size by Peter Huewe · 13 years ago
  80. de69113 TPM: tpm_nsc: Fix a double free of pdev in cleanup_nsc by Axel Lin · 13 years ago
  81. 5ce5ed3 TPM: TCG_ATMEL should depend on HAS_IOPORT by Geert Uytterhoeven · 13 years ago
  82. d3f1381 iommu: Rename the DMAR and INTR_REMAP config options by Suresh Siddha · 13 years ago
  83. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  84. a28ee47 drivers/char/rtc: use printk_ratelimited instead of printk_ratelimit by Christian Dietrich · 13 years ago
  85. 8e03bd6 char: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  86. 6eafa46 Merge 3.1-rc4 into staging-next by Greg Kroah-Hartman · 13 years ago
  87. 7e8aa04 drivers/char/msm_smd_pkt.c: don't use IS_ERR() by Thomas Meyer · 13 years ago
  88. 1ec3ba9 Staging: remove drivers/char/scc.h as it should have gone a while ago by Greg Kroah-Hartman · 13 years ago
  89. 403d1d0 tpm: suppress durations sysfs output if not read by Stefan Berger · 13 years ago
  90. fc00015 [IA64] agp/hp-agp: Allow binding user memory to the AGP GART by Émeric Maschino · 13 years ago
  91. 1d927c3 apm-emulation: use wait_event_freezable() instead of freezer_[do_not_]count() by Tejun Heo · 13 years ago
  92. 6e5714e net: Compute protocol sequence numbers and fragment IDs using MD5. by David S. Miller · 13 years ago
  93. 1560ffe6 tpm_tis: fix build when ACPI is not enabled by Randy Dunlap · 13 years ago
  94. f7b9fcb ramoops: update module parameters by Sergiu Iordache · 13 years ago
  95. 1850536 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 13 years ago
  96. 3d071cd3 Merge tag 'v3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus by Chris Metcalf · 13 years ago
  97. 63d7717 random: Add support for architectural random hooks by H. Peter Anvin · 13 years ago
  98. 83c1b31 ramoops: fix compile failure on parisc by James Bottomley · 13 years ago
  99. 24f1466 n2rng: Attach on Niagara-T3. by David S. Miller · 13 years ago
  100. 95b6886 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago